.woocommerce-loop-product__link,
.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-loop-product__link[data-tag="new"] .product-tag-new,
.woocommerce-product-gallery .product-tag-new {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #FF5A0D;
    padding: 10px 12px;
    font-size: 12px;
    color: white;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    z-index: 1;
}

/* Custom Product Gallery Styles */
.custom-product-gallery {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.custom-gallery-main {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.custom-gallery-viewport {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    min-height: 300px;
}

.custom-gallery-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-gallery-slide {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    position: relative;
}

.custom-gallery-slide.active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.custom-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    max-width: 100%;
    display: block;
}

.custom-gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: 16px;
}



/* Thumbnails */
.custom-gallery-thumbnails {
    width: 100%;
    overflow: hidden;
}

.custom-thumbnails-wrapper {
    display: flex;
    gap: 8px;
    padding: 0 4px;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.custom-thumbnails-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}

.custom-thumbnail {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    position: relative;
}

.custom-thumbnail:hover {
    transform: scale(1.05);
    border-color: #FF5A0D;
}

.custom-thumbnail.active {
    border-color: #FF5A0D;
    box-shadow: 0 2px 8px rgba(255, 90, 13, 0.3);
}

.custom-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-gallery-main {
        margin-bottom: 16px;
    }
    
    .custom-gallery-viewport {
        min-height: 250px;
        padding-bottom: 80%;
    }
    
    .custom-gallery-image {
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
        max-height: none;
    }
    
    .custom-gallery-slide {
        position: relative;
        width: 100% !important;
        height: 100% !important;
    }
    
    .custom-thumbnail {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }
    
    .custom-thumbnails-wrapper {
        gap: 6px;
        padding: 0 2px;
    }
}

@media (max-width: 480px) {
    .custom-gallery-viewport {
        min-height: 200px;
        padding-bottom: 75%;
    }
    
    .custom-gallery-main {
        margin-bottom: 12px;
    }
    
    .custom-gallery-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .custom-gallery-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .custom-gallery-link {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .custom-gallery-image {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
    
    .custom-thumbnail {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
}

.woocommerce-product-gallery .flex-control-thumbs li {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover {
    opacity: 0.8;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    transition: border-color 0.2s ease;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 2px solid #FF5A0D !important;
    box-shadow: 0 2px 8px rgba(255, 90, 13, 0.3);
}

@media (max-width: 768px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 0 2px;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs li img {
        border-width: 1px;
    }
}

.site-header__unit.site-header__unit--actions {
    gap: 1.875rem;
}

.site-header__cell--icons .primary-menu__dropdown {
    left: auto;
    right: -4px;
}

.site-header__cell--icons .primary-menu__dropdown::before {
    left: auto;
    right: .9375rem;
}

@media screen and (min-width: 32.5em) {
    .site-header__cell--icons .primary-menu__item {
        margin-right: 0;
    }

    .site-header__cell--icons .site-header__icon-link--profile,
    .site-header__icon-link--phone {
        margin-right: 0;
    }   
}

.site-search__icon {
    fill: #5b798c !important;
}

.comparison h2.line-heading.line-heading--light {
    line-height: 140%;
}

.comparison .comparison__section {
    margin-top: 50px;
}

.comparison .comparison__section .comparison-list:not(:last-child) {
    margin-bottom: 50px;
}

.comparison .comparison__section .comparison-list .comparison-list-heading-wrapper {
    overflow: hidden;
}

.comparison .comparison__section .comparison-list .comparison-list-heading {
    position: relative;
    display: inline-block;
    font-family: "Lab Grotesque", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -1%;
    flex-shrink: 0;
    margin-bottom: 32px;
    
}

.comparison .comparison__section .comparison-list .comparison-list-heading::after {
    content: "";
    display: block;
    width: 1000px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1025px;
    margin: auto;
}

.comparison .comparison__section .comparison-list .comparison-list__item {
    margin-bottom: 32px;
}

.comparison .comparison__section .comparison-list .comparison-list__item .copy p:not(:last-child) {
    margin-bottom: 20px;
}

.comparison .comparison__section .card-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 1.25rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 50rem;
    width: 100%;
    margin: 60px auto 0;
}

.comparison .comparison__section .card-container .card-image {
    flex: 1;
    max-width: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.comparison .comparison__section .card-container .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison .comparison__section .card-container .card-content {
    flex: 1;
    padding: 2.5rem 3.75rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.comparison .comparison__section .card-container .card-content h2 {
    color: #002f87;
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 1.2307692308;
    font-weight: 700;
}

.comparison .comparison__section .card-container .card-content p {
    color: #455a64;
    font-size: 18px;
}

.comparison .comparison__section .card-container .card-button {
    display: inline-block;
    text-decoration: none;
    background-color: #ff5600;
    color: #fff;
    padding: 1.1875rem 2.6875rem;
    border-radius: 6.25rem;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .09375rem;
    align-self: start;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 1.5625rem;
}

@media (max-width: 768px) {
    .comparison .comparison__section .card-container {
        flex-direction: column;
    }

    .comparison .comparison__section .card-container .card-image,
    .comparison .comparison__section .card-container .card-content {
        max-width: 100%;
    }

    .comparison .comparison__section .card-container .card-content {
        padding: 1.875rem 2.5rem;
    }

    .comparison .comparison__section .card-container .card-content h2 {
        font-size: 1.375rem;
        line-height: 1.1818181818;
    }

    .comparison .comparison__section .card-container .card-button {
        padding: 1rem 1.375rem!important;
    }
}

/* FAQ Search Styles */
.faq-search-container {
    max-width: 850px;
    margin: 0 auto 40px;
    position: relative;
}

.faq-search-container .faq-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.faq-search-container .faq-search-wrapper .faq-search-icon::placeholder {
    color: #666;
}

.faq-search-container .faq-search-wrapper .faq-search-icon {
    position: absolute;
    left: 15px;
    color: #0e3f9a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-search-container .faq-search-wrapper input[type=text].faq-search-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #455E6D;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-search-container .faq-search-wrapper input[type=text].faq-search-input:focus {
    outline: none;
    box-shadow: 0px 4px 12px 0px #1216461F;
}

.faq-search-container .faq-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #455E6D;
    border-radius: 12px;
    margin-top: 28px;
    overflow-y: hidden;
    display: none;
    z-index: 1000;
    padding: 0;
}

.faq-search-container .faq-search-results .faq-search-results-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.faq-search-container .faq-search-results .faq-search-group {
    padding: 20px 20px 14px 20px;
}

.faq-search-container .faq-search-results .faq-search-group:not(:last-child) {
    margin-bottom: 24px;
    position: relative;
}

.faq-search-container .faq-search-results .faq-search-group:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #455E6D;
}

.faq-search-container .faq-search-results .faq-search-group-title {
    font-size: 24px;
    font-weight: bold;
    color: #0e3f9a;
    line-height: 1;
    margin-bottom: 10px;
}

.faq-search-container .faq-search-results .faq-search-result-item {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-left: -20px;
    margin-right: -20px;
}

.faq-search-container .faq-search-results .faq-search-result-item .result-title {
    color: #0e3f9a;
    margin-bottom: 15px;
    line-height: 110%;
}

.faq-search-container .faq-search-results .faq-search-result-item .result-description {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq-search-container .faq-search-results .faq-search-result-item:hover {
    background-color: #f5f5f5;
}

.faq-search-container .faq-search-results .faq-search-result-item:hover .result-title {
    text-decoration: none;
}

.faq-question .faq-question__questions.highlight {
    background-color: #bac0b4;
    transition: background-color 0.3s ease;
}

/* Single Product template */

.summary.entry-summary .product_excerpt .link {
    color: #ff5a0d;
    margin-top: 5px;
}

.summary.entry-summary .product_excerpt .product_excerpt__content {
    font-size: 26px;
    line-height: 140%;
    letter-spacing: -1%;
}

.woocommerce div.product .cart {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}

.woocommerce div.product .cart .variations .variations__row {
    padding: 34px 0 24px 0;
}

.woocommerce div.product .cart .variations .variations__row:first-child {
    border-top: none;
    padding-top: 0px;
}

.woocommerce div.product .cart .variations .variations__row .variations__label {
    background-size: 24px;
    background-position: left center;
    padding-left: 36px;
}

.woocommerce div.product .cart .variations .variations__row .variations__label.variations__label--pa_car-plug {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23FF5A0D'%3E %3Cg opacity='0.75'%3E %3Cpath d='M3 18.25C3 18.5455 3.0582 18.8381 3.17127 19.111C3.28434 19.384 3.45008 19.6321 3.65901 19.841C3.86794 20.0499 4.11598 20.2157 4.38896 20.3287C4.66194 20.4418 4.95453 20.5 5.25 20.5C5.54547 20.5 5.83806 20.4418 6.11104 20.3287C6.38402 20.2157 6.63206 20.0499 6.84099 19.841C7.04992 19.6321 7.21566 19.384 7.32873 19.111C7.4418 18.8381 7.5 18.5455 7.5 18.25C7.5 17.9545 7.4418 17.6619 7.32873 17.389C7.21566 17.116 7.04992 16.8679 6.84099 16.659C6.63206 16.4501 6.38402 16.2843 6.11104 16.1713C5.83806 16.0582 5.54547 16 5.25 16C4.95453 16 4.66194 16.0582 4.38896 16.1713C4.11598 16.2843 3.86794 16.4501 3.65901 16.659C3.45008 16.8679 3.28434 17.116 3.17127 17.389C3.0582 17.6619 3 17.9545 3 18.25V18.25Z' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M16.5 18.25C16.5 18.5455 16.5582 18.8381 16.6713 19.111C16.7843 19.384 16.9501 19.6321 17.159 19.841C17.3679 20.0499 17.616 20.2157 17.889 20.3287C18.1619 20.4418 18.4545 20.5 18.75 20.5C19.0455 20.5 19.3381 20.4418 19.611 20.3287C19.884 20.2157 20.1321 20.0499 20.341 19.841C20.5499 19.6321 20.7157 19.384 20.8287 19.111C20.9418 18.8381 21 18.5455 21 18.25C21 17.9545 20.9418 17.6619 20.8287 17.389C20.7157 17.116 20.5499 16.8679 20.341 16.659C20.1321 16.4501 19.884 16.2843 19.611 16.1713C19.3381 16.0582 19.0455 16 18.75 16C18.4545 16 18.1619 16.0582 17.889 16.1713C17.616 16.2843 17.3679 16.4501 17.159 16.659C16.9501 16.8679 16.7843 17.116 16.6713 17.389C16.5582 17.6619 16.5 17.9545 16.5 18.25V18.25Z' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.75 9.99997H12.3C12.5961 9.99994 12.8856 9.91226 13.132 9.74797L14.626 8.74797C14.8724 8.58369 15.1619 8.496 15.458 8.49597H21.758C22.1558 8.49597 22.5374 8.65401 22.8187 8.93531C23.1 9.21662 23.258 9.59815 23.258 9.99597V15.246C22.7342 14.5456 22.0536 13.9776 21.2707 13.5876C20.4879 13.1975 19.6246 12.9963 18.75 13C17.9035 12.9995 17.0695 13.2038 16.3191 13.5956C15.5687 13.9875 14.9244 14.5551 14.441 15.25H9.559C9.07563 14.5551 8.43126 13.9875 7.6809 13.5956C6.93054 13.2038 6.09649 12.9995 5.25 13C4.3764 12.998 3.51447 13.2005 2.7331 13.5912C1.95173 13.9819 1.2726 14.5499 0.75 15.25V9.99997Z' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M17.25 8.5L16.061 5.088C15.9715 4.77461 15.7823 4.4989 15.5221 4.3026C15.262 4.10629 14.9449 4.00007 14.619 4H4.619C4.35494 4.00044 4.09568 4.07057 3.86742 4.20332C3.63915 4.33606 3.44997 4.52671 3.319 4.756L0.75 10' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6.75 4V10' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E");
}

.woocommerce div.product .cart .variations .variations__row .variations__label.variations__label--pa_trailer-socket {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23FF5A0D'%3E %3Cg opacity='0.75'%3E %3Cpath d='M3.90625 15.1363H2.34375C1.92935 15.1363 1.53192 14.9735 1.2389 14.6837C0.94587 14.3939 0.78125 14.0008 0.78125 13.5909V2.31816C0.78125 1.90828 0.94587 1.51519 1.2389 1.22536C1.53192 0.935529 1.92935 0.772705 2.34375 0.772705H21.0938C21.5082 0.772705 21.9056 0.935529 22.1986 1.22536C22.4916 1.51519 22.6562 1.90828 22.6562 2.31816V15.1363H16.4062' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M22.6562 15.1364H24.2188' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M7.03125 15.1363C7.03125 15.9561 7.36049 16.7423 7.94654 17.3219C8.53259 17.9016 9.32745 18.2272 10.1562 18.2272C10.9851 18.2272 11.7799 17.9016 12.366 17.3219C12.952 16.7423 13.2812 15.9561 13.2812 15.1363C13.2812 14.3166 12.952 13.5304 12.366 12.9507C11.7799 12.3711 10.9851 12.0454 10.1562 12.0454C9.32745 12.0454 8.53259 12.3711 7.94654 12.9507C7.36049 13.5304 7.03125 14.3166 7.03125 15.1363Z' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M3.90625 4.86365H11.7187V7.95456H3.90625V4.86365Z' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M14.8438 4.86365H19.5312V7.95456H14.8438V4.86365Z' stroke='currentColor' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E");
}

.woocommerce div.product .cart .variations .variations__row .variations__label.variations__label--pa_remote {
    padding-left: 0px;
}

.woocommerce div.product .cart .variations .variation-info {
    margin-bottom: 0px;
}

.woocommerce div.product .cart .variations .variation-info__item {
    border: none;
    margin-top: 15px;
}

.woocommerce div.product .cart .variations .variation-info__item .variation-info__button::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23FF5A0D'%3E %3Cpath d='M13.5018 25.3917C16.8415 25.3371 20.0256 23.9703 22.3657 21.587C23.5365 20.4213 24.4604 19.0315 25.0819 17.5007C25.7034 15.9699 26.0099 14.3295 25.9831 12.6775C25.985 11.0634 25.6684 9.46468 25.0513 7.97309C24.4342 6.48151 23.5289 5.12635 22.3871 3.98529C21.2453 2.84423 19.8896 1.9397 18.3976 1.32353C16.9056 0.707365 15.3067 0.391672 13.6924 0.394551L13.4695 0.394551C10.1288 0.428921 6.93812 1.7871 4.59761 4.17108C2.2571 6.55507 0.957919 9.77013 0.98513 13.1108C0.981286 14.7446 1.30417 16.3626 1.93479 17.8698C2.5654 19.3769 3.49103 20.7428 4.65722 21.887C5.82342 23.0313 7.20664 23.9308 8.72554 24.5326C10.2444 25.1345 11.8684 25.4266 13.5018 25.3917ZM15.0465 8.16243C15.054 8.36665 15.0207 8.57032 14.9486 8.76153C14.8764 8.95273 14.7669 9.12764 14.6264 9.27602C14.4859 9.42439 14.3172 9.54327 14.1301 9.62568C13.9431 9.70809 13.7416 9.7524 13.5372 9.756L13.5091 9.756C13.0981 9.75521 12.7033 9.59534 12.4076 9.3099C12.1119 9.02447 11.9381 8.63564 11.9228 8.22492C11.9151 8.02066 11.9483 7.81693 12.0204 7.62566C12.0925 7.4344 12.202 7.25943 12.3426 7.11103C12.4831 6.96262 12.6519 6.84375 12.8389 6.76138C13.026 6.67902 13.2277 6.63481 13.432 6.63135L13.4602 6.63135C13.871 6.63266 14.2655 6.79269 14.5611 7.07802C14.8567 7.36335 15.0306 7.75188 15.0465 8.16243ZM14.5257 12.3724L14.5257 18.6217C14.5257 18.8979 14.416 19.1628 14.2206 19.3582C14.0253 19.5535 13.7604 19.6632 13.4841 19.6632C13.2079 19.6632 12.9429 19.5535 12.7476 19.3582C12.5523 19.1628 12.4425 18.8979 12.4425 18.6217L12.4425 12.3724C12.4425 12.0961 12.5523 11.8312 12.7476 11.6359C12.9429 11.4406 13.2079 11.3308 13.4841 11.3308C13.7604 11.3308 14.0253 11.4406 14.2206 11.6359C14.416 11.8312 14.5257 12.0961 14.5257 12.3724Z' fill='currentColor'/%3E %3C/svg%3E");
    left: 0;
}

.woocommerce div.product .cart .variations .variation-info__item .variation-info__button {
    padding: 10px 16px 10px 24px;
    line-height: 1;
    font-size: 14px;
    text-decoration: underline;
}

.woocommerce div.product .cart .variations .variation-info__item .variation-info__button .variation-info__accessory {
    right: 0;
}

.woocommerce div.product .cart .variations .variation-radios--half .variation-radio  {
    width: 50%;
}

.woocommerce div.product .cart .variations .variation-radio .variation-radio__label {
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    min-height: 40px;
}

.woocommerce div.product .cart .variations .variation-radio .variation-radio__label .variation-radio__name {
    text-align: center;
}

.woocommerce div.product .cart .variations .variation-radio .variation-radio__label .variation-radio__name:after {
    display: inline-block;
}

.woocommerce div.product .cart .single_variation_wrap:not(.bundled_item_wrap),
.woocommerce div.product .cart .woocommerce-add-to-cart-wrap {
    padding: 0;
    border: none;
}

.woocommerce div.product .cart .woocommerce-add-to-cart-wrap .quantity {
    border-bottom: .0625rem solid rgba(149, 175, 191, .75);
    padding-bottom: 1.25rem;
}

.woocommerce div.product .cart .woocommerce-add-to-cart-wrap .woocommerce-add-to-cart-wrap__info,
.woocommerce div.product .cart .single_variation_wrap:not(.bundled_item_wrap) .woocommerce-add-to-cart-wrap .woocommerce-add-to-cart-wrap__info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    font-size: 14px;
    line-height: 116%;
    letter-spacing: 0;
    font-weight: bold;
    color: #455E6D;
    padding-top: 14px;
}

.woocommerce .single_variation_wrap:not(.bundled_item_wrap) .woocommerce-add-to-cart-wrap .woocommerce-add-to-cart-wrap__info svg {
    width: 20px;
    height: auto;
    color: #455E6D;
}

.woocommerce div.product .accordion__item {
    border-bottom: .125rem solid #95AFBFBF;
}

.product-faq-section {
    clear: both;
    margin: 65px 0 0px;
}

.product-faq-section .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1%;
    margin-bottom: 40px;
    color: #002F87;
    text-align: center;
}

.product-faq-section .accordion .accordion__item .accordion__button {
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1%;
}

.product > .woocommerce-product-gallery {
    display: block !important;
}

.product .summary.entry-summary .woocommerce-product-gallery {
    display: none !important;
}

.product > .woocommerce-product-details__short-description {
    display: block;
    width: 48%;
    float: left;
    clear: left;
}

.product .summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
}

.product .summary.entry-summary .product-cta {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .product .summary.entry-summary .product-cta {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .product > .woocommerce-product-gallery {
        display: block !important;
    }
    
    .product .summary.entry-summary .woocommerce-product-gallery {
        display: none !important;
    }
    
    .summary.entry-summary .product_excerpt .product_excerpt__content {
        font-size: 19px;
    }

    .product > .woocommerce-product-details__short-description {
        display: none;
    }
    
    .product .summary.entry-summary .woocommerce-product-details__short-description {
        display: block;
    }

    .woocommerce div.product .cart .variations .variations__row {
        padding: 28px 0 18px 0;
    }

    .woocommerce div.product .cart .variations .variation-info__item {
        margin-top: 10px;
    }        

    .product-faq-section .title {
        font-size: 26px;
    }
    
    .product-faq-section .accordion .accordion__item .accordion__button {
        font-size: 20px;    
    }

    .product-faq-section .accordion .accordion__item .accordion__button .accordion__accessory:before,
    .product-faq-section .accordion .accordion__item .accordion__button .accordion__accessory:after {
        width: 16px;
        height: 2px;
    }
}


/* Our Story */

.page-template-our-story .l-section--our-story {
    margin-bottom: 0px;
    background-color: #D8E0E3;
}

.page-template-our-story .intro-pricing {
    padding-bottom: 0px;
    background-color: #042472;
}

.page-template-our-story .intro-pricing .inline-video__wrapper {
    position: relative;
    margin-top: -28.125%;
    margin-bottom: calc(28.125% + 3.75rem); 
}

@media (min-width: 48em) {
    .page-template-our-story .intro-pricing .inline-video__wrapper {
        margin-bottom: calc(28.125% + 5rem);
    }
}

@media (min-width: 85.375em) {
    .page-template-our-story .intro-pricing .inline-video__wrapper {
        margin-bottom: calc(28.125% + 6.875rem);
    }
}

@media (min-width: 105.625em) {
    .page-template-our-story .intro-pricing .inline-video__wrapper {
        margin-bottom: calc(28.125% + 100px);
    }
}

.page-template-our-story .intro-pricing .inline-video__wrapper .inline-video__container--wide {
    transform: translateY(50%);
    aspect-ratio: 16 / 9;
    padding-bottom: 0px;
    width: 100%;
}

.page-template-our-story .our-story-content {
    padding-bottom: 100px;
}

.page-template-our-story .our-story-content .top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.page-template-our-story .our-story-content .top-content svg {
    width: 75px;
    height: auto;
}

.page-template-our-story .our-story-content .top-content .top-content__text {
    font-family: Beni, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    color: #042472;
    text-align: center;
}

.page-template-our-story .our-story-content .bottom-content {
    display: flex;
    flex-direction: row;
    gap: 100px;
    flex-wrap: nowrap;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__text {
    width: 100%;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__text .bottom-content__title {
    color: #FF5A0D;
    font-family: Beni;
    font-size: 120px;
    font-weight: 700;
    line-height: 70%;
    margin-bottom: 50px;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__text .copy {
    font-size: 22px;
    margin-bottom: 20px;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__text .btn {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.13px;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__image {
    width: 100%;
    max-width: 560px;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__image-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-our-story .our-story-content .bottom-content .bottom-content__image-caption {
    color: #FF5A0D;
    font-family: Beni;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 64em) {
    .page-template-our-story .our-story-content .bottom-content {
        flex-direction: column;
    }

    .page-template-our-story .our-story-content .bottom-content .bottom-content__image {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 48em) {
    .page-template-our-story .our-story-content .bottom-content .bottom-content__image {
        max-width: 100%;
    }
}

.page-template-our-story .l-section--innovation-excellence {
    background-color: #042472;
}

.page-template-our-story .l-section--innovation-excellence .innovation-excellence .innovation-excellence__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-template-our-story .l-section--innovation-excellence .innovation-excellence .copy p {
    font-size: 22px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 20px;
}

.page-template-our-story .l-section--innovation-excellence .innovation-excellence .btn {
    background-color: #FF5A0D;
}

.page-template-our-story .l-section--innovation-excellence .innovation-excellence .btn:hover {
    background-color: #0e3f9a;
}

.page-template-our-story .l-section--innovation-excellence .innovation-excellence .feature-heading {
    font-size: 144px;
    line-height: 70%;
    text-align: center;
    margin-bottom: -9px;
}

@media (max-width: 105.625em) {
    .page-template-our-story .l-section--innovation-excellence .innovation-excellence .feature-heading {
        font-size: 120px; /* 120px */
        margin-bottom: -7px;
    }
}

@media (max-width: 85.375em) {
    .page-template-our-story .l-section--innovation-excellence .innovation-excellence .feature-heading {
        font-size: 100px; /* 100px */
        margin-bottom: -6px;
    }
}

@media (max-width: 48em) {
    .page-template-our-story .l-section--innovation-excellence .innovation-excellence .feature-heading {
        font-size: 65px;
        margin-bottom: -5px;
    }
}

.l-section--flexible-columns {
    background-color: #D8E0E3;
    padding: 140px 0;
}

.l-section--flexible-columns .flexible-columns__heading {
    max-width: 894px;
    margin: 0 auto 40px;
    text-align: center;
}

.l-section--flexible-columns .flexible-columns__heading .h1 {
    font-size: 120px;
    margin-bottom: 50px;
}

.l-section--flexible-columns .flexible-columns__heading .lead {
    margin-bottom: 20px;
}

.l-section--flexible-columns .flexible-columns__heading .highlighted-text {
    color: #0E3F9A;
    font-family: Beni;
    font-size: 40px;
    font-weight: 700;
    line-height: 170%;
}

.l-section--flexible-columns .flexible-columns__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.l-section--flexible-columns .flexible-columns__grid.five-columns {
    grid-template-columns: repeat(5, 1fr);
}

.l-section--flexible-columns .flexible-columns__grid.four-columns {
    grid-template-columns: repeat(4, 1fr);
}

.l-section--flexible-columns .flexible-columns__grid.three-columns {
    grid-template-columns: repeat(3, 1fr);
}

.l-section--flexible-columns .flexible-columns__grid.two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.l-section--flexible-columns .flexible-columns__grid .flexible-columns__cell h5 {
    color: #FF5A0D;
    font-family: "Lab Grotesque";
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.l-section--flexible-columns .flexible-columns__grid .flexible-columns__cell .medium {
    font-family: "Lab Grotesque";
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 85.375em) {
    .l-section--flexible-columns .flexible-columns__grid.five-columns,
    .l-section--flexible-columns .flexible-columns__grid.four-columns,
    .l-section--flexible-columns .flexible-columns__grid.three-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 64em) {
    .l-section--flexible-columns .flexible-columns__grid.five-columns,
    .l-section--flexible-columns .flexible-columns__grid.four-columns,
    .l-section--flexible-columns .flexible-columns__grid.three-columns,
    .l-section--flexible-columns .flexible-columns__grid.two-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 48em) {
    .l-section--flexible-columns .flexible-columns__grid.five-columns,
    .l-section--flexible-columns .flexible-columns__grid.four-columns,
    .l-section--flexible-columns .flexible-columns__grid.three-columns,
    .l-section--flexible-columns .flexible-columns__grid.two-columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

.page-template-our-story .l-section--reviews .reviews .reviews-button-wrapper {
    margin: 50px auto 0;
    text-align: center;
}

.page-template-our-story .l-section--reviews .reviews .reviews-button-wrapper .reviews-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 20px;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.page-template-our-story .l-section--reviews .reviews .reviews-button-wrapper .reviews-button span {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}

/* Title sizes */
@media (max-width: 105.625em) {
    .page-template-our-story .our-story-content .bottom-content .bottom-content__text .bottom-content__title,
    .l-section--flexible-columns .flexible-columns__heading .h1 {
        font-size: 7.5rem;
        line-height: .7166666667;
    }
}

@media (max-width: 85.375em) {
    .page-template-our-story .our-story-content .bottom-content .bottom-content__text .bottom-content__title,
    .l-section--flexible-columns .flexible-columns__heading .h1 {
        
        font-size: 6.25rem;
        line-height: .76;
    }
}


@media (max-width: 48em) {
    .page-template-our-story .our-story-content .bottom-content .bottom-content__text .bottom-content__title,
    .l-section--flexible-columns .flexible-columns__heading .h1 {
        font-size: 4.0625rem;
        line-height: .7692307692;
    }
}

/* Manuals and Specifications */
.manuals-and-specifications .accordion__item {
    border-bottom: none;
}

.manuals-and-specifications .accordion__item .accordion__button {
    border-bottom: 2px solid #d8e0e3;
}

.manuals-and-specifications .accordion__item .accordion__button .accordion__label {
    text-transform: uppercase;
}

.manuals-and-specifications .accordion__body {
    padding: 20px 0;
}

.manuals-and-specifications .accordion__body .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 110px;
}

.manuals-and-specifications .accordion__body .row .banner {
    max-width: 55%;
    width: 100%;
    flex-shrink: 0;
}

.manuals-and-specifications .accordion__body .row .content .heading {
    color: #0E3F9A;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.manuals-and-specifications .accordion__body .row .content .copy {
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 20px;
}

.manuals-and-specifications .accordion__body .row .content .btn {
    background-color: #FF5A0D;
}

.manuals-and-specifications .accordion__body .content-wrapper,
.manuals-and-specifications .accordion__body .content-wrapper .additional-information {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.manuals-and-specifications .accordion__body .additional-information .row {
    display: flex;
    gap: 60px;
    align-items: start;
    justify-content: space-between;
}

.manuals-and-specifications .accordion__body .additional-information .row .column {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-right: 40px;
}

.manuals-and-specifications .accordion__body .additional-information .row .column.no-padding {
    padding-right: 0;
}

.manuals-and-specifications .accordion__body .additional-information .heading {
    color: #0E3F9A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.manuals-and-specifications .accordion__body .additional-information .row img {
    margin: 0;
}

@media (max-width: 64em) {
    .manuals-and-specifications .accordion__body .content-wrapper > .row {
        flex-direction: column;
        gap: 40px;
    }

    .manuals-and-specifications .accordion__body .content-wrapper .additional-information .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .manuals-and-specifications .accordion__body .content-wrapper .row .banner {
        max-width: 100%;
    }
}

/* Home page */
.l-section.l-section--road .road {
	background-size: auto 100%;
	background-position: 45% 0;
	padding: 10rem 0 10rem;
	position: relative;
}

.l-section.l-section--road .road::before {
	content: "";
    height: 83px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #D7E0E3 0%, rgba(215, 224, 227, 0.00) 100%);
}

.l-section.l-section--road .road .btn {
	margin-top: 20px;
	padding: 17px 19px !important;
	font-size: 13px;
}

@media (max-width: 85.375em) {
    .l-section.l-section--road .road {
        background-size: 0;
    }
}

@media (max-width: 48em) {
    .l-section.l-section--road .road {
        background-size: auto 102%;
    }
}


@media (max-width: 28.125em) {
	.l-section.l-section--road .road {
		background-size: auto 103%;
		background-position: 57% -10px;
	}
}

.l-section--intro .intro__buttons {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.l-section--intro .intro__buttons a {
	margin-top: 0px;
}

.l-section--intro .intro__buttons a.btn.btn--lrg {
	background: #ff5a0d;
	padding: 17px 19px !important;
	font-size: 13px;
}

.l-section--intro .intro__buttons a.btn.btn--lrg:hover {
	background: #0e3f9a;
}

.l-section--intro .intro__cta-block {
	margin-top: 60px;
}

.l-section--intro .intro__cta-block .cta-block__btn {
	padding: 17px 19px!important;
	font-size: 13px;
}

.l-section--intro .intro__bottom .intro__bottom__content .intro__grid {
	justify-content: start;
}

.l-section--intro .intro__bottom  .intro__buttons {
	justify-content: start;
}


.l-section--intro .intro__bottom .intro__products {
	margin-top: 7.5rem;
}

.l-section.l-section--choose-controller {
    padding: 80px 0 60px;
	background-color: #D7E0E3;
}

.l-section.l-section--choose-controller .choose-controller__content {
	margin: auto;
    text-align: center;
    max-width: 62.1875rem;
}

.l-section.l-section--choose-controller .choose-controller__title {
    font-family: Beni,sans-serif;
	font-size: 120px;
	font-weight: 700;
	line-height: 70%;
    letter-spacing: .125rem;
    color: #95afbf;
    background-color: #95afbf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='800' height='800' viewBox='0 0 800 800' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23D8E0E3'%3E %3Cg clip-path='url(%23clip0_2721:111625)'%3E %3Cpath d='M800.5 530.58C792.22 528.97 785.11 537.98 780.86 544.28C773.07 547.47 765.21 548.94 761.06 556.85C757.06 564.51 751.06 570.21 748.8 578.93C746.8 580.17 744.92 581.52 742.8 582.61L740.46 581.81L739.91 581.26C734.81 583.2 730.18 583.99 724.8 582.26C728.03 578.77 730.37 572.82 734.38 570.46C739.38 567.55 744.6 566.02 749.72 563.46L751.56 560.58C750.46 556.53 751.41 552.79 751.42 548.7C752.155 547.407 753.153 546.283 754.35 545.4C754.925 543.414 754.925 541.306 754.35 539.32L755.15 536.54C761.88 527.15 774.04 531.98 782.78 526.63L784.87 523.8L784.81 522.8L783.81 522.58L782.08 523.58L780.73 523.66L780.97 522.6C781.634 522.138 782.149 521.491 782.45 520.74L781.65 519.56H780.13L779.32 518.75C778.973 517.774 778.708 516.77 778.53 515.75L779.07 514.89C781.047 514.34 782.924 513.48 784.63 512.34L785.52 510.74L784.09 509.24C781.835 509.526 779.545 509.226 777.44 508.37C777.293 507.585 776.997 506.835 776.57 506.16C779.69 503.37 780.17 498.89 783.73 496.61C784.999 494.633 786.071 492.536 786.93 490.35L789.07 488.66C789.93 482.51 794.96 475.92 800.51 473.26' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 466.48C796.364 468.423 792.666 471.186 789.63 474.6C775.14 480.1 777.46 498.1 767.72 506.72C767.28 508.273 766.759 509.801 766.16 511.3C764.033 512.198 762.232 513.727 761 515.68C760.739 516.807 760.549 517.949 760.43 519.1C755.48 521.78 748.96 524.44 746.1 529.52L746.79 531.14L748.38 532.14L750.84 532.3L751.52 533.41L751.68 534.96C749.81 537.53 747.11 539.65 743.9 539.96L740.9 542.27L740.23 544.01C736.23 547.46 732.51 550.01 730.68 555.13C730.68 570.88 720.77 575.85 709.22 585.05C698.627 593.265 689.175 602.852 681.11 613.56L681.39 615.85C685.85 616.4 689.95 614.85 694.39 616.28L696.77 614.46C698.35 610.46 700.31 606.57 702.17 602.67C708.93 596.82 722.17 590.3 730.93 594.67C737.25 601.67 740.59 614.55 749.01 619.11L750.17 618.44C750.97 610.33 750.56 605.61 754.43 598.17C757.96 591.38 755.29 585.44 757.34 578.24C759.15 571.85 762.95 563.57 767.77 558.94C773.89 553.06 781.39 554.16 787.77 550.3C790.41 545.79 790.02 540.3 795.08 537.38C796.921 537.373 798.756 537.186 800.56 536.82' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 239.61C792.34 248.73 779.71 259.24 767.28 261.32C760.97 260.1 757.44 256.08 750.61 257.05C744.81 257.89 740.01 260.27 734.04 260.59C721.93 261.24 707.56 271.33 695.32 264.84C681.83 252.45 708.56 229.61 709.87 216.86L708.58 215.74C707.373 215.589 706.154 215.552 704.94 215.63C705.701 213.94 706.548 212.292 707.48 210.69L707.28 209.24L705.98 209.16C700.94 212.32 697.1 220.81 690.63 220.62C687.26 224.46 685.45 228.47 681.63 231.96C677.81 235.45 673.57 237.96 669.68 241.14L667.68 241.09L665.87 242C659.22 251.58 660.07 264.08 653.5 273.41C647.89 281.41 649.91 291 650.64 300.65C645.64 303.1 641 307.91 639.25 313.26C637.35 319.06 641.16 322.61 640.9 328.18C637.82 330.43 633.9 328.47 631.72 332.3L631.6 333.36L631 333.94C630.382 334.09 629.731 334.019 629.16 333.74C628.713 333.016 628.187 332.346 627.59 331.74H626.96C626.537 332.033 626.145 332.368 625.79 332.74C625.687 333.49 625.383 334.199 624.91 334.79C624.184 335.463 623.256 335.878 622.27 335.97L621.55 335.39C621.102 334.109 620.728 332.804 620.43 331.48L619.55 330.48L618.79 330.27L618.11 328.78C614.72 326.33 611.11 321.24 606.83 324.7L606.19 324.77L605.43 324.15L605.2 323.26C606.226 322.1 606.763 320.588 606.7 319.04C605.993 316.937 604.711 315.073 603 313.66H601.84C600.54 316.78 600.41 320.45 597.15 322.27L596.58 323.55L596.98 324.34C598.501 324.08 600.038 323.927 601.58 323.88L603.14 325.34V327.12L602.07 328.32C600.41 328.9 598.81 329.44 597.16 329.99L596.67 331.15L596.86 332.24C601.93 336.09 607.6 334.67 610.86 341.57C610.73 342.843 610.499 344.104 610.17 345.34L608.82 346.94C602.02 348.52 597.05 344.69 590.72 349.73L590.21 351.06C590.597 352.3 591.241 353.445 592.1 354.42C594.003 354.294 595.91 354.598 597.68 355.31C602.31 364.38 593.93 370.66 588.49 376.21C587.525 379.396 585.857 382.324 583.61 384.78C573.61 387.83 569.7 403.27 561.61 409.42C560.876 409.421 560.143 409.358 559.42 409.23C551.77 418.28 551.42 435.3 539.98 441.23C537.68 448.8 528.73 453.23 521.98 455.75C520.586 457.762 518.976 459.617 517.18 461.28L514.39 462.28C512.641 463.518 511.314 465.263 510.59 467.28L512.14 468.92L514.14 468.72C519.61 464.51 525.77 465.62 531.76 463.03C537.75 460.44 543.48 455.9 548.55 451.86C556.55 445.5 559.95 432.95 571.29 431.35C574.98 425.16 576.93 418.16 583.38 413.98C590.22 409.54 597.38 404.58 601.76 397.5L601.24 395.13L602.62 393.52L603.93 395.16C607.3 395.646 610.737 395.066 613.76 393.5L615.01 391.57C621.68 387.73 628.68 384.57 635.48 381.03C638.08 377.62 643.58 374.12 647.36 372.12C649.988 371.766 652.658 372.309 654.94 373.66L656.88 373.37L657.77 371.66L657.36 369.03L660.88 364.78C667.73 362.63 674.6 360.78 681.56 358.97C684.89 359.4 687.64 361.15 690.73 362.29C694.6 361.36 697.9 359.22 701.44 357.49C703.568 357.554 705.688 357.785 707.78 358.18L709.24 359.8C711.186 359.635 713.143 359.635 715.09 359.8C715.991 360.153 716.8 360.708 717.453 361.423C718.107 362.137 718.588 362.991 718.86 363.92L720.12 364.03L721.12 364.71L721.56 365.71C722.091 365.143 722.512 364.482 722.8 363.76L723.64 363.68C724.032 364.271 724.348 364.91 724.58 365.58L723.94 367.39C725.64 375.48 725.67 383.99 726.21 392.29C728.494 394.436 731.001 396.33 733.69 397.94C738.2 397.94 740.88 394.22 744.9 392.81L743.9 381.4C754.31 380.76 763.09 378.1 773.39 381.21C780.94 383.5 792.34 382.51 797.04 389.94L796.72 391.08L798.04 395.22L800.5 396.22' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 545.14C797.17 548.4 796.12 552.91 793.7 556.77C791.02 561.04 784.84 559.71 780.56 561.1C770.01 564.51 763.83 574.25 761.31 584.67L761.92 586.98C762.848 588.029 763.83 589.031 764.86 589.98C763.25 598.05 753.13 603.63 758.58 612.98C760.374 614.705 761.814 616.764 762.82 619.04L762.26 620.6C765.84 628.76 767.87 637.6 765.86 646.3C764.892 646.97 764.046 647.802 763.36 648.76L763.92 650.11L765.82 650.72L766.59 651.47L765.99 651.88C764.654 651.628 763.405 651.039 762.36 650.17C758.251 642.62 753.57 635.396 748.36 628.56C746.445 627.714 744.428 627.122 742.36 626.8L740.94 627.2L738.16 625.64C732.79 618.87 730.29 610.34 724.66 603.71L721.21 603.01C713.89 610.34 705.95 614.5 699.28 623.28C699.293 623.658 699.326 624.035 699.38 624.41L699.18 624.72L698.28 624.8L697.28 625.63C693.47 625.53 688.99 623.5 685.77 626.52C682.55 629.54 682.06 631.39 677.18 632.3C677.092 633.406 676.87 634.497 676.52 635.55L675.06 635.5C672.25 638.5 669.06 640.44 665.8 642.86C665.56 643.668 665.609 644.535 665.94 645.31L665.61 646.31C664.85 647.007 663.924 647.496 662.92 647.73C662.152 648.575 661.481 649.505 660.92 650.5C660.128 650.65 659.347 650.851 658.58 651.1C655.534 653.642 653.495 657.188 652.83 661.1C649 660.55 641.32 662.34 638.5 664.88L637.42 663.8V662.62C638.597 661.321 639.253 659.633 639.26 657.88C634.89 650.47 654.67 630.05 659.95 624.98C663.95 607.25 683.74 599.82 692.86 585.3L692.43 584.3L693.38 583.36L696.59 582.31C700.47 576.66 704.31 575.94 710.52 573.08C717.52 569.88 718.97 566.62 722.43 560.24C722.58 559.29 722.71 558.33 722.83 557.38C723.854 555.427 724.169 553.179 723.72 551.02L723.34 550.38L723.54 548.67C725.839 545.535 729.148 543.289 732.91 542.31L733.18 541.16C732.18 537.55 729.8 534.71 728.67 531.23L729.42 529.52C736.42 526.72 741.11 525.8 746.97 520.52C751.86 516.14 754.07 509.52 758.9 505.38C760.72 498.28 761.39 496.59 766.68 491.6C766.32 485.87 766.5 482.17 771.36 478.23C771.732 476.735 772.35 475.312 773.19 474.02C775.858 472.488 778.385 470.721 780.74 468.74V467.53L780.07 466.83L778.55 466.43L778.03 465.78C778.49 464.21 778.91 462.62 779.28 461.02L780.67 459.9C782.314 459.707 783.917 459.255 785.42 458.56C785.59 452.67 786.66 446.88 785.19 441.08C784.28 437.49 783.79 432.31 784.72 428.84C784.1 424.62 784.05 419.92 781.15 416.54C779.897 415.966 778.527 415.695 777.15 415.75C775.668 416.381 774.313 417.275 773.15 418.39C772.673 419.91 771.787 421.269 770.59 422.32L769.03 421.75L768.58 420.03H766.79L765.67 419.14L765.56 417.07C764.454 416.386 763.181 416.02 761.88 416.01C759.267 417.052 756.507 417.676 753.7 417.86L752.87 416.61C752.913 415.106 752.637 413.61 752.06 412.22L750.44 411.3C747.955 411.27 745.554 412.201 743.74 413.9L742.16 414.05L740.71 413.11C732.11 416.63 724.32 413.45 715.95 413.61L714.55 414.66L713.68 416.59C712.466 417.015 711.16 417.105 709.9 416.85C708.2 411.75 708.9 407.74 704.32 403.85C696.94 402.32 692 403.69 684.99 400C682.34 400.082 679.727 400.648 677.28 401.67L675.96 404.04L676.27 405.89L675.72 407.61L674.24 407.66C673.499 406.585 672.895 405.423 672.44 404.2C671.259 403.689 669.927 403.653 668.72 404.1C662.06 399.76 648.45 402.67 641.84 406.32C641.28 407.045 640.847 407.86 640.56 408.73L639.56 408.52L638.56 407.24C630.08 408.54 621.78 409.48 614.08 413.46C614.413 414.728 614.289 416.074 613.73 417.26C611.922 418.482 609.878 419.313 607.73 419.7C606.852 420.739 606.296 422.01 606.13 423.36L603.66 423.04C602.858 422.281 601.899 421.707 600.85 421.36C599.896 421.573 598.999 421.989 598.22 422.58L597.81 423.52C598.511 424.122 599.151 424.792 599.72 425.52L599.13 427.13C598.155 427.327 597.234 427.73 596.427 428.311C595.62 428.892 594.946 429.638 594.45 430.5C594.478 431.494 594.332 432.486 594.02 433.43C593.052 433.956 591.98 434.263 590.88 434.33C587.72 437.66 584.04 440.67 579.49 441.78L578.88 442.43L578.68 443.52L579 444.61L578.2 445.28L576.77 445.23C573.02 446.31 569.77 448 567.52 451.32L566.52 455.65L564.35 456.79C563.331 458.014 562.465 459.357 561.77 460.79C560.15 461.186 558.627 461.903 557.291 462.899C555.954 463.896 554.832 465.151 553.99 466.59L552.43 467.5L550.84 466.68C549.233 466.955 547.772 467.783 546.71 469.02C541.62 470.02 538.65 474.75 533.71 476.23L532.78 476.05V475.05L531.71 474.39C530.746 474.983 529.711 475.453 528.63 475.79L527.47 475.61L517.47 482.56L517.98 482.27C516.091 483.67 514.34 485.247 512.75 486.98C512.907 488.272 513.154 489.552 513.49 490.81C512.662 491.337 511.689 491.589 510.71 491.53C510.145 492.344 509.861 493.32 509.9 494.31L508.37 495.66C497.81 494.57 485.3 502.73 477.18 508.86C472.38 512.48 467.25 516.18 462.67 520.05C458.46 523.61 457.81 529.35 451.55 530.49L447.85 529.44L445.99 525.75V522.88C447.75 518.15 454.07 515.26 454.07 509.93C454.07 503.42 460.52 500.08 465.07 496.78C475.71 489.12 480.34 480.73 486.25 469.42C488.26 468.396 489.943 466.831 491.11 464.9C491.62 463.063 491.754 461.142 491.505 459.252C491.256 457.362 490.628 455.542 489.66 453.9L490.09 452.18C491.778 451.733 493.538 451.617 495.27 451.84C497.134 451.118 498.723 449.827 499.81 448.15C500.75 442.83 500.96 437.9 506.14 434.97C506.4 433.67 506.7 432.38 507.03 431.09L509.03 431.41C510.7 430.51 512.38 429.65 514.09 428.84L517.02 428.99C527.24 436.14 538.02 429.09 536.67 416.67C535.32 404.25 545.3 404.5 551.97 396.43L552.45 394.14C552.951 393.76 553.42 393.339 553.85 392.88L552.85 391.51C552.382 389.272 552.399 386.96 552.9 384.73C555.36 380.73 559.02 377.41 563.99 378.24C565.287 379.023 566.787 379.403 568.3 379.33C569.591 378.807 570.764 378.029 571.749 377.043C572.733 376.057 573.509 374.882 574.03 373.59L573.75 372.45L574.11 371.35L576.99 370.83C577.61 368.568 578.904 366.548 580.7 365.04C580.345 362.233 578.984 359.65 576.87 357.77C575.843 357.873 574.807 357.836 573.79 357.66C570.24 355.18 567.33 351.92 563.79 349.48L563.23 347.85C563.406 346.434 563.801 345.055 564.4 343.76C568.68 338.76 576.54 341.56 579.83 336.16C579.89 331.16 574.52 328.25 573.83 323.22C575.58 320.15 577.3 317.06 579.2 314.08C582.5 312.83 586.38 313.01 589.31 310.95C592.76 308.53 597.21 305.17 601.48 304.75C604.48 307.95 606.39 311.81 609.65 314.9L610.29 315.18L610.68 314.29L610.56 313.08C611.506 312.004 612.175 310.713 612.51 309.32L613.68 308.49L615.88 308.25L617.48 309.14L618.48 308.8L619.56 309.8L620.56 309.86L621.51 309.2C622.31 304.95 624.25 301.2 624.64 296.86C625.534 296.551 626.412 296.197 627.27 295.8C629.361 296.554 631.579 296.894 633.8 296.8L634.75 295.4C634.662 294.74 634.508 294.09 634.29 293.46L631.6 292.05C631.358 290.989 631.04 289.946 630.65 288.93L629.37 287.8C629.379 286.819 629.167 285.848 628.75 284.96C634.55 282.24 641.48 280.07 646.56 276.19C644.978 275.843 643.518 275.08 642.33 273.98C639.65 269.46 640.55 262.2 642.24 257.55L644.08 257.01C645.389 257.927 646.838 258.626 648.37 259.08L649.71 257.97C650.758 254.861 652.076 251.849 653.65 248.97C659.41 245.97 657.85 239.11 661.04 234.27C661.649 233.864 662.339 233.594 663.061 233.476C663.784 233.359 664.523 233.398 665.23 233.59C678.56 227.59 682.85 214.88 692.97 205.64C694.35 205.94 695.7 206.18 697.09 206.38C702.67 204.3 711.62 201.18 715.23 196.38C718.8 194.88 722.29 192.73 726.12 192.14L727.12 192.83L727.4 194.5C723.47 204.56 720.65 216.5 715.3 225.81C710.07 234.87 698.59 245.75 699.3 257.46L700.68 259.92L702.62 261.3C720.62 262.84 736.04 253.5 753.43 251.88C763.6 250.94 768.43 257.97 778.85 252.02C786.7 247.54 793.85 240.72 800.42 234.52' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M555.54 799.97C559.86 795.58 559.24 790.12 562.54 785.35C565.44 781.18 572.2 777.35 576.98 776.11C580.04 772.81 582.63 769.36 586.92 767.61C592.888 767.931 598.871 767.382 604.68 765.98C604.29 757.88 597.13 759.64 594.68 753.8C598.74 747.44 603.96 741.8 608.6 735.9C613.47 729.67 617 721.9 624.17 717.75C628.37 720.32 633.62 720.35 638.39 721.13L640.07 720.53L640.51 717.64C639.69 714.75 638.77 711.89 637.77 709.06C637.015 708.593 636.201 708.23 635.35 707.98C636.26 703.66 640.95 701.42 642.78 697.4C644.89 692.79 650.26 686.34 654.78 684.03C660.04 683.38 665.4 687.3 669.12 690.65H669.68L670.2 689.4C671.476 689.797 672.579 690.615 673.33 691.72C675.132 691.516 676.957 691.75 678.65 692.4C689.3 683.26 675.89 672.82 678.73 662.4C682.07 656.89 690.22 651.73 696.41 650.4C701.17 652.06 703.68 655.85 707.1 659.28L707.29 660.88C708.686 662.295 710.484 663.245 712.44 663.6C718.61 661.21 720.91 654.09 727.82 651.91C731.326 652.081 734.819 652.458 738.28 653.04L740.28 654.75L741.54 654.91L742.72 655.67C747.8 670.19 761.43 674.82 764.26 690.05C770.03 695.79 772.86 700.96 777.36 707.27C780.14 709 783.24 710.38 785.28 712.95L785.4 714.59C786.253 715.67 787.285 716.597 788.45 717.33L791.02 717.17C793.802 713.89 795.543 709.855 796.02 705.58C792.3 700.43 795.02 694.82 794.38 689.08C793.82 684.15 790.7 679.54 789.98 674.4L790.71 672.78C790.52 667.37 788.51 661.12 789.64 655.88L788.83 653.99L789.02 651.71C790.85 648.986 792.519 646.158 794.02 643.24C793.02 641.87 792.02 640.64 790.94 639.34C788.69 638.563 786.358 638.049 783.99 637.81C781.862 636.279 780.234 634.153 779.31 631.7C778.73 618.2 792.31 605.83 800.5 596.42' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 647.85C799.01 649.31 797.5 650.79 796.07 652.27C795.634 654.283 794.687 656.149 793.32 657.69C794.05 676.57 798.56 694.37 799.52 713.58C797.6 715.83 797.14 718.83 796.91 721.67C795.1 723.67 793.07 725.42 790.39 725.93C785.93 724.83 782.66 721.34 780.22 717.63C776.493 715.963 773.025 713.771 769.92 711.12C769.26 708.43 768.84 705.7 768.31 702.98C765.71 699.81 761.74 699.17 758.56 696.77C757.66 692.71 757.94 688.45 756.83 684.34C754.937 682.259 752.902 680.311 750.74 678.51C747.83 678.73 744.59 678.44 742.27 676.45C740.998 676.318 739.712 676.461 738.5 676.87C732.4 675.1 723.19 683.82 717.34 685.87C709.92 688.47 698.34 686.71 692.34 692.56C691.09 696.038 690.79 699.787 691.47 703.42C690.481 705.552 689.727 707.785 689.22 710.08L688.42 710.74L688.27 711.23L688.51 711.58L687.51 711.82C685.668 711.164 683.646 711.228 681.85 712C679.565 711.452 677.44 710.38 675.64 708.87C675.483 708.267 675.426 707.642 675.47 707.02C670.9 702.29 665.55 695.63 658.31 697.93C650.1 700.54 647.75 709.5 651.31 716.79L652.73 717.67C653.92 721.45 656.19 724.92 655.95 729C653.95 732.8 651.38 735.35 648.11 738.34L645.76 738.75C641.76 737.89 638.76 735.14 634.76 734.27L632.22 734.83C626.61 740.68 619.87 747.08 619.38 755.61C620.84 758.35 623.62 759.34 625.38 761.81C625.178 762.918 625.041 764.036 624.97 765.16C625.27 765.92 625.54 766.69 625.8 767.47C621.33 770.47 619.8 776.97 618.3 781.84C609.68 784.58 600.99 777.31 592.3 779.35C589.04 781.5 587.83 785.14 584.83 787.48H582.53C580.992 786.594 579.41 785.786 577.79 785.06L575.58 785.14C570.96 789.68 567.28 795.24 562.81 799.99' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 617.87C796.58 625.87 797.21 631.73 800.5 639.6' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 683.84C799.302 680.223 797.576 676.803 795.38 673.69C797.482 669.425 798.603 664.744 798.66 659.99L800.5 647.85' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M597.36 799.97C607.79 792.46 617.36 793.97 626.22 790.97C630.86 789.39 630.14 784.83 632.22 780.44C633.08 780.178 634.003 780.213 634.84 780.54L635.57 780.22C635.188 779.676 634.853 779.101 634.57 778.5L634.93 778.07L637.32 777.82L638.14 777.1C638.63 775.63 639.14 774.16 639.64 772.7C640.773 771.496 642.169 770.572 643.72 770C643.554 769.238 643.585 768.447 643.81 767.7C650.13 761.23 655.96 753.43 665.54 752.7C675.62 745.88 686.15 732.01 698.78 730.47C699.749 729.801 700.528 728.891 701.04 727.83L702.46 727.47L702.8 727.07C702.711 726.536 702.506 726.027 702.2 725.58L702.38 724.77L703.26 723.77C703.958 723.835 704.661 723.835 705.36 723.77L705.96 722.98L706.89 722.78C706.97 722.283 706.97 721.777 706.89 721.28C710.79 710.84 724.8 698.78 735.09 694.73C736.861 695.967 738.303 697.618 739.29 699.54L740.37 699.85C741.701 698.514 743.439 697.66 745.31 697.42C750.66 698.48 760.03 702.99 763.38 707.62C763.6 710.32 763.3 712.79 763.78 715.53C766.65 718.37 770.78 719.13 773.31 722.28L774.46 722.84L775.29 722.53C782.5 729.12 784.36 733.18 795.14 732.53L797.69 731.09C798.951 728.937 799.894 726.613 800.49 724.19' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 741.25C783.3 749.57 770.01 728.45 757.68 720.25C750.94 720.48 746.68 722.68 741.95 727.15C736.74 726.15 726.19 736.24 723.31 740.15V741.25L723.89 742.48L723.43 743.8C722.667 743.69 721.912 743.53 721.17 743.32C707.64 747.42 695.57 755.32 685.45 765C675.5 774.51 664.06 781.29 653.45 790.24C653.16 791.04 652.89 791.85 652.64 792.66C647.92 793 644.64 796.66 641.57 799.93' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M671.38 799.97C694.44 789.34 722.1 779.68 739.15 759.78C740.031 759.916 740.932 759.754 741.71 759.32L742.06 758.61C741.757 757.862 741.496 757.098 741.28 756.32C747.75 747.32 754.67 739.21 764.87 734.65L766.28 735.32C768.62 738.85 771.54 741.93 773.94 745.43L774.94 745.77C779.62 750.17 786.87 750.85 793.03 751.07C795.572 750.169 798.065 749.138 800.5 747.98' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 755.32C795.34 754.76 791.5 758.91 786.35 759.1C783.45 757.42 780.68 755.54 777.52 754.39L775.84 755.08C773.827 753.728 771.544 752.827 769.15 752.44C761.15 754.33 757.61 762.53 751.15 766.89C751.488 767.582 751.904 768.233 752.39 768.83L751.81 769.73C744.11 770.73 738.01 780.22 732.61 785.27C726.61 790.87 719.7 795.15 713.2 800.01' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M736.391 799.97C743.731 792.97 753.061 787.76 760.521 780.97C761.409 780.423 762.394 780.05 763.421 779.87L763.551 778.93L763.071 777.87C765.641 776.53 768.461 775.14 770.361 772.87C771.651 772.87 772.961 772.87 774.261 772.93C774.985 771.185 776.15 769.659 777.641 768.5L782.031 767.95C787.841 771.49 795.901 772.95 800.501 778.17' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M603.47 727.48L604.19 727.45' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M495.98 799.97C503.59 794.04 507.16 775.13 508.28 765.97C509.51 756.03 508.66 743.02 513.44 733.97C518.63 724.11 522.04 713.4 527.1 703.49C530.72 696.4 540.03 682.49 540.1 674.65C534.83 661.16 513.61 669.52 505.24 673.72C492.34 680.21 483.81 690.89 472.52 699.22C471.863 699.093 471.229 698.867 470.64 698.55C460.34 703.31 456.53 716.96 446.64 722.85C445.395 724.687 444.701 726.842 444.64 729.06L442.94 730.79C440.32 730.33 437.64 730.36 435.37 731.88C430.84 738.82 419.85 759.24 410.73 759.46L409.01 761.19C408.47 766.74 405.16 765.86 402.01 768.69C398.86 771.52 397.68 775.01 395.43 778.38C392.85 782.25 389.14 785.03 386.31 788.8C383.31 792.8 377.66 795.17 375.92 799.99' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M401.16 799.97L401.35 799.22C405.247 796.494 408.612 793.077 411.28 789.14L414.07 787.97L415.77 785.97C415.715 783.895 415.964 781.823 416.51 779.82C420.91 779.21 424.97 779.06 428.64 776.06L430.2 772.3C429.268 770.634 428.696 768.791 428.52 766.89C430.34 759.44 439.34 751.47 444.21 745.52L446.35 744.79L447.57 745.38C454.11 734.08 475.8 718.61 489.04 717.55L490.81 719.07C491.88 724.02 489.46 731.39 488.81 736.57C486.646 737.888 484.861 739.745 483.63 741.96C484.22 752.19 484.25 763.96 481.82 773.78C479.65 782.53 480.9 791.28 478.22 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M441.11 799.97L440.11 798.81C439.027 798.563 437.904 798.538 436.811 798.738C435.718 798.937 434.676 799.356 433.75 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M345.98 799.97C349.76 795.71 353.12 792.12 356.62 787.67C360.12 783.22 363.29 777.61 367.75 774.09C377.1 766.71 385.98 757.43 394.47 748.75C399.42 747.36 401.05 743.45 403.86 739.68C407.01 735.46 411.16 733.28 414.96 729.68C421.46 723.48 427.6 715.28 435.84 711.22L435.52 708.64C438.73 699.97 447.61 699.33 452.87 693.16C452.858 692.24 452.595 691.341 452.11 690.56C463.11 667.79 484.63 658.99 502.25 642.04C511.25 633.35 524.2 641.22 535.1 640.43C544.54 639.73 558.57 631.3 567.16 638.43C585.72 653.73 559.52 685.78 551.88 699.88C542 718.11 527.88 737.42 528.42 758.88C522.31 771.97 521.12 786.67 515.14 800.05' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M528.74 799.97C534.26 791.48 533.05 782.97 534.34 773.52C535.58 764.32 542.78 757.91 544.02 748.52C545.102 738.712 549.257 729.496 555.89 722.19C561.07 716.27 569.18 706.37 570.36 698.5C578.31 688.74 585.65 675.68 590.49 664.09C594.15 655.32 604.01 637.33 601.95 627.89L602.23 627.25C606.67 625.31 607.73 619.25 608.46 614.94C605.9 608.71 604.38 596.88 594.78 597.84L593.72 597.4L593.18 596.4L591.58 595.5C589.142 595.643 586.787 596.437 584.76 597.8L584.42 597.55L583.67 596.19L581.34 595.43C570.868 597.528 560.519 600.198 550.34 603.43L548.69 605.43L548.74 606.63L547.96 607C544.16 604.15 538.4 607.45 533.85 606.64C527.99 605.64 524.32 603.08 517.93 604.17C513.25 604.97 508.86 608.72 504.36 610.3C498.21 612.45 498.36 615.63 493.68 619.64C489.88 619.87 486.29 620.64 484.44 624.32V624.25C483.933 625.872 482.871 627.263 481.44 628.18C475.18 627.92 465.67 634.12 461.27 638.36L461.13 638.96C459 641.61 455.64 642.69 452.89 644.65C447.41 655.08 438.25 662.72 431.37 671.74C427.68 673.95 424.53 677.23 421.25 680.09L420.6 680.23C418.6 682.89 415.5 683.85 412.67 685.12C412.33 686.541 412.119 687.991 412.04 689.45L407.29 694.75L404.41 694.83C401.08 696.52 397.89 698.83 396.71 702.47C390.93 704.35 377.71 713.78 375.97 719.7C374.831 720.917 373.372 721.787 371.76 722.21L371.19 723.02L370.83 725.11C366.17 729.67 362.2 735.23 360.45 741.52L358.57 742.52L358.28 745.32L354.79 750.03C354.799 752.733 354.11 755.392 352.79 757.75C344.04 765.37 340.79 774.58 336.79 785.07C332.03 787.39 325.72 794.89 324.17 799.99' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M312.74 799.97C315.1 793.17 320.74 786.09 327.54 783.48C331.28 778.12 331.29 770.66 329.54 764.58C332 758.28 340.79 754.11 342.08 747.84C343.94 738.84 339.16 732.44 330.71 729.84L330.02 728.54C330.38 719.79 343.56 714.54 348.02 707.84C349.49 707.903 350.916 708.359 352.15 709.16C353.746 707.645 354.776 705.631 355.07 703.45C358.16 701.58 360.56 699.08 363.68 697.3L365.35 693.61L367.23 692.17C368.723 692.388 370.232 692.472 371.74 692.42C377.898 687.442 384.397 682.9 391.19 678.83C398.39 674.39 402.89 666.83 409.6 661.5V661.62V661.5C414.29 657.61 418.39 654.43 422.38 649.88C426.07 645.66 429.98 639.7 434.88 636.76C445.35 630.47 451.15 619.96 462 614.15L465.08 609.15C469.686 606.995 473.867 604.028 477.42 600.39C480.86 596.67 482.22 591.39 486.42 588.39C490.97 585.23 496.89 586.67 501.29 584.08C506.63 580.93 508.29 574.39 515.55 574.75C517.751 573.202 519.609 571.217 521.01 568.92L520.01 570.16C521.653 568.303 523.49 566.627 525.49 565.16L530.94 564.16C532.438 564.584 533.825 565.329 535.005 566.345C536.185 567.361 537.128 568.622 537.77 570.04L539.39 570.54L540.81 569.09L542.97 569.01C545.38 571.23 546.13 574.29 548.33 576.67L550.39 577.13L551.86 576.02C552.494 574.197 552.669 572.246 552.37 570.34L553.37 568.5L555.22 567.5L558.92 567.69L561.13 566.69V564.32L561.89 563.14H565.64L567.36 561.48C569.953 560.692 572.7 560.551 575.36 561.07L577.44 559.96L577.12 557.78L573.78 558.14L572.9 557.23L572.16 554.9L572.98 552.9C575.06 552.439 577.192 552.261 579.32 552.37L580.17 550.65C579.661 548.174 579.879 545.604 580.8 543.25C585.87 536.5 602.97 533.07 607.05 542.46C607.389 544.329 607.082 546.258 606.18 547.93L606.37 550.01C608.016 550.802 609.889 550.99 611.66 550.54H611.56C613.279 549.974 615.147 550.055 616.81 550.77C616.953 552.411 617.316 554.026 617.89 555.57L619.57 556.33C625.14 555.88 633.48 553.51 638.77 555.42L639.38 556.34C639.404 557.826 639.727 559.292 640.33 560.65C642.316 560.421 644.313 560.982 645.89 562.21C648.04 566.62 650.17 577.92 648.04 582.7C643.43 587.8 642.39 592.46 641.46 599.12C640.6 605.31 637.64 605.66 633.77 609.73C633.9 611.99 633.95 614.24 633.9 616.5C632.187 617.52 630.49 618.57 628.81 619.65C625.55 625.65 623.19 632.3 618.81 637.65C617.753 638.368 616.461 638.654 615.2 638.45C615.62 647.66 607.47 655.53 603.93 663.52C600.237 671.768 595.574 679.546 590.04 686.69C584.81 693.5 581.68 702.49 576.65 709.09C573.7 712.96 572.25 717.69 569.88 721.95C567.62 725.95 563.43 728.95 561.18 733.37C560.93 738.25 563.75 742.48 562.76 747.37C556.3 755.77 549.69 762.1 545.4 772.11C541.65 780.86 541.04 791.17 537.56 799.94' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M253.55 799.97C255.13 799.11 256.73 797.97 258.35 797.19C265.2 797.31 273.23 796.58 279.46 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M185.75 799.97C184.48 795.54 185.97 791.27 186.04 786.84C184.49 782.02 180.56 780.14 176.5 777.84L175.11 775.28L175.63 770.94C188.46 755.94 202.31 742.58 215.63 727.94C215.69 726.163 215.37 724.393 214.69 722.75C221.69 716.18 230.69 711.95 237.14 705.02L238.07 700.1L236.21 696.37C223.61 685.91 212.08 705.2 205.38 712.86C195.18 724.5 180.83 730.66 166.84 736.48C153.84 741.89 145.75 756.69 136.84 767.4C132.59 772.52 125.19 776.68 119.84 780.6C114.49 784.52 110.63 790.98 104.41 794.01C101.879 793.682 99.306 794.052 96.97 795.08L95.75 797.99L95.91 799.99L95.75 797.99L96.97 795.08C99.306 794.052 101.879 793.682 104.41 794.01' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M109.78 799.97C117.656 792.611 126.036 785.811 134.86 779.62C142.28 774.32 147.28 763.93 153.9 757.32C161.056 750.036 169.175 743.764 178.03 738.68C181.92 736.44 186.35 735.17 190.14 732.81C194.14 730.31 199.37 725.42 204.14 724.6L206.05 725.6L206.45 727.82L204.14 733.52C192.51 744.21 161.8 755.67 162.06 774.81L164.25 779.22C168.117 781.562 171.855 784.109 175.45 786.85C176.75 791.5 176.23 795.27 175.45 799.95' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M168.39 799.97L168.04 794.36C166.32 789.36 161.57 787.01 157.54 784.05L155.38 772.75L153.08 770.65L150 770.07C144.19 771.32 139.13 781.32 135.38 785.64C130.86 790.86 125 795.39 119.82 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M127.87 799.97C130.99 796.47 135.18 793.7 138.16 790.16C141.14 786.62 143.8 780.65 147.8 778.3L149.68 778.83C150.4 781.76 150.87 784.73 151.39 787.7L160.8 796.22L161.8 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M155.28 799.97C152.41 796.09 149.91 791.61 144.67 791.06L140.36 793.2C138.695 795.367 137.156 797.627 135.75 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M140.81 799.97L142.9 797.26L146.37 796.18L149.63 797.52L150.89 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M32.8701 799.97C36.5201 798.22 40.9801 795.87 45.0401 796.37L48.3201 799.17C52.8901 799.27 56.7701 796.49 61.3201 796.17C63.8284 797.359 66.5475 798.039 69.3201 798.17C72.9401 796.17 78.1401 794.11 82.3201 794.54L84.0001 796.82C84.2959 797.842 84.3743 798.916 84.2301 799.97' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M197.55 799.97C195.483 797.97 193.79 795.616 192.55 793.02C192.62 789.02 193.28 785.25 192.95 781.28L191.31 778.03C188.681 777.069 186.184 775.779 183.88 774.19C183.633 771.922 183.778 769.629 184.31 767.41C188.31 760.25 197.91 757.27 203.86 751.6C209.63 746.1 214.93 736.08 222.44 733.12C229.59 731.71 243.44 736.12 249.23 740.45C250.725 739.638 252.409 739.238 254.11 739.29C256.42 741.5 259.54 742.6 262.59 741.41L264.06 740.09L265 737.17C264 731.8 264.64 726.41 261.8 721.52C258.65 716.1 254.11 712.42 253.34 705.71C256.61 697.96 258.68 689.89 263.04 682.55C266.37 676.96 273.46 671.15 275.2 665.1L274.67 662.51C272.898 661.329 271.387 659.797 270.23 658.01C269.92 652.87 269.28 648.2 265.88 644.19L264.32 643.43C259.32 644.04 257.62 648.63 253.83 651.36C249.83 654.27 245.07 655.74 241.12 659.05L240.71 660.4C241.736 662.421 242.58 664.529 243.23 666.7L243.02 666.96C243.213 669.47 242.744 671.987 241.66 674.26C239.363 675.696 236.856 676.765 234.23 677.43C231.82 676.51 229.277 675.983 226.7 675.87C219.28 679.28 212.62 688.99 207.58 695.17C198.04 698.59 188.11 705.56 178.94 710.42C171.57 714.33 158.15 723.64 152.68 729.8C139.91 744.19 130.79 765.27 109.95 770.01C108.743 771.588 107.246 772.922 105.54 773.94L101.8 774.3L98.8801 772.8C98.036 770.499 96.4398 768.551 94.3501 767.27C92.2562 768.242 89.9264 768.589 87.6401 768.27C81.7701 765.4 78.2501 758.7 75.9201 752.89C72.1601 750.08 66.7801 747.32 64.7201 742.89C64.2101 728.17 62.5301 713.64 62.9901 698.59C63.2301 690.59 67.3301 684.51 69.0701 677.02C70.7601 669.77 68.9201 664.11 75.0701 658.58C76.5601 644.64 81.6601 633.24 84.8501 619.99L84.2701 617.93L81.5301 617.16C75.5301 619.11 66.7401 619.66 60.6901 617.65L58.2801 615.73L57.3601 612.41C55.8572 610.611 53.9666 609.175 51.8301 608.21L48.8301 609.59L47.8301 611.31C47.1101 626.41 66.2201 637.16 63.9501 652.5C61.6001 668.43 56.1201 683.74 51.9501 699.28C48.5401 711.88 42.8101 730.28 50.0001 742.47C58.0001 755.93 69.0801 767.11 67.2801 783.98L65.2801 787.75L61.1901 787.82L55.1001 784.07C35.9601 782.53 13.1901 802.36 0.540039 778.15' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 755.32L10.91 757.04C16.33 760.98 21.66 765.04 27.36 768.53L32.96 769.23L36.39 766.73C37.55 759.01 33.07 750.56 32.26 742.73C31.41 734.5 34.07 726.31 36.01 718.42C40.15 701.6 45.25 685.01 49.68 668.26C54 651.98 40.57 638.52 35.9 623.96C32.29 612.7 34.44 586.68 45.36 579.83H47.5C49.5398 580.894 51.3322 582.376 52.76 584.18L56.04 585.33L61.75 580.93C66.43 581.51 70.01 584.05 73.24 587.34L75.8 587.79L78.15 586.1L82.15 588.01H85.79C94.97 595.1 115.67 593.29 116.68 609.26C113.14 621.8 112.51 636.7 101.56 645.09C101.81 653.47 101.22 662.09 101.08 670.59C98.27 673.59 94.08 676.78 92.87 680.8C94.47 691.08 110.07 698.74 118.45 702.52C130.45 707.95 138.89 701.68 150.78 701.52L152.87 703.59L155.5 703.89C164.44 699.69 173.09 694.81 181.85 690.23C188.14 686.95 195.92 685.38 197.15 677.23C196.285 676.377 195.604 675.356 195.15 674.23L195.99 672.38L197.42 672.1C198.561 673.095 199.767 674.014 201.03 674.85H204.33C211.61 671.11 217.78 664.3 223.33 658.47C229.4 652.14 238.1 648.25 246.17 645.2C253.12 638.26 260.1 636.2 267.81 630.77C273.64 626.63 280.45 618.23 288.38 617.77L289.61 618.87C288.56 629.14 278.32 634.61 272.39 642.04V644.76L273.76 645.81L275.29 645.7L276.59 646.36L282.05 653.55C287.664 656.06 293.58 657.831 299.65 658.82L301.15 660.2L300.36 664.06C292.72 672.5 281.22 676.33 274.52 685.37C264.91 698.37 271.93 705.8 276.21 718.37C275.99 721.589 275.215 724.745 273.92 727.7C274.14 738.41 284.56 743.85 284.33 755.41C279.65 757.51 273.02 755.85 268.05 755.54C267.356 756.124 266.714 756.766 266.13 757.46L264.83 757.63C256.91 751.52 239.98 746.72 230.19 744.15L226.97 744.83C218.86 754.96 208.82 761.83 197.04 767.22L195.61 769.84C195.99 780 207.27 789.11 205.36 798.54L205.75 799.94' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 683.84C3.72 689.11 7.39 692.99 9.59 699C11.87 705.23 11.59 712.59 13.22 719.08L12.22 723.08L10.16 724.34C7.74389 724.402 5.35299 723.837 3.22 722.7L0.53999 724.2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.500215 530.58C3.24508 531.026 6.05905 530.744 8.66022 529.76L11.9102 526.96L13.2602 521.13C10.8002 509.67 3.37021 496.55 7.43021 484.72L8.72021 483.16L10.6702 482.78L13.1102 484.22C17.5902 490.52 18.1702 500.61 20.0102 507.98C21.6002 514.34 26.1302 520.98 28.4202 527.27C26.5302 541.82 18.8202 555.19 14.8502 569.35C10.4802 584.96 10.6702 600.16 10.6702 616.24C10.6702 631.24 13.8602 644.54 18.8102 658.6C23.7602 672.66 20.7102 686.88 17.2002 700.9L15.2802 702.24C11.4302 697.6 9.46019 687.32 8.48022 681.35C7.34022 674.43 11.4802 664.16 7.84021 658.28L5.57021 656.58L2.85022 656.41L0.470215 657.99' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.499736 647.85C11.7298 630.6 6.25975 608.33 8.15975 588.43C10.0998 567.98 20.1598 548.57 21.7598 528.43L20.5598 526.31L17.8598 526.48C16.0677 528.819 14.6662 531.433 13.7098 534.22L9.70976 536.58C6.64958 536.94 3.56162 537 0.489746 536.76' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 545.14L3.38 541.54L7.03 540.31L10.58 541.54C16.35 547.91 9.17 558.74 7.48 565.46C5.25 574.28 4.86999 582.69 4.78999 591.75C4.68999 601.45 4.70999 611.15 4.70999 620.85C4.70999 627.85 6.8 637.02 1.52 642.69C1.09294 641.693 0.75821 640.658 0.52 639.6' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 577.25L1.5 576.09C3.3 566.97 8.62 557.61 9.7 548.78L8.88 545.96L6.39999 543.85L3.5 544.21L2.11 546.32C1.36 551.61 1.22 557 0.5 562.32' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 617.87L2.75 614.1C3.41 604.5 2.99001 595.16 3.60001 585.49L2.53999 584.93L1.60001 586.49C1.80475 589.822 1.43261 593.165 0.5 596.37' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M66.1399 555.08L62.1699 554.02' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M56.6499 404.94L57.6099 402.96' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M139.68 471.11L136.14 467.82L129.14 467.32L124.65 463.46L122.58 458.78C123.04 455.917 122.522 452.983 121.11 450.45C117.71 448.37 114.84 445.5 114.61 441.36L116.66 434.87C119.709 431.751 122.479 428.371 124.94 424.77C125.114 421.728 125.99 418.767 127.5 416.12C138.15 406.44 149.39 397.04 159.5 386.89C168.83 377.56 182.55 372.77 194.24 367.26C194.722 365.959 195.096 364.622 195.36 363.26C198.88 358.62 208.5 355.51 213.61 352.26C220.98 347.61 228.54 352.53 234.86 356.26C237.95 363.4 239.74 366.56 246.34 370.56C246.381 372.132 246.96 373.643 247.98 374.84C252.61 374.47 255.88 377.42 260.17 378.41L262.88 376.32C269.8 377.13 277.13 378.32 284.07 378.16L284.51 375.76L285.51 374.82L288.51 375.3L289.96 374.82C291.264 373.221 292.999 372.031 294.96 371.39C299.96 371.91 303.39 372.22 308.38 371.39C315.07 364.71 320.51 359.98 330.38 362.19L331.15 363.62L331.27 365.83L332.03 366.68L334.61 367.77L335.94 369.63L336.15 373.45L335.34 375.45L335.91 378.8C334.11 382.91 332.39 387.07 330.79 391.27C329.42 391.978 327.891 392.323 326.35 392.27L324.69 393.63L324.31 394.73L324.58 395.46C321.2 404.74 317.4 414.22 312.37 422.75L310.95 423.2C310.21 428.29 307.3 435.2 303.43 438.63L301.28 439.32C299.16 450.97 284.67 462.86 278.63 473.05C271.55 476.88 267.09 483.05 261.3 488.58C258.299 489.556 255.42 490.875 252.72 492.51C249.58 498.82 241.66 499.56 235.65 501.42C227.65 503.9 220.54 507.12 211.99 507.33C200.68 515.98 190.63 505.82 179.07 506.97C178.63 507.709 178.024 508.336 177.3 508.8C175.79 508.596 174.373 507.956 173.22 506.96C172.458 505.455 171.33 504.165 169.94 503.21C167.575 502.966 165.195 502.896 162.82 503C161.91 502 161.03 500.9 160.19 499.81L160.74 498.71L161.56 498.15L161.98 497.15C160.906 495.305 159.223 493.891 157.22 493.15C155.671 491.279 154.717 488.987 154.48 486.57C152.32 483.65 149.33 484.27 146.58 482.41C142.41 479.58 141.51 475.66 139.72 471.12' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M212.28 426.73C215.932 427.138 219.61 427.258 223.28 427.09L229.81 419.24L233.59 418.24C235.323 418.54 237.043 418.89 238.75 419.29L243.63 416.96C247.01 417.55 250.16 417.52 253.31 418.67C258.17 418.11 261.51 419.26 266.04 420.85C267.541 419.942 269.292 419.536 271.04 419.69L271.6 421.92L268.84 425.97C268.24 429.3 269.68 432.28 270.62 435.49C268.993 438.014 268.261 441.01 268.54 444C263.91 447.08 260.54 453.7 256.54 457.76C250.94 463.35 244.54 467.36 237.99 471.76C225.82 479.86 213.04 485.38 198.19 482.32C184.05 471.32 191.65 435 206.36 426.88L212.24 426.79' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M220.83 400.75C231.13 405.22 235.96 403.11 246.03 400.63L249.79 394.4L250.36 394.2C254.56 395.78 258.2 398.56 262.36 400.29C267.26 399.04 271.61 396.49 276.28 395.42L277.6 397.21L277.88 400.13C280.81 401.77 284.1 403.03 287.46 402.43C288.383 400.976 288.901 399.301 288.96 397.58L289.88 396.66C313.88 398.54 305.16 421.54 296.08 435.39L291 435.14L290.38 435.91C290.98 444.31 285.63 450.91 282.74 458.38L281.52 459.43C279.79 458.3 278.03 457.21 276.23 456.18L274.14 457.18L270.35 464.32L266.15 466.13C262.863 470.88 258.378 474.675 253.15 477.13C252.479 478.533 251.639 479.85 250.65 481.05C239.65 482.48 229.47 491.42 218.59 494.25C205.49 497.65 190.88 499.73 178.29 492.91L176.83 490.91C176.428 488.892 176.647 486.8 177.46 484.91L176.66 481.71C175.445 480.561 174.103 479.555 172.66 478.71L172.3 477.63C173.195 475.241 173.537 472.68 173.3 470.14C171.976 469.247 170.868 468.068 170.06 466.69L170.37 464.37L169.45 461.73C167.647 460.404 165.681 459.315 163.6 458.49L162.92 455.8L163.6 453.45L162.66 452.16C159.74 450.3 156.18 450.29 153.41 448.31C149.41 445.47 147.82 442.45 143.1 440.06L142.1 438.46L142 434.34C148.2 418.01 164.41 409.96 174.83 397.41L180.43 396.57C190.19 391.79 190.85 380.16 204.06 379.57C208.98 381.16 213.89 382.5 217.68 386.24L218.74 389.02C217.534 391.64 217.307 394.606 218.1 397.38L220.87 400.74' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M185.5 350.62L186.84 349.97C172.08 356.97 153.18 366.09 142.14 378.3L141.44 380.3C138.22 382.23 135.52 384.36 133.88 387.84L133.58 390.79C129.19 396.4 114.41 404.34 114.88 412.2C107.95 419.89 102.21 433.31 101.88 443.63C98.33 446.76 96.58 457.54 97.96 461.93C99.02 462.16 100.07 462.44 101.1 462.77L102.45 464.52C102.941 466.143 103 467.867 102.62 469.52L101.33 469.6L100.46 470.98C102.61 474.46 106.4 475.84 110.08 477.05C110.56 478.45 110.96 479.87 111.3 481.31C115.99 482.54 120.57 483.51 125.3 484.31L128.53 487.04C129.77 490.67 130.37 494.52 131.72 498.1C135.15 499.3 138.56 500.63 141.92 501.99C142.557 503.13 142.799 504.448 142.61 505.74C147.92 509.4 156.09 511.44 159.93 516.69C161.267 517.21 162.482 517.999 163.5 519.01C169.73 520.29 175.64 524.01 181.82 524.63C188.17 525.23 193.82 523.09 200.08 523.21L201.24 522.52C204.9 522.26 208.57 522.52 212.16 521.8C212.729 520.367 213.834 519.212 215.24 518.58L216.57 519.5C221.85 518.14 226.64 518.86 231.73 516.77C238.29 514.134 244.711 511.167 250.97 507.88C262.82 501.46 274.92 490.48 284.48 481.12C288.26 481.77 292.55 482.43 295.86 480.12C300.66 473.12 304.5 465.6 309.05 458.43C313.41 451.55 317.98 440.66 325.17 436.43L327.02 432.75C323.68 426.08 327.02 418.47 330.24 412.44L333.3 411.01C336.465 410.953 339.608 411.538 342.54 412.73L343.33 412.34C343.491 410.557 343.843 408.797 344.38 407.09L345.93 405.33L344.73 402.91L344.96 398.63C348.25 393.8 352.82 389.39 355.7 384.42L354.44 380.73C358.01 375.87 363.22 368.94 368.44 366.06C370.245 360.405 371.728 354.653 372.88 348.83L371.02 346.19C369.453 345.27 367.608 344.943 365.82 345.27L364.26 344.43L364.31 342.27C363.144 340.317 361.703 338.542 360.03 337C355.43 335.65 350.64 335.87 345.95 335C343.117 335.876 340.396 337.077 337.84 338.58L330.67 337.9L328.31 338.97L327.28 341.89C321.62 343.61 315.51 342.99 309.76 344.72C303.43 346.63 296.93 351.99 290.02 350.41L288.58 351.27V352.21C285.28 352.21 281.95 351.96 278.86 353.56L273.46 352.87C270.28 350.71 268.59 347.43 265.61 345.1C263.516 344.99 261.417 345.111 259.35 345.46L258.29 345.06C255.43 339.99 258.24 334.31 260.59 329.58L259.3 327.58C253.85 324.39 246.66 323.76 240.65 321.86C234.97 322.57 231.12 325.79 226.65 329.06C223.09 331.66 218.17 330.36 214.44 332.81L215.22 332.31C209 334.93 201.04 336.62 196.22 341.72L196.31 342.92L195.42 344.79C192.756 346.798 189.891 348.524 186.87 349.94' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M230.41 265.84L229.26 266.86' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M251.54 275.32C254.523 271.593 258.814 269.143 263.54 268.47C269.03 265.29 274.54 259.79 281.06 259.15C281.617 258.753 282.103 258.267 282.5 257.71C288.17 257.01 298.37 266.34 299.5 271.99C298.876 274.169 298.609 276.435 298.71 278.7C304.23 277.24 309.46 280 314.56 278.37L315.79 276.84L317.26 276.57L318.11 277.69L318.23 278.96C321.23 277.63 323.84 275.72 326.87 274.42C327.43 272.84 327.98 271.25 328.5 269.65C330.452 268.562 332.484 267.626 334.58 266.85L335.32 265.85L329.84 261.59L329.18 259.17L330.06 256.41C332.21 254.32 334.76 254.08 337.17 252.52C340.17 250.58 341.46 247.23 344.68 245.41C349.68 242.56 359.77 240.97 365.11 243.05C366.193 244.454 367.521 245.65 369.03 246.58C373.719 246.719 378.254 248.286 382.03 251.07C382.515 252.182 383.119 253.238 383.83 254.22C388.11 253.99 391.54 251.22 394.67 248.53L395.75 245.69L400.07 241.81L402.91 241.33L408.7 244.74C408.01 250.51 407.58 252.87 403.7 257.08L404.1 258.89C408.84 262.65 414.89 262.97 420.55 264.52C424.94 269.24 422.69 278 428.33 282.02C435.47 287.09 445.06 290.7 448.26 299.66C448.87 305.73 444.37 314.25 438.09 315.66C437.589 317.041 437.414 318.52 437.58 319.98C441.24 321.28 445.19 321.19 448.35 323.59C453.16 333.59 447.71 346.45 442.26 354.98C436.72 363.66 435.68 376.76 429.26 384.35C427.99 384.77 426.72 385.22 425.47 385.69L424.02 387.23L424.43 388.38C427.37 389.6 430.55 389.43 433.64 390.18L434.76 391.66L434.48 392.94L425.76 396.32C421.2 404.38 419.2 414.73 417.27 423.71C414.34 437.31 405.2 434.12 395.08 430.49C395.146 428.003 395.387 425.523 395.8 423.07L394.96 422.23L393.04 422.84C392.259 424.856 391.718 426.957 391.43 429.1L390.28 429.32L389.88 428.52C390.535 426.5 390.941 424.408 391.09 422.29L390.09 421.62L389.09 421.9C387.66 430.05 383.63 445.1 378.99 451.9L377.78 451.74L376.46 450.82C374.281 450.299 372.05 450.024 369.81 450L368.43 451.23C366.22 457.53 366.28 464.5 362.28 470.32C361.067 471.14 359.847 471.953 358.62 472.76C358.303 475.498 357.321 478.118 355.76 480.39C352.54 480.97 349.47 481.18 346.97 483.58C345.36 487.4 342.97 491.46 339.65 494C338.14 494.07 336.65 494.2 335.14 494.42L334.97 495.93C335.787 496.802 336.769 497.502 337.86 497.99L337.93 498.76C326.93 503.43 318.57 514.45 310.01 522.27C306.016 523.385 301.794 523.385 297.8 522.27L296.61 522.99L296.38 524.32C297.037 525.059 297.884 525.602 298.83 525.89L299.2 526.8C292.91 530.8 283.95 532.37 276.96 535.44C276.219 536.864 275.9 538.471 276.04 540.07C273.98 541.77 272.04 543.57 269.83 545.07C267.692 545.447 265.519 545.584 263.35 545.48C257.3 556.57 251.66 555.8 240.56 558.48C236.2 559.54 230.73 561.53 227.12 564.3C222.78 567.65 221.12 573.23 215.35 574.55C210.47 573.47 203.99 570.67 200.44 567.13C199.795 565.716 199.532 564.157 199.68 562.61C195.335 559.848 190.564 557.82 185.56 556.61C184.33 556.97 183.12 557.38 181.92 557.84L180.67 556.7C180.668 556 180.489 555.312 180.15 554.7C167.06 549.92 152.67 546.24 140.32 539.7L139.32 538.1L137.66 537.1C136.44 537.52 135.119 537.551 133.88 537.19C119.67 526.19 100.88 522.08 85.3301 513.7C85.114 512.939 85.0063 512.151 85.0101 511.36C79.2001 509.5 68.8901 506.08 64.8001 501.74C62.8717 496.641 62.2461 491.142 62.9801 485.74C63.9801 479.89 67.3401 475.55 66.8801 469.3C63.7501 461.55 69.8801 452.85 66.5301 446.47C63.7501 444.95 60.7301 444.07 57.9401 442.59C57.7837 440.921 57.9954 439.238 58.5601 437.66C60.8101 437.66 62.9301 437.66 65.1601 437.66C68.9801 433.92 75.8001 420.23 75.7601 414.66C75.7601 408.04 90.2401 397.84 94.2801 392.38L96.8101 391.3C98.5201 388.82 100.3 386.37 102.2 384.03L105.86 382.44L107.18 380.44C106.73 367.69 126.79 361.97 134.02 353.91L134.68 351.06C138.6 344.85 150.68 337.96 157.68 336.06L159.36 334.06V332.82C162.85 328.43 168.44 326.12 172.46 322.25L174.23 322.12C180.85 310.03 198.6 302.49 210.03 295.63C216.37 291.83 225.17 290.33 230.57 285.21C235.75 280.3 244.65 280.69 250.57 277.07L251.45 275.38' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M343.48 314.47L344.7 312.9L346.7 312.4C351.18 313.21 355.6 314.29 360.03 315.31C363.21 314.23 366.36 313.11 369.59 312.2L372.59 312.71C375.086 315.764 377.994 318.456 381.23 320.71L388.56 319.88L393 322.13L394.74 324.8C395.79 330.37 393.91 339.39 391.74 344.63C389.93 348.91 385.68 358.94 387.61 363.52L391.83 366.75L392.04 368.31L390.89 368.94L388.69 369.02L387.92 370.1C387.948 373.251 387.744 376.399 387.31 379.52C385.661 379.657 384 379.533 382.39 379.15C379.6 382.79 378.56 387.95 377.05 392.25C370.83 395.91 372.93 405.19 369.41 410.72L363.87 410.94L362.21 412.2L360.15 418.62L357.21 419.96L355.07 419.58L353.87 421.14C353.478 424.244 352.733 427.294 351.65 430.23C350.27 431.25 348.937 432.337 347.65 433.49L346.76 435.56L345.02 436.31L344.48 436.92C345.14 438.705 345.346 440.626 345.08 442.51C342.325 446.141 339.318 449.572 336.08 452.78C333.32 455.49 333.17 460.59 331.08 463.87C327.53 469.37 319.63 478.93 314.08 481.93C313.677 483.709 313.084 485.439 312.31 487.09L308.8 488.21C302.61 494.3 298.16 500.12 290.5 505.09C284.38 509.09 274.6 518.41 267.33 518.82C261.16 525.12 254.33 524.95 246.57 527.82C244.44 538.27 221.14 537.02 213.04 538.69C206.68 540 199.62 537.14 193.19 537.38C186.48 537.63 180.63 540.11 173.87 537.49C159.97 532.11 148.15 525.84 135.19 518.68C122.43 511.68 112.03 502.01 97.9499 497.89L96.0399 495.97L95.6299 491.97L94.0399 490.45C92.2845 489.967 90.4915 489.632 88.6799 489.45L85.7299 487.5L83.9199 484.32C82.8599 476.45 86.7999 465.09 88.5899 457.32L84.1199 446.62C89.0199 435.04 88.8799 412.67 101.64 406.21C106.7 387.72 127.3 379.26 141.32 369.13L142.58 366.78V362.27C144.72 360.01 146.31 357.36 148.35 355.04L147.42 356.04C153.12 350.25 160.07 344.88 167.83 342.34C172.07 340.94 174.49 342 177.97 338.61C180.77 335.88 182.5 332.22 185.3 329.43C191.35 323.43 201.05 322.14 207.86 316.26C213.44 311.44 222.16 309.26 228.52 305.36C233.11 304.52 239.17 302.96 242.92 300.26C247.17 297.26 250.5 294.57 256.03 295L261.03 291.93C270.81 295 281.67 294.93 291.66 295.28L293.58 296.63C294.268 298.555 294.393 300.636 293.94 302.63L294.66 304.06L297.92 305.51C300.909 305.191 303.919 305.118 306.92 305.29L309.35 307.57L309.76 311.15L308.28 313.32L306.2 313.12L305.91 313.75L306.32 314.96C317.99 316.42 329.96 314.09 341.38 317.39L342.98 316.39L343.52 314.52L342.98 316.39L341.38 317.39L336.56 316.32' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M671.38 -0.0300064C657.74 9.74 661.74 32.24 647.96 43.07C632.34 55.32 618.33 60.32 598.81 61.99C590.48 62.72 582.29 62.77 574.37 65.43C566.04 68.23 557.69 71.71 549.09 73.5C541.31 75.12 533.33 74.04 525.41 74.2C516.68 74.38 508.41 75.99 499.8 76.2L494.14 73C481.14 48.55 501.82 19.74 515.14 -8.40425e-06' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M528.74 -0.0300064C519.67 16.92 506.2 33.54 512.24 53.24C523.17 65 533.85 63.8 548.67 59.63C563.14 55.57 574.89 52.63 589.91 51.57C603.68 50.57 617.02 48.5 627.24 38.31C631.48 34.09 636.4 27.06 637.53 21.09C638.76 14.53 638.46 5.80999 641.8 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M597.36 -0.0300064C593.86 3.35999 590.16 6.49 588.72 11.35L589.48 13.35L592.15 14.79C602.5 14.38 609.25 5.69 618.88 5.2L622.19 7.2L623.63 12.15C620.02 32.69 593.58 34.96 577.16 37.79C568.26 39.33 559.63 41.42 551.48 45.4C541.12 50.47 534.26 53.51 523.11 49.27L518.19 43.49L516.98 36.72C520.49 23.72 530.92 11.72 537.58 -0.0499954' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M555.54 -0.0300064C549.83 12.75 539.69 19.97 530.66 30.09L531.18 32.21C541.11 39.44 563.04 34.83 569.87 24.97L570.63 21.54L569.42 18.91C566.92 16.84 564.28 14.91 561.67 13.04L560.02 8.8C560.158 5.64323 561.169 2.58657 562.94 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M495.98 -0.0300064C484.98 15.92 479.24 32.66 479.39 52.26C479.5 66.44 486.39 98.26 506.62 94.62C513.72 90.9 521.29 86.04 529.62 86.04C540.62 86.04 550.47 85.69 561.15 83.09C581.55 78.09 598.91 67.75 620.52 67.75C629.58 67.75 638.68 67.08 645.73 60.68C653.95 53.21 660.32 48.32 671.08 45.16C679.58 42.66 685.49 34.61 690.95 28.09C698.54 19.01 706.81 9.92 713.23 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M736.39 -0.0300057C727.19 10.83 716.75 18.87 704.99 26.75C699.82 30.21 696.54 34.29 693.47 39.56C690.47 44.66 691.36 51.87 685.92 55.41C681.13 57.12 674.84 55.64 669.92 55.41C661.85 58.5 657.44 68.36 649.29 72.59C640.68 77.06 632.2 85.59 623.29 88.59L621.63 88C620.108 85.8124 619.006 83.3607 618.38 80.77L615.23 78C607.95 76.63 598.17 81.33 591.03 83.08C581.49 85.42 574.03 88.73 564.97 92.59C555.77 96.53 548.97 96.25 539.24 94.86C529.84 93.52 525.77 98.56 519.39 104.67C513.39 106.95 506.72 103.67 500.97 101.95C495.64 100.34 488.47 101.71 482.78 101.31C468.06 89.5 467.83 69.67 465.78 52.12C463.43 32.42 466.78 16.29 478.34 -0.0699997' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 109.81L798.45 108.81L798.1 106.55L800.5 103.63' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 93.77C797.4 97.12 795.21 99.64 793.82 104.08C795.43 109.91 797.82 115.87 797.82 121.99L798.91 123.37L800.46 121.15' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.501 131.51L798.841 132.75C795.461 128.75 795.291 122.75 793.581 117.94C791.581 112.34 787.341 107.15 786.641 101.19L787.921 97.66C791.731 93.59 797.161 91.51 800.501 87' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 52.12C798.86 59.32 798.2 70.5 794.08 76.88C789.08 84.58 781.71 88.18 775.08 94.37L773.41 99.62C776.41 107.99 780.89 114.25 785.92 121.62C791.31 129.49 789.92 137.53 793.4 145.62L795.1 145.14L800.48 137.45' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 155.38C797.5 156.79 794.83 158.65 791.42 158.26L788.62 156.99C782.11 149.26 782.75 135.15 778.62 125.83C774.3 116.2 761.81 110.28 759.62 100L760.44 96.66C763.92 92.27 769.78 89.82 774.06 86.17C779.06 81.89 782.28 76.34 785.49 70.67C791.64 59.82 794.49 47.55 800.54 36.55' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 23.96C792.5 34.96 789.08 48.51 781.56 60.03C777.94 65.55 776.08 73.25 771.41 77.71C766.74 82.17 760.97 85.38 755.78 89.37C753.55 94.22 751.61 99.37 748.66 103.8L748.6 107.29C763.86 115.53 767.41 124.93 773.07 140.87C777.59 153.57 781.58 176.31 800.5 170.03' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 180.17C787.37 178.93 777.68 176.81 771.88 164.07V160.83L773.07 158.98C772.93 155.67 771.07 153.08 770.87 149.79C763.58 140.38 760.46 119.64 747.23 116.1C742.39 117.19 738.75 120.66 733.68 121.22L730.96 120.22L729.87 118.45L729.96 116.37C731.213 114.003 732.871 111.874 734.86 110.08C736.03 104.98 741.18 102.89 745.24 100.36L746.59 97.55L746.16 95.92C747.47 93.54 748.86 91.2 750.28 88.92L753.92 86.46C754.501 85.2108 754.655 83.8055 754.36 82.46L755.16 80.46C760.72 77.74 765.77 74.46 771.16 71.57L771.56 69.77L769.89 65.89L770.53 63.24C777.83 58.97 776.82 54.96 780.48 48.59C783.667 46.2657 786.101 43.0561 787.48 39.36L787.28 36.78C788.403 35.1009 789.89 33.6962 791.63 32.67C793.5 27.99 795.38 23.31 797.32 18.67L800.43 16.22' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 206.76L797.28 207.57L795.08 206.45L794.71 203.72C796.16 200.01 798.71 197 800.5 193.44' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 269.49C796.87 268.58 793.01 269.04 789.36 269.66C775.47 279.37 762.36 273.76 747.06 278.01C739.06 280.22 731.69 284.72 724.15 288.01C717.61 290.84 717.06 296.68 712.3 301.29C741.479 306.525 771.368 306.393 800.5 300.9' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 317.12C791.5 318.82 786.5 317.52 777.5 316.71C770.05 316.04 760.59 310.57 753.18 315.71C748.18 324.65 723.18 322.16 714.87 322.35C698.7 322.74 687.44 326.25 672.53 331.98L672.45 330.98C672.279 330.694 672.046 330.451 671.767 330.269C671.488 330.086 671.172 329.969 670.842 329.927C670.512 329.885 670.176 329.918 669.86 330.024C669.545 330.13 669.257 330.307 669.02 330.54L668.57 330.46L667.92 330C667.69 326.23 667.24 322.38 667.81 318.66C669.87 316.5 671.49 313.92 670.81 310.95L670.29 310.45L669.29 310.22C668.768 310.408 668.205 310.453 667.66 310.35L667.12 309.91C667.19 302.63 671.42 295.91 671.45 288.36L671.98 287.96C672.491 287.84 673.019 287.81 673.54 287.87L674.54 287.2C676.54 283.99 675.54 279.93 675.75 276.31L676.14 275.61L676.96 275.18L677.51 275.57L677.8 276.31C680.358 278.015 682.426 280.359 683.8 283.11C695.37 291.55 717.8 282.46 726.73 273.93C734.25 270.93 748.8 268.51 757 269.2C762.91 269.69 768.24 272.73 774.37 271.27C780.75 269.75 784.55 266 789.61 262.09C793.27 261.31 796.98 261.09 800.47 259.6' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 246.53C795.31 253.11 782.15 263.23 773.91 265.16C766.91 266.79 762.17 263.16 755.46 262.68C749.66 262.26 745.06 264.86 739.55 266.06C735.78 265.21 731.72 264.13 727.96 265.44C725.05 268.16 720.96 269.44 717.35 271.09L711.68 270.57C701.78 275.26 688.77 279.27 682.11 266.86C681.32 260.01 682.73 254.14 682.42 247.43L680.88 246.13C679.357 247.103 677.734 247.911 676.04 248.54C670.17 259.15 664.4 266.05 664.15 278.54C662.66 280.92 660.86 282.93 659.32 285.28C658.78 293.35 662.32 300.53 659.72 308.52C658.012 308.672 656.363 309.216 654.9 310.11C652.12 315.79 654.9 319.9 654.18 325.51L653.5 325.9H652.1L651.28 326.32C650.49 329.26 650.6 332.24 648.7 334.73C647.614 335.175 646.45 335.398 645.277 335.384C644.104 335.37 642.945 335.121 641.87 334.65L639.08 335.58L638.62 337.4C639.088 338.898 639.808 340.305 640.75 341.56C640.51 346.56 635.87 349.67 637.75 354.95L641.45 358.83C646.583 360.9 652.163 361.61 657.65 360.89C658.648 360.084 659.446 359.057 659.98 357.89L662.28 356.32C665.434 356.056 668.388 354.664 670.6 352.4C676.04 334.69 709.82 330.3 725.09 329.05C728.2 330.33 731.36 331.31 733.93 333.54C734.958 339.658 737.213 345.506 740.56 350.73C742.122 352.055 744.112 352.766 746.16 352.73C749.52 350.68 752.32 347.92 756.04 346.56L756.77 344.49L759.28 342.62C766.13 342.55 771.93 344.02 778.56 344.24C780.87 342.14 783.15 340 785.44 337.87C791.44 335.54 795.51 338.87 800.55 341.77' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M800.5 562.32C795.15 569.9 785.93 569.72 779.5 575.63C772.15 582.38 776.14 587.18 773.24 595.13C770.92 597.67 767.66 598.51 765.16 600.87C763.41 604.16 762.3 608.31 763.01 612C769.96 619.29 769.2 629.94 772.66 638.59C776.4 647.9 779.99 656.67 777.1 667L773.78 667.63C762.3 663.72 756.89 650.12 748.36 642.33C743.61 638.01 738.13 634.85 734.1 629.65C730.25 624.65 728.43 616.56 723.1 613.28L721.3 612.93C717.74 613.81 714.67 615.8 711.23 617.05C709.178 619.258 707.34 621.655 705.74 624.21C705.701 627.155 705.019 630.057 703.74 632.71L700.28 635.19C696.05 635.89 692.67 633.58 688.5 633.7C686.358 634.933 684.388 636.442 682.64 638.19L682.4 640.03C675.34 642.33 668.23 650.56 664.3 656.58C664.217 657.883 664.243 659.191 664.38 660.49L663.32 662.67C663.711 664.588 663.799 666.555 663.58 668.5C664.05 669.44 664.47 670.4 664.85 671.38L664.28 672.32C663.132 671.942 662.113 671.249 661.34 670.32C659.043 669.95 656.688 670.227 654.54 671.12L653.74 670.23C652.404 670.704 650.971 670.838 649.57 670.62C647.35 668.62 645.77 666.18 643.21 664.62L641.7 665.15L641.46 666.77C642.76 668.297 643.972 669.896 645.09 671.56C644.09 676.07 636.45 681.93 632.85 684.78C627.9 688.811 623.455 693.424 619.61 698.52C615.7 703.65 609.71 707.2 605.1 711.81C601.1 715.81 596.55 723.09 591.82 725.72L591.05 724.8C594.36 711.62 606.41 698.21 614.05 687.27C620.68 677.71 631.65 664.53 632.31 652.8C646.31 637.23 651.06 613.3 666.98 598.8C676.25 590.34 685.41 584.01 693.56 574.25C700.03 566.51 706.34 557.04 713.83 550.5C715.93 545.59 713.02 540.55 713.34 535.5C720.34 532.82 723.06 529.17 723.91 521.61C726.714 520.475 729.08 518.47 730.66 515.89L729.45 514.07C730.911 511.795 731.844 509.222 732.18 506.54L731.75 504.99L732.27 503.99H733.66C738.13 497.77 744.08 490.66 747.42 483.93C747 483.4 746.6 482.84 746.23 482.27V481.27C746.689 480.708 747.228 480.216 747.83 479.81L748.48 477.97C747.724 476.082 746.381 474.487 744.65 473.42L744.39 472.56C744.69 471.614 745.304 470.8 746.13 470.25L745.44 468.42C742.79 468.92 739.94 469.01 737.69 467.49C736.8 465.14 736.06 462.68 735.11 460.43C725.95 458.13 713.72 461.37 704.39 462.11L703.15 460.59L703.01 459.03L703.61 457.65L703.12 455.78L702.21 454.95C698.69 454.38 694.21 454.7 691.21 456.79L691.01 458.79C691.871 459.519 692.619 460.371 693.23 461.32C692.335 461.909 691.367 462.38 690.35 462.72L689.28 464.25L687.75 464.9L686.22 464.02C685.677 461.886 684.523 459.957 682.9 458.47C681.12 452.86 677.9 448.86 671.38 450.6C670.246 451.91 669.34 453.4 668.7 455.01L667.63 455.64L666.43 455.25C665.768 453.966 664.934 452.778 663.95 451.72C659.51 451.25 655.44 450.65 650.95 450.06L648.95 451.21C647.463 450.535 645.921 449.989 644.34 449.58C644.035 448.59 643.562 447.659 642.94 446.83L641.15 446.65C636.475 449.037 631.111 449.713 625.99 448.56C625.115 449.07 624.441 449.864 624.08 450.81C622.108 451.231 620.256 452.089 618.66 453.32C617.875 455.424 616.743 457.381 615.31 459.11L612.72 459.79L611.56 460.79V462.51C612.544 463.388 613.579 464.206 614.66 464.96C615.555 466.444 616.152 468.088 616.42 469.8L614.83 473.92C605.48 479.77 592.9 474.25 583.34 479.28L581.64 481.18C576.387 481.655 571.202 482.708 566.18 484.32C561.73 490.07 550.54 492.24 543.68 491.41C542.06 493.61 541.28 496.06 539.75 498.27C534.61 500.58 528.11 499.58 523.58 502.92L522.98 504.98L523.56 507.62L523.27 508.68C520.276 509.333 517.238 509.768 514.18 509.98L513.03 511.24L513.34 513.68C511.39 516.13 508.49 517.22 505.78 518.68C505.724 521.966 505.178 525.225 504.16 528.35L502.36 530.18C494.29 532.34 485.68 528.18 477.84 531.46C475.38 536.02 473.12 540.62 470.24 544.96L465.43 545.91C464.46 546.89 463.271 547.623 461.96 548.05L459.42 547.79C452.42 551.07 445.47 554.03 438.52 557.37C436.913 557.037 435.442 556.229 434.3 555.05L432.88 555.56L432.15 556.37C432.132 557.659 431.649 558.899 430.79 559.86L428.34 559.75L427.1 558.61L426.47 556.98C426.749 555.978 426.871 554.939 426.83 553.9L426.14 552.69C424.693 552.383 423.219 552.219 421.74 552.2L420.55 551.38C419.79 547.38 422.49 543.82 423.98 540.27C431.8 536.4 431.98 525.96 433.42 518.34C435.2 509.13 436.94 498.92 442.56 491.13L444.15 490.61L445.52 492.04C445.786 493.393 446.415 494.648 447.34 495.67L449.12 495.14C450.356 495.862 451.71 496.36 453.12 496.61L455.12 495.95C458.96 489.39 464.75 485.82 466.37 477.95C467.85 470.69 474.37 466.31 477.15 459.57L476.88 456.99C479.88 449.88 486.88 444.14 491.12 437.63C495.81 430.34 500.89 424.53 508.12 419.79C517.02 413.98 518.49 409.06 524.22 401.02C529.13 394.12 537.22 388.02 539.94 379.89C539.6 378.52 539.32 377.17 539.09 375.77C542.559 368.947 547.444 362.943 553.42 358.16C553.578 357.417 553.612 356.654 553.52 355.9C554.075 355.588 554.516 355.109 554.78 354.53L554.4 353.15C556.03 344.32 560.06 338.89 566.03 332.36C571.79 326.05 573.57 316.36 581.32 310.96V309.62C580.434 309.012 579.394 308.665 578.32 308.62L577.91 307.54L578.1 306.37C585.6 301.9 592.45 295.08 596.2 287.12C596.175 284.068 595.703 281.036 594.8 278.12L594.99 277.26C595.753 276.767 596.556 276.339 597.39 275.98C598.356 276.036 599.27 276.442 599.96 277.12L601.1 276.85L601.03 276.01L601.46 274.92L602.3 274.8L603.46 275.52C604.24 274.602 605.2 273.853 606.28 273.32C607.28 273.32 608.28 273.27 609.28 273.18L610.8 273.99L611.25 275.62L609.96 279.22L611.29 280.22C619.58 282.22 628.29 270.54 631.63 264.22C637.34 253.29 627.14 245.06 628.69 234.32C637.29 228.01 642.6 227.51 647.51 217.49L649.18 217.15C650.94 215.07 652 212.78 653.62 210.61L655 210.38C656.803 211.869 659.027 212.754 661.36 212.91C673.05 206.41 687.2 181.46 702.28 191.62C711.64 189.43 716.35 185.55 723.91 179.77C731.75 173.77 736.55 176.11 745.43 174.18L746.9 174.78C747.659 175.711 748.257 176.762 748.67 177.89C747.79 189.89 732.16 198.69 731.02 210.41C730.38 217.07 730.89 223.32 729.67 230.26C728.54 236.68 722.27 241.19 721.03 247.71L721.55 249.82C737.18 256.21 753.02 239.93 768.67 246.67C782.07 244.44 789.54 234.39 800.5 228.03' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M228.88 799.97C230.27 792.97 239.8 786.43 245.22 782.19C259.6 777.61 276.02 781.73 288.64 788.69L292.06 793.29L293.36 793.89C296.47 792.26 299.65 792.7 303.06 792.57C306.85 790.57 308.8 786.05 311.86 783.03C314.74 780.19 318.11 778.26 321.19 775.72C323.36 767.34 323.98 758.87 326.36 750.43L325.76 748.99L323.68 748.24C318.68 748.87 314.76 752.52 309.55 752.47C302.12 748.7 301.7 742.19 304.13 735.03C305.13 732.03 305.13 729.03 306.71 726.25C308.65 722.75 312.1 720.9 313.65 716.97C319.07 703.27 330.78 693.97 339.15 682.11C355.24 674.85 368.43 665.76 382.5 654.99C396.12 644.55 405.93 630.71 415.5 616.34C422.01 613.11 431.18 604.93 432.65 597.59L434.95 595.25L437.57 594.43C443.52 596.6 453 599.43 458.87 596.92C467.5 593.24 463.95 585.33 465.25 577.72C468.25 574.82 472.25 575.39 475.89 576.85L477.22 576.66C478.54 573 481.22 569.98 485.11 569.08L486.29 567.6C486.109 565.746 486.251 563.875 486.71 562.07C488.603 559.84 490.939 558.028 493.57 556.75C495.68 552.31 496.32 546.75 498.87 542.69C498.07 540.394 498.07 537.896 498.87 535.6C505.52 530.09 520.46 532.13 528.97 530.8C539.56 535.59 546.82 526.95 556.85 525.98L557.5 525.18C557.016 523.123 557.054 520.978 557.61 518.94C560.56 516.43 564.46 516.17 567.54 513.69C569.807 513.654 572.045 513.179 574.13 512.29C576.189 509.976 578.422 507.823 580.81 505.85C595.69 502.67 612.01 504.31 626.99 503.54C627.864 503.922 628.759 504.256 629.67 504.54L631.23 507.26C632.378 507.842 633.635 508.176 634.921 508.24C636.206 508.304 637.49 508.096 638.69 507.63C639.668 506.214 640.87 504.968 642.25 503.94C649.97 501.5 655.18 510.61 661.95 507.62C663.57 504.11 667.34 503.15 670.31 501.06C671.278 500.919 672.265 501.087 673.131 501.542C673.997 501.996 674.697 502.713 675.13 503.59C675.32 505.18 675.46 506.78 675.53 508.38L677.45 508.75C677.763 507.496 678.463 506.373 679.45 505.54C680.843 505.079 682.35 505.1 683.73 505.6C687.73 508.33 688.2 512.43 686.19 516.41L687.69 518.47C688.88 524.76 690.63 530.61 692.31 536.74L691.79 538.52C690.31 539.433 689.123 540.752 688.37 542.32C688.318 543.54 688.432 544.761 688.71 545.95C689.396 546.679 690.237 547.246 691.17 547.61V548.78C681.82 567.2 670 583.32 656.74 598.47C650.44 605.65 645.68 617.22 641.08 625.75C637.43 632.5 631.7 644.96 623.14 645.52C624.06 659.35 610.92 670.58 604.14 681.27C597.22 692.22 585.31 703.99 582.7 717.21C583.857 718.156 585.232 718.798 586.7 719.08L587.19 719.58C587.241 720.315 587.107 721.05 586.8 721.72C585.25 721.449 583.683 721.289 582.11 721.24C576.41 724.15 571.64 744.18 570.95 750.64C567.82 753.94 564.33 756.44 562.57 760.72C560.89 764.84 559.84 768.72 555.71 771.14L555.9 773.39C556.236 773.99 556.692 774.514 557.24 774.93C556.88 778.03 555.36 780.71 554.79 783.75L555.28 783.83C559.6 777.75 563.82 776.2 569.75 771.74C575.68 767.28 578.34 763.07 585.28 760.45V759.45L584.28 759.07C582.697 760.022 581.022 760.813 579.28 761.43L578.15 761.13C578.85 758.04 580.24 755 582.87 753.21H583.87C584.33 753.738 584.699 754.34 584.96 754.99L585.58 755.25C593.15 748.25 597.77 739.8 604.07 731.91C604 730.499 603.588 729.126 602.87 727.91L603.43 727.5H604.15C611.97 720.94 618.56 715.27 627.15 709.67C630.3 700.85 640.15 687.67 647.47 681.67C649.452 680.633 651.541 679.815 653.7 679.23L655.46 679.64L656.03 678.54L657.03 678.23C658.33 678.594 659.684 678.726 661.03 678.62L662.1 679.34C662.337 679.026 662.544 678.691 662.72 678.34L668.3 680.29C669.786 680.037 671.295 679.953 672.8 680.04C673.368 679.318 673.746 678.465 673.9 677.56C672.35 672.86 669.29 669.14 669.07 664.01C671.97 657.5 680.53 651.63 686.07 647.34C695.37 640.11 696.73 640.64 707.13 644.62C707.983 641.982 708.985 639.395 710.13 636.87L709.41 632.69C709.647 631.381 710.214 630.154 711.057 629.125C711.901 628.096 712.993 627.299 714.23 626.81L716.97 627.12L717.33 628C718.124 627.554 718.868 627.024 719.55 626.42L721.63 626.68C728.7 633.23 733.7 640.56 741.82 645.88C746.65 649.05 752.04 651.33 754.7 656.88C757.25 662.17 757.41 666.51 761.01 671.64L765.27 671.98C766.083 674.389 766.604 676.887 766.82 679.42C768.371 681.445 769.712 683.623 770.82 685.92L771.93 686.5H773.01C776.35 690.12 778.48 695.24 779.54 699.94L779.88 700.38C780.795 699.695 781.838 699.2 782.948 698.926C784.057 698.651 785.211 698.601 786.34 698.78C787.481 697.479 788.296 695.926 788.716 694.248C789.137 692.569 789.152 690.815 788.76 689.13C785.65 684.51 783.84 678.13 784.62 672.69C784.051 671.723 783.543 670.721 783.1 669.69C782.933 666.921 783.224 664.144 783.96 661.47C784.621 661.074 785.25 660.626 785.84 660.13C785.813 657.774 785.422 655.436 784.68 653.2C783.433 652.27 782.425 651.056 781.74 649.66C782.046 648.107 782.481 646.581 783.04 645.1C781.23 639.67 775.4 637.87 774.54 631.43C773.66 624.81 771.25 620.43 769.37 614.29C769.3 607.85 773.8 606.08 779.28 604.77L781.06 602.62C782.55 589.15 790.06 584.39 800.32 577.33' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 747.99C5.5 747.79 11.06 747.1 15.71 749.56C20.36 752.02 21.54 756.81 25.07 760.38L26.82 760.53L29.31 758.04L30.16 752.72C28.02 743.86 21.93 736.83 21.71 727.41C21.49 717.99 26.14 709.2 28.39 700.3C30.64 691.4 34.71 681 33.73 671.47C32.56 660.15 28.66 650.12 25.05 639.31C17 615.14 22.86 528.78 66.14 555.09H70.14L73.03 553.66C75.94 554.37 78.26 556.07 81.03 556.97L82.57 559.26C86.25 561.13 89.46 565.03 93.37 566.26C98.1 567.72 102.65 568.73 106.42 572.14L105.33 571.47C107.411 572.555 109.582 573.455 111.82 574.16C112.284 574.935 112.891 575.613 113.61 576.16L117.3 575.16C126.76 585.43 136.3 592.73 142.11 605.8L141.66 607.72L140.51 609.12C138.64 616.99 135.4 624.8 134.51 632.82C133.51 641.76 138.3 644.12 144.18 648.91C153.61 650.82 161.96 651.63 171.59 650.29L173.08 649.08L172.5 647.08L173.28 645.32C174.723 645.435 176.093 645.998 177.2 646.93C184.53 646.22 195.02 638.64 201.81 642.15C204.942 641.322 207.984 640.183 210.89 638.75C213.055 638.992 215.239 639.019 217.41 638.83C221.09 636 224.87 633.24 228.62 630.52C232.54 627.68 237.03 627.3 240.48 623.52L242.71 623.34C245.71 624.83 248.94 624.15 252.07 623.51C261.68 614.4 271.59 600.31 285 597.17L286 594.67C294.51 590.9 300.59 579.25 311.93 582.5C315.83 586.5 324.68 591.5 329.93 593.11L330.56 595C330.32 599.56 326.5 602.64 326.28 607.16C322.51 611.91 322.71 617.89 318.77 622.54C317.312 623.175 315.943 623.998 314.7 624.99L314.16 627.2C314.483 628.487 315.076 629.69 315.9 630.73L317.6 631.43C323.05 629.97 327.07 627.85 332.26 631.8C337.39 638.2 336.01 643.89 332.04 650.32C332.14 659.1 317.67 670.09 311.32 675.04C302.99 681.53 293.64 687.42 288.02 696.85L287.65 701.76C288.43 703.41 289.16 705.08 289.86 706.76L292.6 708.88L292.85 712.71C286.74 720.95 285.42 730.77 289.46 740.04C291.46 744.65 294.66 747.98 297.04 752.36C300.17 758.13 306.37 759.74 310.04 764.77C310.75 768.23 309.1 771.24 307.04 773.94L303.34 776.32C297.61 777.17 288.18 775.86 282.75 773.86C281.362 774.21 280.002 774.662 278.68 775.21C274.27 774.06 271.04 770.38 266.52 769.1C259.77 767.18 253.41 764.24 246.67 762.42C232.91 758.69 223.82 763.99 214.28 774.34C210.4 782.11 215.1 791.83 214.52 799.99' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 473.25C3.66 471.83 7.00999 471.64 10.4 471.19L16.63 473.19C24.06 479.29 26.77 496.54 30.35 505.31C34.63 515.79 38.24 525.91 35.82 537.31C33.54 548 24.1 558.04 20.98 569.06C18.07 579.31 17.37 590.61 16.74 601.25C16.11 611.89 14.6 624.31 17.27 634.79C20.1 645.86 23.88 657.17 25.41 668.51C27.16 681.46 24.41 692.51 20.79 704.89C19.4 709.61 17.48 714.24 16.92 719.13C16.21 725.18 17.92 731.19 16.71 737.13L15.64 738.82L13.82 739.58C11.143 738.246 8.16693 737.626 5.17999 737.78C3.353 738.525 1.74336 739.718 0.5 741.25' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 396.26C19.11 392.61 17.74 420.08 19.5 431.26L21.86 434.75L26 436.84H31.66C44.82 432.98 52.54 414.29 57.6 402.98C59.893 401.347 62.2916 399.867 64.78 398.55C65.2562 397.545 65.4299 396.422 65.28 395.32C68.96 390.55 80.38 385.09 81.4 379.32C85.24 374.54 91.98 372.32 96.6 368.32C102.012 363.355 107.788 358.802 113.88 354.7C114.378 353.671 114.7 352.566 114.83 351.43C119.46 344.95 128.16 342.57 132.9 335.43C135.565 331.388 138.876 327.81 142.7 324.84C146.7 321.75 152.7 322.57 156.7 319.21C160.85 311.7 165.04 311 171.94 306.57L172.45 304.65L172.28 303.32C174.52 301.03 177.63 299.88 180.4 298.32L179.04 299.1C182.174 297.488 185.182 295.643 188.04 293.58L189.45 293.46C201.7 284.07 213.58 270.46 229.32 266.92C230.902 265.427 232.251 263.704 233.32 261.81H237.28L238.28 262.66L240.28 262.42C247.57 247.8 270.05 238.84 284.8 237.12C289.8 239.68 295.36 241.85 299.86 245.19C300.231 247.697 300.758 250.179 301.44 252.62C305.28 256.69 309.1 261.75 314.16 264.22L316.8 264.36L319.8 261.25C320.74 258.467 321.479 255.619 322.01 252.73L324.45 250.52C324.726 249.456 324.893 248.367 324.95 247.27L327.41 246.11C330.701 235.272 334.566 224.617 338.99 214.19C345.86 210.43 355.37 202.32 363.28 202.04C364.525 200.723 365.861 199.497 367.28 198.37C373.28 197.83 380.82 198.58 386.03 195.1L390.52 195.24C392.278 196.99 394.208 198.557 396.28 199.92C399.88 200.42 404.35 200.71 407.36 202.77L409.25 207.44C414.16 211 420.17 210.58 425.72 209.44L427.84 210.62C431.84 220.99 438.56 219.02 448.15 220.06C451.82 221.83 454.43 224.79 457.35 227.55C464.98 228.05 473.02 229.45 480.64 228.69C489.56 232.36 498.64 234.9 505.64 241.69C512.08 247.91 518.51 254.86 526.3 259.39L530.51 258.23C530.28 251.07 525.28 246.92 524.07 240.08C525.07 234.82 529.57 233.15 533.83 230.85L533.44 230.92C534.44 230.76 535.44 230.62 536.5 230.49L537.26 231.29C538.78 231.17 540.3 231.06 541.82 230.96C545.26 233.65 546.89 239.3 548.76 243.14L548.48 245.65C541.75 252.11 539 258.14 535.95 266.86C536.976 273.71 537.114 280.664 536.36 287.55C535.589 288.016 534.725 288.306 533.83 288.4C532.22 292.5 533.34 296.4 532.48 300.46C531.74 303.96 528.88 306.64 528.23 310.03C526.94 316.82 531.4 322.03 528.8 329.03C526.33 335.68 519.93 341.85 520.55 349.43C521.14 356.67 513.07 364.82 508.74 369.88L506.74 370.1C505.295 368.284 503.379 366.9 501.2 366.1C493.89 371.05 482.92 388.36 479.66 396.55C482.02 399.23 485.38 400.67 487.45 403.55C484.84 410.98 477.59 416.19 469.64 414.87L468 415.66L467.65 416.38C468.034 416.974 468.216 417.675 468.17 418.38C465.55 421.94 461.04 426.3 460.25 430.76C462.18 433.34 464.46 435.65 465.34 438.76C459.01 449.76 450.13 459.99 442.81 470.4H441.81L440.9 469.86L440.36 470.29C440.302 471.807 440.409 473.326 440.68 474.82L439.42 477.82L436.65 479.42C434.413 479.268 432.207 478.818 430.09 478.08L425.15 479.32C424.815 481.247 424.223 483.12 423.39 484.89C411.34 485.43 401.39 483.56 389.56 481.72L386.64 483.58C384.47 489.27 385.15 496.74 381.94 501.84C380.367 501.587 378.809 501.253 377.27 500.84L376.35 501.29L376.03 503.56L375.03 503.97L374.25 503.22L374.69 501.33L374.43 500.2L372.43 500.37C369.43 510.59 364.02 517.3 357.71 525.92L359.07 529.48L357.15 531.32L355.54 530.52L354.44 528.45L352.66 528.33C351.733 529.385 350.601 530.239 349.331 530.839C348.062 531.439 346.683 531.773 345.28 531.82C340.07 529.74 334.28 528.65 328.92 527.1L326.13 527.72C323.53 530.56 323.73 534.52 322.25 537.91C320.074 538.979 318.055 540.342 316.25 541.96C315.471 544.293 315.099 546.741 315.15 549.2C317.77 553.02 316.66 558.89 315.21 562.92C300.11 569.68 285.31 568.92 269.43 572.48C268.843 573.437 268.335 574.441 267.91 575.48H267.23C263.23 578.41 254.23 586.48 249.51 585.73L248.1 586.53L248.7 587.61L248.54 588.96C244.54 591.36 239.65 593.87 234.98 592.29L233.62 592.85L231.49 595.66C223.32 600.48 208.82 601.08 199.49 602.85C191.59 600.85 191.22 591.85 184.49 588.25C177.22 584.35 170.89 579.83 163.98 575.53C152.61 568.46 139.8 563.29 128.65 555.41L127.28 552.9C121.97 555.44 108.28 548.54 103.51 545.74C96.27 541.51 88.97 536.4 82.02 531.59L80.47 531.39C79.3861 531.737 78.3298 532.165 77.31 532.67C73.05 532.27 69.85 529.19 65.58 528.52C58.58 527.42 52.95 528.84 45.92 525.86C39.49 520.43 40.62 507.46 36.73 500.15C30.59 488.59 27.35 474.99 19.15 464.86C13.47 461.66 5.96 463.6 0.5 466.48' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M441.11 -0.0300064C455.72 18.97 447.3 43.62 451.45 65.38C455.02 84.08 465.26 111.01 479.83 123.51C487.46 126.51 494.12 119.12 500.75 116.34L505.16 116.76C509.07 119.68 511.8 121.97 516.71 122.76C525.07 121.46 528.13 114.29 535.38 111.32C540.83 111.48 544.85 115.41 549.24 118.15L553.96 118.29C558.87 113.57 561.86 107.18 568.61 105.15C574.61 103.36 582.56 103.7 588.83 102.81C593.66 99.45 598.44 96.42 603.55 93.52L606.7 93.41L608.96 95.06L608.5 98.57C606.768 100.276 605.567 102.447 605.04 104.82C614.88 106.2 634.56 98.46 643.56 94.82C650.077 92.3832 656.302 89.227 662.12 85.41C667.82 81.61 669.12 74.08 674.8 70.25C688.42 69.01 690.03 61.71 699.54 53.05L707.34 50.89L712.9 52.17L716.48 56.17C717.334 58.0472 717.599 60.1392 717.24 62.17C710.19 68.11 701.07 73.57 693.04 77.99L691.76 80.4L692.58 82.61L692.28 85.22L688.62 87.22C688.171 89.3348 687.263 91.3251 685.96 93.05C682.49 95.34 678.26 95.7 675.06 98.3L673 102.93C669.301 105.097 665.378 106.858 661.3 108.18L659.62 110.34L659.91 112.74L659.28 114.32C652.12 116.41 643.47 116.07 635.91 117.74C631.452 118.763 626.933 119.495 622.38 119.93C618.38 120.3 614.85 123.46 610.74 124.11L608.1 122.93C607.516 120.591 606.173 118.512 604.28 117.02C597.95 119.14 593.97 125.02 588.07 127.88C582.21 128.07 574.82 130.88 569.4 130.16L566.69 127.06L564.84 126.49C559.07 128.73 554.9 133.73 548.45 135L548.13 135.93C549.26 138.2 550.61 140.29 551.8 142.57L551.85 144.02C549.629 145.289 547.208 146.168 544.69 146.62C543.64 144.93 542.61 143.21 541.63 141.49L540.35 140.85L539.11 141.07C538.646 141.339 538.251 141.712 537.956 142.16C537.661 142.607 537.474 143.118 537.41 143.65L537.96 145.26L537.56 146C536.732 146.427 535.796 146.601 534.87 146.5L533.87 147.06V147.18L531.28 147.05L529.02 145.85C521.54 148.48 518.09 155.62 508.84 155.35C501.07 155.13 491.46 151.29 484.12 154.53L483.06 156.23L483.13 157.37L482.13 158.98L480.56 158.82C474.86 154.96 473.82 147.47 468.09 143.3C458.96 141.73 453.9 145.93 445.69 139C443.28 134.22 441.24 129.18 438.59 124.53L435.15 123.89L430.45 125.55L427.7 124.32C426.545 121.845 424.555 119.855 422.08 118.7C418.92 119.48 416.15 120 413.71 122.2L413.28 125.42L414.03 127.1L413.86 128.32C413.008 129.042 411.967 129.504 410.86 129.65L409.28 128.58C408.943 127.469 408.238 126.506 407.28 125.85C401.77 125.17 397.38 128.43 395.78 133.58L394.3 133.89C393.032 133.512 391.795 133.037 390.6 132.47C388.844 132.506 387.097 132.734 385.39 133.15C382.39 136.85 381.65 141.57 379.26 145.62L380.62 143.25C377.76 150.73 365.35 152.25 358.35 153.97L358.84 153.79C355.87 154.975 353.045 156.495 350.42 158.32C349.78 160.494 348.923 162.598 347.86 164.6C341.35 168.83 333.86 168.07 327.3 173.72C326.566 176.594 326.504 179.598 327.12 182.5C325.77 183.87 324.39 185.23 323 186.58C322.41 192.45 323.48 199.32 324.38 205.14L326.38 206.91L327.05 210.34C324.4 219.22 320.39 225.78 320.46 235.32L318.9 236.89L316.9 237.44C308.1 234.8 293.83 230.02 287.51 222.78L286.77 220.51C278.38 216.41 269.54 214.92 261.99 221.82C256.89 226.48 245.63 230.25 243.78 237.26C238.1 240.01 234.96 242.15 231.03 247.1C230.106 247.63 229.087 247.97 228.03 248.1C223.41 257.32 213.8 261.86 205.03 266.9C200.2 269.66 194.27 269.18 189.37 271.56C184.04 274.14 182.08 279.32 178.09 283.14C175.783 283.908 173.334 284.154 170.92 283.86C167.78 290.86 158.07 296.19 151.57 300.02C143.4 304.85 135.23 306.89 128.12 313.32C125.55 321.32 121.57 329.32 115.32 335.12C113.001 335.481 110.664 335.711 108.32 335.81L107.44 336.93C107.255 338.574 106.893 340.194 106.36 341.76C99.9098 344.41 88.3598 352.18 84.0598 357.69C84.3949 360.871 83.5711 364.067 81.7398 366.69L79.7398 367.79L78.5898 367.51C77.923 366.792 77.0493 366.299 76.0898 366.1C64.3498 375.37 55.6998 388.56 43.4198 396.75L36.8498 397.39C25.0598 394.39 22.1398 378.95 18.7998 369.16C15.1098 358.37 9.95976 348.58 0.489746 341.69' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 317.12C8.79 317.12 20.87 315.97 28.5 319.96C38.34 325.13 40.01 334.15 44.98 343.46C58.25 354.74 77.73 333.91 82.82 322.61C88.0485 319.535 93.703 317.25 99.6 315.83C106.82 313.94 111.65 310.83 118.2 307.71C118.79 304.84 117.28 302.47 116.56 299.71L117.56 297.65C125.02 293.1 134.47 292.8 142.15 288.53C149.83 284.26 154.42 276.44 158.44 268.66C159.721 268.042 161.061 267.556 162.44 267.21C164.014 267.897 165.769 268.055 167.44 267.66C171.57 261.58 175.32 256.11 180.63 251.01C184.79 249.63 192.2 248.58 195.68 245.82C200.092 242.141 205.088 239.225 210.46 237.19C218.6 225.37 237.64 222.56 246.46 210.78L251.46 208.78L252.2 206.67C253.472 205.523 254.674 204.301 255.8 203.01C265.8 201.01 274.59 203.01 284.34 204.66L287.34 199.73L289.58 198.73L292.3 199.47C296.24 202.47 297.73 207.35 298.94 211.97L305.09 212.86L309.21 210.53C308.98 209.16 308.76 207.79 308.53 206.42L310.05 205.3C311.669 205.244 313.261 204.863 314.73 204.18L314.5 202.76C313.095 202.375 311.826 201.602 310.84 200.53L308.84 195.31C309.98 192.72 311.13 190.14 312.31 187.58C312.18 181.58 307.63 176.78 307.04 170.79C309.55 167.31 312.61 164.55 313.31 160.12L311.31 157.69C310.794 154.834 311.178 151.888 312.41 149.26C319.9 143.32 326.41 136.63 334.41 131.26C343.36 125.26 347.62 121.92 350.13 110.97C352.89 106.44 358.05 105.97 362.61 104.26C364.27 101.36 363.99 98.26 364.73 95.08C368.19 92.19 372.59 92.9 376.63 91.47C376.96 90.4235 377.099 89.3259 377.04 88.23C379.28 84.23 383.04 81.6 386.95 79.4C388.382 79.2016 389.832 79.1781 391.27 79.33L392.88 78.12C393.701 75.6625 395.069 73.4231 396.88 71.57C411.46 66.29 414.73 52.49 416.37 38.92C418.37 22.7 422.37 11.63 433.98 0.0600128' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M401.28 -0.0300064L398.61 5.71999C398.61 15.23 397.87 23.86 395.08 33C392.66 41 391.08 56.08 384.68 62L374.55 64.32L368.35 73.61L363.74 74.61C360.74 73.61 357.82 72.61 354.83 71.67L353.23 72.06L352.08 73.63C351.963 77.2643 352.228 80.901 352.87 84.48L351.22 88.26C346.31 92.57 340.12 94.65 336.4 100.26C332.93 105.46 332.52 112.26 329.1 117.49C325.545 122.951 321.159 127.823 316.1 131.93C310.61 136.45 300.48 142.29 298.4 149.66C298.77 152.66 299.84 155.09 300.21 158.07C297.531 158.933 295.136 160.505 293.28 162.62C292.74 170.51 301.04 176.73 300.66 184.46L298.66 184.31C296.456 182.378 293.79 181.048 290.92 180.45L289.01 181.58C287.902 183.962 286.988 186.43 286.28 188.96L283.28 190.96C278.44 189.44 274.06 185.4 269.28 184.32C263.14 182.95 258.07 186.32 253.02 189.19C241.79 195.56 231.75 204.65 221.48 212.32C213.74 218.12 206.48 224.65 198.36 229.88C189.36 235.69 179.09 238.17 170.06 243.88C167.43 248.29 165.06 252.88 161.78 256.88L157.66 258.57L145.28 255.55L141.08 257.32C134.68 266.26 134.29 274.15 123.08 278.32C114.7 281.45 104.68 281.89 95.9498 284.65L92.4498 287.98C91.5858 291.354 91.918 294.923 93.3898 298.08L92.2798 300.74C85.6498 301.89 79.9498 300.31 73.8598 303.82C68.2898 307.02 65.3798 311.5 58.5098 312.07C53.0698 310.95 49.7798 306.54 46.2198 302.67C41.9998 298.07 37.0598 295.96 31.2198 294.19C21.8898 291.36 8.39975 296.14 0.489746 300.86' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 269.49C2.55807 270.678 4.90461 271.273 7.28 271.21L10.36 269.53L14.28 262.32C18.66 258.82 23.87 259.53 29.16 259.53C41.38 263.67 40.82 280.39 51.4 285.53L55.19 284.61L62.61 275.31C67.01 273.61 73.01 275.64 77.49 276.24C86.34 273.48 87.62 261.59 96.49 257.56C105.36 253.53 117.06 255.35 123.94 247.44C125.94 242.44 127.89 237.33 130.28 232.44L134.17 229.76C139.44 229.27 143.98 232.17 148.77 233.91L153.41 233.32C157.41 229.52 159.41 224.69 163.21 220.79C167.45 216.5 173.56 215.01 179.21 213.28C192.15 209.28 201.88 201.62 212.85 193.8C217.1 190.8 222.5 188.56 225.85 184.41C229.85 179.48 231.02 172.3 235.15 167.82C246.26 155.74 254.33 162.38 266.92 168.82H273.36L277.79 165.67C282.59 158.42 280.23 149.9 280.95 141.74L283.84 136.86C292.08 132.75 298.42 130.53 300.7 120.92C303.14 110.67 305.94 102.18 314.1 95.11C320.57 89.5 331.84 86.42 336.1 78.63C340.23 71.03 338.65 60.89 340.98 52.5L343.5 49.72L347.07 48.6C351.81 50.05 357.46 53.71 362.38 53.46L364.91 52.46C374.13 40.01 373.64 14.83 375.91 -0.0100021' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M345.98 -0.0300064L344.91 2.49L345.3 6.85999C348.73 9.15 351.93 10.86 353.76 14.71L352.76 19.45C346.12 29.74 333.6 29.82 325.88 38.45C321.07 50.8 327.07 71.26 313.76 78.91C306.27 83.22 300.05 86.64 294.83 93.58C290.17 99.78 289.31 108.15 284.58 114.58L271.67 121.03C265.49 128.15 267.99 138.36 259.67 144.12C252.14 149.32 242.16 141.7 234.9 139.12L229.9 140.79C223.74 147.4 221.28 157.32 216.04 164.84C210.42 172.95 199.04 177.5 190.43 181.4C182.53 184.96 173.61 187 166.92 192.76C159.62 199.04 156.43 208.52 149.83 215.55L147.4 215.93C144.16 214.79 141.92 212.33 139.4 210.1L134.2 208.76C116.36 214.05 121.07 239.76 102.75 245.19C95.18 247.45 86.41 247.66 79.69 252.19C71.55 257.69 65.2 263.76 55.61 266.31L48.05 264.61C40.57 259.29 37.14 250 28.05 246.99C17.71 243.56 7.57998 253.83 0.47998 259.59' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 234.45C8.09 223.45 15.73 218.53 29.35 219.45C43.28 220.41 46.98 236.64 61.43 236.12C71.32 235.77 80.53 221.83 84.96 214.45C91.05 204.32 96.78 190.04 108.87 186.23C120.39 186.86 134.33 191.23 143.57 182.23C152.81 173.23 158.57 162.23 170.35 155.65C181.73 149.32 194.21 143.94 201.12 132.32C207.18 122.12 210.17 103.85 222.55 99.08C227.76 98.02 232.1 100.88 237.2 101.4C240.96 100.2 242.81 96.83 245.02 93.8C247.68 90.15 253.11 87.55 256.74 84.91C262.84 80.48 265.74 72.36 269.48 65.91C278.54 60.34 287.22 56.76 291.85 46.91C295.61 38.91 300.78 27.02 301.32 18.2L299.82 13.02C295.07 6.47 285.82 4.75 279.46 0.0199966' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M312.74 -0.0300064L312.12 4.1C316.91 15.45 316.01 19.75 310.89 30.81C308.95 35.02 306.06 40.38 306.89 45.22C307.65 49.74 309.18 54.71 307.64 59.22C303.47 66.44 291.36 67.69 284.89 73.02C277.5 79.1 275.58 90.02 270.43 97.75L256.54 104.47C253.46 108.73 250.54 114.64 245.34 116.57C240.34 116.57 236.07 114.71 231.13 115.05C225.73 115.42 222.13 120.39 218.66 123.92C211.23 131.48 207.76 142.92 199.66 149.83C190.48 157.65 180.45 162.62 169.66 167.92C159.5 172.92 155.12 180.52 147.55 188.25C139.46 196.5 131.77 193.95 121.42 192.06C109.87 189.96 104.04 195.6 98.8102 205.56C91.7202 219.04 69.9902 255.96 49.8102 245.62C42.3002 238.69 38.2102 228.71 27.3702 225.91C16.5302 223.11 5.28018 229.91 0.430176 239.61' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 246.53C9.66 240.45 16.61 235.05 27.97 236.99C37.82 238.67 40.89 252.12 49.88 255.92C68.2 258.45 89.05 241.18 100.34 228.16C106.4 221.16 110.15 210.04 118.1 205.16C127.35 199.45 135.76 200.54 146.26 201.28C155.16 198.4 162.2 188.49 168.51 182.18C174.61 176.09 184.86 174.01 192.51 170.64C203.21 165.93 208.93 160.94 214.87 150.91C220.13 142.01 221.39 135.07 230.06 128.7C237.65 127.89 244.92 128.7 252.52 128.26L258.28 124.94C260.28 121.02 261.81 116.76 265.14 113.81C268.3 111 273.29 108.86 275.9 105.75C282.48 97.91 288.03 89.48 294.78 81.75C301.13 74.54 310.36 72.84 315.64 64.16C319.64 57.63 314.95 46.42 316.18 39.01C325.34 24.01 328.31 17.26 324.18 -0.0799942' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 180.17L7.34 179.36C17.9 172.78 23.12 158.36 30.28 148.51C38.3121 137.189 48.9159 127.936 61.22 121.51C86.57 108.23 115.47 110.51 141.84 101.32C158.21 95.59 163.27 88.49 170.49 73.07C177.35 58.43 186.99 53.22 201.57 47.39C213.927 42.542 225.336 35.5628 235.28 26.77C246.03 17.32 256.28 8.66 271.2 8.32C280.36 8.1 290.28 17.17 290.42 26.43C290.6 38.8 284.68 45.8 273.88 50.96C262.88 56.19 258.83 61.04 252.38 71.36C250.12 74.97 243.05 77.82 239.48 80.19C235.28 82.99 233.48 87.66 228.14 88.9C223.25 88.08 218.52 86.51 213.74 88.62C199.61 99.3 206.94 124.13 188.6 132.26C179.41 136.33 172.02 139.64 164.33 146.18C157.43 152.06 151.59 160.18 145.13 166.59C138.4 173.3 132.02 177.59 122.39 177.59C111.39 177.59 103.5 179.07 94.45 185.68C87.2 190.99 85.29 201.61 80 208.68C74.28 216.22 66.16 222.05 56.36 222.19C46.05 218.48 37 211.97 25.88 211.25C14.36 210.51 6.73 219.97 0.5 228.03' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M253.55 -0.0300064C240.71 5.46999 234.55 18.04 224.35 26.71C214.72 34.88 200.83 37.81 189.27 42.36C174.66 48.11 170.02 56.72 164.17 70.7C158.17 85.08 148.63 87.95 134.47 91.57C107.19 98.57 80.68 107.01 54.14 116.37C26.99 125.94 22.58 155.92 0.5 170.03' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M197.55 -0.0300064L199.55 5.96999L198.8 10.44L195.8 13.62L191.3 14.17L187.69 11.53C187.11 7.69001 186.64 3.77 185.69 -0.0100024' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M175.43 -0.0300057C175.43 10.13 177.53 16.28 186.64 21.26H194.06L200.26 17.68C203.94 12.31 207.02 6.78 205.74 -0.0699997' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M201.06 68.02L201.83 66.55C207.69 64.45 214.15 65.29 220.18 62.92C226.71 60.36 231.54 54.67 235.55 49.09C242.7 39.15 252.67 22.85 267.47 24.64L269.28 26.02L269.58 30.15C266.35 36.43 258.27 38.42 252.8 42.23C247.487 46.0817 243.011 50.9701 239.64 56.6C236.09 62.2 232.7 68.6 225.7 70.36C221.11 71.51 207.82 73.17 203.39 71.66L201.62 70.15L201.06 68.02Z' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M191.46 65.54L190.52 72.07L193.63 77.99C195.776 79.9606 198.517 81.1604 201.42 81.4C210.91 79.29 219.06 79.4 228.5 78.29C232.417 74.5127 236.815 71.2681 241.58 68.64C245.7 61.42 250.28 52.52 257.58 47.95C264.88 43.38 274.99 40.48 280.25 33.41L281.13 27.89L278.46 23.17C260.83 9.52001 245.85 27.95 235.46 40.61C229.75 47.61 222.71 51.93 214.57 55.46C206.93 58.78 196.46 57.94 191.44 65.54' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M182.35 97.51C175.59 98.7 166.02 108.94 163.91 115.3L164.6 117.4L166.28 118.56C172.12 118.89 178.53 115.56 183.93 113.64L188.28 108.32C188.985 106.204 188.985 103.916 188.28 101.8L185.93 98.74L182.36 97.51' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M156.2 121.18C153.2 126.61 146.8 131.57 142.82 136.49C138.43 141.92 134.56 147.95 129 152.3C116.3 162.3 101.48 158.82 86.9999 162.4C71.6099 166.22 71.5899 185.57 59.1599 193.63C49.8199 199.68 29.1599 199.11 18.7999 195.9L17.1999 194.32L16.9399 189.74C19.1799 183.46 25.4899 179.74 30.4899 175.81C36.0499 171.47 39.2499 163.75 42.4099 157.62C48.4099 146.04 60.5699 136.74 72.6299 132.32C85.8499 127.47 100.87 127.22 114.79 126.75C122.48 126.49 129.97 125.66 137.61 124.75C143.86 124.04 149.93 121.11 156.2 121.16' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M136.1 131.92L136.71 133.66C134.28 142.23 120.14 149.14 112.28 151.25C101.96 154 87.1298 152.72 78.0398 158.25C68.0398 164.39 68.2998 178.39 59.2098 185.13C51.6498 190.75 34.7998 192.62 26.8498 187.35L26.5898 186.13C35.0298 178.4 42.8898 175.32 49.2798 164.96C55.8598 154.21 61.0198 147.69 72.2798 141.68C80.6398 137.23 91.5498 132 101.28 133.2C112.22 134.56 123.97 137.67 134.06 131.72L136.12 131.92' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M124.66 140.11L122.66 139.45C111.25 141.23 99.8201 139.64 88.4001 140.76L86.1001 142.25V144.82L87.6801 146.82C97.7801 151.57 113.88 145.45 123.5 141.61L124.7 140.13' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M72.9001 147.32C62.7901 153.44 60.2801 165.32 52.0601 173.11L51.0601 176.53L52.8701 178.87L55.8701 179.23L58.8701 176.76C63.0401 167.35 67.4601 157.76 74.6501 150.19L75.4101 147.19L72.7901 147.28' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M65.5402 58.58L64.1802 60.93C57.5802 63.81 51.9302 64 45.8602 68.59C40.0402 72.99 33.5102 75.59 26.0602 75.29L22.2202 73.62L20.7202 71.04L20.7802 68.04C24.4302 61.46 28.3402 56.88 36.4102 57.04C45.4102 57.23 48.9402 56.04 55.9402 50.23C59.5302 50.11 62.3402 52.23 64.5902 54.89L65.5402 58.53' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M116.78 54.32L115.39 52.85L115.7 49.91C121.01 42 128.44 37.01 132.58 28.07C136.38 19.84 140.5 11.56 143.35 2.95L145.48 2.02L146.78 5.14001C141.49 16.14 142.51 22.74 148.72 33.01L148.1 35.55C145.706 37.5811 143.188 39.4614 140.56 41.18C138.27 45.75 136.5 52.53 131.22 54.4C126.06 53.14 121.92 54.2 116.78 54.32Z' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M125.7 45.43L125.26 46.88L127.59 48.17L131.99 48.44C133.667 46.6162 134.83 44.3801 135.36 41.96L142.36 34.96C142.82 31.02 142.6 26.66 139.24 24.07L137.53 24.01C134.14 33.34 134.72 39.13 125.68 45.44' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M95.9 -0.0300057L96.15 1.71L95.02 4.71L92.11 5.95L88.55 5.31001C86.5703 4.02639 85.0557 2.14023 84.23 -0.0699997' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 23.96C13.64 17.48 25.96 11.33 40 7.07999C48.14 4.61999 69.37 -0.229998 77.26 4.23C80.51 7.85492 83.9551 11.3 87.58 14.55C96.58 17 104.47 5.54999 109.78 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M32.87 -0.0300064C26.54 1.53999 21.41 3.4 16.18 7.32C10.95 11.24 7.61 16.08 0.5 16.07' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M119.82 -0.0300064C114.44 5.58999 104.91 20.59 97.21 22.76C86.8 25.7 78.05 13.76 68.78 10.2C56.06 11.38 43.86 16.95 31.78 21.05C20.24 24.96 9.83 28.54 0.52002 36.55' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 52.12C6.81 39.38 14.75 34.6 28.44 31.99C40.72 29.66 47.36 23.53 57.96 17.83L63.54 17.62C70.45 20.21 72.62 27.62 78.23 31.74C85.85 37.31 91.78 38.74 101.03 36.83C115.13 33.83 121.08 10.93 127.87 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 109.81L3.02 108.63C7.28 93.7 20.28 82.45 34.68 78.32C50.5 73.81 64.76 61.95 81.03 59.83L81.88 58.28L79.71 57.15C70.21 58 66.37 49.74 59.9 44.46L56.58 43.56C50.66 45.78 47.8 51.72 40.79 51.88C33.96 52.03 26.79 51.16 20.71 54.75C15.47 60.94 18.84 71.3 16.09 78.75C12.65 88.08 3.78 94.22 0.5 103.6' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.499971 93.77C10.8999 80.66 12.1999 72.77 12.1999 56.15C12.1999 39.15 34.7499 47.29 43.5799 44.25C47.2399 41 50.8499 37.66 54.6799 34.61L58.8199 34.18C65.7399 39.35 69.8899 47.1 77.2299 51.64C84.8399 56.35 94.0399 50.97 101.86 54.34L103.78 56.49L104.54 59.27L103.28 62.32C94.5099 66.01 84.2299 64.22 75.0199 68.44C64.7599 73.13 54.2599 77.26 43.8199 81.55C34.1799 85.55 24.8199 88.55 16.6599 95.1C8.49997 101.65 4.45996 111.86 0.459961 121.1' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M135.74 -0.0300064C127.02 15.74 123.5 36.79 105.17 44.51C96.8202 48.03 87.9702 47.78 80.0902 43.05C72.2102 38.32 67.0102 26.4 57.0902 25.95L53.1902 27.79C50.2802 31.54 47.1902 35.17 44.1902 38.79C38.1002 41.52 30.2802 39.46 23.8802 38.85C16.6902 38.16 12.6802 46.5 9.81024 51.47C3.60027 62.18 6.81027 76.06 0.530273 86.96' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M150.88 -0.0300064C149.88 5.96999 148.53 11.89 147.04 17.84L148.52 23.22C151.171 26.3174 154.06 29.2029 157.16 31.85L157.1 34.31C153.15 38.24 148.19 39.82 145 44.72C142 49.4 141.14 54.85 136.92 58.81C131.11 62.05 116 60.34 110.47 57L109.38 54.88C109.14 44.95 122.49 38.88 127.03 30.82C132.57 20.98 136.42 10.36 140.8 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 131.51C6.6 119.07 11.8 108.1 23.62 100.07C35.94 91.69 50.98 87.07 64.77 81.76C77.72 76.76 89.77 70.76 103.38 68.09C114.82 65.81 133.31 69.17 142.38 60.86C144.54 56.76 146.49 50.16 149.89 47.03C154.31 42.95 159.04 39.11 162.72 34.33L163.22 32.05L162.55 29.5L153.95 19.41C152.78 14.47 155.17 8.53999 156.19 3.71999L155.19 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M161.84 -0.0300064C161.54 5.58999 160.84 9.92 162.96 15.12C165.12 20.51 169.96 23.35 170.22 29.71C167.22 37.62 160.35 45.09 155.86 52.31C151.471 59.6799 145.698 66.1316 138.86 71.31C125.26 81.63 103.26 75.91 87.5602 81.46C70.1202 87.63 53.8502 96.35 36.7902 103.46C19.5302 110.7 10.0502 121.46 0.510254 137.31' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M214.52 -0.0300064C215.9 15.55 201.66 28.8 186.63 29.27C172.88 24.05 168.21 14.2 168.39 -0.0300064' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 155.38C8.5 147.19 11.41 135.38 19.18 127.5C28.94 117.57 39.75 113.4 52.51 108.14C74.82 98.96 97.44 87.26 121.68 84.98C134.17 83.81 144.56 82.64 152.09 71.73C158.66 62.2 162 49.55 171.66 42.35C181.56 34.96 195.66 32.86 207.27 29.35C219.83 25.55 224.61 10.7 228.88 -0.0400009' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M0.5 206.76C11.63 192.28 38.02 207.37 51.92 208.22C77.13 209.77 72.3 185.55 87.37 173.22C102.13 161.15 126.69 173.55 141.79 159.22C149.28 152.19 154.28 143.02 161.56 135.8C168.84 128.58 178.07 125.53 187.22 121.53C195.87 111.42 197.9 100.13 190.83 88.53L185.06 85.53L178.6 86.08C170.26 91.08 165.13 98.13 159.01 105.58C153.66 112.11 142.78 114.89 134.87 116.01C115.59 118.76 96.42 117.57 77.13 121.3C38.42 128.78 28.33 171.69 0.5 193.47' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M443.82 0.579991C442.44 2.36999 441.07 4.26 439.76 6.2L438.1 5.07999C439.44 3.07999 440.83 1.18 442.24 -0.650002L443.82 0.579991ZM438.14 8.7C436.93 10.61 435.73 12.61 434.59 14.7L432.84 13.7C434 11.61 435.22 9.57 436.45 7.63L438.14 8.7ZM433.14 17.29C432.52 18.47 431.92 19.65 431.34 20.83L429.54 19.95C430.13 18.75 430.74 17.55 431.37 16.36L433.14 17.29ZM430.06 23.52C429.06 25.57 428.16 27.72 427.27 29.89L425.42 29.13C426.33 26.93 427.28 24.75 428.24 22.68L430.06 23.52ZM426.15 32.66C425.33 34.76 424.52 36.96 423.73 39.2L421.85 38.53C422.64 36.27 423.46 34.05 424.29 31.93L426.15 32.66ZM422.77 42.02C422.34 43.31 421.93 44.57 421.54 45.81L419.63 45.21C420.03 43.96 420.44 42.68 420.87 41.39L422.77 42.02ZM420.66 48.67C420.02 50.79 419.39 52.99 418.73 55.38L416.8 54.85C417.47 52.44 418.1 50.23 418.74 48.09L420.66 48.67ZM417.98 58.32C417.447 60.32 416.957 62.1967 416.51 63.95L416.21 65.09L414.27 64.59L414.57 63.45C415.02 61.71 415.51 59.82 416.05 57.8L417.98 58.32ZM415.44 68C415 69.65 414.65 70.88 414.33 71.89L412.42 71.3C412.73 70.3 413.08 69.1 413.51 67.48L415.44 68ZM413.33 74.78C412.489 77.0246 411.431 79.1815 410.17 81.22L408.48 80.22C409.668 78.2846 410.672 76.2424 411.48 74.12L413.33 74.78ZM408.4 83.78C406.917 85.6992 405.173 87.4022 403.22 88.84L402.04 87.23C403.844 85.8979 405.456 84.323 406.83 82.55L408.4 83.78ZM400.6 90.53C399.389 91.1977 398.133 91.7792 396.84 92.27L396.13 90.4C397.333 89.9492 398.499 89.4077 399.62 88.78L400.6 90.53ZM393.9 93.23C391.605 93.8441 389.264 94.2689 386.9 94.5L386.7 92.5C388.966 92.2805 391.21 91.8758 393.41 91.29L393.9 93.23ZM383.82 94.73C382.41 94.8 380.93 94.84 379.31 94.84H376.75V92.84H379.27C380.86 92.84 382.27 92.84 383.67 92.73L383.82 94.73ZM373.82 92.73L373.74 94.73L369.74 94.55L369.84 92.55L373.82 92.73ZM366.82 92.4L366.72 94.4C364.61 94.29 362.16 94.17 359.72 94.11V92.11C362.28 92.1 364.71 92.22 366.83 92.32L366.82 92.4ZM356.82 92.06V94.06H356.28C354.65 94.06 353.14 94.06 351.69 94.17C351.43 94.43 351.16 94.69 350.88 94.94L349.54 93.45C349.88 93.15 350.213 92.8167 350.54 92.45L350.81 92.17H351.2C352.81 92.08 354.47 92.04 356.29 92.04L356.82 92.06ZM348.37 96.85C347.171 97.6129 345.876 98.2147 344.52 98.64L343.92 96.73C345.114 96.3575 346.254 95.8296 347.31 95.16L348.37 96.85ZM341.37 99.29C340.706 99.361 340.038 99.394 339.37 99.39C337.573 99.376 335.783 99.147 334.04 98.71L334.52 96.77C336.106 97.1678 337.735 97.3759 339.37 97.39C339.951 97.3907 340.532 97.3607 341.11 97.3L341.37 99.29ZM331.79 95.92L331.12 97.8C328.874 96.982 326.7 95.9786 324.62 94.8L325.62 93.06C327.599 94.1527 329.662 95.0857 331.79 95.85V95.92ZM323.05 91.54L322.05 93.24C320.95 92.56 319.81 91.8 318.67 91L319.81 89.37C320.88 90.07 321.98 90.81 323.05 91.47V91.54ZM317.35 87.63L316.16 89.23C314.43 87.94 312.62 86.52 310.62 84.87L311.89 83.33C313.86 84.88 315.65 86.32 317.35 87.56V87.63ZM309.6 81.32L308.3 82.85C306.72 81.5 305.2 80.18 303.77 78.94L302.99 78.26L304.3 76.75L305.08 77.43C306.51 78.69 308.02 80 309.6 81.32ZM302.08 74.84L300.66 76.32L301.37 75.62V76.62H301L300.72 76.39C299.77 75.58 298.78 74.69 297.72 73.68L299.08 72.22C300.03 73.11 300.91 73.9 301.75 74.62L302.08 74.84ZM296.92 70.08L295.52 71.51C293.85 69.88 292.15 68.15 290.52 66.51L291.95 65.11C293.57 66.77 295.28 68.49 296.92 70.1V70.08ZM289.92 62.98L288.5 64.38C286.89 62.73 285.25 61.06 283.58 59.38L284.99 57.96C286.63 59.67 288.28 61.32 289.89 63L289.92 62.98ZM282.84 55.88L281.42 57.32C280.42 56.4 279.49 55.48 278.52 54.59L279.87 53.12C280.863 54.0333 281.843 54.96 282.81 55.9L282.84 55.88ZM277.65 51.1L276.28 52.62C274.39 50.97 272.63 49.55 270.9 48.28L272.09 46.67C273.88 47.97 275.68 49.42 277.62 51.12L277.65 51.1ZM272.78 228.32C272.78 230.38 272.67 232.47 272.47 234.52L270.47 234.32C270.692 232.034 270.789 229.737 270.76 227.44H272.76C272.77 227.7 272.78 228 272.78 228.32ZM272.65 224.32L270.65 224.45C270.57 223.14 270.45 221.82 270.28 220.53L272.28 220.32C272.43 221.64 272.57 223 272.65 224.32ZM272.1 237.5C271.75 239.857 271.276 242.193 270.68 244.5L268.74 243.99C269.323 241.77 269.783 239.52 270.12 237.25L272.1 237.5ZM271.8 217.32L269.8 217.67C269.411 215.399 268.903 213.149 268.28 210.93L270.2 210.37C270.856 212.657 271.39 214.977 271.8 217.32ZM269.8 247.45C269.4 248.73 268.96 250.02 268.48 251.29L266.61 250.58C267.07 249.35 267.5 248.1 267.89 246.86L269.8 247.45ZM269.57 44.95L268.46 46.62C266.556 45.3482 264.549 44.2376 262.46 43.3L263.27 41.47C265.476 42.4414 267.596 43.5954 269.61 44.92L269.57 44.95ZM269.28 207.46L267.4 208.13C266.62 205.969 265.722 203.853 264.71 201.79L266.51 200.92C267.554 203.047 268.479 205.23 269.28 207.46ZM267.43 254.08C266.51 256.23 265.43 258.38 264.32 260.46L262.57 259.46C263.68 257.46 264.7 255.34 265.57 253.26L267.43 254.08ZM265.13 198.21L263.36 199.15C262.75 197.98 262.11 196.82 261.45 195.67L263.18 194.67C263.81 195.85 264.47 197.03 265.09 198.21H265.13ZM262.81 263.1C261.6 265.1 260.28 267.1 258.87 268.99L257.26 267.81C258.63 265.95 259.92 264.02 261.09 262.06L262.81 263.1ZM261.67 192.1L259.95 193.1C258.95 191.43 257.95 189.77 256.95 188.1L256.34 187.1L258.05 186.1L258.66 187.1C259.62 188.73 260.64 190.4 261.63 192.07L261.67 192.1ZM260.46 40.32L259.84 42.22C258.626 41.8191 257.382 41.5148 256.12 41.31L256.43 39.31C257.798 39.5374 259.146 39.8752 260.46 40.32ZM256.99 271.41C256.16 272.41 255.28 273.5 254.39 274.51L252.89 273.19C253.76 272.19 254.61 271.19 255.42 270.19L256.99 271.41ZM256.45 183.5L254.73 184.5C253.31 182.13 252.19 180.19 251.21 178.41L252.96 177.41C253.93 179.24 255.04 181.15 256.45 183.5ZM253.28 39.07V41.07H253.07C250.92 41.0683 248.787 41.4475 246.77 42.19L246.09 40.31C248.333 39.4898 250.702 39.07 253.09 39.07H253.28ZM252.28 276.75C250.67 278.45 248.95 280.11 247.19 281.68L245.86 280.19C247.58 278.65 249.25 277.04 250.86 275.38L252.28 276.75ZM251.51 174.85L249.73 175.77C249.08 174.49 248.5 173.3 247.97 172.12L249.8 171.3C250.37 172.45 250.93 173.61 251.57 174.85H251.51ZM248.65 168.58L246.79 169.31L246.4 168.31C245.71 166.44 244.96 164.62 244.17 162.88L245.99 162.05C246.8 163.83 247.57 165.7 248.28 167.61C248.46 167.94 248.58 168.26 248.71 168.58H248.65ZM244.94 283.66C244.12 284.33 243.28 285 242.43 285.66C241.43 286.43 240.43 287.21 239.43 287.99L238.2 286.41C239.2 285.63 240.2 284.84 241.25 284.07C242.08 283.43 242.89 282.79 243.7 282.12L244.94 283.66ZM244.73 159.32L242.95 160.22C241.95 158.22 240.84 156.22 239.59 154.22L241.3 153.22C242.58 155.24 243.7 157.26 244.73 159.32ZM244.16 43.32C242.183 44.3982 240.346 45.7147 238.69 47.24L237.35 45.76C239.128 44.119 241.104 42.7049 243.23 41.55L244.16 43.32ZM239.69 150.58L238.01 151.66C237.29 150.55 236.56 149.45 235.81 148.35L237.46 147.23C238.22 148.32 238.96 149.45 239.69 150.58ZM237.04 289.82C235.99 290.64 234.94 291.47 233.91 292.3L232.66 290.73L235.8 288.25L237.04 289.82ZM236.62 49.32C235.89 50.09 235.16 50.94 234.43 51.83L234.06 52.29L232.5 51.04L232.88 50.57C233.63 49.64 234.4 48.76 235.16 47.95L236.62 49.32ZM235.75 144.75L234.11 145.89L232.91 144.17C232 142.86 231.06 141.53 230.11 140.17L231.76 139.04C232.71 140.42 233.64 141.75 234.55 143.04L235.75 144.75ZM232.28 54.65C230.965 56.5311 229.757 58.4842 228.66 60.5L226.91 59.5C228.039 57.429 229.288 55.4256 230.65 53.5L232.28 54.65ZM231.58 294.17C229.76 295.637 227.963 297.117 226.19 298.61L224.9 297.08C226.69 295.58 228.49 294.08 230.32 292.62L231.58 294.17ZM230.09 136.54L228.43 137.65C227.28 135.96 226.28 134.37 225.28 132.8C225.05 132.44 224.83 132.07 224.61 131.7L226.34 130.7L226.97 131.7C227.96 133.32 228.97 134.87 230.09 136.54ZM227.33 63.13C226.33 65.13 225.42 67.28 224.59 69.47L222.72 68.76C223.57 66.51 224.52 64.32 225.53 62.25L227.33 63.13ZM224.97 128.13L223.18 129.02C222.58 127.82 222.02 126.57 221.51 125.3L223.36 124.55C223.86 125.76 224.39 126.96 224.97 128.11V128.13ZM223.9 300.54C222.12 302.05 220.36 303.54 218.62 305.11L217.28 303.61C219.02 302.07 220.787 300.54 222.58 299.02L223.9 300.54ZM223.59 72.26C223.17 73.49 222.77 74.76 222.41 76.03L220.49 75.48C220.86 74.18 221.26 72.88 221.69 71.62L223.59 72.26ZM222.34 121.77L220.45 122.41C219.693 120.159 219.068 117.865 218.58 115.54L220.53 115.13C221.008 117.376 221.612 119.593 222.34 121.77ZM221.64 78.89C221.08 81.12 220.64 83.4 220.23 85.67L218.23 85.34C218.62 83.02 219.11 80.68 219.68 78.41L221.64 78.89ZM219.98 112.22L217.98 112.55C217.6 110.27 217.33 107.9 217.17 105.55L219.17 105.42C219.35 107.7 219.62 110.01 219.98 112.22ZM219.78 88.6C219.47 90.89 219.26 93.21 219.13 95.49L217.13 95.38C217.25 93.05 217.47 90.68 217.79 88.38L219.78 88.6ZM219.05 102.41L217.05 102.47C217.05 101.12 217.05 99.77 217.05 98.42H219.05C219 99.77 219.01 101.09 219.05 102.41ZM216.38 307.1C215.38 307.99 214.38 308.88 213.38 309.78L212.07 308.32C213.07 307.41 214.07 306.51 215.07 305.62L216.38 307.1ZM211.22 311.82C209.51 313.41 207.8 315.04 206.16 316.64L204.76 315.2C206.42 313.59 208.13 311.96 209.85 310.36L211.22 311.82ZM204.01 318.74C202.34 320.39 200.69 322.06 199.11 323.74L197.67 322.32C199.26 320.66 200.92 318.98 202.61 317.32L204.01 318.74ZM197.01 325.87C196.09 326.87 195.18 327.81 194.28 328.79L192.81 327.44C193.72 326.44 194.63 325.44 195.55 324.5L197.01 325.87ZM192.28 331C190.7 332.75 189.15 334.51 187.67 336.24L186.15 334.94C187.65 333.2 189.21 331.42 190.79 329.66L192.28 331ZM185.73 338.52C184.24 340.31 182.73 342.13 181.32 343.93L179.76 342.68C181.2 340.87 182.69 339.04 184.2 337.24L185.73 338.52ZM179.5 346.32C178.68 347.32 177.88 348.42 177.08 349.48L175.48 348.28C176.29 347.21 177.1 346.15 177.92 345.09L179.5 346.32ZM175.3 351.88C173.93 353.75 172.57 355.66 171.3 357.55L169.66 356.42C170.97 354.51 172.35 352.58 173.73 350.69L175.3 351.88ZM169.58 360.02C168.28 361.94 167 363.9 165.77 365.85L164.08 364.78C165.32 362.78 166.61 360.84 167.92 358.9L169.58 360.02ZM164.2 368.32C163.5 369.44 162.82 370.57 162.14 371.72L160.42 370.72C161.1 369.58 161.79 368.43 162.49 367.3L164.2 368.32ZM160.64 374.32C159.48 376.32 158.34 378.38 157.25 380.4L155.48 379.46C156.58 377.46 157.73 375.35 158.91 373.32L160.64 374.32ZM155.85 383.04C154.77 385.1 153.72 387.19 152.71 389.27L150.91 388.39C151.91 386.3 152.99 384.19 154.07 382.12L155.85 383.04ZM151.42 391.96C150.85 393.16 150.3 394.36 149.75 395.58L147.93 394.75C148.48 393.53 149.04 392.31 149.61 391.11L151.42 391.96ZM148.54 398.32C147.62 400.43 146.71 402.59 145.84 404.74L143.98 403.99C144.86 401.82 145.78 399.64 146.71 397.52L148.54 398.32ZM144.74 407.52L144.59 407.89C143.79 409.89 143.02 411.99 142.26 414.05L140.38 413.35C141.147 411.283 141.927 409.223 142.72 407.17L142.87 406.79L144.74 407.52ZM141.28 416.84C140.82 418.09 140.37 419.34 139.92 420.59L138.04 419.92C138.49 418.66 138.94 417.41 139.4 416.15L141.28 416.84ZM140.54 235.46V236.81H138.54V235.46C138.54 234.56 138.54 233.68 138.54 232.82H140.54C140.48 233.66 140.49 234.54 140.49 235.46H140.54ZM140.54 239.81C140.54 242.65 140.54 244.81 140.48 246.81L138.48 246.76C138.53 244.76 138.54 242.62 138.54 239.76L140.54 239.81ZM140.44 229.81L138.44 229.89C138.34 227.34 138.16 225.09 137.89 223.01L139.89 222.75C140.1 224.85 140.28 227.16 140.39 229.77L140.44 229.81ZM140.28 249.85C140.173 252.233 139.876 254.604 139.39 256.94L137.44 256.51C137.899 254.279 138.18 252.015 138.28 249.74L140.28 249.85ZM139.28 219.7L137.28 220.06C136.866 217.816 136.284 215.607 135.54 213.45L137.43 212.8C138.245 215.048 138.887 217.354 139.35 219.7H139.28ZM138.8 423.42L136.58 429.74L136.48 430.02L134.59 429.36L134.69 429.08C135.43 426.973 136.173 424.863 136.92 422.75L138.8 423.42ZM138.53 259.93C138.086 261.237 137.548 262.511 136.92 263.74L135.14 262.83C135.746 261.7 136.268 260.527 136.7 259.32L138.53 259.93ZM136.38 209.93L134.53 210.7C134.04 209.53 133.53 208.33 132.89 207.13L134.68 206.23C135.37 207.49 135.94 208.73 136.45 209.94L136.38 209.93ZM135.49 432.84C134.71 435.05 133.94 437.25 133.15 439.45L131.27 438.78C132.05 436.58 132.827 434.38 133.6 432.18L135.49 432.84ZM135.39 266.41C134.149 268.409 132.776 270.324 131.28 272.14L129.74 270.86C131.207 269.107 132.554 267.256 133.77 265.32L135.39 266.41ZM133.28 203.56L131.54 204.56C130.66 203 129.69 201.37 128.54 199.56L127.93 198.61L129.61 197.52L130.23 198.52C131.44 200.32 132.43 201.96 133.28 203.56ZM132.21 442.32C131.75 443.57 131.3 444.83 130.83 446.08L128.96 445.39L130.33 441.64L132.21 442.32ZM129.78 448.9C128.9 451.22 128.07 453.36 127.24 455.44L125.38 454.7C126.21 452.63 127.04 450.5 127.91 448.19L129.78 448.9ZM129.28 274.43C128.7 275.09 128.08 275.76 127.44 276.43C126.52 277.43 125.57 278.43 124.63 279.59L123.07 278.32C124.07 277.19 124.99 276.1 125.93 275.09C126.57 274.4 127.18 273.74 127.75 273.09L129.28 274.43ZM128.01 195L126.37 196.13C125.09 194.29 123.72 192.4 122.27 190.52L123.81 189.32C125.28 191.2 126.68 193.12 127.97 195H128.01ZM126.15 458.2C125.23 460.43 124.3 462.61 123.38 464.66L121.55 463.85C122.46 461.85 123.39 459.66 124.3 457.44L126.15 458.2ZM122.7 281.92C121.87 282.92 121.06 284 120.26 285.05L118.67 283.84C119.48 282.77 120.3 281.71 121.14 280.66L122.7 281.92ZM122.09 467.41C121.53 468.62 120.95 469.83 120.37 471.04L118.57 470.16C119.15 468.97 119.72 467.77 120.28 466.57L122.09 467.41ZM121.95 186.93L120.39 188.18C119.56 187.18 118.71 186.12 117.86 185.11L119.39 183.82C120.28 184.85 121.11 185.88 121.95 186.93ZM119.02 473.74C117.94 475.86 116.82 477.95 115.69 479.94L113.95 478.94C115.06 476.94 116.17 474.94 117.24 472.81L119.02 473.74ZM118.47 287.44C117.27 289.07 116.09 290.71 114.91 292.34L114.37 293.1L112.74 291.93L113.29 291.17C114.47 289.53 115.65 287.89 116.86 286.25L118.47 287.44ZM117.42 181.53L115.92 182.85C114.46 181.18 112.92 179.48 111.26 177.66L112.73 176.32C114.42 178.14 115.96 179.85 117.42 181.53ZM114.18 482.53C113.78 483.2 113.38 483.87 112.97 484.53C112.15 485.86 111.32 487.18 110.5 488.53L108.8 487.47C109.633 486.137 110.453 484.803 111.26 483.47C111.667 482.803 112.067 482.137 112.46 481.47L114.18 482.53ZM112.61 295.53C110.95 297.81 109.61 299.53 108.39 301.16L106.81 299.92C108.05 298.33 109.34 296.61 110.99 294.35L112.61 295.53ZM110.67 174.11L109.22 175.48C107.62 173.78 106.01 172.11 104.38 170.48L105.82 169.08C107.46 170.733 109.077 172.41 110.67 174.11ZM108.89 491.11C108.18 492.24 107.46 493.37 106.74 494.49L105.06 493.41L107.21 490.04L108.89 491.11ZM106.49 303.52C105.61 304.59 104.73 305.62 103.87 306.52L102.37 305.2L103.12 305.86L102.37 305.19C103.223 304.25 104.083 303.25 104.95 302.19L106.49 303.52ZM105.11 496.98C103.843 498.94 102.57 500.897 101.29 502.85L99.6098 501.75C100.89 499.797 102.163 497.847 103.43 495.9L105.11 496.98ZM103.72 166.89L102.28 168.32L99.4898 165.46L100.92 164.06L103.72 166.89ZM101.81 308.8C100.29 310.41 98.6698 312.05 96.8098 313.8L95.4198 312.36C97.2198 310.63 98.8198 309.01 100.32 307.42L101.81 308.8ZM99.6398 505.32L95.7898 511.17L94.1198 510.07L97.9698 504.22L99.6398 505.32ZM98.8298 161.85L97.3998 163.32C95.7698 161.65 94.1398 159.98 92.5198 158.32L93.9698 156.94C95.5832 158.573 97.2032 160.223 98.8298 161.89V161.85ZM94.6698 315.85C92.9698 317.45 91.2498 319.03 89.5198 320.61L88.1698 319.13C89.8898 317.56 91.6099 315.99 93.2999 314.39L94.6698 315.85ZM94.1498 513.67L91.9598 517.02L90.2798 515.97L92.4698 512.62L94.1498 513.67ZM91.9099 154.67L90.4498 156.04C88.7198 154.2 87.1598 152.51 85.6898 150.87L87.1798 149.54C88.6398 151.19 90.1799 152.87 91.9099 154.7V154.67ZM90.3298 519.54L86.5499 525.42L84.8698 524.35C86.1298 522.35 87.3898 520.4 88.6498 518.45L90.3298 519.54ZM87.3298 322.63L84.3298 325.32L82.9798 323.84L85.9798 321.15L87.3298 322.63ZM85.1998 147.32L83.6898 148.64C82.8098 147.627 81.9398 146.607 81.0798 145.58L82.6198 144.32C83.4698 145.32 84.3298 146.32 85.1998 147.32ZM84.9398 527.98C83.4998 530.19 82.1598 532.08 80.8398 533.76L79.2798 532.53C80.5698 530.9 81.8798 529.06 83.2798 526.9L84.9398 527.98ZM82.1198 327.36C80.1198 329.15 78.5598 330.68 77.0498 332.15L75.6598 330.71C77.1798 329.23 78.8098 327.71 80.7698 325.89L82.1198 327.36ZM80.7198 141.99L79.1698 143.25L78.7098 142.68C77.4298 141.08 76.1498 139.39 74.8898 137.68L76.5098 136.51C77.7498 138.23 79.0198 139.9 80.2698 141.51L80.7198 141.99ZM78.8698 536.1C77.9631 537.124 77.0017 538.099 75.9898 539.02L74.6498 537.54C75.5598 536.71 76.4698 535.78 77.3798 534.77L78.8698 536.1ZM74.9298 334.24C74.1698 335.01 73.4198 335.78 72.6798 336.57C71.9398 337.36 70.9898 338.37 70.1598 339.3L68.6698 337.96C69.5098 337.03 70.3598 336.1 71.2298 335.19C72.0998 334.28 72.7398 333.61 73.5098 332.84L74.9298 334.24ZM74.7898 134.04L73.1498 135.18C71.8398 133.32 70.5298 131.32 69.2798 129.32L70.9798 128.26C72.2098 130.22 73.4998 132.18 74.7898 134.05V134.04ZM73.5898 540.98C71.6496 542.43 69.5198 543.608 67.2598 544.48L66.5298 542.61C68.6292 541.805 70.6077 540.715 72.4098 539.37L73.5898 540.98ZM69.3998 125.7L67.6898 126.7C66.9998 125.55 66.3198 124.4 65.6898 123.24L67.4298 122.24C68.0398 123.42 68.7198 124.56 69.3998 125.7ZM68.2098 341.55C67.3498 342.55 66.5098 343.55 65.6798 344.61L64.1198 343.32C64.9598 342.27 65.8098 341.24 66.6798 340.21L68.2098 341.55ZM65.9198 119.67L64.1698 120.67C63.0498 118.67 61.9498 116.54 60.8898 114.44L62.6798 113.55C63.7198 115.58 64.8098 117.65 65.9198 119.67ZM64.2798 545.45C61.9588 546.054 59.5841 546.429 57.1898 546.57L57.0498 544.57C59.3156 544.435 61.5628 544.08 63.7598 543.51L64.2798 545.45ZM63.8198 346.96C62.4398 348.78 61.0698 350.68 59.7598 352.6L58.1098 351.47C59.4398 349.47 60.8198 347.6 62.2298 345.75L63.8198 346.96ZM61.3298 110.83L59.5298 111.7C58.5298 109.58 57.5298 107.42 56.5898 105.3L58.4198 104.5C59.3698 106.6 60.3398 108.73 61.3598 110.83H61.3298ZM58.1098 355.08C56.8598 357 55.6398 359 54.4798 361L52.7498 360C53.9298 358 55.1698 355.94 56.4398 354L58.1098 355.08ZM57.2798 101.75L55.4398 102.55C54.8898 101.27 54.3498 100.07 53.8198 98.91L55.6398 98.08C56.1598 99.25 56.7098 100.46 57.2798 101.75ZM54.3598 95.35L52.5598 96.22C51.5598 94.11 50.4998 92.08 49.3898 90.03L51.1498 89.08C52.2798 91.16 53.2798 93.21 54.3498 95.32L54.3598 95.35ZM54.1698 546.69H53.6698C52.9898 546.69 52.2898 546.69 51.5698 546.69H50.8298L50.6398 545.98C50.5098 545.53 50.3798 545.1 50.2298 544.67L52.1198 544.02C52.1998 544.26 52.2798 544.49 52.3498 544.73H53.6698H54.1598L54.1698 546.69ZM53.0498 363.59C52.4098 364.75 51.7798 365.92 51.1698 367.1L49.3998 366.18C50.0198 364.99 50.6498 363.8 51.2998 362.63L53.0498 363.59ZM50.9598 541.08L49.1498 541.93C48.1577 539.886 46.9794 537.938 45.6298 536.11L47.2598 534.94C48.6725 536.871 49.9076 538.926 50.9498 541.08H50.9598ZM49.8298 369.76C48.8298 371.82 47.8298 373.94 46.8998 376.07L45.0698 375.27C46.0098 373.11 47.0098 370.96 48.0698 368.88L49.8298 369.76ZM49.6898 86.44L47.9498 87.44C46.9498 85.67 45.8598 83.82 44.4298 81.44L46.1398 80.44C47.5798 82.79 48.6698 84.66 49.6798 86.44H49.6898ZM45.6898 378.81C44.8098 380.93 43.9598 383.11 43.1698 385.3L41.2898 384.62C42.0898 382.4 42.9498 380.19 43.8398 378.05L45.6898 378.81ZM45.3998 532.51L43.8098 533.73L42.8698 532.5C41.7698 531.08 40.6498 529.62 39.5798 528.1L41.2198 526.95C42.2198 528.44 43.3698 529.88 44.4498 531.28L45.3998 532.51ZM44.5298 77.82L42.8198 78.82L40.7398 75.41L42.4498 74.41L44.5298 77.82ZM42.1798 388.11C41.7498 389.36 41.3298 390.62 40.9298 391.89L39.0198 391.29C39.4298 390 39.8498 388.73 40.2798 387.46L42.1798 388.11ZM40.7698 71.82L39.1898 73.05C37.775 71.317 36.086 69.8273 34.1898 68.64L35.3098 66.98C37.3805 68.2862 39.2246 69.921 40.7698 71.82ZM40.0998 394.74C39.5198 396.74 38.9698 398.67 38.4598 400.64L38.2598 401.45L36.3198 400.97L36.5298 400.13C37.0398 398.13 37.5998 396.13 38.1798 394.13L40.0998 394.74ZM39.6498 524.5L37.9498 525.5C37.2301 524.331 36.5822 523.118 36.0098 521.87L37.8198 521.04C38.3704 522.224 38.9812 523.379 39.6498 524.5ZM37.5898 404.32C37.1198 406.5 36.7098 408.79 36.3598 411.15L34.3598 410.85C34.7198 408.46 35.1398 406.12 35.6098 403.85L37.5898 404.32ZM36.7398 518.32L34.8498 518.97C34.1734 517.024 33.6976 515.013 33.4298 512.97C33.3798 512.63 33.3398 512.29 33.2998 511.97L35.2998 511.73C35.2998 512.07 35.3798 512.4 35.4298 512.73C35.675 514.656 36.1139 516.552 36.7398 518.39V518.32ZM35.9598 414.05C35.7998 415.35 35.6598 416.67 35.5298 417.99L33.5298 417.81C33.6598 416.46 33.7998 415.13 33.9598 413.81L35.9598 414.05ZM35.4998 474.87V475.19C35.4998 477.19 35.4498 479.3 35.3598 481.9L33.3598 481.83C33.4498 479.25 33.4998 477.14 33.4998 475.19V474.87H35.4998ZM35.4998 471.87H33.4998C33.4998 470.55 33.4998 469.22 33.4398 467.87H35.4398C35.4398 469.26 35.4698 470.6 35.4798 471.93L35.4998 471.87ZM35.3698 464.87L33.3698 464.92C33.3698 462.6 33.2498 460.27 33.1798 457.92L35.1798 457.86C35.2798 460.26 35.2798 462.6 35.3498 464.92L35.3698 464.87ZM35.2798 421.04C35.1098 423.24 34.9798 425.58 34.8998 427.99L32.8998 427.91C32.9898 425.48 33.1198 423.12 33.2798 420.91L35.2798 421.04ZM35.2798 484.98L35.1498 487.83C35.0898 489.2 35.0198 490.59 34.9698 491.97L32.9698 491.89L33.1498 487.73L33.2798 484.89L35.2798 484.98ZM35.1098 454.92L33.1098 454.98C33.0432 452.653 32.9798 450.32 32.9198 447.98L34.9198 447.93C34.9298 450.26 34.9998 452.59 35.0698 454.92H35.1098ZM35.0298 508.84L33.0298 509C32.8498 506.81 32.7598 504.5 32.7398 501.93H34.7398C34.7298 504.44 34.8198 506.7 34.9898 508.84H35.0298ZM34.8598 494.96C34.8598 496.29 34.7798 497.62 34.7598 498.96H32.7598C32.7598 497.63 32.8098 496.29 32.8598 494.96H34.8598ZM34.8598 444.96H32.8598C32.8598 443.62 32.8598 442.29 32.7998 440.96H34.7998C34.7865 442.273 34.7932 443.597 34.8198 444.93L34.8598 444.96ZM34.8598 430.96C34.8098 432.96 34.7898 435.06 34.7898 437.31V437.94H32.7898V437.32C32.7898 435.06 32.7898 432.96 32.8598 430.93L34.8598 430.96ZM32.8598 65.34L31.7798 67.02C29.7004 65.7809 27.8052 64.2561 26.1498 62.49L27.6298 61.15C29.1561 62.772 30.8993 64.1753 32.8098 65.32L32.8598 65.34ZM28.0798 0.340001L27.8198 0.99L25.9598 0.26L26.2098 -0.379997L28.0798 0.340001ZM26.6598 3.79C26.0798 5.11 25.5198 6.27 24.8898 7.45L23.1298 6.51C23.7298 5.38 24.2698 4.26 24.8298 2.99L26.6598 3.79ZM25.9198 58.93L24.2398 60C23.4761 58.8354 22.82 57.6037 22.2798 56.32L24.1298 55.56C24.612 56.728 25.1941 57.8522 25.8698 58.92L25.9198 58.93ZM23.4798 10.06C22.7098 11.58 22.2798 12.92 21.9398 16.44L19.9398 16.24C20.3198 12.43 20.8298 10.87 21.6998 9.16L23.4798 10.06ZM23.2498 52.82L21.3298 53.38C20.672 51.0868 20.1906 48.7466 19.8898 46.38L21.8898 46.11C22.1588 48.3729 22.5967 50.6125 23.1998 52.81L23.2498 52.82ZM21.6898 19.4C21.5198 21.81 21.3898 24.15 21.2998 26.4L19.2998 26.31C19.3898 24.09 19.5298 21.73 19.6998 19.31L21.6898 19.4ZM21.5398 43.2L19.5398 43.38C19.3398 41.23 19.2098 38.86 19.1598 36.38H21.1598C21.1698 38.76 21.2798 41.08 21.4898 43.19L21.5398 43.2ZM21.1398 29.32C21.1398 30.7 21.0898 32.02 21.0898 33.32H19.0898C19.0898 32.04 19.0898 30.7 19.1398 29.32H21.1398Z' fill='%23D8E0E3' stroke='none'/%3E %3Cpath d='M675.08 300.05V301.79H673.08V300.26C673.08 298.45 673.08 296.62 673.08 294.8H675.08C675.06 296.53 675.08 298.32 675.08 300.05ZM675.08 304.8C675.08 307.14 675.01 309.48 674.95 311.8H672.95C673.01 309.48 673.06 307.15 673.08 304.8H675.08ZM675.02 291.8H673.02C673.02 290.467 672.99 289.133 672.93 287.8L674.93 287.74C674.94 289.09 674.97 290.43 674.99 291.77L675.02 291.8ZM674.86 314.8C674.86 316.14 674.76 317.48 674.7 318.8L672.7 318.71C672.76 317.38 672.81 316.05 672.86 314.71L674.86 314.8ZM674.86 284.73L672.86 284.8C672.78 282.707 672.69 280.623 672.59 278.55V277.83L674.59 277.71V278.45C674.657 280.557 674.727 282.657 674.8 284.75L674.86 284.73ZM674.59 321.81C674.47 324.16 674.32 326.5 674.16 328.81L672.16 328.67C672.32 326.36 672.46 324.03 672.58 321.67L674.59 321.81ZM674.28 274.7L672.28 274.91C672.05 272.69 671.73 270.45 671.28 268.06L673.28 267.7C673.69 270.14 674.03 272.43 674.28 274.7ZM673.9 331.84C673.72 334.18 673.51 336.54 673.29 338.84L671.29 338.64C671.51 336.36 671.71 334.02 671.9 331.69L673.9 331.84ZM672.98 341.84C672.84 343.173 672.69 344.507 672.53 345.84L670.53 345.6C670.69 344.267 670.84 342.933 670.98 341.6L672.98 341.84ZM672.67 264.74L670.67 265.16C670.39 263.867 670.09 262.577 669.77 261.29L671.71 260.81C672.06 262.11 672.37 263.42 672.65 264.73L672.67 264.74ZM672.16 348.82C671.86 351.17 671.53 353.51 671.16 355.82L669.16 355.52C669.5 353.27 669.83 350.94 670.16 348.61L672.16 348.82ZM671.02 257.89L669.08 258.4C668.44 255.99 667.77 253.65 667.2 251.69L669.12 251.13C669.68 253.1 670.35 255.45 671 257.88L671.02 257.89ZM670.72 358.76C670.5 360.08 670.28 361.39 670.05 362.7C669.87 363.7 669.7 364.7 669.53 365.7L667.53 365.36C667.7 364.36 667.87 363.36 668.05 362.36C668.28 361.06 668.5 359.76 668.71 358.44L670.72 358.76ZM669.04 368.61C668.83 369.92 668.62 371.23 668.42 372.55L666.42 372.24C666.62 370.92 666.83 369.6 667.05 368.29L669.04 368.61ZM668.28 248.18L667.34 248.52L666.34 248.8C665.67 246.51 665.02 244.29 664.4 242.06L666.33 241.52C666.95 243.74 667.6 245.96 668.28 248.18ZM667.98 375.5L666.98 382.42L664.98 382.13C665.32 379.817 665.653 377.507 665.98 375.2L667.98 375.5ZM666.53 385.39V385.69L665.53 392.32L663.53 392.03L664.53 385.4V385.1L666.53 385.39ZM665.53 238.64L663.6 239.15L662.6 235.28L664.53 234.77L665.53 238.64ZM665.05 395.32C664.85 396.64 664.65 397.96 664.44 399.32L662.44 399.01L663.04 395.01L665.05 395.32ZM663.97 402.25C663.6 404.56 663.22 406.87 662.81 409.17L660.81 408.82C661.22 406.53 661.6 404.23 661.97 401.93L663.97 402.25ZM663.76 231.89L661.83 232.41C661.17 229.91 660.56 227.7 659.97 225.67L661.9 225.12C662.48 227.13 663.09 229.32 663.76 231.86V231.89ZM662.28 412.1C661.84 414.49 661.38 416.81 660.92 418.99L658.92 418.58C659.38 416.41 659.84 414.11 660.28 411.73L662.28 412.1ZM661.05 222.2L659.13 222.77C658.42 220.4 657.71 218.17 657.02 216.14L658.91 215.49C659.61 217.55 660.33 219.8 661.05 222.2ZM660.28 421.94C659.99 423.25 659.68 424.55 659.37 425.85L657.37 425.38C657.69 424.09 657.99 422.79 658.28 421.5L660.28 421.94ZM658.63 428.78C658.02 431.11 657.38 433.39 656.72 435.55L654.81 434.97C655.46 432.83 656.09 430.58 656.69 428.27L658.63 428.78ZM657.9 212.64L656.02 213.32C655.55 212.02 655.02 210.78 654.6 209.61L656.45 208.86C656.94 210.06 657.42 211.32 657.9 212.64ZM655.8 438.43C655.06 440.7 654.28 442.94 653.46 445.08L651.6 444.37C652.4 442.26 653.17 440.05 653.9 437.82L655.8 438.43ZM655.28 206.08L653.45 206.9C652.534 204.804 651.465 202.778 650.25 200.84L651.93 199.76C653.197 201.784 654.317 203.896 655.28 206.08ZM652.42 447.88C651.98 449.08 651.54 450.34 651.12 451.62L649.22 451C649.65 449.69 650.1 448.41 650.55 447.19L652.42 447.88ZM650.22 454.46C649.62 456.46 649.02 458.55 648.32 461.16L646.39 460.64C647.09 458.01 647.7 455.86 648.31 453.88L650.22 454.46ZM650.16 197.25L648.57 198.46C647.175 196.652 645.651 194.948 644.01 193.36L645.4 191.92C647.109 193.578 648.693 195.359 650.14 197.25H650.16ZM647.55 464.05L647.24 465.22C646.75 467.1 646.24 468.97 645.75 470.83L643.82 470.3C644.33 468.44 644.82 466.58 645.31 464.71L645.62 463.54L647.55 464.05ZM644.93 473.73C644.56 475.01 644.17 476.29 643.75 477.58L641.85 476.96C642.26 475.69 642.64 474.43 643.01 473.17L644.93 473.73ZM643.14 189.86L641.82 191.32C640.88 190.5 639.82 189.65 638.82 188.82L640.01 187.32C641.11 188.14 642.17 189.01 643.14 189.86ZM642.76 480.44C641.93 482.76 641.07 484.91 640.13 487.01L638.3 486.2C639.22 484.14 640.06 482.04 640.87 479.77L642.76 480.44ZM638.83 489.76L638.48 490.46C637.567 492.28 636.756 494.15 636.05 496.06L634.18 495.37C634.906 493.386 635.747 491.446 636.7 489.56L637.04 488.87L638.83 489.76ZM637.57 185.46L636.41 187.08C634.65 185.82 632.71 184.52 630.64 183.23L631.64 181.54C633.81 182.85 635.78 184.17 637.57 185.46ZM635.1 498.85C634.72 500.03 634.36 501.27 633.99 502.65L632.05 502.13C632.43 500.72 632.8 499.45 633.19 498.25L635.1 498.85ZM633.28 505.53C632.96 506.83 632.66 508.13 632.36 509.43L631.67 512.34L629.67 511.87C629.91 510.87 630.13 509.94 630.36 508.97C630.66 507.67 630.97 506.36 631.29 505.05L633.28 505.53ZM630.89 515.32C630.21 517.93 629.55 520.08 628.81 522.09L626.93 521.4C627.65 519.46 628.29 517.4 628.93 514.81L630.89 515.32ZM629.11 180.02L628.11 181.74C626.25 180.64 624.27 179.51 622.05 178.31L623.05 176.55C625.22 177.72 627.28 178.85 629.11 179.97V180.02ZM627.68 524.88C627.12 526.15 626.52 527.38 625.88 528.55L624.12 527.55C624.753 526.414 625.327 525.245 625.84 524.05L627.68 524.88ZM624.3 531.18C623.545 532.341 622.73 533.462 621.86 534.54C621.25 535.3 620.65 536.07 620.08 536.84L618.48 535.64C619.07 534.85 619.67 534.07 620.3 533.29C621.131 532.266 621.906 531.198 622.62 530.09L624.3 531.18ZM620.3 175.08L619.36 176.85L615.82 175L616.73 173.22L620.3 175.08ZM618.3 539.25C617.03 541.09 615.79 543.06 614.61 545.1L612.88 544.1C614.09 542.02 615.36 540.01 616.66 538.1L618.3 539.25ZM614.04 171.85L613.13 173.63L606.88 170.45L607.79 168.67L614.04 171.85ZM613.15 547.69C612.54 548.82 611.93 550.01 611.33 551.21L609.54 550.33C610.15 549.1 610.77 547.89 611.39 546.74L613.15 547.69ZM610.03 553.9C609.11 555.9 608.18 557.95 607.21 560.26L605.37 559.48C606.37 557.14 607.29 555.04 608.22 553.05L610.03 553.9ZM606.03 563.02C605.15 565.18 604.287 567.343 603.44 569.51L601.57 568.78C602.43 566.6 603.29 564.43 604.18 562.26L606.03 563.02ZM605.18 167.32L604.28 169.08C601.93 167.87 599.9 166.79 598.08 165.8L599.08 164.04C600.82 165.03 602.84 166.09 605.18 167.32ZM602.42 572.32L600.94 576.04L599.08 575.32C599.58 574.08 600.08 572.85 600.55 571.61L602.42 572.32ZM599.81 578.83C598.81 581.24 597.91 583.35 597.04 585.29L595.22 584.47C596.08 582.55 596.98 580.47 597.96 578.07L599.81 578.83ZM596.4 162.6L595.4 164.34C594.22 163.68 593.05 163.01 591.91 162.34L592.91 160.62C594.08 161.32 595.28 161.94 596.4 162.6ZM595.77 588.01C594.7 590.27 593.66 592.33 592.58 594.3L590.82 593.3C591.89 591.36 592.91 589.3 593.97 587.12L595.77 588.01ZM591.09 596.93C590.39 598.12 589.67 599.27 588.96 600.37L587.28 599.32C587.98 598.25 588.68 597.12 589.36 595.95L591.09 596.93ZM590.42 159.05L589.35 160.75C587.2 159.39 585.28 158.1 583.49 156.75L584.68 155.14C586.43 156.46 588.28 157.73 590.42 159.05ZM587.28 602.88C585.9 604.88 584.44 606.72 582.94 608.48L581.42 607.19C582.88 605.47 584.3 603.64 585.64 601.73L587.28 602.88ZM582.33 153.37L581.08 154.94C579.63 153.78 578.27 152.59 577.08 151.41C576.67 151.02 576.25 150.6 575.83 150.16L577.28 148.78C577.68 149.2 578.07 149.59 578.47 149.97C579.61 151.1 580.92 152.25 582.33 153.37ZM580.93 610.76C579.383 612.513 577.827 614.253 576.26 615.98L574.77 614.64C576.33 612.91 577.89 611.18 579.43 609.43L580.93 610.76ZM575.28 146.59L573.77 147.9C572.95 146.9 572.09 145.9 571.21 144.74L572.8 143.53C573.62 144.63 574.46 145.67 575.28 146.59ZM574.28 618.21C573.39 619.21 572.49 620.21 571.59 621.21L570.11 619.87C571.01 618.87 571.91 617.87 572.8 616.87L574.28 618.21ZM571 141.14L569.37 142.32C568.06 140.49 566.73 138.53 565.37 136.47L567.06 135.4C568.4 137.41 569.7 139.32 571 141.14ZM570.49 54.32C570.44 54.8438 570.308 55.3566 570.1 55.84L568.2 55.24L568.49 54.24C568.32 52.39 568.1 50.51 567.83 48.74L569.83 48.43C570.12 50.27 570.35 52.22 570.52 54.23L570.49 54.32ZM569.49 623.32C567.91 625.04 566.327 626.757 564.74 628.47L563.28 627.18C564.86 625.467 566.437 623.753 568.01 622.04L569.49 623.32ZM569.28 45.52L567.28 45.9C567.02 44.58 566.73 43.29 566.4 42.07L568.34 41.56C568.71 42.82 569.02 44.15 569.28 45.52ZM569.19 58.75C568.62 60.52 567.9 62.75 567.1 65.44L565.19 64.85C565.99 62.2 566.71 59.92 567.28 58.14L569.19 58.75ZM567.51 38.62L565.61 39.25C564.912 37.088 564.022 34.9929 562.95 32.99L564.7 31.99C565.837 34.1097 566.777 36.329 567.51 38.62ZM566.28 68.32C565.91 69.54 565.54 70.83 565.16 72.16L563.24 71.61C563.62 70.27 563.99 68.98 564.36 67.75L566.28 68.32ZM565.58 132.86L563.87 133.86C562.64 131.86 561.46 129.75 560.38 127.72L562.15 126.78C563.17 128.81 564.33 130.84 565.54 132.85L565.58 132.86ZM564.28 75.03C563.64 77.35 563.04 79.63 562.5 81.79L560.56 81.3C561.11 79.13 561.71 76.84 562.36 74.5L564.28 75.03ZM563.06 29.38L561.41 30.52C560.158 28.6658 558.63 27.0135 556.88 25.62L558.12 24.05C560.037 25.5643 561.713 27.3616 563.09 29.38H563.06ZM562.71 630.75L557.96 635.89L556.49 634.53L561.24 629.39L562.71 630.75ZM561.79 84.69C561.22 87.06 560.71 89.35 560.27 91.51L558.27 91.11C558.72 88.93 559.27 86.61 559.8 84.23L561.79 84.69ZM560.72 124.17L558.92 125.06C558.37 123.95 557.86 122.86 557.4 121.84C557.33 121.69 557.26 121.52 557.2 121.36L559.05 120.62C559.11 120.75 559.16 120.89 559.22 121.02C559.7 122.02 560.2 123.08 560.75 124.17H560.72ZM559.72 94.44C559.47 95.76 559.24 97.06 559.03 98.36L557.03 98.04C557.25 96.73 557.48 95.4 557.73 94.04L559.72 94.44ZM558.58 101.32C558.24 103.79 558.01 106.11 557.88 108.21L555.88 108.09C556 105.94 556.24 103.57 556.59 101.04L558.58 101.32ZM558.28 117.91L556.28 118.31C555.879 116.113 555.688 113.883 555.71 111.65V111.13H557.71V111.62C557.696 113.73 557.886 115.837 558.28 117.91ZM555.93 638.09L553.28 641.03L551.81 639.68L554.52 636.73L555.93 638.09ZM555.54 22.32L554.54 24.06C553.439 23.4302 552.276 22.9141 551.07 22.52L551.71 20.62C553.037 21.0647 554.32 21.6339 555.54 22.32ZM551.22 643.32C549.64 645.04 548.07 646.77 546.51 648.49L545.03 647.15C546.59 645.42 548.16 643.7 549.74 641.97L551.22 643.32ZM548.49 20.06L548.44 22.06H548.11C545.995 22.1312 543.902 22.5153 541.9 23.2L541.3 21.29C543.5 20.5436 545.798 20.1291 548.12 20.06H548.49ZM544.49 650.72C542.94 652.45 541.39 654.2 539.85 655.94L538.35 654.62C539.89 652.873 541.44 651.127 543 649.38L544.49 650.72ZM539.12 24.17C537.18 24.93 535.06 25.88 532.83 27.02L531.92 25.23C534.21 24.07 536.39 23.09 538.4 22.31L539.12 24.17ZM537.88 658.17C537 659.17 536.13 660.17 535.26 661.17L533.75 659.87L536.37 656.87L537.88 658.17ZM533.32 663.46C531.813 665.233 530.32 667.02 528.84 668.82L527.28 667.5C528.773 665.693 530.273 663.9 531.78 662.12L533.32 663.46ZM530.21 28.32C529.08 28.94 527.92 29.6 526.75 30.32L525.75 28.6C526.93 27.9 528.11 27.22 529.26 26.6L530.21 28.32ZM526.96 671.08C525.5 672.893 524.05 674.717 522.61 676.55L521.04 675.32C522.48 673.467 523.933 671.637 525.4 669.83L526.96 671.08ZM524.2 31.83C522.31 33.01 520.35 34.29 518.37 35.64L517.28 33.99C519.28 32.62 521.28 31.32 523.19 30.13L524.2 31.83ZM520.79 678.91L518.38 682.09L516.78 680.89C517.58 679.82 518.39 678.76 519.2 677.7L520.79 678.91ZM516.61 684.49C515.21 686.4 513.85 688.31 512.56 690.17L510.91 689.03C512.22 687.15 513.59 685.23 515 683.31L516.61 684.49ZM515.92 37.32C514.05 38.65 512.16 40.04 510.31 41.46L509.09 39.87C510.96 38.44 512.87 37.03 514.76 35.69L515.92 37.32ZM510.85 692.61C509.48 694.61 508.14 696.5 506.85 698.35L505.22 697.19C506.53 695.35 507.86 693.45 509.22 691.48L510.85 692.61ZM507.95 43.32C506.95 44.14 505.87 44.97 504.85 45.82L503.58 44.27C504.58 43.42 505.66 42.58 506.71 41.75L507.95 43.32ZM505.09 700.82L502.75 704.07L501.13 702.9L503.46 699.66L505.09 700.82ZM502.55 47.74C500.77 49.24 499.01 50.79 497.31 52.34L495.96 50.86C497.68 49.29 499.46 47.73 501.26 46.21L502.55 47.74ZM501 706.5L496.93 712.18L495.28 711.02C496.63 709.12 497.99 707.23 499.36 705.32L501 706.5ZM495.21 714.62C493.79 716.62 492.5 718.53 491.26 720.37L489.6 719.26C490.85 717.4 492.15 715.51 493.6 713.48L495.21 714.62ZM495.12 54.32C493.39 55.95 491.71 57.59 490.12 59.2L488.69 57.8C490.28 56.18 491.97 54.52 493.69 52.87L495.12 54.32ZM489.61 722.82C488.89 723.91 488.17 725.03 487.45 726.17L485.76 725.09C486.49 723.94 487.22 722.82 487.94 721.72L489.61 722.82ZM488.08 61.39C487.16 62.39 486.27 63.39 485.41 64.32L483.91 63C484.78 62 485.69 61 486.62 60L488.08 61.39ZM485.86 728.72C484.65 730.72 483.44 732.72 482.26 734.72L480.54 733.72C481.72 731.72 482.94 729.72 484.16 727.72L485.86 728.72ZM483.46 66.58C481.89 68.45 480.46 70.29 479.19 72.04L477.57 70.87C478.86 69.08 480.33 67.2 481.93 65.29L483.46 66.58ZM480.77 737.32C479.66 739.32 478.52 741.32 477.39 743.42L475.63 742.47C476.77 740.37 477.91 738.3 479.03 736.33L480.77 737.32ZM477.51 74.52C477.08 75.17 476.67 75.82 476.29 76.46C475.47 77.82 474.62 79.15 473.75 80.46L472.09 79.32C472.94 78.07 473.78 76.76 474.57 75.44C474.97 74.78 475.4 74.11 475.85 73.44L477.51 74.52ZM475.99 746.02C475.39 747.17 474.77 748.35 474.15 749.56L472.37 748.64C473 747.43 473.61 746.24 474.22 745.09L475.99 746.02ZM472.8 752.22L471.91 754L469.71 758.48L467.91 757.6C468.59 756.21 469.32 754.72 470.12 753.11L471.01 751.33L472.8 752.22ZM472 82.87C471.22 83.95 470.4 85.03 469.55 86.08L467.99 84.83C468.82 83.83 469.62 82.74 470.39 81.69L472 82.87ZM468.41 761.17C467.24 763.59 466.26 765.66 465.41 767.46L463.6 766.61C464.45 764.8 465.43 762.72 466.6 760.3L468.41 761.17ZM467.62 88.42C466.13 90.16 464.62 91.86 462.85 93.63L461.42 92.23C463.11 90.5 464.64 88.82 466.1 87.12L467.62 88.42ZM464.14 770.17C463.5 771.53 462.95 772.71 462.44 773.78L460.63 772.92C461.14 771.85 461.7 770.67 462.33 769.32L464.14 770.17ZM461.14 776.48C460.073 778.591 458.867 780.629 457.53 782.58L455.88 781.45C457.168 779.568 458.33 777.604 459.36 775.57L461.14 776.48ZM460.75 95.77C459.27 97.22 457.65 98.77 455.64 100.6L454.28 99.12C456.28 97.3 457.88 95.78 459.34 94.34L460.75 95.77ZM455.75 785.04C454.75 786.47 453.4 788.2 451.53 790.63L449.94 789.41C451.81 786.99 453.1 785.28 454.13 783.86L455.75 785.04ZM453.39 102.62L450.39 105.31L449.04 103.83L452.04 101.14L453.39 102.62ZM449.71 793L447.28 796.15L445.7 794.93L448.15 791.78L449.71 793ZM448.28 107.32C446.34 109.12 444.74 110.65 443.28 112.13L441.87 110.71C443.38 109.21 445 107.71 446.95 105.86L448.28 107.32ZM445.42 798.52L443.82 800.58L442.28 799.32L443.88 797.26L445.42 798.52ZM441.12 114.26C439.44 116.01 437.93 117.69 436.47 119.41L434.94 118.12C436.42 116.37 437.94 114.65 439.67 112.88L441.12 114.26ZM434.6 121.71C433.77 122.71 432.97 123.81 432.21 124.86L430.59 123.68C431.37 122.61 432.19 121.53 433.03 120.47L434.6 121.71ZM430.5 127.32C429.11 129.32 427.85 131.32 426.73 133.15L425.02 132.15C426.15 130.27 427.44 128.28 428.85 126.23L430.5 127.32ZM425.28 135.68C424.09 137.82 423.08 139.84 422.21 141.85L420.37 141.05C421.318 138.884 422.376 136.768 423.54 134.71L425.28 135.68ZM421.78 194.54H419.78C419.786 193.239 419.672 191.94 419.44 190.66C419.25 189.66 419.07 188.73 418.9 187.79L420.9 187.43C421.07 188.36 421.25 189.32 421.43 190.29C421.681 191.692 421.799 193.115 421.78 194.54ZM421.65 197.63C421.53 198.92 421.35 200.28 421.09 201.69L419.09 201.33C419.34 199.98 419.52 198.68 419.63 197.45L421.65 197.63ZM421.06 144.63C420.59 145.87 420.18 147.13 419.83 148.35L417.9 147.8C418.27 146.52 418.7 145.22 419.18 143.93L421.06 144.63ZM420.46 204.72C419.95 206.86 419.29 209.15 418.46 211.54L416.57 210.9C417.35 208.57 417.99 206.34 418.48 204.26L420.46 204.72ZM420.33 184.54L418.33 184.89C417.88 182.32 417.5 180.05 417.19 177.96L419.19 177.66C419.51 179.69 419.88 181.94 420.33 184.49V184.54ZM419.1 151.2C418.606 153.43 418.272 155.692 418.1 157.97L416.1 157.81C416.289 155.455 416.643 153.116 417.16 150.81L419.1 151.2ZM418.78 174.71L416.78 174.97C416.6 173.6 416.45 172.27 416.32 170.97L418.32 170.77C418.46 172 418.61 173.32 418.78 174.66V174.71ZM418.08 167.81L416.08 167.95C415.96 166.1 415.9 164.39 415.9 162.73C415.9 162.09 415.9 161.47 415.9 160.86H417.9C417.9 161.46 417.9 162.08 417.9 162.67C417.9 164.32 417.96 165.96 418.08 167.76V167.81ZM417.48 214.32C416.71 216.42 415.82 218.63 414.85 220.87L413.01 220.08C414.01 217.87 414.85 215.7 415.61 213.63L417.48 214.32ZM413.62 223.63C413.06 224.84 412.49 226.05 411.89 227.27L410.1 226.4C410.68 225.19 411.25 223.99 411.8 222.8L413.62 223.63ZM410.55 229.98C409.55 231.98 408.4 234.11 407.24 236.2L405.49 235.2C406.64 233.13 407.74 231.06 408.76 229.04L410.55 229.98ZM405.76 238.82C404.62 240.82 403.41 242.82 402.18 244.88L400.47 243.83C401.7 241.83 402.89 239.83 404.03 237.83L405.76 238.82ZM400.58 247.45C399.87 248.58 399.14 249.71 398.41 250.83L396.74 249.74C397.46 248.63 398.18 247.51 398.89 246.38L400.58 247.45ZM396.75 253.34C395.44 255.34 394.1 257.24 392.75 259.13L391.12 257.97C392.46 256.1 393.79 254.17 395.12 252.23L396.75 253.34ZM390.99 261.58C389.59 263.49 388.16 265.38 386.75 267.2L385.17 265.97C386.57 264.17 387.99 262.29 389.37 260.4L390.99 261.58ZM384.87 269.58C384.02 270.65 383.17 271.68 382.32 272.7L380.79 271.41C381.63 270.41 382.47 269.41 383.31 268.33L384.87 269.58ZM380.37 275C378.77 276.84 377.17 278.6 375.63 280.23L374.18 278.85C375.7 277.25 377.27 275.51 378.85 273.69L380.37 275ZM373.52 282.4C371.73 284.19 369.99 285.81 368.34 287.23L367.04 285.71C368.65 284.33 370.35 282.71 372.1 280.98L373.52 282.4ZM365.99 289.16C364.99 289.98 363.87 290.8 362.78 291.6L361.6 289.99C362.66 289.2 363.72 288.4 364.75 287.59L365.99 289.16ZM360.33 293.36C358.47 294.66 356.55 295.93 354.45 297.24L353.39 295.55C355.45 294.25 357.39 293 359.18 291.72L360.33 293.36ZM351.89 298.83C349.99 299.98 348 301.13 345.81 302.36L344.81 300.61C346.98 299.4 348.95 298.25 350.81 297.11L351.89 298.83ZM343.18 303.83L339.66 305.74L338.71 303.98L342.22 302.07L343.18 303.83ZM337.01 307.15L330.82 310.43L329.88 308.66L336.07 305.39L337.01 307.15ZM328.18 311.84C326.133 312.933 324.087 314.047 322.04 315.18L321.04 313.43C323.04 312.29 325.14 311.17 327.2 310.07L328.18 311.84ZM319.44 316.65C318.29 317.3 317.14 317.97 316 318.65L315 316.93C316.15 316.24 317.3 315.57 318.47 314.93L319.44 316.65ZM313.44 320.21C311.37 321.49 309.44 322.74 307.62 324.01L306.49 322.32C308.37 321.03 310.3 319.77 312.4 318.47L313.44 320.21ZM305.18 325.73C303.27 327.1 301.42 328.53 299.68 329.96L298.41 328.41C300.18 326.96 302.07 325.51 304.01 324.1L305.18 325.73ZM297.41 331.87C296.59 332.59 295.77 333.32 294.96 334.08L294.47 334.53L293.1 333.07L293.6 332.61C294.42 331.84 295.26 331.09 296.1 330.36L297.41 331.87ZM292.33 336.59C290.75 338.16 289.13 339.84 287.52 341.59L286.04 340.24C287.68 338.45 289.32 336.74 290.92 335.15L292.33 336.59ZM285.53 343.84C284.07 345.5 282.53 347.29 281.03 349.16L279.48 347.9C281.02 346.01 282.55 344.2 284.03 342.52L285.53 343.84ZM279.16 351.49C278.327 352.53 277.507 353.58 276.7 354.64L275.11 353.41C275.93 352.35 276.76 351.29 277.59 350.25L279.16 351.49ZM274.88 357.02C273.48 358.873 272.087 360.74 270.7 362.62L269.09 361.44C270.48 359.54 271.88 357.67 273.28 355.81L274.88 357.02ZM268.93 365.02C267.637 366.793 266.347 368.573 265.06 370.36L264.82 370.69L263.2 369.52L263.44 369.18L267.31 363.84L268.93 365.02ZM263.06 373.12L260.7 376.36L259.08 375.18L261.44 371.94L263.06 373.12ZM258.92 378.78C257.53 380.66 256.13 382.54 254.72 384.4L253.13 383.19C254.537 381.343 255.93 379.477 257.31 377.59L258.92 378.78ZM252.92 386.78C251.43 388.7 249.92 390.55 248.55 392.28L247 391.01C248.4 389.3 249.86 387.46 251.34 385.55L252.92 386.78ZM246.63 394.6C245.76 395.6 244.89 396.6 244.01 397.65L242.48 396.32C243.36 395.32 244.22 394.32 245.07 393.32L246.63 394.6ZM242 399.9L241.05 400.9C239.84 402.22 238.6 403.61 237.37 405.06L235.85 403.76C237.09 402.3 238.35 400.88 239.57 399.55C239.89 399.2 240.21 398.86 240.57 398.55L242 399.9ZM235.47 407.4C234.03 409.16 232.59 411 231.17 412.88L229.57 411.68C231.01 409.78 232.47 407.91 233.92 406.14L235.47 407.4ZM229.38 415.32C228.6 416.39 227.83 417.47 227.07 418.57L225.43 417.42C226.2 416.32 226.98 415.22 227.76 414.15L229.38 415.32ZM225.38 421.03C224.09 422.94 222.81 424.91 221.58 426.87L219.88 425.81C221.13 423.81 222.42 421.81 223.72 419.91L225.38 421.03ZM220.01 429.41C218.8 431.41 217.62 433.41 216.49 435.41L214.74 434.41C215.88 432.41 217.08 430.33 218.3 428.33L220.01 429.41ZM215.01 438.05C214.37 439.22 213.75 440.39 213.15 441.57L211.37 440.65C211.98 439.46 212.61 438.28 213.25 437.1L215.01 438.05ZM211.8 444.23C210.8 446.33 209.8 448.45 208.8 450.52L206.98 449.71C207.91 447.61 208.92 445.47 209.98 443.34L211.8 444.23ZM207.65 453.23C206.72 455.4 205.86 457.58 205.09 459.69L203.28 459.02C204.07 456.88 204.94 454.67 205.87 452.47L207.65 453.23ZM204.5 551.37C204.5 553.09 204.5 554.77 204.37 556.37L202.37 556.26C202.49 554.06 202.53 551.7 202.48 549.34H204.48C204.54 550.02 204.54 550.71 204.54 551.39L204.5 551.37ZM204.38 546.28L202.38 546.37C202.32 545.037 202.24 543.703 202.14 542.37L204.14 542.22C204.267 543.62 204.36 544.987 204.42 546.32L204.38 546.28ZM204.14 559.41V559.72C203.91 561.99 203.58 564.24 203.14 566.42L201.14 566.04C201.55 563.92 201.87 561.73 202.09 559.52V559.24L204.14 559.41ZM204.14 462.5C203.7 463.77 203.3 465.04 202.92 466.27L201.01 465.7C201.39 464.44 201.8 463.14 202.24 461.85L204.14 462.5ZM203.93 539.32L201.93 539.51C201.73 537.4 201.49 535.13 201.18 532.58L203.18 532.34C203.49 534.86 203.73 537.15 203.93 539.32ZM202.81 529.32L200.81 529.58C200.53 527.393 200.24 525.197 199.94 522.99V522.65L201.94 522.38V522.72C202.28 524.91 202.53 527.11 202.81 529.32ZM202.53 569.43C202.21 570.75 201.86 572.06 201.47 573.34L199.56 572.76C199.93 571.52 200.28 570.24 200.56 568.97L202.53 569.43ZM202.11 469.17C201.48 471.49 200.96 473.76 200.57 475.92L198.57 475.56C198.98 473.34 199.51 471.02 200.15 468.65L202.11 469.17ZM201.49 519.41L199.49 519.67C199.31 518.35 199.14 517.02 198.97 515.67L200.97 515.42C201.14 516.75 201.28 518.07 201.49 519.39V519.41ZM200.61 512.48L198.61 512.71C198.3 510.16 198.06 507.87 197.86 505.71L199.86 505.53C200.07 507.65 200.28 509.92 200.61 512.46V512.48ZM200.52 576.23C199.734 578.457 198.829 580.64 197.81 582.77L196 581.91C196.992 579.841 197.873 577.722 198.64 575.56L200.52 576.23ZM200.09 478.84C199.77 481.05 199.53 483.37 199.39 485.72L197.39 485.6C197.54 483.19 197.78 480.82 198.11 478.55L200.09 478.84ZM199.62 502.57L197.62 502.72C197.43 500.24 197.31 497.94 197.24 495.72H199.24C199.28 497.83 199.44 500.1 199.62 502.55V502.57ZM199.28 488.67C199.28 489.8 199.23 490.93 199.23 492.06V492.63H197.23V492.05C197.23 490.9 197.23 489.75 197.28 488.59L199.28 488.67ZM196.47 585.46C195.37 587.51 194.15 589.55 192.82 591.54L191.16 590.42C192.45 588.49 193.64 586.51 194.7 584.52L196.47 585.46ZM191.08 594.02C190.31 595.09 189.48 596.17 188.63 597.23L187.07 595.97C187.9 594.97 188.71 593.89 189.47 592.85L191.08 594.02ZM186.69 599.56C185.2 601.28 183.59 603.02 181.88 604.74L180.43 603.32C182.1 601.64 183.69 599.92 185.14 598.24L186.69 599.56ZM179.69 606.86C178.08 608.4 176.33 610 174.48 611.6L173.17 610.09C174.99 608.51 176.72 606.94 178.31 605.42L179.69 606.86ZM172.18 613.56C171.18 614.42 170.12 615.27 169.07 616.11L167.82 614.55C168.82 613.72 169.88 612.87 170.9 612.03L172.18 613.56ZM166.72 617.98C165.03 619.3 163.21 620.7 161.15 622.26L159.94 620.66C162 619.11 163.81 617.72 165.48 616.41L166.72 617.98ZM158.72 624.07C157.153 625.25 155.573 626.423 153.98 627.59L153.09 628.25L151.9 626.64L152.79 625.98L157.53 622.47L158.72 624.07ZM150.72 630.07C149.65 630.87 148.58 631.66 147.52 632.47L146.32 630.87C147.38 630.06 148.46 629.26 149.53 628.47L150.72 630.07ZM145.13 634.27C143.13 635.81 141.31 637.21 139.63 638.56L138.38 637C140.08 635.64 141.89 634.23 143.92 632.68L145.13 634.27ZM137.28 640.41C135.38 641.96 133.64 643.41 131.98 644.91L130.65 643.42C132.34 641.92 134.09 640.42 136.01 638.86L137.28 640.41ZM129.77 646.91C128.77 647.8 127.84 648.71 126.9 649.64L125.5 648.21C126.5 647.27 127.43 646.35 128.42 645.44L129.77 646.91ZM124.77 651.74C123.12 653.44 121.56 655.16 120.11 656.87L118.59 655.57C120.06 653.84 121.66 652.08 123.33 650.35L124.77 651.74ZM118.28 659.16C116.83 661 115.46 662.88 114.21 664.75L112.54 663.64C113.82 661.72 115.23 659.8 116.71 657.92L118.28 659.16ZM112.61 667.24C111.92 668.37 111.26 669.51 110.61 670.65L108.86 669.7C109.49 668.53 110.17 667.35 110.86 666.2L112.61 667.24ZM109.28 673.32C108.28 675.37 107.35 677.5 106.54 679.64L104.67 678.93C105.5 676.73 106.44 674.55 107.48 672.44L109.28 673.32ZM105.45 682.47C104.61 684.47 103.57 686.64 102.37 688.87L100.61 687.87C101.78 685.7 102.79 683.61 103.61 681.66L105.45 682.47ZM100.88 691.47C100.22 692.58 99.5101 693.74 98.7701 694.91L97.0801 693.84C97.8101 692.69 98.5101 691.55 99.1501 690.46L100.88 691.47ZM97.1201 697.47C95.9001 699.31 94.5401 701.25 93.1201 703.25L91.5001 702.07C92.9401 700.07 94.2801 698.18 95.5001 696.36L97.1201 697.47ZM91.3001 705.67C89.9701 707.45 88.5301 709.32 87.0101 711.24L85.4401 710C86.9501 708.1 88.3801 706.24 89.7001 704.47L91.3001 705.67ZM85.1301 713.6C84.3001 714.6 83.4501 715.68 82.6001 716.71L81.0501 715.44C81.9035 714.407 82.7434 713.377 83.5701 712.35L85.1301 713.6ZM80.6801 719.03C79.1901 720.83 77.6801 722.62 76.1701 724.4L74.6401 723.11C76.1501 721.33 77.6401 719.54 79.1501 717.75L80.6801 719.03ZM74.2201 726.69L69.6601 732.01L68.1401 730.7L72.7001 725.39L74.2201 726.69ZM67.7001 734.28L65.0901 737.28L63.5701 735.98L66.1801 732.98L67.7001 734.28ZM63.1401 739.6C61.6001 741.41 60.0901 743.2 58.6301 744.95L57.1001 743.67C58.5601 741.91 60.0668 740.12 61.6201 738.3L63.1401 739.6ZM56.7201 747.26C55.1001 749.26 53.6701 751.02 52.3701 752.71L50.7901 751.48C52.1101 749.78 53.5401 747.98 55.1801 745.99L56.7201 747.26ZM50.5601 755.08C49.7401 756.18 48.9601 757.25 48.2301 758.3L46.5901 757.15C47.3301 756.09 48.1201 755 48.9601 753.88L50.5601 755.08ZM46.5601 760.76C45.3501 762.6 44.1401 764.6 42.9601 766.68L41.2201 765.68C42.4201 763.55 43.6501 761.52 44.8901 759.68L46.5601 760.76ZM41.5601 769.29C40.5601 771.24 39.4601 773.29 38.4201 775.5L36.6101 774.63C37.6701 772.43 38.7401 770.32 39.8001 768.35L41.5601 769.29ZM37.1501 778.2C36.5901 779.41 36.0501 780.63 35.5201 781.83L33.6901 781.03C34.2201 779.81 34.7701 778.59 35.3301 777.36L37.1501 778.2ZM34.2801 784.56C33.4301 786.56 32.5701 788.66 31.6301 791.01L29.7701 790.27C30.7701 787.91 31.5901 785.78 32.4401 783.78L34.2801 784.56ZM30.5301 793.8C29.8701 795.48 29.2501 797.11 28.6501 798.67L28.0101 800.33L26.1401 799.61L26.7801 797.95C27.3801 796.39 28.0101 794.763 28.6701 793.07L30.5301 793.8Z' fill='%23D8E0E3' stroke='none'/%3E %3Cpath d='M768.33 517.02V517.57H766.33V517.03C766.33 514.92 766.25 512.78 766.09 510.66L768.09 510.51C768.28 512.67 768.33 514.87 768.33 517.02ZM768.25 520.61C768.16 522.94 767.96 525.31 767.68 527.61L765.68 527.37C765.96 525.07 766.15 522.75 766.25 520.48L768.25 520.61ZM767.8 507.48L765.8 507.7C765.66 506.41 765.49 505.09 765.28 503.78L767.28 503.47C767.48 504.81 767.66 506.16 767.8 507.48ZM767.28 530.66C767.08 532.04 766.87 533.36 766.67 534.66L764.67 534.33C764.88 533.08 765.08 531.77 765.29 530.4L767.28 530.66ZM766.78 500.49L764.78 500.85C764.37 498.65 763.86 496.37 763.27 494.09L765.21 493.59C765.82 495.91 766.34 498.23 766.76 500.49H766.78ZM766.16 537.6C765.68 540.2 765.16 542.46 764.65 544.5L762.72 544C763.24 542 763.72 539.79 764.19 537.24L766.16 537.6ZM765.41 783.46C765.342 785.853 765.068 788.235 764.59 790.58L762.59 790.19C763.044 787.957 763.305 785.688 763.37 783.41L765.41 783.46ZM765.33 780.37L763.33 780.51C763.241 779.226 763.064 777.95 762.8 776.69L764.8 776.28C765.053 777.631 765.213 778.997 765.28 780.37H765.33ZM764.44 490.67L762.52 491.22C761.91 489.1 761.21 486.87 760.43 484.6L762.32 483.95C763.09 486.25 763.8 488.52 764.42 490.67H764.44ZM763.94 773.32L762.04 773.94C761.331 771.795 760.385 769.736 759.22 767.8L760.93 766.8C762.179 768.852 763.188 771.039 763.94 773.32ZM763.88 793.59C763.32 795.74 762.59 798.01 761.72 800.36L759.84 799.66C760.653 797.508 761.354 795.315 761.94 793.09L763.88 793.59ZM763.8 547.47C763.086 549.734 762.231 551.952 761.24 554.11L759.42 553.27C760.381 551.192 761.206 549.054 761.89 546.87L763.8 547.47ZM761.72 -0.260002C761.1 1.37 760.38 3.05 759.56 4.74L757.76 3.87C758.55 2.24 759.25 0.61 759.84 -0.959999L761.72 -0.260002ZM761.28 481.11L759.4 481.79C758.95 480.55 758.49 479.31 758.01 478.07L759.87 477.35C760.38 478.6 760.85 479.85 761.28 481.11ZM760.59 267.63C760.59 267.98 760.59 268.33 760.59 268.63H758.59C758.59 268.23 758.59 267.84 758.59 267.44C758.59 265.34 758.51 263.44 758.37 261.73L760.37 261.56C760.54 263.44 760.59 265.38 760.61 267.63H760.59ZM760.5 271.7C760.453 273.033 760.393 274.367 760.32 275.7L758.32 275.59C758.39 274.27 758.46 272.94 758.5 271.59L760.5 271.7ZM760.15 278.7C760.09 279.8 760.03 280.89 759.97 281.96C759.91 283.22 759.84 284.47 759.75 285.7L757.75 285.56C757.84 284.34 757.91 283.11 757.98 281.86C757.98 280.78 758.09 279.69 758.15 278.58L760.15 278.7ZM760.02 258.53L758.02 258.82C757.711 256.573 757.168 254.364 756.4 252.23L758.28 251.54C759.11 253.809 759.7 256.158 760.04 258.55L760.02 258.53ZM759.87 556.79C759.27 557.93 758.6 559.12 757.87 560.32L756.16 559.32C756.86 558.15 757.51 557 758.09 555.89L759.87 556.79ZM759.5 288.71C759.28 291.05 759.02 293.4 758.7 295.71L756.7 295.44C757.01 293.17 757.28 290.85 757.49 288.53L759.5 288.71ZM759.28 764.16L757.62 765.32C756.286 763.459 754.822 761.695 753.24 760.04L754.69 758.67C756.348 760.389 757.882 762.224 759.28 764.16ZM758.83 474.55L756.97 475.29C756.18 473.29 755.31 471.2 754.31 468.84L756.15 468.06C757.12 470.43 758 472.56 758.8 474.55H758.83ZM758.28 298.71C758.06 300.05 757.84 301.37 757.6 302.71L755.6 302.35C755.84 301.06 756.06 299.76 756.27 298.43L758.28 298.71ZM758.17 7.41C757.1 9.41 755.88 11.41 754.53 13.49L752.86 12.4C754.18 10.4 755.37 8.4 756.41 6.46L758.17 7.41ZM757.07 248.7L755.29 249.61C754.721 248.479 754.052 247.401 753.29 246.39L754.88 245.17C755.712 246.28 756.445 247.461 757.07 248.7ZM757.07 305.64C756.6 307.88 756.07 310.19 755.5 312.5L753.56 312.01C754.13 309.74 754.65 307.45 755.11 305.23L757.07 305.64ZM756.28 562.91C755.37 564.33 754.38 565.78 753.28 567.36L752.28 568.72L750.65 567.55L751.65 566.21C752.75 564.65 753.72 563.21 754.65 561.83L756.28 562.91ZM754.94 465.32L753.1 466.11C752.253 464.11 751.387 462.11 750.5 460.11L750.32 459.71L752.15 458.91L752.33 459.32L754.94 465.32ZM754.69 315.42C754.1 317.62 753.47 319.83 752.75 322.17L750.84 321.58C751.55 319.27 752.18 317.08 752.76 314.9L754.69 315.42ZM752.84 16C752.09 17.07 751.3 18.17 750.47 19.28L748.87 18.08C749.68 16.99 750.46 15.91 751.19 14.86L752.84 16ZM752.76 242.83L751.36 244.26C750.414 243.349 749.383 242.532 748.28 241.82C747.536 241.337 746.737 240.945 745.9 240.65L746.58 238.77C747.564 239.118 748.504 239.582 749.38 240.15C750.589 240.934 751.721 241.831 752.76 242.83ZM752.55 756.51L751.16 757.95C750.26 757.08 749.29 756.18 748.25 755.26L749.58 753.77C750.63 754.7 751.63 755.62 752.55 756.51ZM751.85 325.04C751.437 326.32 751.017 327.59 750.59 328.85L748.7 328.22C749.12 326.95 749.54 325.69 749.94 324.43L751.85 325.04ZM750.96 456.12L749.12 456.91L747.54 453.24L749.38 452.45C749.9 453.68 750.43 454.9 750.96 456.12ZM750.56 571.12L749.22 572.96L746.45 576.78L744.83 575.62L747.6 571.78L748.94 569.94L750.56 571.12ZM749.62 331.66C748.853 333.86 748.067 336.063 747.26 338.27L745.38 337.58C746.18 335.38 746.97 333.19 747.73 331.01L749.62 331.66ZM748.62 21.66C747.23 23.43 745.73 25.27 744.15 27.11L742.63 25.81C744.19 23.99 745.63 22.18 747.05 20.43L748.62 21.66ZM748.19 449.66L746.35 450.44C746.03 449.69 745.72 448.94 745.35 448.18C744.8 446.84 744.2 445.49 743.53 444.05L745.34 443.21C746.03 444.67 746.63 446.05 747.2 447.41C747.57 448.2 747.89 448.95 748.2 449.69L748.19 449.66ZM747.28 751.79L746 753.32L745.61 753C743.88 751.57 742.24 750.08 740.74 748.58L742.15 747.16C743.61 748.62 745.21 750.07 746.89 751.46L747.28 751.79ZM746.22 341.13C745.43 343.25 744.64 345.38 743.83 347.54L743.77 347.69L741.9 346.99V346.84C742.71 344.68 743.51 342.55 744.29 340.43L746.22 341.13ZM744.72 579.26C743.947 580.34 743.187 581.43 742.44 582.53L740.79 581.41C741.55 580.29 742.31 579.2 743.08 578.11L744.72 579.26ZM744.1 440.52L742.31 441.4C741.31 439.4 740.31 437.48 739.36 435.58L739.15 435.18L740.93 434.26L741.13 434.66C742.12 436.57 743.12 438.51 744.1 440.52ZM743.6 237.92L743.18 239.92C741.69 239.6 740.09 239.38 738.55 239.16L736.28 238.8L736.59 236.8L738.79 237.12C740.4 237.32 742.04 237.59 743.6 237.92ZM742.72 350.5L741.33 354.24L739.45 353.55L740.85 349.8L742.72 350.5ZM742.18 29.41C740.7 31.08 739.1 32.83 737.43 34.6L735.98 33.23C737.63 31.47 739.21 29.74 740.68 28.08L742.18 29.41ZM740.77 585.01C739.4 587.09 738.19 589.01 737.09 590.9L735.36 589.9C736.49 587.99 737.71 586.04 739.1 583.9L740.77 585.01ZM740.29 357.01C739.69 358.643 739.09 360.31 738.49 362.01L737.92 363.61L736.03 362.95L736.6 361.34C737.207 359.653 737.81 357.987 738.41 356.34L740.29 357.01ZM740.11 745.01L738.64 746.36C737.037 744.611 735.541 742.768 734.16 740.84L735.79 739.68C737.122 741.551 738.565 743.341 740.11 745.04V745.01ZM739.56 431.57L737.78 432.47C737.17 431.27 736.57 430.07 736 428.86L737.8 428C738.37 429.22 738.96 430.41 739.56 431.6V431.57ZM736.97 366.41C736.22 368.72 735.57 370.9 734.97 373.07L733.04 372.55C733.63 370.35 734.29 368.14 735.04 365.79L736.97 366.41ZM736.55 425.32L734.73 426.14C733.757 423.98 732.899 421.77 732.16 419.52L734.06 418.9C734.78 421.081 735.611 423.224 736.55 425.32ZM735.61 593.47C734.61 595.36 733.61 597.23 732.8 599.03L732.51 599.66L730.69 598.83L730.98 598.19C731.83 596.35 732.8 594.44 733.86 592.51L735.61 593.47ZM735.36 36.78L732.56 39.66L731.13 38.25C732.05 37.32 732.98 36.37 733.92 35.39L735.36 36.78ZM734.28 375.98C733.97 377.29 733.68 378.59 733.43 379.85L731.43 379.46C731.69 378.17 731.98 376.84 732.3 375.52L734.28 375.98ZM734.14 737.32L732.45 738.32C731.72 737.18 731.03 736 730.39 734.81L732.14 733.86C732.76 735.04 733.43 736.17 734.14 737.32ZM733.75 236.32L733.28 238.22C731.89 237.915 730.545 237.431 729.28 236.78L730.28 235.02C731.375 235.604 732.541 236.041 733.75 236.32ZM733.22 416.13L731.28 416.65C730.663 414.35 730.198 412.011 729.89 409.65L731.89 409.39C732.18 411.651 732.625 413.89 733.22 416.09V416.13ZM732.87 382.81C732.48 385.08 732.17 387.39 731.94 389.67L729.94 389.48C730.17 387.15 730.49 384.79 730.88 382.48L732.87 382.81ZM731.69 392.63C731.53 394.88 731.44 397.21 731.43 399.56H729.43C729.43 397.17 729.53 394.79 729.69 392.5L731.69 392.63ZM731.59 406.48L729.59 406.62C729.53 405.75 729.49 404.86 729.46 403.95V402.58H731.46V403.96C731.48 404.74 731.53 405.6 731.59 406.44V406.48ZM731.32 602.48C730.8 603.7 730.32 604.94 729.84 606.16L727.97 605.45C728.45 604.21 728.97 602.95 729.48 601.7L731.32 602.48ZM730.81 731.35L729 732.21C727.986 730.069 727.094 727.872 726.33 725.63L728.22 724.99C728.967 727.126 729.832 729.219 730.81 731.26V731.35ZM730.44 41.89C728.84 43.5 727.31 45.02 725.87 46.44L725.47 46.84L724.06 45.32L724.47 44.91C725.9 43.5 727.47 41.99 729.02 40.38L730.44 41.89ZM728.82 608.95C728.06 611.12 727.36 613.34 726.73 615.56L724.81 615.02C725.45 612.76 726.16 610.5 726.94 608.29L728.82 608.95ZM727.82 233.52L726.67 235.16C723.32 232.8 722.07 231.47 721.55 229.67L723.47 229.11C723.82 230.12 724.61 231.15 727.85 233.43L727.82 233.52ZM727.3 722.17L725.38 722.74C724.74 720.58 724.17 718.26 723.69 715.86L725.69 715.47C726.15 717.72 726.71 719.98 727.33 722.08L727.3 722.17ZM725.96 618.32C725.4 620.53 724.89 622.81 724.45 625.1L722.45 624.71C722.9 622.39 723.45 620.08 723.99 617.83L725.96 618.32ZM725.14 712.44L723.14 712.77C722.93 711.5 722.72 710.15 722.54 708.77L724.54 708.51C724.73 709.89 724.93 711.21 725.14 712.46V712.44ZM724.14 705.56L722.14 705.78C721.91 703.64 721.7 701.35 721.5 698.78L723.5 698.63C723.75 701.2 723.96 703.47 724.19 705.58L724.14 705.56ZM723.86 628.02C723.64 629.33 723.44 630.63 723.26 631.94L721.26 631.67C721.44 630.34 721.65 629.01 721.87 627.67L723.86 628.02ZM723.3 695.65L721.3 695.77C721.15 693.48 721.03 691.15 720.91 688.77L722.91 688.67C723.09 691.06 723.21 693.38 723.35 695.67L723.3 695.65ZM723.3 48.84C721.42 50.72 720.19 51.97 719.2 53.04L718.43 53.85L716.98 52.47L717.74 51.67C718.74 50.59 719.99 49.32 721.89 47.43L723.3 48.84ZM723.22 226.32L721.22 226.39V226.22C721.177 223.984 720.97 221.755 720.6 219.55L722.6 219.22C722.988 221.511 723.205 223.827 723.25 226.15L723.22 226.32ZM722.93 634.94C722.67 637.18 722.45 639.51 722.28 641.86L720.28 641.72C720.45 639.34 720.67 636.98 720.94 634.72L722.93 634.94ZM722.82 685.72L720.82 685.81L720.63 681.81L722.63 681.71L722.82 685.72ZM722.48 678.72L720.48 678.83V678.43C720.37 676.21 720.26 674.01 720.17 671.82L722.17 671.74C722.26 673.92 722.37 676.12 722.48 678.34V678.72ZM722.1 216.32L720.1 216.59C719.92 215.32 719.78 214.01 719.65 212.59L721.65 212.41C721.79 213.77 721.93 215.05 722.1 216.32ZM722.1 644.85C721.98 647.09 721.89 649.43 721.84 651.85H719.84C719.89 649.45 719.98 647.08 720.1 644.85H722.1ZM722.04 668.76L720.04 668.83C719.953 666.47 719.89 664.137 719.85 661.83H721.85C721.883 664.077 721.943 666.377 722.03 668.73L722.04 668.76ZM721.81 658.76H719.81C719.81 658.03 719.81 657.3 719.81 656.58V654.74H721.81V656.82C721.79 657.48 721.79 658.12 721.8 658.76H721.81ZM721.44 209.39L719.44 209.51C719.31 207.51 719.22 205.24 719.14 202.51L721.14 202.46C721.22 205.17 721.28 207.38 721.44 209.39ZM721.07 199.44H719.07V197.91C719.07 196.09 718.99 194.27 718.94 192.45L720.94 192.39C720.94 194.21 721.03 196.04 721.07 197.87V199.44ZM720.8 189.44L718.8 189.52C718.8 188.19 718.68 186.87 718.59 185.52L720.59 185.39C720.68 186.72 720.74 188.06 720.8 189.41V189.44ZM720.35 182.44L718.35 182.62C718.12 180.12 717.83 177.88 717.45 175.77L719.45 175.42C719.81 177.51 720.12 179.81 720.35 182.37V182.44ZM718.81 172.44L716.86 172.89C716.355 170.647 715.666 168.45 714.8 166.32L716.65 165.56C717.549 167.752 718.272 170.013 718.81 172.32V172.44ZM716.28 56.02C715.36 56.92 714.39 57.82 713.28 58.77L712.03 57.32C713.03 56.38 714.03 55.5 714.93 54.62L716.28 56.02ZM715.28 162.74L713.51 163.67C712.917 162.527 712.249 161.425 711.51 160.37L713.15 159.22C713.958 160.345 714.693 161.521 715.35 162.74H715.28ZM711.21 156.74L709.71 158.06C709.37 157.67 709.02 157.29 708.65 156.92C707.45 155.72 706.19 154.52 704.79 153.24L706.14 151.77C707.56 153.06 708.84 154.28 710.06 155.51C710.53 155.96 710.91 156.37 711.28 156.79L711.21 156.74ZM711.02 60.74C709.12 62.37 707.23 63.93 705.62 65.24L704.36 63.69C705.95 62.39 707.83 60.84 709.72 59.22L711.02 60.74ZM703.88 149.74L702.64 151.32C700.88 149.78 699.12 148.32 697.33 146.79L698.61 145.26C700.42 146.76 702.18 148.25 703.95 149.8L703.88 149.74ZM703.29 67.1C701.48 68.58 699.68 70.05 697.9 71.55L696.61 70.02C698.403 68.52 700.21 67.03 702.03 65.55L703.29 67.1ZM696.28 143.32L694.99 144.85C693.99 143.97 692.99 143.11 691.99 142.24L693.28 140.73C694.28 141.59 695.28 142.45 696.28 143.32ZM695.67 73.55C694.67 74.42 693.67 75.31 692.72 76.2L691.36 74.74C692.34 73.8333 693.34 72.9333 694.36 72.04L695.67 73.55ZM691.02 138.75L689.68 140.23C687.68 138.46 686.07 136.83 684.62 135.23L686.09 133.87C687.53 135.43 689.15 137.02 691.06 138.75H691.02ZM690.58 78.26C688.945 79.8768 687.393 81.5757 685.93 83.35L684.38 82.08C685.8 80.35 687.38 78.64 689.17 76.84L690.58 78.26ZM684.15 131.7L682.61 132.97C681.076 131.134 679.707 129.167 678.52 127.09L680.27 126.09C681.405 128.074 682.717 129.952 684.19 131.7H684.15ZM684.15 85.7C682.801 87.5386 681.601 89.4814 680.56 91.51L678.78 90.6C679.87 88.477 681.128 86.444 682.54 84.52L684.15 85.7ZM679.34 94.16C678.84 95.3553 678.406 96.5772 678.04 97.82L676.12 97.26C676.505 95.9457 676.962 94.6537 677.49 93.39L679.34 94.16ZM678.97 123.54L677.15 124.36C676.585 123.109 676.1 121.823 675.7 120.51L677.61 119.93C677.997 121.15 678.458 122.346 678.99 123.51L678.97 123.54ZM677.34 100.65C676.855 102.888 676.521 105.157 676.34 107.44L674.34 107.3C674.515 104.927 674.849 102.568 675.34 100.24L677.34 100.65ZM676.91 117.12L674.91 117.51C674.46 115.14 674.249 112.732 674.28 110.32H676.28C676.267 112.593 676.485 114.861 676.93 117.09L676.91 117.12Z' fill='%23D8E0E3' stroke='none'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_2721:111625'%3E %3Crect width='800' height='800' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}

.l-section.l-section--choose-controller .copy {
    color: #455E6D;
    text-align: center;
    font-family: "Lab Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.l-section.l-section--choose-controller .choose-controller__buttons {
    display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.l-section.l-section--choose-controller .choose-controller__buttons .btn {
    background-color: #FF5A0D;
    padding: 17px 19px;
	font-size: 13px;
}

@media (max-width: 105.625em) {
    .l-section.l-section--choose-controller .choose-controller__content {
        max-width: 56.25rem;
    }
	
	.l-section.l-section--choose-controller .choose-controller__content .choose-controller__title {
        font-size: 7.5rem;
        line-height: .7166666667;
    }
}


@media (max-width: 85.375em) {
    .l-section.l-section--choose-controller .choose-controller__content {
        max-width: 41.875rem;
    }
	
	.l-section.l-section--choose-controller .choose-controller__content .choose-controller__title {
        font-size: 6.25rem;
        line-height: .76;
    }
}

@media (max-width: 48em) {
    .l-section.l-section--choose-controller .choose-controller__content .choose-controller__title {
        font-size: 4.0625rem;
        line-height: .7692307692;
    }
}

/* Australian Quality Section */
.l-section.l-section--australian-quality {
    padding: 5rem 0;
}

.l-section.l-section--australian-quality .australian-quality__heading {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.l-section.l-section--australian-quality .australian-quality__heading .h1 {
    font-size: 80px;
}

.l-section.l-section--australian-quality .australian-quality__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    max-width: 1200px;
    margin: 0 auto;
}

.l-section.l-section--australian-quality .australian-quality__column {
    display: flex;
    flex-direction: column;
}

.l-section.l-section--australian-quality .australian-quality__column-title {
    font-size: 2rem;
    font-weight: 600;
    color: #0e3f9a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.l-section.l-section--australian-quality .australian-quality__column-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 170%;
}

.l-section.l-section--australian-quality .australian-quality__column-text p {
    margin-bottom: 1rem;
}

.l-section.l-section--australian-quality .australian-quality__column-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 105.625em) {
	.l-section.l-section--australian-quality .australian-quality__heading .h1 {
        font-size: 7.5rem;
        line-height: .7166666667;
    }
}

@media (max-width: 85.375em) {    
    .l-section.l-section--australian-quality .australian-quality__content {
        gap: 3rem;
    }

    .l-section.l-section--australian-quality .australian-quality__heading .h1 {
        font-size: 6.25rem;
        line-height: .76;
    }
}

@media (max-width: 64em) {
    .l-section.l-section--australian-quality {
        padding: 4rem 0;
    }
    
    .l-section.l-section--australian-quality .australian-quality__heading {
        margin-bottom: 3rem;
    }
    
    .l-section.l-section--australian-quality .australian-quality__content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .l-section.l-section--australian-quality .australian-quality__column-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 48em) {
    .l-section.l-section--australian-quality {
        padding: 3rem 0;
    }
    
    .l-section.l-section--australian-quality .australian-quality__heading {
        margin-bottom: 2.5rem;
    }
    
    .l-section.l-section--australian-quality .australian-quality__content {
        gap: 2rem;
    }
    
    .l-section.l-section--australian-quality .australian-quality__column-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .l-section.l-section--australian-quality .australian-quality__heading .h1 {
        font-size: 4.0625rem;
        line-height: .7692307692;
    }
}

.product-faq-section .buttons {
	margin-top: 40px;
	text-align: center;
}

.product-faq-section .buttons .btn {
	background: #ff5a0d;
}

.product-faq-section .buttons .btn:hover {
	background: #0e3f9a;
}

.product-about .product-about__text a {
	text-decoration: underline;
}

.l-section--our-story .our-story-content .top-content .country-badge {
	max-width: 140px;
	width: 100%;
}

@media (min-width: 64em) {
    .l-section--innovation-excellence .why__content__image {
		padding: 0 0 calc(70% + 44px) 0;
		min-height: 700px;
	}
}

@media (min-width: 105.625em) {
    .l-section--innovation-excellence .why__content__image {
		padding: 0 0 80% 0;
		min-height: 600px;
	}
}

.resources.content-row {
	margin-top: 100px;
}

.resources__title {
	color: #0E3F9A;
	font-family: "Lab Grotesque";
	font-size: 32px;
	font-weight: 700;
	line-height: 70%;
	margin-bottom: 40px;
}

.resources__body {
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	flex-wrap: wrap;
}

.resources__item {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	border-radius: 20px;
	border: 1px solid #D8E0E3;
	flex-basis: 100%;
    flex-grow: 0;
}

.resources__item-tag {
	color: #455E6D;
	font-family: "Lab Grotesque";
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.resources__item-title {
	color: #0E3F9A;
	font-family: "Lab Grotesque";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 20px;
}

.resources__item-button .btn {
	font-size: 12px;
	font-weight: 700;
	line-height: 116%;
	letter-spacing: 0.5px;
}

@media (min-width: 48em) {
	.resources__item {
		flex-basis: calc(100% / 2 - (20px / 2));
	}
}

@media (min-width: 64em) {
	.resources__item {
		flex-basis: calc(100% / 3 - (20px / 3 * 2));
	}
}

@media (max-width: 768px) {
	.product_excerpt + .custom-product-gallery {
		margin-top: 8px;
		padding: 0 16px;
	}
	
	.custom-product-gallery .product-tag-new {
		position: absolute;
		top: 12px;
		left: 24px;
		background-color: #FF5A0D;
		padding: 10px 12px;
		font-size: 12px;
		color: white;
		border-radius: 7px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1;
		z-index: 10; 
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}
}

@media screen and (min-width: 32.5em) {
	.mobile-only {
		display: none;
	}
}
