workarea 3.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.rubocop.yml +326 -0
- data/CHANGELOG.md +20501 -0
- data/README.md +163 -0
- data/docker-compose.yml +27 -0
- data/docs/Gemfile +8 -0
- data/docs/bin/middleman +29 -0
- data/docs/config.rb +87 -0
- data/docs/config.ru +7 -0
- data/docs/data/articles.yml +157 -0
- data/docs/package.json +15 -0
- data/docs/source/404.html.erb +13 -0
- data/docs/source/articles/access-routes-in-javascript.html.md +33 -0
- data/docs/source/articles/add-a-content-area.html.md +169 -0
- data/docs/source/articles/add-a-content-block-type.html.md +334 -0
- data/docs/source/articles/add-a-report.html.md +202 -0
- data/docs/source/articles/add-css-through-the-admin-ui.html.md +30 -0
- data/docs/source/articles/add-javascript-through-a-manifest.html.md +367 -0
- data/docs/source/articles/add-javascript-through-a-view.html.md +80 -0
- data/docs/source/articles/add-javascript-through-the-admin-ui.html.md +30 -0
- data/docs/source/articles/add-metrics.html.md +58 -0
- data/docs/source/articles/add-or-replace-a-pricing-calculator.html.md +150 -0
- data/docs/source/articles/add-remove-or-change-a-mongoid-validation.html.md +147 -0
- data/docs/source/articles/add-remove-or-change-a-product-template.html.md +142 -0
- data/docs/source/articles/add-remove-sort-and-group-storefront-search-filters.html.md +483 -0
- data/docs/source/articles/add-stylesheets-through-a-manifest.html.md +276 -0
- data/docs/source/articles/add-system-content.html.md +138 -0
- data/docs/source/articles/analytics-overview.html.md +51 -0
- data/docs/source/articles/analyze-storefront-search-results.html.md +261 -0
- data/docs/source/articles/api-overview.html.md +35 -0
- data/docs/source/articles/appending.html.md +506 -0
- data/docs/source/articles/application-document.html.md +88 -0
- data/docs/source/articles/automated-javascript-testing.html.md +162 -0
- data/docs/source/articles/b2b-overview.html.md +64 -0
- data/docs/source/articles/browser-and-device-support.html.md +47 -0
- data/docs/source/articles/change-product-placeholder-image.html.md +39 -0
- data/docs/source/articles/change-storefront-search-results.html.md +283 -0
- data/docs/source/articles/change-the-storefront-product-pricing-ui.html.md +348 -0
- data/docs/source/articles/change-the-storefront-search-filters-ui.html.md +103 -0
- data/docs/source/articles/checkout.html.md +479 -0
- data/docs/source/articles/commerce-model.html.md +164 -0
- data/docs/source/articles/configuration-for-hosting.html.md +106 -0
- data/docs/source/articles/configuration.html.md +406 -0
- data/docs/source/articles/configure-a-payment-gateway.html.md +58 -0
- data/docs/source/articles/configure-asset-storage.html.md +29 -0
- data/docs/source/articles/configure-asset-types.html.md +18 -0
- data/docs/source/articles/configure-contact-form-subjects-list.html.md +24 -0
- data/docs/source/articles/configure-imageoptim.html.md +23 -0
- data/docs/source/articles/configure-locales.html.md +45 -0
- data/docs/source/articles/configure-logins-and-authentication.html.md +42 -0
- data/docs/source/articles/configure-low-inventory-threshold.html.md +26 -0
- data/docs/source/articles/configure-product-image-sizes-and-processing.html.md +28 -0
- data/docs/source/articles/content.html.md +554 -0
- data/docs/source/articles/contentable.html.md +41 -0
- data/docs/source/articles/contribute-code.html.md +69 -0
- data/docs/source/articles/contribute-documentation.html.md +60 -0
- data/docs/source/articles/create-a-custom-discount.html.md +234 -0
- data/docs/source/articles/create-a-new-app.html.md +131 -0
- data/docs/source/articles/create-a-plugin.html.md +19 -0
- data/docs/source/articles/create-a-style-guide.html.md +71 -0
- data/docs/source/articles/create-a-theme.html.md +134 -0
- data/docs/source/articles/css-architectural-overview.html.md +89 -0
- data/docs/source/articles/customize-a-helper.html.md +91 -0
- data/docs/source/articles/decoration.html.md +415 -0
- data/docs/source/articles/define-and-configure-inventory-policies.html.md +107 -0
- data/docs/source/articles/documentation-style-guide.html.md +48 -0
- data/docs/source/articles/documentation.html.md +54 -0
- data/docs/source/articles/domain-modeling.html.md +82 -0
- data/docs/source/articles/error-pages.html.md.erb +95 -0
- data/docs/source/articles/extension-overview.html.md +152 -0
- data/docs/source/articles/favicon-support.html.md +112 -0
- data/docs/source/articles/feature-spec-helper-stylesheet.html.md +25 -0
- data/docs/source/articles/featurejs-and-feature-spec-helper.html.md +20 -0
- data/docs/source/articles/help-and-support.html.md +34 -0
- data/docs/source/articles/html-fragment-caching.html.md +46 -0
- data/docs/source/articles/http-caching.html.md +43 -0
- data/docs/source/articles/i18n.html.md +35 -0
- data/docs/source/articles/images-flow.html.md +10 -0
- data/docs/source/articles/index-storefront-search-documents.html.md +104 -0
- data/docs/source/articles/infrastructure.html.md +46 -0
- data/docs/source/articles/installing.html.md +61 -0
- data/docs/source/articles/integrate-a-payment-gateway.html.md +124 -0
- data/docs/source/articles/integrate-a-web-analytics-provider.html.md +35 -0
- data/docs/source/articles/integrate-an-inventory-management-system.html.md +88 -0
- data/docs/source/articles/integrating-with-other-software.html.md +59 -0
- data/docs/source/articles/inventory.html.md +352 -0
- data/docs/source/articles/javascript-coding-standards.html.md +30 -0
- data/docs/source/articles/javascript-modules.html.md +174 -0
- data/docs/source/articles/javascript-overview.html.md +62 -0
- data/docs/source/articles/javascript-reference-documentation.html.md +51 -0
- data/docs/source/articles/javascript-templates.html.md +52 -0
- data/docs/source/articles/low-level-caching.html.md +25 -0
- data/docs/source/articles/maintain-a-plugin.html.md +12 -0
- data/docs/source/articles/maintenance-policy.html.md +79 -0
- data/docs/source/articles/navigable.html.md +51 -0
- data/docs/source/articles/navigating-the-code.html.md +149 -0
- data/docs/source/articles/navigation.html.md +386 -0
- data/docs/source/articles/order-life-cycle.html.md +546 -0
- data/docs/source/articles/order-pricing.html.md +389 -0
- data/docs/source/articles/orders-and-items.html.md +210 -0
- data/docs/source/articles/orders.html.md +66 -0
- data/docs/source/articles/overriding.html.md +155 -0
- data/docs/source/articles/overview.html.md +43 -0
- data/docs/source/articles/plugins-overview.html.md +12 -0
- data/docs/source/articles/prerequisites-and-dependencies.html.md +202 -0
- data/docs/source/articles/products.html.md.erb +1270 -0
- data/docs/source/articles/progressive-web-application-support.html.md +148 -0
- data/docs/source/articles/rails-asset-manifests.html.md +33 -0
- data/docs/source/articles/rails-asset-view-helpers.html.md +25 -0
- data/docs/source/articles/reading-data.html.md +10 -0
- data/docs/source/articles/releasable.html.md +37 -0
- data/docs/source/articles/report-a-bug.html.md +75 -0
- data/docs/source/articles/ruby-coding-standards.html.md +10 -0
- data/docs/source/articles/run-sidekiq-in-a-local-environment.html.md +40 -0
- data/docs/source/articles/searching.html.md +1005 -0
- data/docs/source/articles/security-policy.html.md +42 -0
- data/docs/source/articles/seeds.html.md +345 -0
- data/docs/source/articles/shipping.html.md +756 -0
- data/docs/source/articles/sort-and-exclude-product-options.html.md +47 -0
- data/docs/source/articles/storefront-search-features.html.md +568 -0
- data/docs/source/articles/storefront-searches.html.md +126 -0
- data/docs/source/articles/style-guides.html.md +21 -0
- data/docs/source/articles/stylesheet-coding-standards.html.md +24 -0
- data/docs/source/articles/stylesheets-overview.html.md +67 -0
- data/docs/source/articles/swappable-list-data-structure.html.md +81 -0
- data/docs/source/articles/system-emails.html.md +102 -0
- data/docs/source/articles/taggable.html.md +8 -0
- data/docs/source/articles/test-a-credit-card-transaction.html.md +16 -0
- data/docs/source/articles/test-if-a-plugin-is-installed.html.md +34 -0
- data/docs/source/articles/testing.html.md +914 -0
- data/docs/source/articles/themes-overview.html.md +155 -0
- data/docs/source/articles/translate-administrable-content.html.md +14 -0
- data/docs/source/articles/translate-javascript-content.html.md +16 -0
- data/docs/source/articles/translate-or-customize-message-content.html.md +29 -0
- data/docs/source/articles/translate-or-customize-static-content.html.md +30 -0
- data/docs/source/articles/use-an-existing-workarea-app.html.md +108 -0
- data/docs/source/articles/view-models.html.md +509 -0
- data/docs/source/articles/views.html.md +14 -0
- data/docs/source/articles/workers.html.md +613 -0
- data/docs/source/articles/writing-data.html.md +10 -0
- data/docs/source/cli.html.md +163 -0
- data/docs/source/favicon.ico +0 -0
- data/docs/source/images/3-variants-1-option.png +0 -0
- data/docs/source/images/3-variants-3-options.png +0 -0
- data/docs/source/images/3-years-primary-image.png +0 -0
- data/docs/source/images/404-storefront-error-page.png +0 -0
- data/docs/source/images/404-system-content-admin.png +0 -0
- data/docs/source/images/404.jpg +0 -0
- data/docs/source/images/5-years-primary-image.png +0 -0
- data/docs/source/images/activity-dashboard.png +0 -0
- data/docs/source/images/activity-for-object.png +0 -0
- data/docs/source/images/activity-ui.png +0 -0
- data/docs/source/images/adding-captioned-image-block-custom-icon.png +0 -0
- data/docs/source/images/adding-captioned-image-block-default-icon.png +0 -0
- data/docs/source/images/admin-alerts-ui.png +0 -0
- data/docs/source/images/admin-category-range-filters.png +0 -0
- data/docs/source/images/admin-for-3-column-hero.png +0 -0
- data/docs/source/images/admin-help-index.png +0 -0
- data/docs/source/images/admin-help-ui.png +0 -0
- data/docs/source/images/admin-javascript.png +0 -0
- data/docs/source/images/admin-notification-for-deactivated-discount.png +0 -0
- data/docs/source/images/admin-notifications-ui.png +0 -0
- data/docs/source/images/admin-product-show-page.png +0 -0
- data/docs/source/images/admin-products-index-page.png +0 -0
- data/docs/source/images/admin-range-filters.png +0 -0
- data/docs/source/images/admin-style-guides-navigation.png +0 -0
- data/docs/source/images/after-re-seeding.png +0 -0
- data/docs/source/images/after-seeding-localhost-3000.png +0 -0
- data/docs/source/images/after-seeding.png +0 -0
- data/docs/source/images/arrow.svg +1 -0
- data/docs/source/images/arrow_white.svg +1 -0
- data/docs/source/images/aws-resource-map.png +0 -0
- data/docs/source/images/backordered-until-output-on-inventory-sku-card.png +0 -0
- data/docs/source/images/before-seeding-localhost-3000.png +0 -0
- data/docs/source/images/before-seeding.png +0 -0
- data/docs/source/images/browsing-workarea-versions-on-the-web.png +0 -0
- data/docs/source/images/bulk-asset-upload-on-assets-index-page.png +0 -0
- data/docs/source/images/bulk-asset-upload-while-editing-content.png +0 -0
- data/docs/source/images/bundle-show-workarea-core.png +0 -0
- data/docs/source/images/bundle-show-workarea.png +0 -0
- data/docs/source/images/calendar-for-backordered-until-field.png +0 -0
- data/docs/source/images/captioned-image-block-in-storefront.png +0 -0
- data/docs/source/images/captioned-image-content-block-storefront-component-style-guide.png +0 -0
- data/docs/source/images/cart-system-content-in-admin.png +0 -0
- data/docs/source/images/cart-system-content-in-storefront.png +0 -0
- data/docs/source/images/checkout-addresses-guest.png +0 -0
- data/docs/source/images/checkout-addresses-user.png +0 -0
- data/docs/source/images/checkout-confirmation.png +0 -0
- data/docs/source/images/checkout-flow-0.png +0 -0
- data/docs/source/images/checkout-flow-1.png +0 -0
- data/docs/source/images/checkout-flow-2.png +0 -0
- data/docs/source/images/checkout-flow-3.png +0 -0
- data/docs/source/images/checkout-flow-4.png +0 -0
- data/docs/source/images/checkout-payment-guest.png +0 -0
- data/docs/source/images/checkout-payment-user.png +0 -0
- data/docs/source/images/checkout-shipping.png +0 -0
- data/docs/source/images/color-picker-component-admin-style-guide.png +0 -0
- data/docs/source/images/color-picker-component-on-content-editing-screen.png +0 -0
- data/docs/source/images/commerce-model-carts-orders.png +0 -0
- data/docs/source/images/commerce-model-order-pricing.png +0 -0
- data/docs/source/images/commerce-model.png +0 -0
- data/docs/source/images/configuring-an-index-pattern-in-kibana.png +0 -0
- data/docs/source/images/content-block-presets.png +0 -0
- data/docs/source/images/content-search-customization.png +0 -0
- data/docs/source/images/country-with-region-data-in-address-form.png +0 -0
- data/docs/source/images/country-without-region-data-in-address-form.png +0 -0
- data/docs/source/images/create-content-block-preset-ui.png +0 -0
- data/docs/source/images/credit-card-icons.png +0 -0
- data/docs/source/images/css-added-through-admin.png +0 -0
- data/docs/source/images/css-admin-ui.png +0 -0
- data/docs/source/images/current-configuration-shown-in-admin-settings.png +0 -0
- data/docs/source/images/customer-impersonation-in-admin.png +0 -0
- data/docs/source/images/customer-impersonation-in-store-front.png +0 -0
- data/docs/source/images/date-filter-same-day.png +0 -0
- data/docs/source/images/developer-toolbar-in-store-front.png +0 -0
- data/docs/source/images/discounts-sorted-by-most-redeemed.png +0 -0
- data/docs/source/images/edit-help-article.png +0 -0
- data/docs/source/images/editing-content-for-search-customization.png +0 -0
- data/docs/source/images/editing-dynamic-captioned-image-block.png +0 -0
- data/docs/source/images/editing-product-fields-in-the-admin.png +0 -0
- data/docs/source/images/editing-search-system-content.png +0 -0
- data/docs/source/images/editing-static-captioned-image-block-custom-icon.png +0 -0
- data/docs/source/images/editing-static-captioned-image-block-default-icon.png +0 -0
- data/docs/source/images/external.svg +1 -0
- data/docs/source/images/favicon_16.png +0 -0
- data/docs/source/images/favicon_180.png +0 -0
- data/docs/source/images/favicon_32.png +0 -0
- data/docs/source/images/filters-all.png +0 -0
- data/docs/source/images/filters-control.png +0 -0
- data/docs/source/images/filters-custom.png +0 -0
- data/docs/source/images/filters-groups.png +0 -0
- data/docs/source/images/filters-material.png +0 -0
- data/docs/source/images/filters-omitted.png +0 -0
- data/docs/source/images/filters-pinned.png +0 -0
- data/docs/source/images/filters-range.png +0 -0
- data/docs/source/images/filters-sorted.png +0 -0
- data/docs/source/images/filters-wrapping-to-second-line-in-admin.png +0 -0
- data/docs/source/images/generic-product-template-images-no-options-selected.png +0 -0
- data/docs/source/images/generic-product-template-images-options-selected.png +0 -0
- data/docs/source/images/generic-template.png +0 -0
- data/docs/source/images/hosting.svg +1 -0
- data/docs/source/images/image-group-content-block-in-storefront.png +0 -0
- data/docs/source/images/images.svg +1 -0
- data/docs/source/images/import-export-screenshot.png +0 -0
- data/docs/source/images/invalid-display.png +0 -0
- data/docs/source/images/itcss.png +0 -0
- data/docs/source/images/kibana-dev-tools-console.png +0 -0
- data/docs/source/images/layout-content-admin-with-2-areas.png +0 -0
- data/docs/source/images/layout-content-admin-with-3-areas.png +0 -0
- data/docs/source/images/link-to-search-system-content.png +0 -0
- data/docs/source/images/logo.svg +1 -0
- data/docs/source/images/menu.svg +2 -0
- data/docs/source/images/mongo-replica-set.svg +1 -0
- data/docs/source/images/multi-column-hero-blocks.png +0 -0
- data/docs/source/images/option-selects-product-template-images-options-selected.png +0 -0
- data/docs/source/images/option-selects-template.png +0 -0
- data/docs/source/images/option-thumbnails-template.png +0 -0
- data/docs/source/images/order-item-total-price-diagram.png +0 -0
- data/docs/source/images/order-pricing-cart-example.png +0 -0
- data/docs/source/images/order-pricing-example-adjustments.png +0 -0
- data/docs/source/images/order-pricing-example-totals.png +0 -0
- data/docs/source/images/order-pricing-placed-order-example.png +0 -0
- data/docs/source/images/order-shipping-total-diagram.png +0 -0
- data/docs/source/images/order-show-with-multiple-tenders.png +0 -0
- data/docs/source/images/order-subtotal-price-diagram.png +0 -0
- data/docs/source/images/order-tax-total-diagram.png +0 -0
- data/docs/source/images/order-total-price-diagram.png +0 -0
- data/docs/source/images/order-total-value-diagram.png +0 -0
- data/docs/source/images/orders-dashboard-links.png +0 -0
- data/docs/source/images/oval.svg +1 -0
- data/docs/source/images/payment-icon-storefront-style-guide.png +0 -0
- data/docs/source/images/people-dashboard-links.png +0 -0
- data/docs/source/images/price-adjustments-diagram.png +0 -0
- data/docs/source/images/price-display-no-options.png +0 -0
- data/docs/source/images/price-display-options-selected.png +0 -0
- data/docs/source/images/pricing-calculators-diagram.png +0 -0
- data/docs/source/images/product-list-content-block-admin.png +0 -0
- data/docs/source/images/product-list-content-block-in-store-front.png +0 -0
- data/docs/source/images/promo-products-excluded-autocomplete-results-after.png +0 -0
- data/docs/source/images/promo-products-excluded-featured-category-results-after.png +0 -0
- data/docs/source/images/promo-products-excluded-recommendations-results-after.png +0 -0
- data/docs/source/images/promo-products-excluded-search-category-results-after.png +0 -0
- data/docs/source/images/promo-products-excluded-search-results-after.png +0 -0
- data/docs/source/images/promo-products-included-autocomplete-results-before.png +0 -0
- data/docs/source/images/promo-products-included-featured-category-results-before.png +0 -0
- data/docs/source/images/promo-products-included-recommendations-results-before.png +0 -0
- data/docs/source/images/promo-products-included-search-category-results-before.png +0 -0
- data/docs/source/images/promo-products-included-search-results-before.png +0 -0
- data/docs/source/images/rails-version-constraint.png +0 -0
- data/docs/source/images/re-enable-discount.png +0 -0
- data/docs/source/images/reading-data.svg +1 -0
- data/docs/source/images/readme-hero.png +0 -0
- data/docs/source/images/redesigned-customized-sort-for-search-results.png +0 -0
- data/docs/source/images/reviews-summary-above-share-buttons.png +0 -0
- data/docs/source/images/reviews-summary-below-product-name.png +0 -0
- data/docs/source/images/reviews-summary-below-share-buttons.png +0 -0
- data/docs/source/images/reviews-summary-removed.png +0 -0
- data/docs/source/images/rsa-fingerprint-for-stash.png +0 -0
- data/docs/source/images/ruby-version-constraint.png +0 -0
- data/docs/source/images/script-tag-added-through-admin.png +0 -0
- data/docs/source/images/search-analysis-admin-alternate-rendering.png +0 -0
- data/docs/source/images/search-analysis-admin.png +0 -0
- data/docs/source/images/search-quality-report.png +0 -0
- data/docs/source/images/search.svg +1 -0
- data/docs/source/images/searching-for-cart-system-content-in-admin.png +0 -0
- data/docs/source/images/searching-for-layout-system-content-in-admin.png +0 -0
- data/docs/source/images/seeded-admin.png +0 -0
- data/docs/source/images/seeds-from-plugins.png +0 -0
- data/docs/source/images/seo-metadata-automation-ui.png +0 -0
- data/docs/source/images/show-password-button.png +0 -0
- data/docs/source/images/storefront-autocomplete.png +0 -0
- data/docs/source/images/storefront-category-summary-content-block.png +0 -0
- data/docs/source/images/storefront-category.png +0 -0
- data/docs/source/images/storefront-product-after-overriding.png +0 -0
- data/docs/source/images/storefront-product-before-overriding.png +0 -0
- data/docs/source/images/storefront-product-browse-page.png +0 -0
- data/docs/source/images/storefront-product-recommendations.png +0 -0
- data/docs/source/images/storefront-product-show-page.png +0 -0
- data/docs/source/images/storefront-requests-and-search-requests.png +0 -0
- data/docs/source/images/storefront-search-request-handling.png +0 -0
- data/docs/source/images/storefront-search-response-creation.png +0 -0
- data/docs/source/images/storefront-search.png +0 -0
- data/docs/source/images/storefront-style-guides-navigation.png +0 -0
- data/docs/source/images/styles.css +3 -0
- data/docs/source/images/tax-categories-ui.png +0 -0
- data/docs/source/images/tax-rates-ui.png +0 -0
- data/docs/source/images/unpurchasable-product.png +0 -0
- data/docs/source/images/url-redirects-filtering.png +0 -0
- data/docs/source/images/utility-nav-area-in-admin.png +0 -0
- data/docs/source/images/utility-nav-area-in-storefront.png +0 -0
- data/docs/source/images/validation-message-in-storefront.png +0 -0
- data/docs/source/images/view-model-interface.png +0 -0
- data/docs/source/images/viewing-workarea-version-in-source.png +0 -0
- data/docs/source/images/workarea.svg +1 -0
- data/docs/source/images/worst-performing-searches-on-results-customization-page.png +0 -0
- data/docs/source/images/writing-data.svg +1 -0
- data/docs/source/index.html.erb +167 -0
- data/docs/source/javascripts/jquery.js +2 -0
- data/docs/source/javascripts/lunr.js +7 -0
- data/docs/source/javascripts/site.js +299 -0
- data/docs/source/javascripts/vendor/highlight.pack.js +2 -0
- data/docs/source/layouts/article.erb +106 -0
- data/docs/source/layouts/bare.erb +46 -0
- data/docs/source/layouts/layout.erb +43 -0
- data/docs/source/release-notes.html.md +258 -0
- data/docs/source/release-notes/workarea-3-0-0.html.md +146 -0
- data/docs/source/release-notes/workarea-3-0-1.html.md +161 -0
- data/docs/source/release-notes/workarea-3-0-10.html.md +39 -0
- data/docs/source/release-notes/workarea-3-0-11.html.md +277 -0
- data/docs/source/release-notes/workarea-3-0-12.html.md +14 -0
- data/docs/source/release-notes/workarea-3-0-13.html.md +153 -0
- data/docs/source/release-notes/workarea-3-0-14.html.md +93 -0
- data/docs/source/release-notes/workarea-3-0-15.html.md +107 -0
- data/docs/source/release-notes/workarea-3-0-16.html.md +36 -0
- data/docs/source/release-notes/workarea-3-0-17.html.md +141 -0
- data/docs/source/release-notes/workarea-3-0-18.html.md +123 -0
- data/docs/source/release-notes/workarea-3-0-19.html.md +160 -0
- data/docs/source/release-notes/workarea-3-0-2.html.md +222 -0
- data/docs/source/release-notes/workarea-3-0-20.html.md +95 -0
- data/docs/source/release-notes/workarea-3-0-21.html.md +168 -0
- data/docs/source/release-notes/workarea-3-0-22.html.md +268 -0
- data/docs/source/release-notes/workarea-3-0-23.html.md +173 -0
- data/docs/source/release-notes/workarea-3-0-24.html.md +19 -0
- data/docs/source/release-notes/workarea-3-0-25.html.md +26 -0
- data/docs/source/release-notes/workarea-3-0-26.html.md +199 -0
- data/docs/source/release-notes/workarea-3-0-27.html.md +113 -0
- data/docs/source/release-notes/workarea-3-0-28.html.md +39 -0
- data/docs/source/release-notes/workarea-3-0-29.html.md +73 -0
- data/docs/source/release-notes/workarea-3-0-3.html.md +35 -0
- data/docs/source/release-notes/workarea-3-0-30.html.md +186 -0
- data/docs/source/release-notes/workarea-3-0-31.html.md +125 -0
- data/docs/source/release-notes/workarea-3-0-32.html.md +73 -0
- data/docs/source/release-notes/workarea-3-0-33.html.md +137 -0
- data/docs/source/release-notes/workarea-3-0-34.html.md +203 -0
- data/docs/source/release-notes/workarea-3-0-35.html.md +205 -0
- data/docs/source/release-notes/workarea-3-0-36.html.md +105 -0
- data/docs/source/release-notes/workarea-3-0-37.html.md +144 -0
- data/docs/source/release-notes/workarea-3-0-38.html.md +73 -0
- data/docs/source/release-notes/workarea-3-0-39.html.md +77 -0
- data/docs/source/release-notes/workarea-3-0-4.html.md +14 -0
- data/docs/source/release-notes/workarea-3-0-40.html.md +130 -0
- data/docs/source/release-notes/workarea-3-0-41.html.md +70 -0
- data/docs/source/release-notes/workarea-3-0-42.html.md +52 -0
- data/docs/source/release-notes/workarea-3-0-43.html.md +72 -0
- data/docs/source/release-notes/workarea-3-0-44.html.md +93 -0
- data/docs/source/release-notes/workarea-3-0-45.html.md +61 -0
- data/docs/source/release-notes/workarea-3-0-46.html.md +171 -0
- data/docs/source/release-notes/workarea-3-0-47.html.md +130 -0
- data/docs/source/release-notes/workarea-3-0-48.html.md +160 -0
- data/docs/source/release-notes/workarea-3-0-49.html.md +28 -0
- data/docs/source/release-notes/workarea-3-0-5.html.md +225 -0
- data/docs/source/release-notes/workarea-3-0-50.html.md +74 -0
- data/docs/source/release-notes/workarea-3-0-51.html.md +61 -0
- data/docs/source/release-notes/workarea-3-0-52.html.md +76 -0
- data/docs/source/release-notes/workarea-3-0-53.html.md +126 -0
- data/docs/source/release-notes/workarea-3-0-54.html.md +112 -0
- data/docs/source/release-notes/workarea-3-0-55.html.md +105 -0
- data/docs/source/release-notes/workarea-3-0-56.html.md +56 -0
- data/docs/source/release-notes/workarea-3-0-57.html.md +82 -0
- data/docs/source/release-notes/workarea-3-0-58.html.md +153 -0
- data/docs/source/release-notes/workarea-3-0-59.html.md +78 -0
- data/docs/source/release-notes/workarea-3-0-6.html.md +165 -0
- data/docs/source/release-notes/workarea-3-0-60.html.md +43 -0
- data/docs/source/release-notes/workarea-3-0-61.html.md +46 -0
- data/docs/source/release-notes/workarea-3-0-62.html.md +23 -0
- data/docs/source/release-notes/workarea-3-0-63.html.md +25 -0
- data/docs/source/release-notes/workarea-3-0-64.html.md +25 -0
- data/docs/source/release-notes/workarea-3-0-65.html.md +37 -0
- data/docs/source/release-notes/workarea-3-0-7.html.md +207 -0
- data/docs/source/release-notes/workarea-3-0-8.html.md +337 -0
- data/docs/source/release-notes/workarea-3-0-9.html.md +196 -0
- data/docs/source/release-notes/workarea-3-1-0.html.md +414 -0
- data/docs/source/release-notes/workarea-3-1-1.html.md +139 -0
- data/docs/source/release-notes/workarea-3-1-10.html.md +19 -0
- data/docs/source/release-notes/workarea-3-1-11.html.md +27 -0
- data/docs/source/release-notes/workarea-3-1-12.html.md +216 -0
- data/docs/source/release-notes/workarea-3-1-13.html.md +113 -0
- data/docs/source/release-notes/workarea-3-1-14.html.md +39 -0
- data/docs/source/release-notes/workarea-3-1-15.html.md +107 -0
- data/docs/source/release-notes/workarea-3-1-16.html.md +188 -0
- data/docs/source/release-notes/workarea-3-1-17.html.md +141 -0
- data/docs/source/release-notes/workarea-3-1-18.html.md +73 -0
- data/docs/source/release-notes/workarea-3-1-19.html.md +137 -0
- data/docs/source/release-notes/workarea-3-1-2.html.md +55 -0
- data/docs/source/release-notes/workarea-3-1-20.html.md +203 -0
- data/docs/source/release-notes/workarea-3-1-21.html.md +205 -0
- data/docs/source/release-notes/workarea-3-1-22.html.md +121 -0
- data/docs/source/release-notes/workarea-3-1-23.html.md +144 -0
- data/docs/source/release-notes/workarea-3-1-24.html.md +94 -0
- data/docs/source/release-notes/workarea-3-1-25.html.md +77 -0
- data/docs/source/release-notes/workarea-3-1-26.html.md +130 -0
- data/docs/source/release-notes/workarea-3-1-27.html.md +70 -0
- data/docs/source/release-notes/workarea-3-1-28.html.md +52 -0
- data/docs/source/release-notes/workarea-3-1-29.html.md +44 -0
- data/docs/source/release-notes/workarea-3-1-3.html.md +185 -0
- data/docs/source/release-notes/workarea-3-1-30.html.md +72 -0
- data/docs/source/release-notes/workarea-3-1-31.html.md +93 -0
- data/docs/source/release-notes/workarea-3-1-32.html.md +61 -0
- data/docs/source/release-notes/workarea-3-1-33.html.md +171 -0
- data/docs/source/release-notes/workarea-3-1-34.html.md +130 -0
- data/docs/source/release-notes/workarea-3-1-35.html.md +179 -0
- data/docs/source/release-notes/workarea-3-1-36.html.md +28 -0
- data/docs/source/release-notes/workarea-3-1-37.html.md +74 -0
- data/docs/source/release-notes/workarea-3-1-38.html.md +61 -0
- data/docs/source/release-notes/workarea-3-1-39.html.md +96 -0
- data/docs/source/release-notes/workarea-3-1-4.html.md +148 -0
- data/docs/source/release-notes/workarea-3-1-40.html.md +126 -0
- data/docs/source/release-notes/workarea-3-1-41.html.md +128 -0
- data/docs/source/release-notes/workarea-3-1-42.html.md +105 -0
- data/docs/source/release-notes/workarea-3-1-43.html.md +37 -0
- data/docs/source/release-notes/workarea-3-1-44.html.md +82 -0
- data/docs/source/release-notes/workarea-3-1-45.html.md +153 -0
- data/docs/source/release-notes/workarea-3-1-46.html.md +91 -0
- data/docs/source/release-notes/workarea-3-1-47.html.md +65 -0
- data/docs/source/release-notes/workarea-3-1-48.html.md +46 -0
- data/docs/source/release-notes/workarea-3-1-49.html.md +23 -0
- data/docs/source/release-notes/workarea-3-1-5.html.md +169 -0
- data/docs/source/release-notes/workarea-3-1-50.html.md +42 -0
- data/docs/source/release-notes/workarea-3-1-51.html.md +25 -0
- data/docs/source/release-notes/workarea-3-1-52.html.md +57 -0
- data/docs/source/release-notes/workarea-3-1-6.html.md +117 -0
- data/docs/source/release-notes/workarea-3-1-7.html.md +176 -0
- data/docs/source/release-notes/workarea-3-1-8.html.md +283 -0
- data/docs/source/release-notes/workarea-3-1-9.html.md +212 -0
- data/docs/source/release-notes/workarea-3-2-0.html.md +1705 -0
- data/docs/source/release-notes/workarea-3-2-1.html.md +216 -0
- data/docs/source/release-notes/workarea-3-2-10.html.md +237 -0
- data/docs/source/release-notes/workarea-3-2-11.html.md +121 -0
- data/docs/source/release-notes/workarea-3-2-12.html.md +145 -0
- data/docs/source/release-notes/workarea-3-2-13.html.md +138 -0
- data/docs/source/release-notes/workarea-3-2-14.html.md +77 -0
- data/docs/source/release-notes/workarea-3-2-15.html.md +130 -0
- data/docs/source/release-notes/workarea-3-2-16.html.md +111 -0
- data/docs/source/release-notes/workarea-3-2-17.html.md +52 -0
- data/docs/source/release-notes/workarea-3-2-18.html.md +44 -0
- data/docs/source/release-notes/workarea-3-2-19.html.md +72 -0
- data/docs/source/release-notes/workarea-3-2-2.html.md +145 -0
- data/docs/source/release-notes/workarea-3-2-20.html.md +93 -0
- data/docs/source/release-notes/workarea-3-2-21.html.md +61 -0
- data/docs/source/release-notes/workarea-3-2-22.html.md +154 -0
- data/docs/source/release-notes/workarea-3-2-23.html.md +130 -0
- data/docs/source/release-notes/workarea-3-2-24.html.md +200 -0
- data/docs/source/release-notes/workarea-3-2-25.html.md +28 -0
- data/docs/source/release-notes/workarea-3-2-26.html.md +94 -0
- data/docs/source/release-notes/workarea-3-2-27.html.md +61 -0
- data/docs/source/release-notes/workarea-3-2-28.html.md +96 -0
- data/docs/source/release-notes/workarea-3-2-29.html.md +126 -0
- data/docs/source/release-notes/workarea-3-2-30.html.md +112 -0
- data/docs/source/release-notes/workarea-3-2-31.html.md +105 -0
- data/docs/source/release-notes/workarea-3-2-32.html.md +56 -0
- data/docs/source/release-notes/workarea-3-2-33.html.md +82 -0
- data/docs/source/release-notes/workarea-3-2-34.html.md +153 -0
- data/docs/source/release-notes/workarea-3-2-35.html.md +91 -0
- data/docs/source/release-notes/workarea-3-2-36.html.md +118 -0
- data/docs/source/release-notes/workarea-3-2-37.html.md +46 -0
- data/docs/source/release-notes/workarea-3-2-38.html.md +23 -0
- data/docs/source/release-notes/workarea-3-2-39.html.md +42 -0
- data/docs/source/release-notes/workarea-3-2-4.html.md +109 -0
- data/docs/source/release-notes/workarea-3-2-40.html.md +25 -0
- data/docs/source/release-notes/workarea-3-2-41.html.md +90 -0
- data/docs/source/release-notes/workarea-3-2-5.html.md +186 -0
- data/docs/source/release-notes/workarea-3-2-6.html.md +173 -0
- data/docs/source/release-notes/workarea-3-2-7.html.md +89 -0
- data/docs/source/release-notes/workarea-3-2-8.html.md +137 -0
- data/docs/source/release-notes/workarea-3-2-9.html.md +219 -0
- data/docs/source/release-notes/workarea-3-3-0.html.md +1272 -0
- data/docs/source/release-notes/workarea-3-3-1.html.md +324 -0
- data/docs/source/release-notes/workarea-3-3-10.html.md +69 -0
- data/docs/source/release-notes/workarea-3-3-11.html.md +72 -0
- data/docs/source/release-notes/workarea-3-3-12.html.md +136 -0
- data/docs/source/release-notes/workarea-3-3-13.html.md +61 -0
- data/docs/source/release-notes/workarea-3-3-14.html.md +196 -0
- data/docs/source/release-notes/workarea-3-3-15.html.md +167 -0
- data/docs/source/release-notes/workarea-3-3-16.html.md +234 -0
- data/docs/source/release-notes/workarea-3-3-17.html.md +82 -0
- data/docs/source/release-notes/workarea-3-3-18.html.md +165 -0
- data/docs/source/release-notes/workarea-3-3-19.html.md +106 -0
- data/docs/source/release-notes/workarea-3-3-2.html.md +72 -0
- data/docs/source/release-notes/workarea-3-3-20.html.md +116 -0
- data/docs/source/release-notes/workarea-3-3-21.html.md +228 -0
- data/docs/source/release-notes/workarea-3-3-22.html.md +125 -0
- data/docs/source/release-notes/workarea-3-3-23.html.md +154 -0
- data/docs/source/release-notes/workarea-3-3-24.html.md +70 -0
- data/docs/source/release-notes/workarea-3-3-25.html.md +114 -0
- data/docs/source/release-notes/workarea-3-3-26.html.md +260 -0
- data/docs/source/release-notes/workarea-3-3-27.html.md +138 -0
- data/docs/source/release-notes/workarea-3-3-28.html.md +147 -0
- data/docs/source/release-notes/workarea-3-3-29.html.md +63 -0
- data/docs/source/release-notes/workarea-3-3-3.html.md +153 -0
- data/docs/source/release-notes/workarea-3-3-30.html.md +102 -0
- data/docs/source/release-notes/workarea-3-3-31.html.md +57 -0
- data/docs/source/release-notes/workarea-3-3-32.html.md +44 -0
- data/docs/source/release-notes/workarea-3-3-33.html.md +114 -0
- data/docs/source/release-notes/workarea-3-3-4.html.md +332 -0
- data/docs/source/release-notes/workarea-3-3-5.html.md +242 -0
- data/docs/source/release-notes/workarea-3-3-6.html.md +100 -0
- data/docs/source/release-notes/workarea-3-3-7.html.md +148 -0
- data/docs/source/release-notes/workarea-3-3-8.html.md +163 -0
- data/docs/source/release-notes/workarea-3-3-9.html.md +93 -0
- data/docs/source/release-notes/workarea-3-4-0.html.md +580 -0
- data/docs/source/release-notes/workarea-3-4-1.html.md +150 -0
- data/docs/source/release-notes/workarea-3-4-10.html.md +72 -0
- data/docs/source/release-notes/workarea-3-4-11.html.md +60 -0
- data/docs/source/release-notes/workarea-3-4-12.html.md +155 -0
- data/docs/source/release-notes/workarea-3-4-2.html.md +188 -0
- data/docs/source/release-notes/workarea-3-4-3.html.md +136 -0
- data/docs/source/release-notes/workarea-3-4-4.html.md +114 -0
- data/docs/source/release-notes/workarea-3-4-5.html.md +275 -0
- data/docs/source/release-notes/workarea-3-4-6.html.md +169 -0
- data/docs/source/release-notes/workarea-3-4-7.html.md +162 -0
- data/docs/source/release-notes/workarea-3-4-8.html.md +95 -0
- data/docs/source/release-notes/workarea-3-4-9.html.md +135 -0
- data/docs/source/search.html.erb +34 -0
- data/docs/source/shared/_header.erb +61 -0
- data/docs/source/shared/_svgs.erb +17 -0
- data/docs/source/style_guide/index.html.erb +382 -0
- data/docs/source/stylesheets/_base.scss +125 -0
- data/docs/source/stylesheets/_components.scss +669 -0
- data/docs/source/stylesheets/_helpers.scss +10 -0
- data/docs/source/stylesheets/_opinions.scss +42 -0
- data/docs/source/stylesheets/_settings.scss +56 -0
- data/docs/source/stylesheets/_typography.scss +119 -0
- data/docs/source/stylesheets/site.css.scss +14 -0
- data/docs/source/stylesheets/vendor/_avalanche.scss +328 -0
- data/docs/source/stylesheets/vendor/_normalize.scss +341 -0
- data/docs/source/stylesheets/vendor/highlight/_tomorrow_night_blue.scss +75 -0
- data/docs/source/upgrade-guides.html.md +18 -0
- data/docs/source/upgrade-guides/workarea-3-4-0.html.md +152 -0
- data/docs/workarea_renderer.rb +8 -0
- data/docs/yarn.lock +2522 -0
- metadata +669 -0
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="507" width="620"><path d="M248.6 281v-24.6h7.7q3.6 0 5.6 2 2.1 1.8 2.1 5 0 2.1-1 3.8-1.1 1.7-3 2.4-1.8.7-5.3.7H252V281h-3.5zm7.1-21.5h-3.6v7.7h3.8q2.2 0 3.3-1 1.2-1 1.2-2.9 0-3.8-4.7-3.8zm13.3 5.3v3.7l.2-.2q2.4-3.8 4.7-3.8 1.8 0 3.8 1.8l-1.7 2.9q-1.7-1.6-3.1-1.6-1.6 0-2.7 1.4-1.1 1.5-1.1 3.5v8.5h-3.2v-16.2h3.2zm12.6-6.8q.8 0 1.3.6.6.5.6 1.3t-.6 1.3q-.5.6-1.3.6t-1.3-.6q-.6-.5-.6-1.3 0-.7.6-1.3.5-.6 1.3-.6zm-1.6 6.8h3.2V281H280v-16.2zm21 4.5V281h-3.2v-9q0-2.7-.7-3.7-.7-1.1-2.5-1.1-1 0-1.9.4-.8.5-1.9 1.7V281h-3.2v-16.2h3.2v2.2q2.5-2.5 4.8-2.5 3.1 0 4.8 3 2.6-3 5.4-3 2.3 0 3.8 1.7 1.6 1.7 1.6 5.3v9.5H308v-9.6q0-2-.9-3-.8-1.1-2.3-1.1-2 0-3.8 2zm24.7 2v6.9q0 .8.5.8.6 0 1.8-.9v2l-1.7 1-1.4.2q-2 0-2.4-1.6-2 1.5-4.4 1.5-1.7 0-2.8-1-1.1-1.2-1.1-2.9 0-1.5 1-2.7 1.2-1.2 3.2-2l4.1-1.3v-.9q0-2.9-3-2.9-2.5 0-5 2.7v-3.5q1.9-2.2 5.4-2.2 2.6 0 4.2 1.4.5.4.9 1.2.4.7.5 1.4.2.7.2 2.8zm-3.2 6.5V273l-2.1.8q-1.7.7-2.4 1.3-.6.7-.6 1.7t.6 1.6q.7.6 1.7.6 1.5 0 2.8-1.2zm11.8-13v3.7l.2-.2q2.3-3.8 4.6-3.8 1.8 0 3.8 1.8l-1.7 2.9q-1.6-1.6-3-1.6-1.6 0-2.8 1.4-1 1.5-1 3.5v8.5H331v-16.2h3.2zm21.8 0h3.6l-11.4 24.4h-3.6l5.5-11.7-6.2-12.7h3.6l4.4 9.2 4.1-9.2z" font-size="36" font-family="GillSans" fill="#fffffe"/><path d="M151.8 106.2c0 2.2 1.1 4 2.5 4h302.5c1.3 0 2.5-1.8 2.5-4V14c0-2.2-1.2-4-2.5-4H154.3c-1.4 0-2.5 1.8-2.5 4v92" fill="#484743"/><path d="M200.3 40.1V44q-3.8 2.1-9 2.1-4 0-6.9-1.6-2.9-1.7-4.5-4.6-1.7-2.9-1.7-6.3 0-5.3 3.8-9 3.9-3.6 9.5-3.6 3.8 0 8.6 2v3.8q-4.3-2.5-8.5-2.5t-7 2.7q-2.8 2.6-2.8 6.6 0 4 2.8 6.7 2.7 2.6 7 2.6 4.5 0 8.7-2.8zm4-18.8h3.2v24.5h-3.2V21.3zm9.5 1.6q.8 0 1.4.5.6.5.6 1.3t-.6 1.4q-.6.5-1.4.5-.7 0-1.3-.5-.5-.6-.5-1.4 0-.7.5-1.3.6-.5 1.3-.5zm-1.5 6.8h3.2v16.1h-3.2V29.7zm21.5 8.3h-11.3q0 2.3 1.5 3.7 1.5 1.4 3.7 1.4 3.2 0 5.9-2v3.1q-1.5 1-3 1.5-1.4.4-3.4.4-2.6 0-4.3-1.1-1.6-1.1-2.6-3t-1-4.3q0-3.7 2-6 2.2-2.4 5.5-2.4 3.2 0 5.1 2.3 2 2.2 2 6v.4zm-11.3-1.9h8.2q-.1-2-1.2-3-1-1-2.7-1-1.7 0-2.8 1-1.1 1-1.5 3zm18-6.4v2q2.1-2.4 4.9-2.4 1.5 0 2.8.8 1.3.8 2 2.2.6 1.3.6 4.3v9.2h-3.2v-9.2q0-2.5-.7-3.5-.8-1-2.6-1-2.2 0-3.8 2.2v11.5h-3.3V29.7h3.3zm12.5 2.5l6-5.9v3.4h5.1v2.8h-5v8q0 2.7 2.2 2.7 1.8 0 3.7-1.1v3q-1.9 1-4 1-2.2 0-3.7-1.3l-.8-.8q-.3-.5-.5-1.3t-.2-3v-7.2H253v-.3zm27.5-11.1h2.5l11 24.7h-3.6l-3.3-7.2h-10.4l-3.1 7.2H270l10.5-24.7zm5.2 14.3l-4-8.9-3.7 9h7.7zM296 54V29.8h5.7q4.3 0 6.7 2.1 2.4 2.1 2.4 6 0 3.6-2.3 6-2.2 2.3-5.7 2.3-1.6 0-3.5-.7v8.7h-3.2zm5.6-21.4h-2.3v10q1.5.8 3.1.8 2.3 0 3.7-1.6 1.4-1.6 1.4-4 0-1.6-.6-2.8-.7-1.2-1.9-1.8-1.2-.6-3.4-.6zM314 54V29.8h5.7q4.3 0 6.7 2.1 2.4 2.1 2.4 6 0 3.6-2.3 6-2.2 2.3-5.7 2.3-1.6 0-3.5-.7v8.7h-3.2zm5.6-21.4h-2.3v10q1.5.8 3.1.8 2.3 0 3.7-1.6 1.4-1.6 1.4-4 0-1.6-.6-2.8-.7-1.2-1.9-1.8-1.2-.6-3.4-.6zm12.7-11.3h3.2v24.5h-3.2V21.3zm9.6 1.6q.8 0 1.3.5.6.5.6 1.3t-.6 1.4q-.5.5-1.3.5t-1.3-.5q-.6-.6-.6-1.4 0-.7.6-1.3.5-.5 1.3-.5zm-1.6 6.8h3.2v16.1h-3.2V29.7zM360.2 42v3.2q-2.4 1-4.7 1-3.8 0-6-2.3-2.3-2.3-2.3-6 0-3.9 2.2-6.2 2.2-2.4 5.8-2.4 1.2 0 2.2.3 1 .2 2.5.9v3.4q-2.5-1.6-4.5-1.6-2.2 0-3.6 1.6-1.4 1.5-1.4 3.8 0 2.5 1.5 4 1.5 1.4 4 1.4 2 0 4.3-1zm13.8-5.9V43q0 .8.6.8.5 0 1.8-.9v2l-1.8 1q-.6.2-1.4.2-2 0-2.4-1.6-2 1.6-4.3 1.6-1.7 0-2.8-1.1-1.2-1.2-1.2-2.8 0-1.6 1.1-2.8 1.1-1.2 3.2-1.9l4-1.4v-.9q0-2.9-2.9-2.9-2.6 0-5 2.7v-3.5q1.8-2.2 5.3-2.2 2.6 0 4.2 1.4l1 1.2q.4.7.5 1.4l.1 2.8zm-3.1 6.5v-4.8l-2.2.9q-1.6.6-2.3 1.3-.7.6-.7 1.6t.7 1.6q.6.7 1.6.7 1.6 0 2.9-1.3zm6.1-10.4l6-5.9v3.4h5.1v2.8H383v8q0 2.7 2.3 2.7 1.7 0 3.6-1.1v3q-1.8 1-4 1t-3.7-1.3l-.7-.8q-.3-.5-.5-1.3t-.2-3v-7.2H377v-.3zm16-9.3q.7 0 1.3.5.5.5.5 1.3t-.5 1.4q-.6.5-1.4.5-.7 0-1.3-.5-.6-.6-.6-1.4 0-.7.6-1.3.6-.5 1.3-.5zm-1.7 6.8h3.2v16.1h-3.2V29.7zm15.6-.1q3.7 0 6.1 2.4 2.4 2.4 2.4 6 0 3.5-2.4 5.8-2.5 2.3-6.3 2.3-3.6 0-6-2.3-2.5-2.4-2.5-5.9 0-3.5 2.5-5.9 2.4-2.4 6.2-2.4zm-.2 2.9q-2.3 0-3.8 1.5t-1.5 3.9q0 2.3 1.6 3.8 1.5 1.4 3.8 1.4 2.4 0 3.9-1.5 1.5-1.4 1.5-3.8 0-2.3-1.6-3.8-1.5-1.5-4-1.5zm15.5-2.8v2q2.1-2.4 4.8-2.4 1.5 0 2.8.8 1.3.8 2 2.2.7 1.3.7 4.3v9.2h-3.2v-9.2q0-2.5-.8-3.5-.7-1-2.5-1-2.3 0-3.8 2.2v11.5h-3.3V29.7h3.3z" font-size="36" font-family="GillSans" fill="#fffffe"/><path d="M151.8 59.9h307.5" stroke="#ecebe9" fill="none"/><path d="M260.4 97.8V73.3h8.3q5 0 8 1.5 2.9 1.5 4.6 4.4 1.7 3 1.7 6.4 0 2.4-1 4.7-.9 2.2-2.7 4-1.7 1.7-4.1 2.6-1.4.5-2.6.7-1.1.2-4.4.2h-7.8zm8-21.4h-4.5v18.3h4.5q2.7 0 4.1-.4 1.5-.4 2.5-.9 1-.6 1.8-1.4 2.6-2.6 2.6-6.6 0-4-2.7-6.5-1-1-2.3-1.5-1.2-.6-2.4-.8-1.1-.2-3.7-.2zm22 5.3v3.7l.2-.3q2.3-3.8 4.6-3.8 1.8 0 3.8 1.9l-1.7 2.8q-1.7-1.6-3.1-1.6-1.5 0-2.7 1.5-1.1 1.5-1.1 3.5v8.4h-3.2V81.7h3.2zm12.5-6.8q.8 0 1.3.5.6.5.6 1.3t-.6 1.4q-.5.5-1.3.5t-1.3-.5q-.6-.6-.6-1.4 0-.7.6-1.3.5-.5 1.3-.5zm-1.6 6.8h3.2v16.1h-3.2V81.7zm17.7 0h3.5L315.3 98h-1l-7.4-16.4h3.5l4.4 10 4.2-10zm19 8.3h-11.4q0 2.3 1.5 3.7 1.4 1.4 3.7 1.4 3.2 0 5.9-2v3.1q-1.5 1-3 1.5-1.4.4-3.4.4-2.6 0-4.3-1.1-1.7-1.1-2.7-3-1-1.9-1-4.3 0-3.7 2.2-6 2-2.4 5.4-2.4 3.2 0 5.1 2.3 2 2.2 2 6v.4zm-11.4-1.9h8.2q-.2-2-1.2-3t-2.7-1q-1.7 0-2.8 1-1.1 1-1.5 3zm18.2-6.4v3.7l.2-.3q2.3-3.8 4.6-3.8 1.8 0 3.8 1.9l-1.7 2.8q-1.7-1.6-3-1.6-1.6 0-2.8 1.5-1 1.5-1 3.5v8.4h-3.3V81.7h3.2z" font-size="36" font-family="GillSans" fill="#fffffe"/><path d="M235.7 124.4h3l-8.3 20.6h-.7l-6.7-16.6-6.7 16.6h-.6l-8.3-20.5h3l5.6 14 5.6-14h2.8l5.7 14 5.6-14zm6.7 7v3.1l.1-.2q2-3.2 3.9-3.2 1.5 0 3.1 1.6l-1.4 2.3q-1.4-1.3-2.6-1.3-1.3 0-2.2 1.2-1 1.3-1 3v7h-2.6v-13.5h2.7zm10.4-5.7q.6 0 1 .5.6.4.6 1 0 .7-.5 1.2t-1.1.5q-.7 0-1.1-.5-.5-.5-.5-1.1 0-.6.5-1 .4-.6 1-.6zm-1.4 5.7h2.7v13.5h-2.6v-13.5zm4.6 2.1l5-5v2.9h4.3v2.4h-4.2v6.6q0 2.3 2 2.3 1.3 0 3-1v2.5q-1.6.9-3.4.9-1.8 0-3-1l-.7-.8-.4-1q-.2-.7-.2-2.5v-6h-2.3v-.3zm23.5 4.8H270q.1 2 1.3 3.1t3 1.1q2.7 0 5-1.6v2.6q-1.3.8-2.5 1.2-1.2.3-2.8.3-2.3 0-3.6-.9-1.4-.9-2.2-2.5-.9-1.5-.9-3.6 0-3 1.8-5 1.7-2 4.5-2 2.7 0 4.3 2 1.6 1.8 1.6 5v.3zm-9.5-1.6h6.8q0-1.6-1-2.4-.8-.9-2.2-.9-1.5 0-2.4.9-.9.8-1.2 2.4zm11.7 7.1V141q1.1.8 2.3 1.3 1.2.4 2 .4t1.4-.4q.6-.4.6-1 0-.5-.4-1l-1.7-1q-2.5-1.5-3.3-2.5-.8-1-.8-2.2 0-1.6 1.2-2.5 1.2-1 3-1 2 0 4.1 1v2.7q-2.3-1.4-3.8-1.4-.8 0-1.3.3t-.5.9q0 .5.5.9.4.4 1.5 1l1 .5q3.3 2 3.3 4.2 0 1.7-1.3 2.8-1.3 1-3.3 1-1.2 0-2.1-.2-1-.3-2.4-1z" font-size="30" font-family="GillSans" fill="#2a86c0"/><path d="M334.2 145v-20.5h5.2q3 0 4.9 1.5 1.8 1.6 1.8 4.2 0 1.8-.9 3-.9 1.4-2.5 2 1 .7 1.9 1.8 1 1 2.6 3.9l1.7 2.6 1.1 1.4h-3.5l-.9-1.3-.1-.2-.6-.9-1-1.4-.9-1.6-1.7-2q-.7-.8-1.3-1.1-.6-.4-2-.4h-.8v9h-3zm3.9-18h-1v6.4h1.2q2.2 0 3-.3.9-.4 1.3-1.2.5-.8.5-1.7 0-1-.5-1.8t-1.5-1.1q-.9-.3-3-.3zm25.3 11.4H354q0 2 1.2 3.1 1.2 1.2 3.1 1.2 2.7 0 4.9-1.7v2.6q-1.2.9-2.4 1.2-1.2.4-2.9.4-2.2 0-3.6-1-1.4-.9-2.2-2.4-.8-1.6-.8-3.7 0-3 1.7-5 1.8-1.9 4.6-1.9 2.6 0 4.2 1.9t1.6 5v.3zm-9.4-1.6h6.8q-.1-1.5-1-2.4-.8-.9-2.2-.9-1.5 0-2.4.9-.9.9-1.2 2.4zm20.8 0v5.8q0 .7.4.7.5 0 1.6-.8v1.7l-1.5.8-1.2.2q-1.7 0-2-1.4-1.7 1.4-3.6 1.4-1.4 0-2.3-1-1-1-1-2.3 0-1.3 1-2.3.9-1 2.5-1.6l3.5-1.2v-.7q0-2.4-2.5-2.4-2.2 0-4.2 2.3v-3q1.5-1.8 4.4-1.8 2.2 0 3.5 1.2.5.3.8 1 .4.5.5 1.1v2.3zm-2.6 5.5v-4l-1.8.7q-1.4.5-2 1-.5.6-.5 1.4 0 .9.5 1.4.5.5 1.4.5 1.3 0 2.4-1zm15.9-17.8h2.7v20.4h-5.7q-3 0-4.8-1.8-1.7-2-1.7-5.1 0-3 1.8-4.9 1.9-2 4.8-2 1.4 0 3 .7v-7.3zm0 18.2V134q-1.2-.6-2.5-.6-2 0-3.2 1.3-1.1 1.3-1.1 3.5 0 2 1 3.2.6.7 1.3 1 .7.2 2.5.2h2zm5.7 1.3v-3q1.1.8 2.3 1.3 1.2.5 2 .5t1.4-.4q.6-.4.6-1t-.4-1q-.4-.4-1.7-1.1-2.5-1.4-3.3-2.4-.8-1-.8-2.3 0-1.5 1.2-2.5t3-1q2 0 4.1 1.1v2.7q-2.3-1.5-3.8-1.5-.8 0-1.3.4-.5.3-.5.8t.5 1l1.5 1 1 .5q3.3 1.9 3.3 4.2 0 1.7-1.3 2.7-1.3 1-3.3 1-1.2 0-2.2-.2-1-.2-2.3-1z" font-size="30" font-family="GillSans" fill="#484743"/><path d="M151.8 387.6l-10.5-12.5 3.1-2.6q2-1.6 3.8-1.6 2 0 3.3 1.6 1 1 1 2.3.2 1.3-.5 2.5l2 .1q1.2.2 3.7 1l2.4.8 1.4.3-2.1 1.8-1.3-.3-.2-.1-.8-.2-1.3-.5-1.4-.4-2-.4h-1.5q-.5.1-1.4.9l-.5.4 4.6 5.4-1.8 1.5zm-6.9-13l-.5.5 3.3 4 .7-.6q1.3-1.1 1.6-1.8.4-.7.3-1.4-.2-.7-.7-1.3-.5-.6-1.2-.8-.7-.2-1.4 0-.8.4-2 1.5zm21.5-6l-5.8 5q1 1 2.3 1.1 1.4.1 2.5-.9 1.6-1.3 2.1-3.5l1.4 1.6q-.3 1.2-1 2-.5.8-1.5 1.7-1.3 1.1-2.6 1.3-1.4.1-2.7-.4-1.3-.5-2.3-1.8-1.6-1.9-1.5-4 0-2 1.7-3.5 1.7-1.4 3.6-1 2 .3 3.6 2.2l.2.2zm-6.6 3.9l4.1-3.5q-.9-1-1.8-1-1-.1-1.9.6-.8.8-1 1.8 0 1 .6 2.1zm15.1 2.9L164.4 363l2.9-2.4q2.2-1.9 4.3-1.8 2.2 0 3.8 2 1.6 1.9 1.4 4-.1 2.2-1.9 3.7-.8.7-2 1.1l3.7 4.4-1.7 1.4zm-6.4-13.3l-1.1 1 4.2 5q1.1-.2 2-.9 1.1-1 1.2-2.3 0-1.4-1-2.7-.7-.8-1.6-1.1-.8-.4-1.7-.1-.8.2-2 1.1zm1.7-11.2l1.6-1.4 10.5 12.5-1.6 1.4-10.5-12.5zm5.5-3.3q.4-.4 1-.3.5 0 .8.4.3.4.3 1 0 .5-.5.8-.3.3-.9.3-.5 0-.8-.5-.3-.3-.3-.9 0-.5.4-.8zm2.1 4.1l1.7-1.3 6.9 8.2-1.6 1.4-7-8.3zm15.5-2.2l1.4 1.6q-.9 1.5-2 2.5-2 1.6-4.1 1.5-2.1-.2-3.7-2.2-1.7-1.9-1.6-4 .2-2.2 2-3.7l1.2-.8q.6-.4 1.7-.6l1.4 1.7q-1.9.2-3 1.1-1 1-1 2.3-.1 1.4.9 2.6 1 1.3 2.4 1.4 1.4 0 2.7-1 1-.8 1.7-2.4zm4.5-8.9l3 3.5q.3.4.6.2.3-.3.6-1.2l.8 1-.5 1.2q-.2.4-.6.7-1 .9-2 .2-.3 1.7-1.5 2.7-.8.7-1.9.6-1 0-1.8-1-.6-.7-.6-1.8 0-1 .8-2.3l1.5-2.5-.4-.4q-1.2-1.5-2.7-.3-1.3 1.2-1.5 3.6l-1.5-1.8q0-1.9 1.8-3.4 1.4-1.1 2.8-1l1 .1.9.5 1.2 1.4zm1.2 4.7l-2-2.5-.8 1.3q-.6 1-.6 1.7 0 .6.3 1.1.5.5 1 .6.7 0 1.2-.4.8-.6.9-1.8zm-1.3-8l.5-5.6 1.4 1.7 2.6-2.2 1.3 1.5-2.6 2.2 3.4 4q1.2 1.5 2.3.5 1-.8 1.4-2.2l1.3 1.6q-.5 1.3-1.6 2.2-1.2 1-2.5 1-.4 0-.7-.2l-.8-.4q-.5-.3-1.4-1.5l-3-3.6-1.5 1.2-.1-.2zm4.1-11.6q.4-.3 1-.3.4 0 .8.4.3.4.3 1 0 .5-.5.8-.4.3-.9.3t-.9-.4q-.3-.4-.2-1 0-.5.4-.8zm2 4.2l1.7-1.4 7 8.2-1.7 1.4-7-8.2zm8-6.7q1.9-1.6 4.2-1.4 2.2.1 3.8 2 1.5 1.8 1.2 4-.3 2.2-2.2 3.9-1.8 1.5-4.1 1.4-2.3-.2-3.8-2t-1.2-4q.2-2.3 2.1-4zm1.2 1.5q-1.2 1-1.3 2.4-.1 1.4.9 2.6 1 1.2 2.4 1.3 1.4.1 2.6-1 1.2-1 1.3-2.3.1-1.4-.8-2.6-1-1.2-2.5-1.3-1.4-.1-2.6 1zm6.6-8.1l1 1q0-2 1.4-3.2.8-.7 1.8-.8 1-.2 1.9.2 1 .4 2.2 2l4 4.7-1.7 1.3-4-4.7q-1-1.2-1.8-1.4-.9-.3-1.8.5-1.1 1-1 2.8l5 5.9-1.7 1.4-7-8.3 1.7-1.4z" font-size="24" font-family="GillSans" fill="#2a86c0"/><g stroke="#2a86c0" stroke-width="8"><path d="M240 324.3l-91.1 76.4" fill="none"/><path d="M144.2 395.2l-10 17.8 19.3-6.8z" fill="#2a86c0"/></g><g stroke="#2a86c0" stroke-width="5"><path d="M250.2 147v70.7" fill="none"/><path d="M244.7 217.7l5.4 14.4 5.4-14.4z" fill="#2a86c0"/></g><g stroke="#484743" stroke-width="5"><path d="M370 147v70.7" fill="none"/><path d="M364.6 217.7l5.4 14.4 5.4-14.4z" fill="#484743"/></g><path d="M410.1 243.6c0-1.2-2.9-2.2-6.5-2.2h-187c-3.6 0-6.5 1-6.5 2.2v60.7c0 1.2 3 2.1 6.5 2.1h187c3.6 0 6.5-.9 6.5-2v-60.8" fill="#2a86c0"/><path d="M255.3 286v-24.6h7.8q3.5 0 5.6 1.9 2 1.9 2 5 0 2.2-1 3.8-1 1.7-3 2.5-1.8.7-5.3.7h-2.6v10.6h-3.5zm7.2-21.5h-3.7v7.7h3.9q2.1 0 3.3-1 1.1-1 1.1-3 0-3.7-4.6-3.7zm14.3 5.3v3.7l.2-.3q2.3-3.7 4.6-3.7 1.9 0 3.8 1.8l-1.7 2.8q-1.6-1.6-3-1.6-1.6 0-2.7 1.5-1.2 1.5-1.2 3.5v8.4h-3.2v-16.1h3.2zm12.5-6.8q.8 0 1.4.5.5.6.5 1.4 0 .7-.5 1.3-.6.6-1.4.6-.7 0-1.3-.6-.5-.6-.5-1.3 0-.8.5-1.3.6-.6 1.3-.6zm-1.6 6.8h3.2v16.1h-3.2v-16.1zm21.1 4.4V286h-3.2v-9q0-2.6-.7-3.7-.8-1-2.5-1-1 0-1.9.4-.8.4-1.9 1.6V286h-3.2v-16.1h3.2v2.1q2.5-2.4 4.8-2.4 3 0 4.8 2.9 2.5-3 5.3-3 2.4 0 3.9 1.7 1.5 1.8 1.5 5.3v9.5h-3.2v-9.5q0-2-.8-3.1t-2.4-1.1q-2 0-3.7 2zm24.6 2v6.9q0 .8.6.8t1.8-.8v2l-1.8.9q-.6.2-1.3.2-2.1 0-2.5-1.6-2 1.6-4.3 1.6-1.7 0-2.8-1.1-1.1-1.1-1.1-2.8 0-1.6 1-2.8 1.1-1.2 3.2-1.9l4-1.4v-.8q0-3-2.9-3-2.6 0-5 2.8v-3.5q1.8-2.2 5.3-2.2 2.6 0 4.2 1.3l1 1.2q.4.7.5 1.5l.1 2.7zm-3.1 6.5V278l-2.2.9q-1.6.6-2.3 1.3-.7.6-.7 1.6t.7 1.7q.6.6 1.6.6 1.6 0 2.9-1.3zm11.7-12.9v3.7l.3-.3q2.3-3.7 4.6-3.7 1.8 0 3.8 1.8L349 274q-1.7-1.6-3.1-1.6-1.6 0-2.7 1.5t-1.1 3.5v8.4h-3.2v-16.1h3.2zm21.9 0h3.6L356 294.2h-3.5l5.5-11.7-6.3-12.7h3.6l4.4 9.1 4.2-9.1z" font-size="36" font-family="GillSans" fill="#fff"/><path d="M390.2 321.8l10.5-12.6 3.1 2.7q2 1.6 2.3 3.4.3 2-1 3.5-1 1.1-2.2 1.5-1.2.3-2.6-.2.3 1 .3 2 0 1.3-.4 3.8l-.3 2.5v1.5l-2.2-1.8.1-1.3v-.2l.1-.8.2-1.4.3-1.5v-2q-.1-1-.3-1.4-.2-.6-1-1.3l-.6-.4-4.5 5.5-1.8-1.5zm11.5-9.1l-.5-.4-3.3 4 .7.5q1.3 1.1 2 1.3.7.2 1.4 0 .7-.3 1.2-.9.5-.5.6-1.3 0-.7-.3-1.4-.4-.7-1.8-1.8zm9.7 20.1l-5.8-4.9q-1 1.3-.8 2.6.2 1.3 1.3 2.3 1.6 1.3 3.8 1.4l-1.3 1.6q-1.2 0-2.1-.5-1-.4-2-1.2-1.3-1.2-1.7-2.5-.3-1.2 0-2.6.3-1.4 1.3-2.6 1.6-2 3.7-2.2 2-.3 3.7 1.1 1.7 1.4 1.7 3.4t-1.6 3.9l-.2.2zm-5-5.8l4.2 3.5q.8-1 .7-2 0-1-1-1.7-.8-.8-1.9-.7-1 0-2 .9zm-.2 15.4l10.4-12.5 2.9 2.4q2.2 1.9 2.5 4 .3 2.1-1.3 4-1.6 2-3.8 2.1-2.1.3-3.9-1.2-.8-.7-1.4-1.8l-3.8 4.4-1.6-1.4zm12-8.6l-1.2-1-4.2 5.1q.4 1 1.2 1.7 1.2 1 2.6.8 1.4-.2 2.4-1.4.7-.8.9-1.8.2-.9-.2-1.6-.4-.8-1.5-1.8zm11.4-.3l1.6 1.3-10.5 12.6-1.7-1.4 10.6-12.5zm4.2 4.9q.4.3.4.8t-.3 1q-.3.3-.8.4-.6 0-1-.3-.3-.3-.4-.9 0-.5.3-.9t.8-.4q.6 0 1 .3zM430 341l1.7 1.4-7 8.3-1.6-1.4 7-8.3zm4.9 15l-1.4 1.6q-1.6-.5-2.7-1.5-2-1.7-2.2-3.8-.2-2 1.5-4 1.6-2 3.7-2.2 2.1-.3 4 1.3l1 1 .9 1.6-1.5 1.7q-.6-1.8-1.6-2.7-1.1-1-2.5-.8-1.3.2-2.3 1.4-1.1 1.3-1 2.7.2 1.4 1.5 2.5 1 .7 2.6 1.2zm9.6 2.9l-3 3.5q-.3.4 0 .7.3.2 1.3.3l-.9 1-1.3-.3-.8-.4q-1-1-.5-1.9-1.8 0-3-1-.8-.8-.9-1.8 0-1 .6-2 .7-.7 1.8-.9 1-.1 2.4.4l2.7 1 .3-.4q1.3-1.5-.2-2.7-1.3-1.2-3.8-.8l1.5-1.8q2-.3 3.7 1.2 1.4 1 1.6 2.5v1l-.4 1-1.1 1.4zm-4.4 2l2-2.5-1.4-.5q-1.1-.3-1.8-.3-.6 0-1 .6-.4.5-.4 1 0 .7.6 1.1.8.7 2 .6zm7.6-2.7l5.6-.5-1.5 1.7 2.6 2.2-1.2 1.5-2.6-2.2-3.4 4q-1.2 1.5 0 2.5.9.7 2.3 1l-1.2 1.5q-1.4-.3-2.5-1.2-1.2-1-1.4-2.3v-.7q0-.4.3-.9l1.2-1.6 3-3.7-1.4-1.2.2-.1zm12.1 2q.4.4.5.9 0 .5-.3 1-.3.3-.9.4-.5 0-.9-.3-.4-.4-.4-.9t.3-1q.3-.3.8-.3l1 .2zm-3.7 2.8l1.6 1.4-6.9 8.3-1.6-1.4 6.9-8.3zm7.9 6.7q2 1.6 2.2 3.8.2 2.3-1.4 4.1-1.5 1.8-3.7 2-2.3 0-4.2-1.6-1.8-1.5-2-3.8-.3-2.2 1.2-4 1.5-1.8 3.8-2 2.2-.1 4.2 1.5zm-1.3 1.4q-1.1-1-2.6-.9-1.4.2-2.4 1.4-1 1.1-.8 2.5.1 1.4 1.3 2.5 1.2 1 2.6.8 1.5 0 2.5-1.3 1-1.1.8-2.6-.2-1.4-1.4-2.4zm9.1 5.1l-.8 1q2-.2 3.5 1 .7.6 1 1.6.4 1 .2 2-.3.9-1.5 2.4l-4 4.7-1.6-1.3 4-4.7q1-1.3 1-2.2.1-.8-.8-1.6-1.2-1-3-.5l-4.9 5.9-1.7-1.4 7-8.3 1.6 1.4z" font-size="24" font-family="GillSans" fill="#2a86c0"/><g stroke="#2a86c0" stroke-width="8"><path d="M380.2 324l91 76.4" fill="none"/><path d="M466.6 405.9l19.4 6.8-10.1-17.8z" fill="#2a86c0"/></g><path d="M220.2 434c0-1.2-2.9-2.1-6.5-2.1h-187c-3.6 0-6.5.9-6.5 2v60.8c0 1.2 3 2.2 6.5 2.2h187c3.6 0 6.5-1 6.5-2.2V434" fill="#5ca831"/><path d="M53 466.3l-2.7-1.6q-2.6-1.6-3.6-3-1-1.5-1-3.5 0-2.9 2-4.7 2-1.8 5.2-1.8 3 0 5.6 1.7v4Q56 455 52.8 455q-1.7 0-2.8.8-1.1.8-1.1 2 0 1.1.8 2.1t2.6 2l2.7 1.6q4.5 2.7 4.5 6.8 0 3-2 4.8-2 1.9-5.1 1.9-3.7 0-6.7-2.3v-4.4q2.9 3.6 6.6 3.6 1.7 0 2.8-1 1-.9 1-2.3 0-2.2-3.2-4.2zm23.7 2.5H65.3q.2 2.3 1.6 3.7 1.4 1.4 3.7 1.4 3.2 0 5.8-2v3.1q-1.4 1-2.9 1.4-1.4.4-3.4.4-2.7 0-4.3-1-1.7-1.2-2.7-3-1-2-1-4.4 0-3.7 2.1-6t5.5-2.3q3.2 0 5.1 2.3 2 2.2 2 6v.4zm-11.3-2h8.2q-.2-1.8-1.2-2.9-1-1-2.7-1-1.8 0-2.9 1-1 1-1.4 3zm26.9 6v3.2q-2.4.9-4.7.9-3.8 0-6-2.3-2.3-2.2-2.3-6t2.2-6.2q2.2-2.3 5.7-2.3 1.3 0 2.3.3 1 .2 2.4.8v3.4q-2.4-1.5-4.5-1.5t-3.5 1.5q-1.4 1.5-1.4 3.9 0 2.5 1.5 4 1.5 1.4 4 1.4 1.9 0 4.3-1zm11.3-12.4q3.7 0 6.2 2.4 2.4 2.4 2.4 6 0 3.5-2.5 5.8-2.4 2.3-6.2 2.3-3.6 0-6-2.4-2.5-2.3-2.5-5.8 0-3.6 2.4-6 2.5-2.3 6.2-2.3zm-.1 2.9q-2.3 0-3.8 1.5t-1.5 3.8q0 2.4 1.5 3.8 1.5 1.5 4 1.5 2.3 0 3.8-1.5t1.5-3.8q0-2.3-1.6-3.8t-4-1.5zm15.5-2.9v2q2-2.3 4.8-2.3 1.5 0 2.8.8 1.3.8 2 2.1.7 1.4.7 4.3v9.3H126v-9.2q0-2.5-.8-3.5-.7-1.1-2.5-1.1-2.3 0-3.9 2.2v11.6h-3.2v-16.2h3.2zm25.5-8.4h3.2v24.6H141q-3.6 0-5.7-2.3-2.1-2.2-2.1-6 0-3.6 2.2-6 2.2-2.2 5.7-2.2 1.6 0 3.5.7V452zm0 21.9v-10.3q-1.5-.8-3-.8-2.4 0-3.8 1.6t-1.4 4.2q0 2.5 1.2 3.9.8.8 1.6 1 .8.4 3 .4h2.4zm17.8-7v6.8q0 .9.5.9.6 0 1.8-.9v2l-1.7 1-1.4.2q-2 0-2.4-1.6-2 1.5-4.4 1.5-1.7 0-2.8-1-1.1-1.2-1.1-2.9 0-1.5 1-2.7 1.2-1.2 3.2-2l4.1-1.3v-.9q0-2.9-3-2.9-2.5 0-5 2.7v-3.5q1.9-2.2 5.4-2.2 2.6 0 4.2 1.4.5.4.9 1.2.4.7.5 1.4.2.7.2 2.8zm-3.2 6.5v-4.8l-2.1.8q-1.7.7-2.4 1.3-.6.7-.6 1.7t.6 1.6q.7.6 1.7.6 1.5 0 2.8-1.2zm11.9-13v3.7-.2q2.4-3.8 4.7-3.8 1.8 0 3.8 1.8l-1.7 2.8q-1.6-1.5-3-1.5-1.6 0-2.8 1.4-1 1.5-1 3.5v8.5h-3.3v-16.2h3.2zm21.7 0h3.6L185 484.8h-3.6l5.5-11.7-6.2-12.7h3.6l4.3 9.1 4.2-9z" font-size="36" font-family="GillSans" fill="#fffffe"/><path d="M599.8 434c0-1.2-3-2.1-6.5-2.1h-187c-3.6 0-6.5.9-6.5 2v60.8c0 1.2 2.9 2.2 6.5 2.2h187c3.6 0 6.5-1 6.5-2.2V434" fill="#5ca831"/><path d="M432.5 466.3l-2.7-1.6q-2.5-1.6-3.6-3-1-1.5-1-3.5 0-2.9 2-4.7 2-1.8 5.2-1.8 3 0 5.6 1.7v4q-2.6-2.5-5.7-2.5-1.7 0-2.8.8-1.1.8-1.1 2 0 1.1.8 2.1t2.6 2l2.7 1.6q4.5 2.7 4.5 6.8 0 3-2 4.8-2 1.9-5.1 1.9-3.6 0-6.6-2.3v-4.4q2.8 3.6 6.6 3.6 1.6 0 2.7-1 1.1-.9 1.1-2.3 0-2.2-3.2-4.2zm23.8 2.5h-11.4q.1 2.3 1.5 3.7 1.5 1.4 3.7 1.4 3.2 0 5.9-2v3.1q-1.5 1-3 1.4-1.4.4-3.4.4-2.6 0-4.3-1-1.6-1.2-2.6-3-1-2-1-4.4 0-3.7 2-6 2.2-2.3 5.5-2.3 3.2 0 5.1 2.3 2 2.2 2 6v.4zm-11.3-2h8q0-1.8-1-2.9-1-1-2.8-1-1.7 0-2.8 1-1.1 1-1.4 3zm26.8 6v3.2q-2.4.9-4.7.9-3.8 0-6-2.3-2.3-2.2-2.3-6t2.2-6.2q2.2-2.3 5.8-2.3 1.2 0 2.2.3 1 .2 2.5.8v3.4q-2.4-1.5-4.5-1.5-2.2 0-3.6 1.5t-1.4 3.9q0 2.5 1.5 4 1.5 1.4 4 1.4 2 0 4.3-1zm11.4-12.4q3.7 0 6.1 2.4 2.5 2.4 2.5 6 0 3.5-2.5 5.8t-6.3 2.3q-3.6 0-6-2.4-2.5-2.3-2.5-5.8 0-3.6 2.5-6 2.5-2.3 6.2-2.3zm-.2 2.9q-2.3 0-3.8 1.5-1.4 1.5-1.4 3.8 0 2.4 1.5 3.8 1.5 1.5 3.8 1.5 2.4 0 3.9-1.5t1.5-3.8q0-2.3-1.6-3.8-1.5-1.5-3.9-1.5zm15.5-2.9v2q2.1-2.3 4.8-2.3 1.6 0 2.9.8 1.3.8 2 2.1.6 1.4.6 4.3v9.3h-3.2v-9.2q0-2.5-.7-3.5-.8-1.1-2.6-1.1-2.2 0-3.8 2.2v11.6h-3.3v-16.2h3.3zM524 452h3.3v24.6h-6.9q-3.5 0-5.7-2.3-2.1-2.2-2.1-6 0-3.6 2.2-6 2.3-2.2 5.8-2.2 1.6 0 3.5.7V452zm0 21.9v-10.3q-1.4-.8-3-.8-2.3 0-3.8 1.6-1.4 1.6-1.4 4.2 0 2.5 1.3 3.9.7.8 1.5 1 .8.4 3 .4h2.5zm17.8-7v6.8q0 .9.6.9.5 0 1.8-.9v2l-1.8 1q-.6.2-1.4.2-2 0-2.4-1.6-2 1.5-4.3 1.5-1.7 0-2.8-1-1.2-1.2-1.2-2.9 0-1.5 1.1-2.7 1.1-1.2 3.1-2l4.1-1.3v-.9q0-2.9-2.9-2.9-2.6 0-5 2.7v-3.5q1.8-2.2 5.3-2.2 2.6 0 4.2 1.4.5.4 1 1.2.4.7.5 1.4v2.8zm-3.2 6.5v-4.8l-2.1.8q-1.6.7-2.3 1.3-.7.7-.7 1.7t.6 1.6q.7.6 1.7.6 1.5 0 2.8-1.2zm11.9-13v3.7l.1-.2q2.4-3.8 4.7-3.8 1.8 0 3.8 1.8l-1.7 2.8q-1.7-1.5-3.1-1.5-1.6 0-2.7 1.4-1.1 1.5-1.1 3.5v8.5h-3.3v-16.2h3.3zm21.8 0h3.6l-11.5 24.4h-3.6l5.5-11.7-6.2-12.7h3.6l4.4 9.1 4.2-9z" font-size="36" font-family="GillSans" fill="#fffffe"/></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="1427" height="867" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a"><stop stop-color="#0240FF" offset="0%"/><stop stop-color="#0060FF" offset="100%"/></linearGradient><path id="b" d="M.887.21h28.649v31.532H.886z"/><path id="d" d="M0 .48h28.644v27.335H0z"/><path id="f" d="M.685.755h31.252v30.987H.685z"/></defs><g fill="none" fill-rule="evenodd"><ellipse fill="url(#a)" cx="713.5" cy="433.5" rx="713.5" ry="433.5"/><g opacity=".3"><g fill="#FFF"><path d="M1295.498 558.626a1.302 1.302 0 0 0-.982 1.558l2.01 8.886-19.049 4.307-4.308-19.043 7.62-1.723a1.302 1.302 0 1 0-.575-2.54l-8.89 2.011a1.302 1.302 0 0 0-.982 1.556l4.883 21.583c.158.701.855 1.14 1.557.982l21.589-4.88a1.303 1.303 0 0 0 .983-1.558l-2.299-10.156a1.302 1.302 0 0 0-1.557-.983"/><path d="M1295.652 549.396l-4.374-2.76 1.284-2.044 4.38 2.751-1.29 2.053zm-7.412 11.792l-4.083 1.636-.297-4.388 6.032-9.596 4.375 2.76-6.027 9.588zm11.19-15.356l-6.586-4.135a1.3 1.3 0 0 0-1.794.409l-9.62 15.304a1.305 1.305 0 0 0-.198.78l.448 6.595a1.299 1.299 0 0 0 1.586 1.181c.067-.014.133-.035.197-.06l6.14-2.46c.254-.102.47-.282.617-.515l9.62-15.304a1.303 1.303 0 0 0-.41-1.795z"/></g><g fill="#FFF"><path d="M305.232 612.541l.662-5.164 15.498 1.985-.662 5.163-15.498-1.984zm18.063-18.026l-1.572 12.265-15.498-1.986 1.573-12.264 15.497 1.985zm.579-4.519l-.248 1.937-15.497-1.986.248-1.936 15.497 1.985zm2.39-1.826c-.425-.549-1.03-.62-1.458-.678l-16.705-2.14c-.382-.05-1.016-.133-1.577.3a1.618 1.618 0 0 0-.61 1.092l-3.302 25.756c-.122.958.477 2.39 1.733 2.552l16.653 2.133c1.277.164 2.157-1.1 2.277-2.037l3.302-25.757c.075-.579-.13-.983-.313-1.221z"/><path d="M313.438 609.218c-.766-.098-1.461.4-1.553 1.114-.091.713.457 1.37 1.222 1.468.767.098 1.463-.4 1.554-1.113.09-.713-.456-1.37-1.223-1.469"/></g><g fill="#FFF"><path d="M167.866 640.273c-6.117 0-11.093-4.976-11.093-11.09 0-6.115 4.976-11.09 11.093-11.09s11.093 4.975 11.093 11.09c0 6.114-4.976 11.09-11.093 11.09m0-24.732c-7.524 0-13.645 6.12-13.645 13.641 0 7.522 6.121 13.642 13.645 13.642 7.525 0 13.645-6.12 13.645-13.642 0-7.52-6.12-13.64-13.645-13.64"/><path d="M172.266 624.923l-5.973 5.63-2.617-2.684a1.305 1.305 0 0 0-1.842-.024 1.303 1.303 0 0 0-.023 1.841l3.51 3.6a1.299 1.299 0 0 0 1.826.039l6.906-6.508a1.302 1.302 0 0 0-1.786-1.894"/></g><g fill="#FFF"><path d="M1214.297 652.779l-1.617 1.674c-1.025 1.04-2.394 1.655-3.857 1.655h-.033c-1.452 0-2.82-.59-3.857-1.612-2.154-2.123-2.186-5.626-.064-7.779l1.623-1.663a1.298 1.298 0 0 0-.025-1.838 1.302 1.302 0 0 0-1.84.027l-1.618 1.666c-3.124 3.17-3.082 8.31.096 11.441 1.528 1.505 3.545 2.36 5.685 2.36h.049c2.16 0 4.183-.892 5.702-2.434l1.621-1.692a1.297 1.297 0 1 0-1.865-1.805M1222.736 636.342c-1.528-1.505-3.545-2.361-5.684-2.361h-.047c-2.16 0-4.184.893-5.705 2.435l-1.622 1.692a1.297 1.297 0 1 0 1.866 1.805l1.616-1.673c1.027-1.04 2.397-1.656 3.86-1.656h.031c1.452 0 2.82.59 3.856 1.613 2.156 2.122 2.188 5.625.065 7.778l-1.621 1.664a1.3 1.3 0 0 0 .931 2.21c.34 0 .678-.138.933-.4l1.617-1.666c3.125-3.17 3.081-8.31-.096-11.44"/><path d="M1215.17 642.21l-6.354 6.445a1.303 1.303 0 1 0 1.855 1.828l6.354-6.445a1.303 1.303 0 0 0-1.855-1.829"/></g><g fill="#FFF"><path d="M1158.588 561.407c-6.117 0-11.094-4.974-11.094-11.09 0-6.114 4.977-11.089 11.094-11.089 6.116 0 11.093 4.975 11.093 11.09s-4.977 11.09-11.093 11.09m0-24.731c-7.524 0-13.645 6.12-13.645 13.64 0 7.523 6.12 13.641 13.645 13.641 7.523 0 13.645-6.118 13.645-13.64 0-7.521-6.122-13.641-13.645-13.641"/><path d="M1163.96 549.342h-3.906v-4.23a1.302 1.302 0 0 0-2.603 0v4.23h-3.906a1.302 1.302 0 0 0 0 2.603h3.906v3.905a1.301 1.301 0 1 0 2.603 0v-3.905h3.907a1.302 1.302 0 1 0 0-2.603"/></g><path d="M254.138 547.393h-8.463c-.565 0-1.041.362-1.22.865-.01.012-.023.02-.032.031l-3.304 4.042-3.305-4.042-.031-.03a1.298 1.298 0 0 0-1.221-.866H229.4v-16.921h24.738v16.921zm2.085-19.235c-.521-.442-1.13-.34-1.359-.302-.028.005-.058.013-.074.013h-26.026c-.032 0-.061-.009-.09-.013-.227-.039-.836-.14-1.358.302-.194.165-.52.536-.52 1.18v18.465c0 1.037.803 2.193 1.953 2.193h7.097l4.261 5.212c0 .002.002.003.003.003v.001l.004.004c.054.064.114.126.18.18l.017.012c.02.015.04.026.058.04a1.243 1.243 0 0 0 .425.197c.022.005.045.013.069.017a1.268 1.268 0 0 0 .51 0c.025-.004.047-.012.07-.017a1.177 1.177 0 0 0 .255-.095c.06-.028.115-.064.17-.103.019-.013.039-.024.057-.039.005-.004.012-.007.017-.012a1.25 1.25 0 0 0 .184-.184h.001l.003-.004 4.26-5.212h8.4c1.15 0 1.953-1.156 1.953-2.193v-18.465c0-.644-.326-1.015-.52-1.18zM98.178 559.475l-.852-11.47c.628.234 1.299.343 1.98.293l5.193-.386.2 2.687c.063.847.774 2.462 2.134 2.36l5.194-.385c1.359-.102 1.823-1.804 1.76-2.65l-.199-2.687 5.194-.386a4.672 4.672 0 0 0 1.915-.582l.853 11.47-23.372 1.736zm13.008-9.45l-3.897.29-.193-2.596 3.896-.29.194 2.596zm-15.056-9.323l24.67-1.832.168 2.256c.112 1.509-1.044 3.03-2.379 3.13L99.112 545.7c-1.334.1-2.702-1.234-2.815-2.744l-.167-2.255zm8.751-5.218l6.493-.482.096 1.297-6.492.484-.097-1.299zm18.428 2.003c-.05-.662-.422-1.005-.64-1.151-.585-.39-1.176-.198-1.399-.125l-7.156.536-.192-2.587a1.955 1.955 0 0 0-2.092-1.802l-7.79.578a1.955 1.955 0 0 0-1.803 2.092l.192 2.595-7.083.531-.074-.012c-.231-.04-.844-.142-1.365.33-.194.176-.511.572-.462 1.234l.256 3.444c.068.923.372 1.792.842 2.545l1.061 14.282c.069.934.864 2.236 2.117 2.143l24.67-1.832c1.255-.094 1.847-1.498 1.779-2.433l-1.062-14.281c.353-.815.525-1.72.456-2.641l-.255-3.446z" fill="#FFF"/><g transform="translate(1105.857 691.968)"><mask id="c" fill="#fff"><use xlink:href="#b"/></mask><path d="M21.676 26.144l-1.316-7.038a1.303 1.303 0 0 0-1.52-1.04l-7.678 1.436a1.301 1.301 0 0 0-1.041 1.518l1.315 7.036-5.119.957L3.604 14.5l8.482-11.242 12.048 7.698 2.66 14.232-5.118.957zm4.92-16.148a1.295 1.295 0 0 0-.585-.931L12.473.415a1.302 1.302 0 0 0-1.74.313L1.178 13.39a1.298 1.298 0 0 0-.26.742l-.032.006 3.021 16.16c.184.982 1.136 1.602 2.169 1.409l5.838-1.091.64-.12 1.92-.36-1.555-8.315 5.12-.956 1.555 8.316 1.279-.24 1.28-.239 5.838-1.09c1.033-.193 1.697-1.114 1.514-2.097l-2.902-15.52-.008.001z" fill="#FFF" mask="url(#c)"/></g><g transform="translate(430.005 531.446)"><mask id="e" fill="#fff"><use xlink:href="#d"/></mask><path d="M25.929 9.812a5.732 5.732 0 0 1-.881 2.108l-10.73 12.82L3.66 12.005a5.738 5.738 0 0 1-.943-2.199 5.92 5.92 0 0 1-.112-1.148c0-3.073 2.364-5.575 5.27-5.575 2.324 0 4.404 1.647 5.057 4.007.153.554.653.942 1.229.954l.274.006a1.303 1.303 0 0 0 1.28-.954c.652-2.36 2.732-4.007 5.057-4.007 2.905 0 5.27 2.501 5.27 5.574 0 .387-.038.773-.112 1.148M20.77.487c-2.605 0-5 1.354-6.447 3.488C12.876 1.837 10.481.481 7.874.481 3.531.48 0 4.15 0 8.659a8.377 8.377 0 0 0 1.113 4.193c.049.166.133.326.25.468l.24.285c.07.095.14.188.213.279.05.062.103.119.161.168l10.98 13.118c.343.41.838.645 1.36.645.523 0 1.02-.235 1.361-.644l10.946-13.076c.074-.06.143-.129.205-.206l.112-.143.36-.46c.094-.122.163-.254.208-.392a8.36 8.36 0 0 0 1.135-4.23c0-4.509-3.53-8.177-7.873-8.177" fill="#FFF" mask="url(#e)"/></g><g fill="#FFF"><path d="M926.83 552.059c-2.056.645-4.276-.573-4.95-2.715-.673-2.142.45-4.41 2.505-5.056 2.054-.646 4.274.572 4.948 2.714.674 2.142-.45 4.41-2.504 5.057m-3.226-10.255c-3.424 1.077-5.311 4.81-4.206 8.321 1.104 3.512 4.789 5.493 8.213 4.417 3.424-1.077 5.312-4.81 4.208-8.321-1.105-3.512-4.79-5.493-8.215-4.417"/><path d="M940.043 552.845l-23.599 7.419-4.687-14.9 5.64-1.774a1.297 1.297 0 0 0 .926-1.072l.56-3.488 7.158-2.25 2.476 2.56a1.3 1.3 0 0 0 1.327.337l5.511-1.732 4.688 14.9zm-4.226-17.774l-5.986 1.883-2.475-2.562a1.304 1.304 0 0 0-1.328-.337l-8.694 2.733a1.3 1.3 0 0 0-.895 1.036l-.565 3.515-6.14 1.931a1.303 1.303 0 0 0-.852 1.633l5.468 17.383a1.303 1.303 0 0 0 1.633.852l26.083-8.2a1.303 1.303 0 0 0 .851-1.632l-5.467-17.384a1.303 1.303 0 0 0-1.633-.851z"/></g><g transform="translate(274.877 685.62)"><mask id="g" fill="#fff"><use xlink:href="#f"/></mask><path d="M8.288 7.37l20.647.35-3.202 9.709-14.52-.246L8.287 7.37zm14.767 21.994c-.667-.01-1.2-.592-1.188-1.295.012-.703.564-1.265 1.231-1.254.667.01 1.2.593 1.188 1.295-.011.704-.564 1.266-1.231 1.254zm-10.192-.172c-.667-.01-1.2-.592-1.187-1.294.012-.704.564-1.266 1.23-1.255.668.011 1.2.592 1.188 1.296-.012.702-.564 1.265-1.23 1.253zm13.412-9.15c.922.014 1.6-.777 1.863-1.571l3.705-11.256c.23-.693-.012-1.185-.177-1.418-.457-.643-1.19-.656-1.467-.66L7.477 4.752l-.853-2.255a1.29 1.29 0 0 0-.1-.2c.007-.055.018-.108.019-.164A1.3 1.3 0 0 0 5.263.81L2.009.755a1.3 1.3 0 1 0-.045 2.602l2.458.042.983 2.592c-.068.285-.068.59.022.896l3.326 11.158c.046.16.111.32.185.478l-1.89 4.883a1.18 1.18 0 0 0-.067.27 1.284 1.284 0 0 0-.161.592 1.302 1.302 0 0 0 1.28 1.324l2 .034a3.669 3.669 0 0 0-.802 2.231c-.034 2.013 1.547 3.678 3.525 3.712 1.978.034 3.615-1.578 3.649-3.59a3.683 3.683 0 0 0-.726-2.259l4.545.077a3.675 3.675 0 0 0-.802 2.232c-.033 2.014 1.548 3.679 3.526 3.712 1.978.034 3.615-1.578 3.648-3.591a3.672 3.672 0 0 0-.725-2.256l1.038.016a1.301 1.301 0 1 0 .044-2.602l-17.273-.292L11 19.783l15.276.258z" fill="#FFF" mask="url(#g)"/></g></g><path d="M1054.938 604.893c0-5.06 4.173-9.175 9.302-9.175 5.13 0 9.301 4.115 9.301 9.175 0 5.06-4.172 9.175-9.301 9.175-5.13 0-9.302-4.115-9.302-9.175m24.37 14.648l-6.406-6.593c2.005-2.108 3.244-4.938 3.244-8.055 0-6.494-5.342-11.778-11.906-11.778-6.565 0-11.907 5.284-11.907 11.778 0 6.494 5.342 11.778 11.907 11.778 2.472 0 4.77-.75 6.675-2.031l6.525 6.715a1.303 1.303 0 1 0 1.867-1.814" fill="#FFF" opacity=".3"/></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg version="1.1" viewBox="0.0 0.0 960.0 540.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><clipPath id="g589aa3976e_4_103.0"><path d="m0 0l960.0 0l0 540.0l-960.0 0l0 -540.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#g589aa3976e_4_103.0)"><path fill="#f6f6f6" d="m0 0l960.0 0l0 540.0l-960.0 0z" fill-rule="evenodd"/><path fill="#eeeeee" d="m639.30444 63.428886l0 0c-1.133606 -9.205723 2.5882568 -18.318829 9.586304 -23.47229c6.998047 -5.1534653 16.044983 -5.4434814 23.301819 -0.7469826l0 0c2.5705566 -5.3525887 7.2755127 -9.048182 12.69165 -9.968935c5.4160767 -0.9207516 10.907288 1.041481 14.8125 5.293165l0 0c2.1898193 -4.8530006 6.489563 -8.113598 11.373413 -8.624762c4.883911 -0.5111618 9.660767 1.7994499 12.635498 6.1119137l0 0c3.9562378 -5.144169 10.250671 -7.3100777 16.159668 -5.560526c5.9089966 1.7495518 10.371338 7.1003284 11.455994 13.7370205l0 0c4.847046 1.4609642 8.8845215 5.1749344 11.069336 10.182331c2.1847534 5.0074005 2.3024902 10.81702 0.3227539 15.927834l0 0c4.772888 6.8643875 5.8894043 16.011093 2.9328613 24.026741c-2.956543 8.01564 -9.541992 13.695961 -17.298767 14.921165c-0.0546875 7.5229645 -3.788391 14.425949 -9.761963 18.04824c-5.973572 3.6222916 -13.254272 3.3982544 -19.035767 -0.585762c-2.4625854 9.010063 -9.394043 15.6395645 -17.799622 17.024345c-8.40564 1.3847809 -16.778503 -2.7234344 -21.501343 -10.549728c-5.7891846 3.857605 -12.735718 4.968857 -19.272644 3.083084c-6.536865 -1.8857727 -12.113525 -6.609726 -15.471863 -13.106239l0 0c-5.9158325 0.76498413 -11.63562 -2.6219254 -14.320679 -8.479805c-2.6849976 -5.8578873 -1.7637329 -12.939743 2.3066406 -17.730873l0 0c-5.2770386 -3.4321365 -7.9697266 -10.242638 -6.673889 -16.880089c1.2958374 -6.637459 6.28656 -11.597794 12.36969 -12.294392z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m633.49176 92.95817l0 0c2.4902344 1.6196365 5.3671265 2.3543396 8.244263 2.1054688m3.7684326 24.105797c1.2373047 -0.1599884 2.4500732 -0.49880219 3.6070557 -1.0076828m31.135742 11.030418c-0.87023926 -1.44207 -1.5988159 -2.9830399 -2.1734009 -4.5966644m41.47583 -1.8782196l0 0c0.4489746 -1.6426697 0.73986816 -3.3333282 0.8678589 -5.0437775m27.928833 -12.418076c0.058166504 -8.009361 -4.0585938 -15.342812 -10.582092 -18.850426m24.947815 -20.096634c-1.0564575 2.7273407 -2.6692505 5.146721 -4.711914 7.0684586m-6.679138 -33.17934l0 0c0.17999268 1.1013603 0.26330566 2.2192764 0.2487793 3.3382454m-27.864014 -11.514408l0 0c-0.98687744 1.2832146 -1.7999268 2.7171898 -2.4138184 4.2572784m-21.595276 -1.7449913l0 0c-0.52593994 1.165535 -0.91864014 2.3988686 -1.1691284 3.6715927m-26.33545 1.0042763l0 0c1.5355225 0.9937744 2.9561157 2.189888 4.23053 3.562069m-37.118225 20.657333l0 0c0.15625 1.2687836 0.4031372 2.5219269 0.7383423 3.7477036" fill-rule="evenodd"/><path stroke="#595959" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m639.30444 63.428886l0 0c-1.133606 -9.205723 2.5882568 -18.318829 9.586304 -23.47229c6.998047 -5.1534653 16.044983 -5.4434814 23.301819 -0.7469826l0 0c2.5705566 -5.3525887 7.2755127 -9.048182 12.69165 -9.968935c5.4160767 -0.9207516 10.907288 1.041481 14.8125 5.293165l0 0c2.1898193 -4.8530006 6.489563 -8.113598 11.373413 -8.624762c4.883911 -0.5111618 9.660767 1.7994499 12.635498 6.1119137l0 0c3.9562378 -5.144169 10.250671 -7.3100777 16.159668 -5.560526c5.9089966 1.7495518 10.371338 7.1003284 11.455994 13.7370205l0 0c4.847046 1.4609642 8.8845215 5.1749344 11.069336 10.182331c2.1847534 5.0074005 2.3024902 10.81702 0.3227539 15.927834l0 0c4.772888 6.8643875 5.8894043 16.011093 2.9328613 24.026741c-2.956543 8.01564 -9.541992 13.695961 -17.298767 14.921165c-0.0546875 7.5229645 -3.788391 14.425949 -9.761963 18.04824c-5.973572 3.6222916 -13.254272 3.3982544 -19.035767 -0.585762c-2.4625854 9.010063 -9.394043 15.6395645 -17.799622 17.024345c-8.40564 1.3847809 -16.778503 -2.7234344 -21.501343 -10.549728c-5.7891846 3.857605 -12.735718 4.968857 -19.272644 3.083084c-6.536865 -1.8857727 -12.113525 -6.609726 -15.471863 -13.106239l0 0c-5.9158325 0.76498413 -11.63562 -2.6219254 -14.320679 -8.479805c-2.6849976 -5.8578873 -1.7637329 -12.939743 2.3066406 -17.730873l0 0c-5.2770386 -3.4321365 -7.9697266 -10.242638 -6.673889 -16.880089c1.2958374 -6.637459 6.28656 -11.597794 12.36969 -12.294392z" fill-rule="evenodd"/><path stroke="#595959" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m633.49176 92.95817l0 0c2.4902344 1.6196365 5.3671265 2.3543396 8.244263 2.1054688m3.7684326 24.105797c1.2373047 -0.1599884 2.4500732 -0.49880219 3.6070557 -1.0076828m31.135742 11.030418c-0.87023926 -1.44207 -1.5988159 -2.9830399 -2.1734009 -4.5966644m41.47583 -1.8782196l0 0c0.4489746 -1.6426697 0.73986816 -3.3333282 0.8678589 -5.0437775m27.928833 -12.418076c0.058166504 -8.009361 -4.0585938 -15.342812 -10.582092 -18.850426m24.947815 -20.096634c-1.0564575 2.7273407 -2.6692505 5.146721 -4.711914 7.0684586m-6.679138 -33.17934l0 0c0.17999268 1.1013603 0.26330566 2.2192764 0.2487793 3.3382454m-27.864014 -11.514408l0 0c-0.98687744 1.2832146 -1.7999268 2.7171898 -2.4138184 4.2572784m-21.595276 -1.7449913l0 0c-0.52593994 1.165535 -0.91864014 2.3988686 -1.1691284 3.6715927m-26.33545 1.0042763l0 0c1.5355225 0.9937744 2.9561157 2.189888 4.23053 3.562069m-37.118225 20.657333l0 0c0.15625 1.2687836 0.4031372 2.5219269 0.7383423 3.7477036" fill-rule="evenodd"/><path fill="#000000" d="m661.4552 73.49173l0 13.3125l-2.9375 0l0 -13.3125l2.9375 0zm7.830261 3.40625q1.84375 0 2.671875 0.9375q0.84375 0.9375 0.84375 2.9375l0 6.03125l-2.65625 0l0 -5.53125q0 -1.125 -0.390625 -1.703125q-0.390625 -0.578125 -1.296875 -0.578125q-1.109375 0 -1.59375 0.65625q-0.46875 0.65625 -0.46875 2.015625l0 5.140625l-2.640625 0l0 -9.640625l2.515625 0l0 1.34375l0.046875 0q0.484375 -0.78125 1.25 -1.1875q0.78125 -0.421875 1.71875 -0.421875zm8.871399 -2.625l0 2.890625l1.9375 0l0 1.765625l-1.9375 0l0 4.84375q0 0.59375 0.21875 0.828125q0.234375 0.21875 0.90625 0.21875q0.234375 0 0.4375 -0.015625q0.203125 -0.015625 0.375 -0.046875l0 2.0625q-0.328125 0.0625 -0.734375 0.078125q-0.390625 0.015625 -0.796875 0.015625q-1.71875 0 -2.390625 -0.578125q-0.65625 -0.59375 -0.65625 -1.65625l0 -5.75l-1.609375 0l0 -1.765625l1.609375 0l0 -2.890625l2.640625 0zm7.5861816 2.625q2.140625 0 3.421875 1.484375q1.28125 1.46875 1.28125 3.75l-0.03125 0.484375l-6.953125 0q0.0625 1.25 0.65625 1.859375q0.59375 0.59375 1.703125 0.59375q0.71875 0 1.328125 -0.359375q0.609375 -0.375 0.78125 -0.890625l2.328125 0q-0.53125 1.640625 -1.65625 2.453125q-1.125 0.796875 -2.859375 0.796875q-2.234375 0 -3.59375 -1.40625q-1.34375 -1.421875 -1.34375 -3.671875q0 -2.15625 1.375 -3.625q1.390625 -1.46875 3.5625 -1.46875zm-2.28125 4.046875l4.3125 0q-0.1875 -1.0625 -0.6875 -1.546875q-0.5 -0.5 -1.4375 -0.5q-0.96875 0 -1.53125 0.546875q-0.5625 0.546875 -0.65625 1.5zm14.150269 -4.046875q0.1875 0 0.328125 0.03125q0.140625 0.015625 0.265625 0.0625l0 2.46875q-0.21875 -0.046875 -0.4375 -0.0625q-0.21875 -0.03125 -0.5 -0.03125q-1.34375 0 -1.984375 0.828125q-0.640625 0.8125 -0.640625 2.1875l0 4.421875l-2.640625 0l0 -9.640625l2.515625 0l0 1.78125l0.03125 0q0.421875 -0.9375 1.25 -1.484375q0.828125 -0.5625 1.8125 -0.5625zm7.182129 0q1.84375 0 2.671875 0.9375q0.84375 0.9375 0.84375 2.9375l0 6.03125l-2.65625 0l0 -5.53125q0 -1.125 -0.390625 -1.703125q-0.390625 -0.578125 -1.296875 -0.578125q-1.109375 0 -1.59375 0.65625q-0.46875 0.65625 -0.46875 2.015625l0 5.140625l-2.640625 0l0 -9.640625l2.515625 0l0 1.34375l0.046875 0q0.484375 -0.78125 1.25 -1.1875q0.78125 -0.421875 1.71875 -0.421875zm9.980835 0q2.140625 0 3.421875 1.484375q1.28125 1.46875 1.28125 3.75l-0.03125 0.484375l-6.953125 0q0.0625 1.25 0.65625 1.859375q0.59375 0.59375 1.703125 0.59375q0.71875 0 1.328125 -0.359375q0.609375 -0.375 0.78125 -0.890625l2.328125 0q-0.53125 1.640625 -1.65625 2.453125q-1.125 0.796875 -2.859375 0.796875q-2.234375 0 -3.59375 -1.40625q-1.34375 -1.421875 -1.34375 -3.671875q0 -2.15625 1.375 -3.625q1.390625 -1.46875 3.5625 -1.46875zm-2.28125 4.046875l4.3125 0q-0.1875 -1.0625 -0.6875 -1.546875q-0.5 -0.5 -1.4375 -0.5q-0.96875 0 -1.53125 0.546875q-0.5625 0.546875 -0.65625 1.5zm11.884644 -6.671875l0 2.890625l1.9375 0l0 1.765625l-1.9375 0l0 4.84375q0 0.59375 0.21875 0.828125q0.234375 0.21875 0.90625 0.21875q0.234375 0 0.4375 -0.015625q0.203125 -0.015625 0.375 -0.046875l0 2.0625q-0.328125 0.0625 -0.734375 0.078125q-0.390625 0.015625 -0.796875 0.015625q-1.71875 0 -2.390625 -0.578125q-0.65625 -0.59375 -0.65625 -1.65625l0 -5.75l-1.609375 0l0 -1.765625l1.609375 0l0 -2.890625l2.640625 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m696.91077 195.05905l0 -55.590546" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m696.91077 195.05905l0 -43.590546" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m700.21423 151.4685l-3.3034668 -9.076202l-3.3034668 9.076202z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m983.10626 331.13306l104.12604 0l0 18.960632l-104.12604 0z" fill-rule="evenodd"/><path fill="#f6f6f6" d="m1019.625 338.76367l1.78125 5.234375l0.015625 0l1.6875 -5.21875l0 -0.015625l2.34375 0l0 7.609375l-1.5625 0l0 -5.390625l-0.015625 0l-1.859375 5.390625l-1.296875 0l-1.859375 -5.34375l-0.03125 0l0 5.34375l-1.5625 0l0 -7.609375l2.359375 0zm9.823853 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm10.540527 -4.859375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7749023 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.4315186 -4.265625l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm3.4348145 1.953125q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#eeeeee" d="m769.56433 297.34384l140.59839 0l0 137.98425l-140.59839 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m769.56433 297.34384l140.59839 0l0 137.98425l-140.59839 0z" fill-rule="evenodd"/><path fill="#0060ff" d="m799.20325 390.78574l81.320984 0l0 0c10.653259 0 19.289429 7.1502075 19.289429 15.970398c0 8.820221 -8.636169 15.970398 -19.289429 15.970398l-81.320984 0l0 0c-10.653259 0 -19.289429 -7.150177 -19.289429 -15.970398c0 -8.82019 8.636169 -15.970398 19.289429 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m821.6676 408.8555l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.8825684 -5.96875l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.84375q0 0.859375 -0.4375 1.234375q-0.4375 0.375 -1.5 0.375q-0.125 0 -0.25 -0.015625q-0.125 0 -0.25 -0.015625l0 -1.25q0.0625 0.015625 0.15625 0.015625q0.078125 0.015625 0.171875 0.015625q0.328125 0 0.453125 -0.125q0.140625 -0.125 0.140625 -0.34375l0 -5.734375l1.515625 0zm2.8200073 -2.09375l0 2.765625l0.015625 0q0.25 -0.375 0.703125 -0.59375q0.453125 -0.21875 1.03125 -0.21875q0.96875 0 1.625 0.78125q0.65625 0.78125 0.65625 2.125q0 1.3125 -0.65625 2.109375q-0.65625 0.796875 -1.625 0.796875q-0.671875 0 -1.125 -0.21875q-0.453125 -0.234375 -0.6875 -0.640625l-0.015625 0l0 0.703125l-1.4375 0l0 -7.609375l1.515625 0zm-0.0625 4.859375q0 0.796875 0.34375 1.28125q0.359375 0.484375 0.953125 0.484375q0.59375 0 0.9375 -0.484375q0.34375 -0.484375 0.34375 -1.28125q0 -0.796875 -0.34375 -1.28125q-0.328125 -0.484375 -0.953125 -0.484375q-0.578125 0 -0.9375 0.484375q-0.34375 0.46875 -0.34375 1.28125zm6.5717773 -2.765625l0 3.15625q0 0.625 0.21875 0.96875q0.21875 0.34375 0.75 0.34375q0.625 0 0.890625 -0.375q0.28125 -0.375 0.28125 -1.15625l0 -2.9375l1.515625 0l0 5.515625l-1.453125 0l0 -0.765625l-0.03125 0q-0.28125 0.453125 -0.734375 0.6875q-0.453125 0.234375 -0.953125 0.234375q-1.015625 0 -1.515625 -0.515625q-0.484375 -0.53125 -0.484375 -1.703125l0 -3.453125l1.515625 0zm6.3635864 -2.09375l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm2.7473145 -2.09375l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm6.5598145 0l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7749023 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.072144 -2.3125q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125z" fill-rule="nonzero"/><path fill="#0060ff" d="m799.20325 349.0262l81.320984 0l0 0c10.653259 0 19.289429 7.150177 19.289429 15.970398c0 8.82019 -8.636169 15.970398 -19.289429 15.970398l-81.320984 0l0 0c-10.653259 0 -19.289429 -7.1502075 -19.289429 -15.970398c0 -8.820221 8.636169 -15.970398 19.289429 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m828.2784 367.09598l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.7418823 -5.96875l0 2.875l0.03125 0q0.234375 -0.421875 0.671875 -0.671875q0.4375 -0.25 0.9375 -0.25q1.0625 0 1.53125 0.546875q0.484375 0.53125 0.484375 1.671875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -7.609375l1.515625 0zm7.3323364 1.953125q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm8.009644 -4.09375q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm8.042664 -1.953125l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m779.91077 307.22177l119.90552 0l0 31.937012l-119.90552 0z" fill-rule="evenodd"/><path fill="#000000" d="m802.34894 324.2824q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230774 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824585 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm1.6970215 4.0l2.703125 8.03125l0.03125 0l2.640625 -8.03125l1.65625 0l-3.53125 9.640625l-1.6875 0l-3.578125 -9.640625l1.765625 0zm10.171875 -3.671875l0 1.9375l-1.59375 0l0 -1.9375l1.59375 0zm0 3.671875l0 9.640625l-1.59375 0l0 -9.640625l1.59375 0zm6.4729614 -0.21875q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm9.739197 -3.890625l2.1875 7.875l0.046875 0l1.9375 -7.875l1.734375 0l2.0 7.84375l0.03125 0.03125l0.015625 0l2.15625 -7.875l1.65625 0l-3.0625 9.609375l-0.03125 0.03125l-1.671875 0l-1.953125 -7.625l-0.015625 -0.046875l-0.03125 0l-1.9375 7.671875l-1.703125 0l-3.109375 -9.640625l1.75 0zm16.48169 -0.21875q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m774.6116 220.14174l65.25983 0l0 77.19685" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m786.6116 220.14174l53.259827 0l0 77.19685" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m786.6116 216.83827l-9.076233 3.3034668l9.076233 3.3034515z" fill-rule="evenodd"/><path fill="#eeeeee" d="m292.937 315.66928l140.59842 0l0 182.17325l-140.59842 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m292.937 315.66928l140.59842 0l0 182.17325l-140.59842 0z" fill-rule="evenodd"/><path fill="#0060ff" d="m322.57596 409.1112l81.32095 0l0 0c10.653259 0 19.289429 7.150177 19.289429 15.970398c0 8.82019 -8.636169 15.970398 -19.289429 15.970398l-81.32095 0l0 0c-10.653259 0 -19.28946 -7.1502075 -19.28946 -15.970398c0 -8.820221 8.6362 -15.970398 19.28946 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m347.8682 421.21222q0.921875 0 1.546875 0.59375q0.640625 0.59375 0.640625 1.515625q0 0.71875 -0.296875 1.1875q-0.296875 0.46875 -0.90625 0.71875l0 0.015625q0.53125 0.140625 0.8125 0.640625q0.296875 0.5 0.328125 1.53125q0.015625 1.03125 0.296875 1.40625l-1.6875 0q-0.140625 -0.375 -0.1875 -1.203125q-0.078125 -1.125 -0.390625 -1.4375q-0.296875 -0.328125 -0.90625 -0.328125l-1.71875 0l0 2.96875l-1.671875 0l0 -7.609375l4.140625 0zm-0.59375 3.4375q0.515625 0 0.8125 -0.25q0.296875 -0.25 0.296875 -0.828125q0 -0.546875 -0.28125 -0.796875q-0.28125 -0.265625 -0.828125 -0.265625l-1.875 0l0 2.140625l1.875 0zm6.539337 -1.484375q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm7.9627686 -2.3125q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm7.7280273 -2.921875q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.368622 -2.90625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm2.8970032 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm4.079651 1.5q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#0060ff" d="m322.57596 367.35168l81.32095 0l0 0c10.653259 0 19.289429 7.150177 19.289429 15.970398c0 8.82019 -8.636169 15.970367 -19.289429 15.970367l-81.32095 0l0 0c-10.653259 0 -19.28946 -7.150177 -19.28946 -15.970367c0 -8.820221 8.6362 -15.970398 19.28946 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m348.76953 379.2652q1.375 0 2.203125 0.640625q0.84375 0.640625 0.84375 1.8125l-1.625 0q-0.03125 -0.5625 -0.390625 -0.84375q-0.359375 -0.296875 -1.109375 -0.296875q-0.5 0 -0.828125 0.21875q-0.328125 0.21875 -0.328125 0.640625q0 0.28125 0.140625 0.421875q0.140625 0.140625 0.546875 0.296875q0.421875 0.15625 1.828125 0.484375q0.953125 0.234375 1.484375 0.78125q0.53125 0.546875 0.53125 1.375q0 1.109375 -0.828125 1.78125q-0.828125 0.671875 -2.328125 0.671875q-1.4375 0 -2.34375 -0.703125q-0.90625 -0.71875 -0.90625 -1.96875l0 -0.046875l1.625 0q0 0.71875 0.453125 1.0625q0.46875 0.34375 1.21875 0.34375q0.6875 0 1.078125 -0.234375q0.40625 -0.25 0.40625 -0.703125q0 -0.375 -0.3125 -0.609375q-0.296875 -0.234375 -0.984375 -0.40625q-0.875 -0.203125 -1.59375 -0.421875q-0.703125 -0.21875 -1.171875 -0.71875q-0.46875 -0.5 -0.46875 -1.265625q0 -1.03125 0.8125 -1.671875q0.828125 -0.640625 2.046875 -0.640625zm6.680725 2.140625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm7.4002686 -2.3125q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm8.040894 -4.09375q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.5011597 0q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm4.9940186 -1.953125l0 2.875l0.03125 0q0.234375 -0.421875 0.671875 -0.671875q0.4375 -0.25 0.9375 -0.25q1.0625 0 1.53125 0.546875q0.484375 0.53125 0.484375 1.671875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -7.609375l1.515625 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m299.9908 316.7966l126.48819 0l0 31.936981l-126.48819 0z" fill-rule="evenodd"/><path fill="#000000" d="m318.61945 333.8572q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230804 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824554 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm4.728302 3.78125q0.953125 0 1.796875 0.390625q0.859375 0.375 1.328125 1.109375l0.03125 0l0 -1.28125l1.59375 0l0 13.34375l-1.59375 0l0 -5.0l-0.03125 0q-0.375 0.734375 -1.1875 1.140625q-0.8125 0.390625 -1.890625 0.390625q-2.015625 0 -3.234375 -1.40625q-1.203125 -1.40625 -1.203125 -3.671875q0 -2.234375 1.171875 -3.625q1.1875 -1.390625 3.21875 -1.390625zm-2.71875 5.109375q0 1.5625 0.8125 2.578125q0.8125 1.0 2.1875 1.0q1.390625 0 2.15625 -1.0q0.78125 -1.015625 0.78125 -2.640625q0 -1.640625 -0.796875 -2.640625q-0.78125 -1.015625 -2.265625 -1.015625q-1.359375 0 -2.125 1.0q-0.75 0.984375 -0.75 2.71875zm11.496429 -4.890625l0 6.578125q0 0.8125 0.515625 1.359375q0.53125 0.53125 1.453125 0.53125q1.359375 0 2.09375 -0.828125q0.75 -0.84375 0.75 -2.140625l0 -5.5l1.59375 0l0 9.640625l-1.5 0l0 -1.53125l-0.03125 0q-0.53125 0.921875 -1.328125 1.34375q-0.796875 0.421875 -1.8125 0.421875q-1.6875 0 -2.515625 -0.875q-0.8125 -0.875 -0.8125 -2.578125l0 -6.421875l1.59375 0zm12.797607 -0.21875q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm13.676697 -4.125q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm3.087677 -3.4375l0 1.9375l-1.59375 0l0 -1.9375l1.59375 0zm0 3.671875l0 9.640625l-1.59375 0l0 -9.640625l1.59375 0zm6.472931 -0.21875q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm12.082947 -4.109375q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m322.57596 450.87234l81.32095 0l0 0c10.653259 0 19.289429 7.1502075 19.289429 15.970398c0 8.820221 -8.636169 15.970398 -19.289429 15.970398l-81.32095 0l0 0c-10.653259 0 -19.28946 -7.150177 -19.28946 -15.970398c0 -8.82019 8.6362 -15.970398 19.28946 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m323.04352 462.9734q0.921875 0 1.546875 0.59375q0.640625 0.59375 0.640625 1.515625q0 0.71875 -0.296875 1.1875q-0.296875 0.46875 -0.90625 0.71875l0 0.015625q0.53125 0.140625 0.8125 0.640625q0.296875 0.5 0.328125 1.53125q0.015625 1.03125 0.296875 1.40625l-1.6875 0q-0.140625 -0.375 -0.1875 -1.203125q-0.078125 -1.125 -0.390625 -1.4375q-0.296875 -0.328125 -0.90625 -0.328125l-1.71875 0l0 2.96875l-1.671875 0l0 -7.609375l4.140625 0zm-0.59375 3.4375q0.515625 0 0.8125 -0.25q0.296875 -0.25 0.296875 -0.828125q0 -0.546875 -0.28125 -0.796875q-0.28125 -0.265625 -0.828125 -0.265625l-1.875 0l0 2.140625l1.875 0zm6.539337 -1.484375q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm7.5096436 -2.3125q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm6.1502686 0q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.337402 -2.90625q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm9.652008 0q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm9.027039 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.025269 -2.3125q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm8.535492 -1.953125l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.759247 -2.890625q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm6.7596436 -5.59375l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm3.3921814 -0.453125l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8566895 -0.140625q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321747 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m538.2493 220.14436l40.472473 0l0 102.74016" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m538.2493 220.14436l40.472473 0l0 90.74016" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m575.41833 310.88452l3.3034668 9.076202l3.3034668 -9.076202z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m433.53543 406.75592l30.058197 0l0 -40.409454l30.06778 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m433.53543 406.75592l30.058197 0l0 -40.409454l18.06778 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m481.6614 369.64993l9.076202 -3.3034668l-9.076202 -3.3034668z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m224.18686 220.14436l158.64566 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m224.18686 220.14436l146.64566 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m370.83252 223.44781l9.076202 -3.3034515l-9.076202 -3.3034668z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m188.22229 453.9513l105.00787 -0.6614075" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m188.22229 453.9513l93.00812 -0.58584595" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m281.25122 456.66885l9.055206 -3.3605652l-9.096832 -3.2462463z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m619.20996 220.14174l-80.944885 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m607.20996 220.14174l-68.944885 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m607.20996 223.44519l9.076233 -3.3034515l-9.076233 -3.3034668z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m68.79841 182.10324l0 0c0 -10.504761 34.78489 -19.020554 77.69422 -19.020554c42.909332 0 77.69423 8.515793 77.69423 19.020554l0 76.082245c0 10.504761 -34.784897 19.020538 -77.69423 19.020538c-42.909332 0 -77.69422 -8.515778 -77.69422 -19.020538z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m224.18686 182.10324l0 0c0 10.504761 -34.784897 19.020554 -77.69423 19.020554c-42.909332 0 -77.69422 -8.515793 -77.69422 -19.020554" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m68.79841 182.10324l0 0c0 -10.504761 34.78489 -19.020554 77.69422 -19.020554c42.909332 0 77.69423 8.515793 77.69423 19.020554l0 76.082245c0 10.504761 -34.784897 19.020538 -77.69423 19.020538c-42.909332 0 -77.69422 -8.515778 -77.69422 -19.020538z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m224.18686 182.10324l0 0c0 10.504761 -34.784897 19.020554 -77.69423 19.020554c-42.909332 0 -77.69422 -8.515793 -77.69422 -19.020554" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m68.79841 182.10324l0 0c0 -10.504761 34.78489 -19.020554 77.69422 -19.020554c42.909332 0 77.69423 8.515793 77.69423 19.020554l0 76.082245c0 10.504761 -34.784897 19.020538 -77.69423 19.020538c-42.909332 0 -77.69422 -8.515778 -77.69422 -19.020538z" fill-rule="evenodd"/><path fill="#000000" d="m107.33067 223.26213l3.125 9.15625l0.03125 0l2.9375 -9.125l0.03125 -0.03125l4.09375 0l0 13.3125l-2.734375 0l0 -9.4375l-0.03125 0l-3.265625 9.4375l-2.265625 0l-3.265625 -9.34375l-0.03125 0l0 9.34375l-2.75 0l0 -13.3125l4.125 0zm17.206696 3.40625q2.28125 0 3.640625 1.40625q1.359375 1.390625 1.359375 3.6875q0 2.3125 -1.375 3.703125q-1.375 1.375 -3.625 1.375q-2.234375 0 -3.609375 -1.390625q-1.375 -1.390625 -1.375 -3.6875q0 -2.28125 1.34375 -3.6875q1.359375 -1.40625 3.640625 -1.40625zm-2.328125 5.09375q0 1.53125 0.625 2.3125q0.625 0.765625 1.703125 0.765625q1.140625 0 1.75 -0.796875q0.609375 -0.8125 0.609375 -2.28125q0 -1.4375 -0.59375 -2.265625q-0.59375 -0.828125 -1.78125 -0.828125q-1.0625 0 -1.6875 0.765625q-0.625 0.765625 -0.625 2.328125zm14.583481 -5.09375q1.84375 0 2.671875 0.9375q0.84375 0.9375 0.84375 2.9375l0 6.03125l-2.65625 0l0 -5.53125q0 -1.125 -0.390625 -1.703125q-0.390625 -0.578125 -1.296875 -0.578125q-1.109375 0 -1.59375 0.65625q-0.46875 0.65625 -0.46875 2.015625l0 5.140625l-2.640625 0l0 -9.640625l2.515625 0l0 1.34375l0.046875 0q0.484375 -0.78125 1.25 -1.1875q0.78125 -0.421875 1.71875 -0.421875zm9.355804 0q1.0625 0 1.75 0.390625q0.6875 0.390625 1.125 1.15625l0.046875 0l0 -1.28125l2.515625 0l0 9.109375q0 1.9375 -1.234375 3.0625q-1.234375 1.125 -3.75 1.125q-1.703125 0 -2.9375 -0.828125q-1.21875 -0.8125 -1.328125 -2.265625l2.625 0q0.171875 0.6875 0.6875 1.0q0.515625 0.328125 1.28125 0.328125q1.03125 0 1.578125 -0.625q0.5625 -0.609375 0.5625 -1.703125l0 -1.34375l-0.046875 0q-0.390625 0.71875 -1.15625 1.109375q-0.75 0.390625 -1.734375 0.390625q-1.953125 0 -3.046875 -1.296875q-1.078125 -1.296875 -1.078125 -3.546875q0 -2.046875 1.140625 -3.40625q1.140625 -1.375 3.0 -1.375zm-1.484375 4.734375q0 1.359375 0.5625 2.125q0.5625 0.765625 1.578125 0.765625q1.046875 0 1.65625 -0.765625q0.609375 -0.765625 0.609375 -1.90625q0 -1.421875 -0.578125 -2.1875q-0.578125 -0.765625 -1.6875 -0.765625q-0.984375 0 -1.5625 0.75q-0.578125 0.75 -0.578125 1.984375zm13.724106 -4.734375q2.28125 0 3.640625 1.40625q1.359375 1.390625 1.359375 3.6875q0 2.3125 -1.375 3.703125q-1.375 1.375 -3.625 1.375q-2.234375 0 -3.609375 -1.390625q-1.375 -1.390625 -1.375 -3.6875q0 -2.28125 1.34375 -3.6875q1.359375 -1.40625 3.640625 -1.40625zm-2.328125 5.09375q0 1.53125 0.625 2.3125q0.625 0.765625 1.703125 0.765625q1.140625 0 1.75 -0.796875q0.609375 -0.8125 0.609375 -2.28125q0 -1.4375 -0.59375 -2.265625q-0.59375 -0.828125 -1.78125 -0.828125q-1.0625 0 -1.6875 0.765625q-0.625 0.765625 -0.625 2.328125zm15.161606 -8.5q2.65625 0 4.296875 1.734375q1.65625 1.734375 1.65625 4.84375q0 3.125 -1.609375 4.9375q-1.609375 1.796875 -4.34375 1.796875l-5.84375 0l0 -13.3125l5.84375 0zm-0.234375 10.859375q1.40625 0 2.328125 -1.0q0.921875 -1.015625 0.921875 -3.015625q0 -2.296875 -0.96875 -3.34375q-0.953125 -1.046875 -2.78125 -1.046875l-2.171875 0l0 8.40625l2.671875 0zm14.593842 -10.859375q2.03125 0 3.09375 0.8125q1.0625 0.796875 1.0625 2.46875q0 1.03125 -0.484375 1.703125q-0.46875 0.671875 -1.328125 1.09375q1.21875 0.359375 1.828125 1.234375q0.609375 0.859375 0.609375 2.140625q0 1.84375 -1.328125 2.859375q-1.328125 1.0 -3.28125 1.0l-6.546875 0l0 -13.3125l6.375 0zm-0.421875 5.390625q0.78125 0 1.25 -0.40625q0.484375 -0.40625 0.484375 -1.1875q0 -0.78125 -0.5 -1.15625q-0.484375 -0.375 -1.4375 -0.375l-2.8125 0l0 3.125l3.015625 0zm0.1875 5.640625q0.984375 0 1.53125 -0.421875q0.5625 -0.4375 0.5625 -1.328125q0 -0.9375 -0.53125 -1.421875q-0.515625 -0.484375 -1.515625 -0.484375l-3.25 0l0 3.65625l3.203125 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m101.074 331.61273l0 0c0 -7.273926 20.338142 -13.170593 45.426506 -13.170593c25.088379 0 45.426514 5.8966675 45.426514 13.170593l0 52.682434c0 7.2738953 -20.338135 13.170593 -45.426514 13.170593c-25.088364 0 -45.426506 -5.896698 -45.426506 -13.170593z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m191.92702 331.61273l0 0c0 7.273926 -20.338135 13.170624 -45.426514 13.170624c-25.088364 0 -45.426506 -5.896698 -45.426506 -13.170624" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m101.074 331.61273l0 0c0 -7.273926 20.338142 -13.170593 45.426506 -13.170593c25.088379 0 45.426514 5.8966675 45.426514 13.170593l0 52.682434c0 7.2738953 -20.338135 13.170593 -45.426514 13.170593c-25.088364 0 -45.426506 -5.896698 -45.426506 -13.170593z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m191.92702 331.61273l0 0c0 7.273926 -20.338135 13.170624 -45.426514 13.170624c-25.088364 0 -45.426506 -5.896698 -45.426506 -13.170624" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m101.074 331.61273l0 0c0 -7.273926 20.338142 -13.170593 45.426506 -13.170593c25.088379 0 45.426514 5.8966675 45.426514 13.170593l0 52.682434c0 7.2738953 -20.338135 13.170593 -45.426514 13.170593c-25.088364 0 -45.426506 -5.896698 -45.426506 -13.170593z" fill-rule="evenodd"/><path fill="#000000" d="m115.124535 360.49673l0 1.578125l-4.515625 0l0 1.828125l4.140625 0l0 1.46875l-4.140625 0l0 2.109375l4.609375 0l0 1.578125l-6.5 0l0 -8.5625l6.40625 0zm2.9472656 0l0 8.5625l-1.703125 0l0 -8.5625l1.703125 0zm4.1875 2.1875q1.375 0 2.046875 0.453125q0.671875 0.453125 0.671875 1.28125l0 3.328125q0 0.375 0.046875 0.75q0.046875 0.375 0.171875 0.5625l-1.734375 0q-0.046875 -0.140625 -0.078125 -0.28125q-0.03125 -0.15625 -0.046875 -0.3125q-0.359375 0.375 -0.890625 0.578125q-0.515625 0.1875 -1.1875 0.1875q-0.96875 0 -1.546875 -0.484375q-0.5625 -0.484375 -0.5625 -1.375q0 -0.875 0.53125 -1.328125q0.546875 -0.46875 1.96875 -0.625q0.984375 -0.09375 1.296875 -0.234375q0.328125 -0.15625 0.328125 -0.53125q0 -0.40625 -0.25 -0.609375q-0.234375 -0.21875 -0.84375 -0.21875q-0.53125 0 -0.8125 0.234375q-0.28125 0.21875 -0.328125 0.703125l-1.703125 0q0.0625 -1.015625 0.828125 -1.546875q0.78125 -0.53125 2.09375 -0.53125zm-1.40625 4.609375q0 0.375 0.25 0.59375q0.25 0.203125 0.796875 0.203125q0.671875 0 1.015625 -0.359375q0.359375 -0.359375 0.359375 -1.046875l0 -0.65625q-0.15625 0.125 -0.40625 0.1875q-0.25 0.046875 -0.890625 0.140625q-0.59375 0.078125 -0.859375 0.3125q-0.265625 0.21875 -0.265625 0.625zm7.9843674 -4.609375q1.265625 0 1.953125 0.5q0.703125 0.5 0.796875 1.484375l-1.625 0q-0.046875 -0.4375 -0.34375 -0.640625q-0.28125 -0.203125 -0.828125 -0.203125q-0.484375 0 -0.71875 0.15625q-0.21874237 0.140625 -0.21874237 0.421875q0 0.28125 0.29686737 0.46875q0.296875 0.1875 1.1875 0.359375q1.421875 0.265625 1.90625 0.703125q0.5 0.4375 0.5 1.140625q0 1.046875 -0.78125 1.609375q-0.765625 0.546875 -2.046875 0.546875q-1.2968674 0 -2.0781174 -0.546875q-0.78125 -0.546875 -0.84375 -1.640625l1.625 0q0 0.484375 0.375 0.765625q0.37499237 0.28125 0.9374924 0.28125q0.5 0 0.796875 -0.21875q0.3125 -0.21875 0.3125 -0.578125q0 -0.328125 -0.40625 -0.53125q-0.390625 -0.203125 -1.46875 -0.421875q-1.0781174 -0.21875 -1.5468674 -0.609375q-0.46875 -0.390625 -0.46875 -1.0625q0 -0.984375 0.6875 -1.484375q0.703125 -0.5 1.9999924 -0.5zm6.0703125 -1.6875l0 1.859375l1.25 0l0 1.140625l-1.25 0l0 3.109375q0 0.375 0.140625 0.53125q0.140625 0.15625 0.578125 0.15625q0.140625 0 0.265625 -0.015625q0.140625 -0.015625 0.265625 -0.03125l0 1.328125q-0.21875 0.03125 -0.484375 0.046875q-0.25 0.015625 -0.5 0.015625q-1.109375 0 -1.546875 -0.375q-0.421875 -0.390625 -0.421875 -1.0625l0 -3.703125l-1.03125 0l0 -1.140625l1.03125 0l0 -1.859375l1.703125 0zm3.8183594 -0.5l0 1.390625l-1.703125 0l0 -1.390625l1.703125 0zm0 2.359375l0 6.203125l-1.703125 0l0 -6.203125l1.703125 0zm4.3125 -0.171875q1.203125 0 2.015625 0.625q0.828125 0.625 0.90625 1.734375l-1.671875 0q-0.078125 -0.53125 -0.40625 -0.796875q-0.3125 -0.28125 -0.859375 -0.28125q-0.6875 0 -1.078125 0.5625q-0.375 0.5625 -0.375 1.453125q0 0.890625 0.375 1.4375q0.375 0.53125 1.046875 0.53125q0.5625 0 0.90625 -0.328125q0.359375 -0.328125 0.453125 -0.9375l1.640625 0q-0.171875 1.21875 -0.96875 1.890625q-0.78125 0.65625 -2.015625 0.65625q-1.390625 0 -2.265625 -0.890625q-0.875 -0.890625 -0.875 -2.296875q0 -1.5 0.859375 -2.421875q0.859375 -0.9375 2.3125 -0.9375zm6.453125 0q1.265625 0 1.953125 0.5q0.703125 0.5 0.796875 1.484375l-1.625 0q-0.046875 -0.4375 -0.34375 -0.640625q-0.28125 -0.203125 -0.828125 -0.203125q-0.484375 0 -0.71875 0.15625q-0.21875 0.140625 -0.21875 0.421875q0 0.28125 0.296875 0.46875q0.296875 0.1875 1.1875 0.359375q1.421875 0.265625 1.90625 0.703125q0.5 0.4375 0.5 1.140625q0 1.046875 -0.78125 1.609375q-0.765625 0.546875 -2.046875 0.546875q-1.296875 0 -2.078125 -0.546875q-0.78125 -0.546875 -0.84375 -1.640625l1.625 0q0 0.484375 0.375 0.765625q0.375 0.28125 0.9375 0.28125q0.5 0 0.796875 -0.21875q0.3125 -0.21875 0.3125 -0.578125q0 -0.328125 -0.40625 -0.53125q-0.390625 -0.203125 -1.46875 -0.421875q-1.078125 -0.21875 -1.546875 -0.609375q-0.46875 -0.390625 -0.46875 -1.0625q0 -0.984375 0.6875 -1.484375q0.703125 -0.5 2.0 -0.5zm6.7734375 0q1.375 0 2.203125 0.953125q0.828125 0.9375 0.828125 2.421875l-0.015625 0.3125l-4.484375 0q0.046875 0.796875 0.421875 1.1875q0.390625 0.390625 1.09375 0.390625q0.46875 0 0.859375 -0.234375q0.390625 -0.25 0.5 -0.578125l1.5 0q-0.34375 1.046875 -1.0625 1.578125q-0.71875 0.515625 -1.84375 0.515625q-1.4375 0 -2.3125 -0.90625q-0.859375 -0.90625 -0.859375 -2.359375q0 -1.390625 0.890625 -2.328125q0.890625 -0.953125 2.28125 -0.953125zm-1.46875 2.609375l2.78125 0q-0.125 -0.6875 -0.453125 -1.0q-0.3125 -0.328125 -0.921875 -0.328125q-0.609375 0 -0.984375 0.359375q-0.359375 0.34375 -0.421875 0.96875zm8.34375 -2.609375q1.375 0 2.0468903 0.453125q0.671875 0.453125 0.671875 1.28125l0 3.328125q0 0.375 0.046875 0.75q0.046875 0.375 0.171875 0.5625l-1.7343903 0q-0.046875 -0.140625 -0.078125 -0.28125q-0.03125 -0.15625 -0.046875 -0.3125q-0.359375 0.375 -0.890625 0.578125q-0.515625 0.1875 -1.1875 0.1875q-0.96875 0 -1.546875 -0.484375q-0.5625 -0.484375 -0.5625 -1.375q0 -0.875 0.53125 -1.328125q0.546875 -0.46875 1.96875 -0.625q0.984375 -0.09375 1.296875 -0.234375q0.328125 -0.15625 0.328125 -0.53125q0 -0.40625 -0.25 -0.609375q-0.234375 -0.21875 -0.84375 -0.21875q-0.53125 0 -0.8125 0.234375q-0.28125 0.21875 -0.328125 0.703125l-1.703125 0q0.0625 -1.015625 0.828125 -1.546875q0.78125 -0.53125 2.09375 -0.53125zm-1.40625 4.609375q0 0.375 0.25 0.59375q0.25 0.203125 0.796875 0.203125q0.671875 0 1.015625 -0.359375q0.359375 -0.359375 0.359375 -1.046875l0 -0.65625q-0.15625 0.125 -0.40625 0.1875q-0.25 0.046875 -0.890625 0.140625q-0.59375 0.078125 -0.859375 0.3125q-0.265625 0.21875 -0.265625 0.625zm9.062515 -4.609375q0.109375 0 0.203125 0.015625q0.09375 0.015625 0.171875 0.046875l0 1.578125q-0.140625 -0.03125 -0.28125 -0.03125q-0.140625 -0.015625 -0.328125 -0.015625q-0.859375 0 -1.28125 0.53125q-0.40625 0.515625 -0.40625 1.40625l0 2.84375l-1.6875 0l0 -6.203125l1.609375 0l0 1.15625l0.03125 0q0.265625 -0.609375 0.796875 -0.96875q0.546875 -0.359375 1.171875 -0.359375zm3.9355469 0q1.203125 0 2.015625 0.625q0.828125 0.625 0.90625 1.734375l-1.671875 0q-0.078125 -0.53125 -0.40625 -0.796875q-0.3125 -0.28125 -0.859375 -0.28125q-0.6875 0 -1.078125 0.5625q-0.375 0.5625 -0.375 1.453125q0 0.890625 0.375 1.4375q0.375 0.53125 1.046875 0.53125q0.5625 0 0.90625 -0.328125q0.359375 -0.328125 0.453125 -0.9375l1.640625 0q-0.171875 1.21875 -0.96875 1.890625q-0.78125 0.65625 -2.015625 0.65625q-1.390625 0 -2.265625 -0.890625q-0.875 -0.890625 -0.875 -2.296875q0 -1.5 0.859375 -2.421875q0.859375 -0.9375 2.3125 -0.9375zm5.609375 -2.1875l0 3.21875l0.046875 0q0.265625 -0.453125 0.765625 -0.734375q0.5 -0.296875 1.0625 -0.296875q1.171875 0 1.703125 0.609375q0.546875 0.609375 0.546875 1.890625l0 3.875l-1.703125 0l0 -3.5625q0 -0.71875 -0.25 -1.09375q-0.25 -0.375 -0.84375 -0.375q-0.703125 0 -1.015625 0.421875q-0.3125 0.421875 -0.3125 1.296875l0 3.3125l-1.6875 0l0 -8.5625l1.6875 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m101.072685 427.61008l0 0c0 -7.2738953 19.509102 -13.170593 43.574806 -13.170593c24.065704 0 43.5748 5.896698 43.5748 13.170593l0 52.682434c0 7.273926 -19.509094 13.170593 -43.5748 13.170593c-24.065704 0 -43.574806 -5.8966675 -43.574806 -13.170593z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m188.22229 427.61008l0 0c0 7.273926 -19.509094 13.170624 -43.5748 13.170624c-24.065704 0 -43.574806 -5.896698 -43.574806 -13.170624" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m101.072685 427.61008l0 0c0 -7.2738953 19.509102 -13.170593 43.574806 -13.170593c24.065704 0 43.5748 5.896698 43.5748 13.170593l0 52.682434c0 7.273926 -19.509094 13.170593 -43.5748 13.170593c-24.065704 0 -43.574806 -5.8966675 -43.574806 -13.170593z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m188.22229 427.61008l0 0c0 7.273926 -19.509094 13.170624 -43.5748 13.170624c-24.065704 0 -43.574806 -5.896698 -43.574806 -13.170624" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m101.072685 427.61008l0 0c0 -7.2738953 19.509102 -13.170593 43.574806 -13.170593c24.065704 0 43.5748 5.896698 43.5748 13.170593l0 52.682434c0 7.273926 -19.509094 13.170593 -43.5748 13.170593c-24.065704 0 -43.574806 -5.8966675 -43.574806 -13.170593z" fill-rule="evenodd"/><path fill="#000000" d="m133.9346 456.4941q1.03125 0 1.734375 0.671875q0.71875 0.65625 0.71875 1.6875q0 0.8125 -0.34375 1.34375q-0.328125 0.53125 -1.015625 0.796875l0 0.03125q0.609375 0.15625 0.921875 0.71875q0.328125 0.5625 0.359375 1.71875q0.03125 1.171875 0.328125 1.59375l-1.875 0q-0.171875 -0.421875 -0.234375 -1.34375q-0.078125 -1.265625 -0.421875 -1.625q-0.328125 -0.375 -1.03125 -0.375l-1.921875 0l0 3.34375l-1.890625 0l0 -8.5625l4.671875 0zm-0.6875 3.875q0.59375 0 0.921875 -0.28125q0.34375 -0.296875 0.34375 -0.953125q0 -0.609375 -0.328125 -0.890625q-0.3125 -0.296875 -0.9375 -0.296875l-2.09375 0l0 2.421875l2.09375 0zm7.3691406 -1.6875q1.375 0 2.203125 0.953125q0.828125 0.9375 0.828125 2.421875l-0.015625 0.3125l-4.484375 0q0.046875 0.796875 0.421875 1.1875q0.390625 0.390625 1.09375 0.390625q0.46875 0 0.859375 -0.234375q0.390625 -0.25 0.5 -0.578125l1.5 0q-0.34375 1.046875 -1.0625 1.578125q-0.71875 0.515625 -1.84375 0.515625q-1.4375 0 -2.3125 -0.90625q-0.859375 -0.90625 -0.859375 -2.359375q0 -1.390625 0.890625 -2.328125q0.890625 -0.953125 2.28125 -0.953125zm-1.46875 2.609375l2.78125 0q-0.125 -0.6875 -0.453125 -1.0q-0.3125 -0.328125 -0.921875 -0.328125q-0.609375 0 -0.984375 0.359375q-0.359375 0.34375 -0.421875 0.96875zm11.546875 -4.796875l0 8.5625l-1.625 0l0 -0.796875l-0.03125 0q-0.265625 0.484375 -0.75 0.734375q-0.484375 0.234375 -1.125 0.234375q-1.265625 0 -2.03125 -0.9375q-0.75 -0.9375 -0.75 -2.390625q0 -1.390625 0.734375 -2.296875q0.75 -0.921875 2.015625 -0.921875q0.578125 0 1.046875 0.234375q0.484375 0.234375 0.78125 0.6875l0.03125 0l0 -3.109375l1.703125 0zm-4.609375 5.453125q0 0.859375 0.390625 1.4375q0.40625 0.5625 1.109375 0.5625q0.703125 0 1.078125 -0.515625q0.375 -0.53125 0.375 -1.5q0 -0.90625 -0.375 -1.4375q-0.359375 -0.53125 -1.09375 -0.53125q-0.703125 0 -1.09375 0.53125q-0.390625 0.53125 -0.390625 1.453125zm7.642578 -5.453125l0 1.390625l-1.703125 0l0 -1.390625l1.703125 0zm0 2.359375l0 6.203125l-1.703125 0l0 -6.203125l1.703125 0zm3.875 -0.171875q1.265625 0 1.953125 0.5q0.703125 0.5 0.796875 1.484375l-1.625 0q-0.046875 -0.4375 -0.34375 -0.640625q-0.28125 -0.203125 -0.828125 -0.203125q-0.484375 0 -0.71875 0.15625q-0.21875 0.140625 -0.21875 0.421875q0 0.28125 0.296875 0.46875q0.296875 0.1875 1.1875 0.359375q1.421875 0.265625 1.90625 0.703125q0.5 0.4375 0.5 1.140625q0 1.046875 -0.78125 1.609375q-0.765625 0.546875 -2.046875 0.546875q-1.296875 0 -2.078125 -0.546875q-0.78125 -0.546875 -0.84375 -1.640625l1.625 0q0 0.484375 0.375 0.765625q0.375 0.28125 0.9375 0.28125q0.5 0 0.796875 -0.21875q0.3125 -0.21875 0.3125 -0.578125q0 -0.328125 -0.40625 -0.53125q-0.390625 -0.203125 -1.46875 -0.421875q-1.078125 -0.21875 -1.546875 -0.609375q-0.46875 -0.390625 -0.46875 -1.0625q0 -0.984375 0.6875 -1.484375q0.703125 -0.5 2.0 -0.5z" fill-rule="nonzero"/><path fill="#eeeeee" d="m382.84778 176.6798l155.40155 0l0 86.92912l-155.40155 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m382.84778 176.6798l155.40155 0l0 86.92912l-155.40155 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m398.56693 172.04724l126.48819 0l0 31.937012l-126.48819 0z" fill-rule="evenodd"/><path fill="#000000" d="m417.18646 189.10786q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230804 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824554 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm5.509552 3.78125q1.046875 0 1.71875 0.421875q0.671875 0.421875 0.921875 1.21875q0.5 -0.78125 1.28125 -1.203125q0.796875 -0.4375 1.765625 -0.4375q1.625 0 2.40625 0.734375q0.78125 0.734375 0.78125 2.0l0 7.125l-1.578125 0l0 -6.390625q0 -1.046875 -0.453125 -1.5625q-0.4375 -0.515625 -1.421875 -0.515625q-1.1875 0 -1.859375 0.6875q-0.65625 0.6875 -0.65625 1.71875l0 6.0625l-1.59375 0l0 -6.390625q0 -1.046875 -0.4375 -1.5625q-0.4375 -0.515625 -1.359375 -0.515625q-0.765625 0 -1.34375 0.359375q-0.578125 0.359375 -0.90625 1.0q-0.328125 0.625 -0.328125 1.0625l0 6.046875l-1.59375 0l0 -9.640625l1.5 0l0 1.421875l0.03125 0q0.546875 -0.84375 1.3125 -1.234375q0.78125 -0.40625 1.8125 -0.40625zm15.429932 0q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm18.181519 -8.5l0 13.3125l-1.59375 0l0 -1.296875l-0.03125 0q-0.375 0.734375 -1.1875 1.140625q-0.8125 0.390625 -1.890625 0.390625q-2.015625 0 -3.234375 -1.40625q-1.203125 -1.40625 -1.203125 -3.671875q0 -2.234375 1.171875 -3.625q1.171875 -1.390625 3.21875 -1.390625q0.953125 0 1.796875 0.390625q0.859375 0.375 1.328125 1.109375l0.03125 0l0 -4.953125l1.59375 0zm-7.46875 8.5625q0 1.5625 0.8125 2.578125q0.8125 1.0 2.1875 1.0q1.390625 0 2.15625 -1.0q0.78125 -1.015625 0.78125 -2.640625q0 -1.640625 -0.796875 -2.640625q-0.78125 -1.015625 -2.265625 -1.015625q-1.359375 0 -2.125 1.0q-0.75 0.984375 -0.75 2.71875zm13.918304 -5.109375q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm10.551697 -7.5625l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm5.676056 3.453125q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m416.1285 217.90158l91.36447 0l0 0c11.968994 0 21.671814 7.150177 21.671814 15.970383c0 8.820206 -9.70282 15.970398 -21.671814 15.970398l-91.36447 0l0 0c-11.968994 0 -21.671783 -7.1501923 -21.671783 -15.970398c0 -8.820206 9.702789 -15.970383 21.671783 -15.970383z" fill-rule="evenodd"/><path fill="#ffffff" d="m413.21805 230.0026l1.78125 5.234375l0.015625 0l1.6875 -5.21875l0 -0.015625l2.34375 0l0 7.609375l-1.5625 0l0 -5.390625l-0.015625 0l-1.859375 5.390625l-1.296875 0l-1.859375 -5.34375l-0.03125 0l0 5.34375l-1.5625 0l0 -7.609375l2.359375 0zm9.823883 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321777 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.347992 0q0.609375 0 1.0 0.234375q0.390625 0.21875 0.640625 0.640625l0.03125 0l0 -0.734375l1.4375 0l0 5.203125q0 1.109375 -0.71875 1.75q-0.703125 0.65625 -2.140625 0.65625q-0.96875 0 -1.671875 -0.46875q-0.6875 -0.46875 -0.75 -1.3125l1.5 0q0.09375 0.40625 0.375 0.578125q0.296875 0.1875 0.75 0.1875q0.578125 0 0.890625 -0.359375q0.328125 -0.34375 0.328125 -0.96875l0 -0.765625l-0.03125 0q-0.21875 0.40625 -0.65625 0.640625q-0.4375 0.21875 -1.0 0.21875q-1.109375 0 -1.734375 -0.734375q-0.609375 -0.75 -0.609375 -2.03125q0 -1.171875 0.640625 -1.953125q0.65625 -0.78125 1.71875 -0.78125zm-0.84375 2.703125q0 0.78125 0.3125 1.21875q0.328125 0.4375 0.90625 0.4375q0.59375 0 0.9375 -0.4375q0.359375 -0.4375 0.359375 -1.09375q0 -0.8125 -0.328125 -1.25q-0.328125 -0.4375 -0.96875 -0.4375q-0.5625 0 -0.890625 0.4375q-0.328125 0.421875 -0.328125 1.125zm7.837372 -2.703125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm6.7280273 -4.859375l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm6.5598145 -2.09375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm6.977997 -2.640625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606628 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm4.6950073 -5.96875q1.53125 0 2.46875 1.0q0.9375 0.984375 0.9375 2.765625q0 1.78125 -0.921875 2.8125q-0.921875 1.03125 -2.484375 1.03125l-3.328125 0l0 -7.609375l3.328125 0zm-0.125 6.203125q0.796875 0 1.328125 -0.578125q0.53125 -0.578125 0.53125 -1.703125q0 -1.328125 -0.5625 -1.921875q-0.546875 -0.59375 -1.59375 -0.59375l-1.234375 0l0 4.796875l1.53125 0zm7.211029 -4.25q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm7.806122 -2.90625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm4.9940186 0.140625l0 3.15625q0 0.625 0.21875 0.96875q0.21875 0.34375 0.75 0.34375q0.625 0 0.890625 -0.375q0.28125 -0.375 0.28125 -1.15625l0 -2.9375l1.515625 0l0 5.515625l-1.453125 0l0 -0.765625l-0.03125 0q-0.28125 0.453125 -0.734375 0.6875q-0.453125 0.234375 -0.953125 0.234375q-1.015625 0 -1.515625 -0.515625q-0.484375 -0.53125 -0.484375 -1.703125l0 -3.453125l1.515625 0zm7.972992 -0.140625q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm9.027039 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.025269 -2.3125q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.082367 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m663.79333 366.33597l105.76373 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m663.79333 366.33597l93.76373 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m757.55707 369.63943l9.076233 -3.3034668l-9.076233 -3.3034668z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m191.9257 357.63898l102.20473 0.88186646" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m191.9257 357.63895l90.205185 0.7783203" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m282.1024 361.72064l9.10434 -3.2250366l-9.047333 -3.3816528z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m224.18686 220.14436l34.375214 0l0 186.61418l34.380707 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m224.18686 220.14436l34.375214 0l0 186.61418l22.380707 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m280.94278 410.06198l9.076172 -3.3034363l-9.076172 -3.3034668z" fill-rule="evenodd"/><path fill="#eeeeee" d="m619.20996 176.67717l155.40161 0l0 86.92912l-155.40161 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m619.20996 176.67717l155.40161 0l0 86.92912l-155.40161 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m619.20996 172.04593l155.40161 0l0 31.937012l-155.40161 0z" fill-rule="evenodd"/><path fill="#000000" d="m639.16406 189.10655q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230835 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824524 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm4.8845825 3.78125q1.765625 0 2.859375 0.84375q1.109375 0.828125 1.296875 2.46875l-1.625 0q-0.203125 -0.9375 -0.828125 -1.421875q-0.625 -0.5 -1.5625 -0.5q-1.484375 0 -2.25 0.984375q-0.765625 0.984375 -0.765625 2.78125q0 1.609375 0.75 2.578125q0.765625 0.953125 2.078125 0.953125q1.15625 0 1.8125 -0.625q0.671875 -0.625 0.828125 -1.734375l1.625 0q-0.265625 1.8125 -1.359375 2.796875q-1.09375 0.96875 -2.890625 0.96875q-2.109375 0 -3.3125 -1.328125q-1.203125 -1.328125 -1.203125 -3.609375q0 -2.359375 1.21875 -3.75q1.21875 -1.40625 3.328125 -1.40625zm10.161072 0q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm14.228394 -5.046875q1.75 0 2.53125 0.890625q0.796875 0.890625 0.796875 2.546875l0 6.421875l-1.59375 0l0 -6.59375q0 -0.8125 -0.53125 -1.34375q-0.515625 -0.53125 -1.4375 -0.53125q-1.34375 0 -2.09375 0.828125q-0.75 0.8125 -0.75 2.125l0 5.515625l-1.59375 0l0 -9.640625l1.5 0l0 1.53125l0.03125 0q0.53125 -0.90625 1.296875 -1.328125q0.78125 -0.421875 1.84375 -0.421875zm7.9069214 -2.671875l0 2.890625l1.921875 0l0 1.390625l-1.921875 0l0 6.046875q0 0.71875 0.484375 0.765625q0.484375 0.03125 1.0 0.03125l0.4375 0l0 1.40625l-1.296875 0q-1.3125 0 -1.765625 -0.453125q-0.4375 -0.46875 -0.4375 -1.5625l0 -6.234375l-1.65625 0l0 -1.390625l1.65625 0l0 -2.890625l1.578125 0zm8.485046 2.65625q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm5.2348022 0.015625q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm11.244019 -8.5l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm4.1448364 0l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm6.4729004 3.453125q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm13.676697 -4.125q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm4.6189575 0.015625q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m648.0656 213.82152l95.35956 0l0 0c12.492371 0 22.619446 7.1501923 22.619446 15.970398c0 8.820206 -10.127075 15.970398 -22.619446 15.970398l-95.35956 0l0 0c-12.492371 0 -22.619446 -7.1501923 -22.619446 -15.970398c0 -8.820206 10.127075 -15.970398 22.619446 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m646.1837 225.92255l2.84375 7.609375l-1.734375 0l-0.578125 -1.703125l-2.84375 0l-0.59375 1.703125l-1.703125 0l2.890625 -7.609375l1.71875 0zm-0.890625 1.875l-0.984375 2.796875l1.96875 0l-0.953125 -2.796875l-0.03125 0zm7.331421 0.078125q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm8.149902 -2.921875q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm6.6186523 -4.875l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7473145 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8254395 -0.140625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm6.0096436 0q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm6.7596436 -5.59375l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm3.3921509 -0.453125l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8566895 -0.140625q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321777 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm6.7229614 -2.140625q1.296875 0 2.203125 0.734375q0.921875 0.734375 1.078125 2.015625l-1.609375 0q-0.109375 -0.609375 -0.59375 -0.96875q-0.484375 -0.375 -1.078125 -0.375q-0.984375 0 -1.53125 0.71875q-0.53125 0.71875 -0.53125 1.90625q0 1.125 0.53125 1.828125q0.546875 0.703125 1.53125 0.703125q0.734375 0 1.171875 -0.4375q0.453125 -0.453125 0.5625 -1.25l1.625 0q-0.15625 1.4375 -1.0625 2.28125q-0.90625 0.828125 -2.296875 0.828125q-1.09375 0 -1.953125 -0.5q-0.84375 -0.515625 -1.3125 -1.421875q-0.46875 -0.921875 -0.46875 -2.03125q0 -1.765625 1.015625 -2.890625q1.03125 -1.140625 2.71875 -1.140625zm7.0079346 2.140625q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321716 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.0823975 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm5.032776 1.5q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.5324097 0q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm6.7280273 -4.859375l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7473145 0l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm3.7316895 1.953125q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.072144 -2.3125q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125z" fill-rule="nonzero"/><path fill="#eeeeee" d="m493.65158 322.8714l170.14175 0l0 86.92914l-170.14175 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m493.65158 322.8714l170.14175 0l0 86.92914l-170.14175 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m490.9744 327.50656l175.49606 0l0 31.937012l-175.49606 0z" fill-rule="evenodd"/><path fill="#000000" d="m510.61816 344.5672q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230774 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824585 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm1.6970215 4.0l2.703125 8.03125l0.03125 0l2.640625 -8.03125l1.65625 0l-3.53125 9.640625l-1.6875 0l-3.578125 -9.640625l1.765625 0zm10.171875 -3.671875l0 1.9375l-1.59375 0l0 -1.9375l1.59375 0zm0 3.671875l0 9.640625l-1.59375 0l0 -9.640625l1.59375 0zm6.4729614 -0.21875q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm9.739197 -3.890625l2.1875 7.875l0.046875 0l1.9375 -7.875l1.734375 0l2.0 7.84375l0.03125 0.03125l0.015625 0l2.15625 -7.875l1.65625 0l-3.0625 9.609375l-0.03125 0.03125l-1.671875 0l-1.953125 -7.625l-0.015625 -0.046875l-0.03125 0l-1.9375 7.671875l-1.703125 0l-3.109375 -9.640625l1.75 0zm21.403564 11.046875l0 0.921875l-9.328125 0l0 -0.921875l9.328125 0zm5.84375 -11.265625q1.046875 0 1.71875 0.421875q0.671875 0.421875 0.921875 1.21875q0.5 -0.78125 1.28125 -1.203125q0.796875 -0.4375 1.765625 -0.4375q1.625 0 2.40625 0.734375q0.78125 0.734375 0.78125 2.0l0 7.125l-1.578125 0l0 -6.390625q0 -1.046875 -0.453125 -1.5625q-0.4375 -0.515625 -1.421875 -0.515625q-1.1875 0 -1.859375 0.6875q-0.65625 0.6875 -0.65625 1.71875l0 6.0625l-1.59375 0l0 -6.390625q0 -1.046875 -0.4375 -1.5625q-0.4375 -0.515625 -1.359375 -0.515625q-0.765625 0 -1.34375 0.359375q-0.578125 0.359375 -0.90625 1.0q-0.328125 0.625 -0.328125 1.0625l0 6.046875l-1.59375 0l0 -9.640625l1.5 0l0 1.421875l0.03125 0q0.546875 -0.84375 1.3125 -1.234375q0.78125 -0.40625 1.8125 -0.40625zm15.429932 0q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm18.181519 -8.5l0 13.3125l-1.59375 0l0 -1.296875l-0.03125 0q-0.375 0.734375 -1.1875 1.140625q-0.8125 0.390625 -1.890625 0.390625q-2.015625 0 -3.234375 -1.40625q-1.203125 -1.40625 -1.203125 -3.671875q0 -2.234375 1.171875 -3.625q1.171875 -1.390625 3.21875 -1.390625q0.953125 0 1.796875 0.390625q0.859375 0.375 1.328125 1.109375l0.03125 0l0 -4.953125l1.59375 0zm-7.46875 8.5625q0 1.5625 0.8125 2.578125q0.8125 1.0 2.1875 1.0q1.390625 0 2.15625 -1.0q0.78125 -1.015625 0.78125 -2.640625q0 -1.640625 -0.796875 -2.640625q-0.78125 -1.015625 -2.265625 -1.015625q-1.359375 0 -2.125 1.0q-0.75 0.984375 -0.75 2.71875zm13.918274 -5.109375q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm10.551697 -7.5625l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm5.6760864 3.453125q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m524.9231 364.09448l107.598694 0l0 0c14.095703 0 25.522522 7.1502075 25.522522 15.970398c0 8.820221 -11.426819 15.970398 -25.522522 15.970398l-107.598694 0l0 0c-14.095703 0 -25.522552 -7.150177 -25.522552 -15.970398c0 -8.82019 11.426849 -15.970398 25.522552 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m526.5981 376.1955l2.84375 7.609375l-1.734375 0l-0.578125 -1.703125l-2.84375 0l-0.59375 1.703125l-1.703125 0l2.890625 -7.609375l1.71875 0zm-0.890625 1.875l-0.984375 2.796875l1.96875 0l-0.953125 -2.796875l-0.03125 0zm7.331421 0.078125q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm8.149841 -2.921875q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm6.6186523 -4.875l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7473145 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8254395 -0.140625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm6.0096436 0q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm6.7596436 -5.59375l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm3.3921509 -0.453125l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8566895 -0.140625q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321777 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm4.2230225 -1.953125l1.6875 5.34375l0.03125 0l1.71875 -5.34375l1.71875 0l-2.53125 7.609375l-1.875 0l-2.46875 -7.609375l1.71875 0zm7.342346 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.7316895 -0.140625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm5.9471436 -2.171875l1.015625 3.75l0.015625 0l0.921875 -3.75l1.46875 0l0.9375 3.734375l0.03125 0l1.015625 -3.734375l1.546875 0l-1.734375 5.515625l-1.5625 0l-0.96875 -3.703125l-0.03125 0l-0.9375 3.703125l-1.5625 0l-1.75 -5.515625l1.59375 0zm10.111328 -2.09375l1.78125 5.234375l0.015625 0l1.6875 -5.21875l0 -0.015625l2.34375 0l0 7.609375l-1.5625 0l0 -5.390625l-0.015625 0l-1.859375 5.390625l-1.296875 0l-1.859375 -5.34375l-0.03125 0l0 5.34375l-1.5625 0l0 -7.609375l2.359375 0zm9.823914 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm10.540466 -4.859375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7749023 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.4315186 -4.265625l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0z" fill-rule="nonzero"/></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><g transform="translate(7 7)" fill="#000" fill-rule="evenodd"><rect transform="rotate(45 11.988 11.884)" x="7.814" y="11.014" width="8.348" height="1.739" rx=".87"/><path d="M5.913 11.826A5.913 5.913 0 1 1 5.913 0a5.913 5.913 0 0 1 0 11.826zm0-1.745a4.168 4.168 0 1 0 0-8.336 4.168 4.168 0 0 0 0 8.336z"/></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="120" height="14" xmlns="http://www.w3.org/2000/svg"><g fill="#303541" fill-rule="nonzero"><path d="M18.751 12.57a3.85 3.85 0 0 1-1.55-1.619 5.51 5.51 0 0 1 0-4.788 3.885 3.885 0 0 1 1.55-1.62 5.016 5.016 0 0 1 4.66 0c.666.38 1.208.942 1.562 1.62a5.458 5.458 0 0 1 0 4.788 3.95 3.95 0 0 1-1.561 1.62 5.016 5.016 0 0 1-4.66 0zm3.694-1.164c.449-.236.821-.596 1.072-1.037a3.495 3.495 0 0 0 .419-1.8 3.495 3.495 0 0 0-.42-1.783 2.58 2.58 0 0 0-1.071-1.025 3.07 3.07 0 0 0-2.732 0 2.47 2.47 0 0 0-1.072.996 3.495 3.495 0 0 0-.414 1.783 3.495 3.495 0 0 0 .414 1.8c.243.444.615.805 1.066 1.037a2.977 2.977 0 0 0 2.732 0l.006.029zM28.252 12.816a.757.757 0 0 1-.227-.583V4.858a.78.78 0 0 1 .227-.582.751.751 0 0 1 .583-.233.775.775 0 0 1 .582.233.763.763 0 0 1 .233.582v.74c.81-1.083 1.713-1.625 2.72-1.625h.082A.722.722 0 0 1 33 4.2a.757.757 0 0 1 .216.553.693.693 0 0 1-.228.536.792.792 0 0 1-.582.21h-.082a3.006 3.006 0 0 0-1.526.402c-.468.28-.867.662-1.165 1.118v5.243a.746.746 0 0 1-.233.583.786.786 0 0 1-.583.221.763.763 0 0 1-.565-.25zM35.336 12.816a.757.757 0 0 1-.227-.583V1.054a.78.78 0 0 1 .227-.582.722.722 0 0 1 .582-.233.798.798 0 0 1 .781.815v7.101l4.078-3.833a.792.792 0 0 1 .518-.227.687.687 0 0 1 .583.227c.123.151.19.341.186.536a.856.856 0 0 1-.297.583L39.28 7.67l3.128 4.148c.108.132.17.296.175.466a.705.705 0 0 1-.228.554.804.804 0 0 1-.582.21.734.734 0 0 1-.344-.088.845.845 0 0 1-.297-.239l-2.97-4.077-1.463 1.404v2.225a.746.746 0 0 1-.233.582.798.798 0 0 1-.583.222.757.757 0 0 1-.547-.262zM45.734 12.816a2.464 2.464 0 0 1-1.404-2.284 2.417 2.417 0 0 1 1.008-2.045 4.893 4.893 0 0 1 2.965-.757H50.4v-.14a2.103 2.103 0 0 0-.583-1.642 2.563 2.563 0 0 0-1.747-.501 5.907 5.907 0 0 0-1.165.104c-.383.078-.761.18-1.13.31a.984.984 0 0 1-.227.034.617.617 0 0 1-.449-.192.63.63 0 0 1-.192-.466.67.67 0 0 1 .454-.658 7.614 7.614 0 0 1 2.989-.606c.703-.024 1.4.146 2.015.49.517.29.938.725 1.212 1.252a3.6 3.6 0 0 1 .39 1.666v4.893a.763.763 0 0 1-.233.582.804.804 0 0 1-.583.222.757.757 0 0 1-.774-.78v-.473a4.346 4.346 0 0 1-3.257 1.317 3.28 3.28 0 0 1-1.386-.326zm3.495-1.445a4.23 4.23 0 0 0 1.165-.926V8.988h-1.881c-1.748 0-2.61.46-2.61 1.37-.015.379.139.745.42 1.001.409.292.909.426 1.409.379a3.157 3.157 0 0 0 1.474-.35l.023-.017zM55.13 12.816a.757.757 0 0 1-.221-.583V4.858a.775.775 0 0 1 .804-.815.798.798 0 0 1 .792.815v.74c.804-1.083 1.712-1.625 2.714-1.625h.088a.71.71 0 0 1 .542.227.757.757 0 0 1 .215.553.687.687 0 0 1-.221.536.81.81 0 0 1-.583.21h-.087a2.965 2.965 0 0 0-1.52.402c-.47.278-.869.66-1.166 1.118v5.243a.763.763 0 0 1-.233.583.804.804 0 0 1-.582.221.775.775 0 0 1-.542-.25zM62.37 11.942a4.608 4.608 0 0 1-1.164-3.385c-.01-.778.143-1.55.448-2.266.29-.68.769-1.263 1.381-1.677a4.416 4.416 0 0 1 4.515-.041 3.868 3.868 0 0 1 1.42 1.59c.326.678.491 1.421.484 2.173a.769.769 0 0 1-.215.553.786.786 0 0 1-.583.222H62.78c.049.72.37 1.394.897 1.887.61.478 1.376.71 2.15.652.429.007.857-.04 1.275-.14a5.557 5.557 0 0 0 1.06-.395.693.693 0 0 1 .315-.07c.179 0 .351.066.483.186.136.123.21.3.204.484a.734.734 0 0 1-.448.64 5.895 5.895 0 0 1-1.329.583 6.227 6.227 0 0 1-1.695.192 4.433 4.433 0 0 1-3.32-1.188zm5.512-4.113a2.75 2.75 0 0 0-.443-1.415 2.406 2.406 0 0 0-.961-.84 2.656 2.656 0 0 0-2.33 0 2.377 2.377 0 0 0-.938.834 2.802 2.802 0 0 0-.431 1.415l5.103.006zM72.588 12.816a2.452 2.452 0 0 1-1.41-2.284 2.423 2.423 0 0 1 1.014-2.045 4.882 4.882 0 0 1 2.954-.74h2.09v-.14a2.103 2.103 0 0 0-.582-1.642 2.58 2.58 0 0 0-1.747-.5c-.391-.005-.781.03-1.165.104-.384.077-.761.18-1.13.309a.984.984 0 0 1-.228.035.583.583 0 0 1-.448-.193.63.63 0 0 1-.192-.466.676.676 0 0 1 .448-.658 7.666 7.666 0 0 1 2.994-.623c.704-.024 1.401.146 2.016.49.517.29.938.725 1.212 1.252a3.67 3.67 0 0 1 .384 1.666v4.893a.746.746 0 0 1-.233.582.786.786 0 0 1-.582.222.769.769 0 0 1-.781-.78v-.473a4.322 4.322 0 0 1-3.221 1.317 3.262 3.262 0 0 1-1.393-.326zm3.466-1.445c.45-.22.854-.52 1.195-.886V9.03h-1.882c-1.748 0-2.616.46-2.616 1.37-.013.38.143.746.426 1.001.409.292.91.426 1.41.379a3.151 3.151 0 0 0 1.467-.39v-.018zM81.938 12.734a.944.944 0 0 1-.286-.682v-.104a.944.944 0 0 1 .286-.682.926.926 0 0 1 .681-.285h.175a.973.973 0 0 1 .967.967v.104a.973.973 0 0 1-.967.967h-.175a.926.926 0 0 1-.681-.285zM88.078 12.588a4.258 4.258 0 0 1-1.69-1.59 4.614 4.614 0 0 1-.629-2.44 4.59 4.59 0 0 1 .63-2.436 4.317 4.317 0 0 1 1.689-1.596 5.243 5.243 0 0 1 3.88-.32 5.96 5.96 0 0 1 1.24.582.693.693 0 0 1 .344.583.664.664 0 0 1-.198.472.583.583 0 0 1-.46.221.775.775 0 0 1-.38-.105 6.303 6.303 0 0 0-.978-.425 3.326 3.326 0 0 0-1.013-.128 3.128 3.128 0 0 0-2.33.856 3.07 3.07 0 0 0-.851 2.255 3.07 3.07 0 0 0 .85 2.26 3.128 3.128 0 0 0 2.33.856c.343.008.685-.037 1.014-.134a6.81 6.81 0 0 0 .979-.42.775.775 0 0 1 .378-.104.583.583 0 0 1 .46.215.687.687 0 0 1-.145 1.078 5.96 5.96 0 0 1-1.24.582 4.718 4.718 0 0 1-1.58.233 4.899 4.899 0 0 1-2.3-.495zM97.2 12.57a3.839 3.839 0 0 1-1.544-1.619 5.039 5.039 0 0 1-.547-2.394 5.074 5.074 0 0 1 .547-2.394c.344-.68.881-1.243 1.544-1.62a5.027 5.027 0 0 1 4.66 0c.665.378 1.206.94 1.556 1.62a5.458 5.458 0 0 1 0 4.788 3.897 3.897 0 0 1-1.556 1.62c-1.46.763-3.2.763-4.66 0zm3.693-1.164a2.61 2.61 0 0 0 1.049-1.066c.304-.55.45-1.173.425-1.8a3.408 3.408 0 0 0-.425-1.783 2.546 2.546 0 0 0-1.072-1.025 3 3 0 0 0-1.357-.32 3.035 3.035 0 0 0-1.375.32c-.45.228-.82.585-1.066 1.025a3.495 3.495 0 0 0-.414 1.783c-.023.626.12 1.247.414 1.8.247.442.617.802 1.066 1.037.425.22.896.333 1.375.332.48.005.954-.11 1.38-.332v.029zM106.701 12.816a.78.78 0 0 1-.221-.583V4.858a.804.804 0 0 1 .221-.582.763.763 0 0 1 .582-.233.786.786 0 0 1 .583.233.763.763 0 0 1 .233.582v.71a4.177 4.177 0 0 1 1.165-1.164 3.163 3.163 0 0 1 1.748-.454 2.697 2.697 0 0 1 1.66.518c.439.322.78.76.984 1.264a3.495 3.495 0 0 1 3.18-1.782 2.61 2.61 0 0 1 1.62.489c.432.324.764.762.961 1.264.205.505.31 1.045.31 1.59v4.98a.746.746 0 0 1-.234.583.804.804 0 0 1-.582.222.751.751 0 0 1-.548-.222.757.757 0 0 1-.227-.582v-4.66a2.79 2.79 0 0 0-.396-1.655 1.62 1.62 0 0 0-1.37-.524 2.295 2.295 0 0 0-1.461.454c-.41.338-.758.747-1.026 1.206v5.185a.746.746 0 0 1-.238.582.78.78 0 0 1-.583.221.769.769 0 0 1-.78-.78v-4.66a2.75 2.75 0 0 0-.397-1.655 1.608 1.608 0 0 0-1.363-.524 2.295 2.295 0 0 0-1.462.454 4.398 4.398 0 0 0-1.03 1.206v5.185a.746.746 0 0 1-.234.582.804.804 0 0 1-.582.222.775.775 0 0 1-.513-.297zM8.336 4.206c.149.156.229.366.221.582a.926.926 0 0 1-.087.362l-3.006 7.176a1.083 1.083 0 0 1-.384.46.95.95 0 0 1-.583.181h-.169a.95.95 0 0 1-.582-.18 1.083 1.083 0 0 1-.385-.46L.38 5.131a.926.926 0 0 1-.088-.361.78.78 0 0 1 .227-.583.746.746 0 0 1 .583-.233c.15.003.296.05.42.134a.717.717 0 0 1 .285.32l2.621 6.723 2.645-6.705a.717.717 0 0 1 .285-.32.763.763 0 0 1 .979.099zM15.035 4.206a.763.763 0 0 0-.979-.099.717.717 0 0 0-.285.32l-2.645 6.705-1.712-4.346-.822 1.952 1.497 3.577c.078.203.217.378.396.5.17.121.375.185.583.181h.175a.979.979 0 0 0 .582-.18c.167-.115.299-.275.379-.46l3.012-7.195a.926.926 0 0 0 .087-.361.78.78 0 0 0-.268-.594z"/></g></svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg version="1.1" viewBox="0.0 0.0 960.0 540.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><clipPath id="g589aa3976e_4_1.0"><path d="m0 0l960.0 0l0 540.0l-960.0 0l0 -540.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#g589aa3976e_4_1.0)"><path fill="#f6f6f6" d="m0 0l960.0 0l0 540.0l-960.0 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m155.0107 74.05023l0 70.3622" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m155.0107 74.05023l0 58.362198" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m151.70723 132.41243l3.3034668 9.076202l3.3034668 -9.076202z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m192.57762 74.05023l-7.3543243 -29.417324l-75.133865 0l7.354332 29.417324z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m192.57762 74.05023l-7.3543243 -29.417324l-75.133865 0l7.354332 29.417324z" fill-rule="evenodd"/><path fill="#000000" d="m135.95119 57.42532q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.6249962l-1.515625 0l0 -7.453121l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm7.587387 -2.921875q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm8.040894 -4.09375q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.3136597 0q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm8.009644 -4.09375q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm8.730148 0q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m237.53543 189.18373l39.942596 0l0 -46.456696l39.931427 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m237.53543 189.18373l39.942596 0l0 -46.456696l27.931427 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m305.40945 146.0305l9.076202 -3.3034668l-9.076202 -3.3034668z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m237.53543 189.18373l39.31259 0l0 108.85039l39.301575 0" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m237.53543 189.18373l39.31259 0l0 108.85039l27.301575 0" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m304.1496 301.3376l9.076202 -3.3034668l-9.076202 -3.3034668z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m372.40482 437.48514l0 0c0 -10.504761 34.78488 -19.020569 77.694244 -19.020569c42.909332 0 77.694214 8.515808 77.694214 19.020569l0 76.082245c0 10.504761 -34.78488 19.020569 -77.694214 19.020569c-42.909363 0 -77.694244 -8.515808 -77.694244 -19.020569z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m527.7933 437.48514l0 0c0 10.504761 -34.78488 19.020538 -77.694214 19.020538c-42.909363 0 -77.694244 -8.515778 -77.694244 -19.020538" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m372.40482 437.48514l0 0c0 -10.504761 34.78488 -19.020569 77.694244 -19.020569c42.909332 0 77.694214 8.515808 77.694214 19.020569l0 76.082245c0 10.504761 -34.78488 19.020569 -77.694214 19.020569c-42.909363 0 -77.694244 -8.515808 -77.694244 -19.020569z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m527.7933 437.48514l0 0c0 10.504761 -34.78488 19.020538 -77.694214 19.020538c-42.909363 0 -77.694244 -8.515778 -77.694244 -19.020538" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m372.40482 437.48514l0 0c0 -10.504761 34.78488 -19.020569 77.694244 -19.020569c42.909332 0 77.694214 8.515808 77.694214 19.020569l0 76.082245c0 10.504761 -34.78488 19.020569 -77.694214 19.020569c-42.909363 0 -77.694244 -8.515808 -77.694244 -19.020569z" fill-rule="evenodd"/><path fill="#000000" d="m410.93707 478.644l3.125 9.15625l0.03125 0l2.9375 -9.125l0.03125 -0.03125l4.09375 0l0 13.3125l-2.734375 0l0 -9.4375l-0.03125 0l-3.265625 9.4375l-2.265625 0l-3.265625 -9.34375l-0.03125 0l0 9.34375l-2.75 0l0 -13.3125l4.125 0zm17.206696 3.40625q2.28125 0 3.640625 1.40625q1.359375 1.390625 1.359375 3.6875q0 2.3125 -1.375 3.703125q-1.375 1.375 -3.625 1.375q-2.234375 0 -3.609375 -1.390625q-1.375 -1.390625 -1.375 -3.6875q0 -2.28125 1.34375 -3.6875q1.359375 -1.40625 3.640625 -1.40625zm-2.328125 5.09375q0 1.53125 0.625 2.3125q0.625 0.765625 1.703125 0.765625q1.140625 0 1.75 -0.796875q0.609375 -0.8125 0.609375 -2.28125q0 -1.4375 -0.59375 -2.265625q-0.59375 -0.828125 -1.78125 -0.828125q-1.0625 0 -1.6875 0.765625q-0.625 0.765625 -0.625 2.328125zm14.583496 -5.09375q1.84375 0 2.671875 0.9375q0.84375 0.9375 0.84375 2.9375l0 6.03125l-2.65625 0l0 -5.53125q0 -1.125 -0.390625 -1.703125q-0.390625 -0.578125 -1.296875 -0.578125q-1.109375 0 -1.59375 0.65625q-0.46875 0.65625 -0.46875 2.015625l0 5.140625l-2.640625 0l0 -9.640625l2.515625 0l0 1.34375l0.046875 0q0.484375 -0.78125 1.25 -1.1875q0.78125 -0.421875 1.71875 -0.421875zm9.355804 0q1.0625 0 1.75 0.390625q0.6875 0.390625 1.125 1.15625l0.046875 0l0 -1.28125l2.515625 0l0 9.109375q0 1.9375 -1.234375 3.0625q-1.234375 1.125 -3.75 1.125q-1.703125 0 -2.9375 -0.828125q-1.21875 -0.8125 -1.328125 -2.265625l2.625 0q0.171875 0.6875 0.6875 1.0q0.515625 0.328125 1.28125 0.328125q1.03125 0 1.578125 -0.625q0.5625 -0.609375 0.5625 -1.703125l0 -1.34375l-0.046875 0q-0.390625 0.71875 -1.15625 1.109375q-0.75 0.390625 -1.734375 0.390625q-1.953125 0 -3.046875 -1.296875q-1.078125 -1.296875 -1.078125 -3.546875q0 -2.046875 1.140625 -3.40625q1.140625 -1.375 3.0 -1.375zm-1.484375 4.734375q0 1.359375 0.5625 2.125q0.5625 0.765625 1.578125 0.765625q1.046875 0 1.65625 -0.765625q0.609375 -0.765625 0.609375 -1.90625q0 -1.421875 -0.578125 -2.1875q-0.578125 -0.765625 -1.6875 -0.765625q-0.984375 0 -1.5625 0.75q-0.578125 0.75 -0.578125 1.984375zm13.724091 -4.734375q2.28125 0 3.640625 1.40625q1.359375 1.390625 1.359375 3.6875q0 2.3125 -1.375 3.703125q-1.375 1.375 -3.625 1.375q-2.234375 0 -3.609375 -1.390625q-1.375 -1.390625 -1.375 -3.6875q0 -2.28125 1.34375 -3.6875q1.359375 -1.40625 3.640625 -1.40625zm-2.328125 5.09375q0 1.53125 0.625 2.3125q0.625 0.765625 1.703125 0.765625q1.140625 0 1.75 -0.796875q0.609375 -0.8125 0.609375 -2.28125q0 -1.4375 -0.59375 -2.265625q-0.59375 -0.828125 -1.78125 -0.828125q-1.0625 0 -1.6875 0.765625q-0.625 0.765625 -0.625 2.328125zm15.161621 -8.5q2.65625 0 4.296875 1.734375q1.65625 1.734375 1.65625 4.84375q0 3.125 -1.609375 4.9375q-1.609375 1.796875 -4.34375 1.796875l-5.84375 0l0 -13.3125l5.84375 0zm-0.234375 10.859375q1.40625 0 2.328125 -1.0q0.921875 -1.015625 0.921875 -3.015625q0 -2.296875 -0.96875 -3.34375q-0.953125 -1.046875 -2.78125 -1.046875l-2.171875 0l0 8.40625l2.671875 0zm14.593842 -10.859375q2.03125 0 3.09375 0.8125q1.0625 0.796875 1.0625 2.46875q0 1.03125 -0.484375 1.703125q-0.46875 0.671875 -1.328125 1.09375q1.21875 0.359375 1.828125 1.234375q0.609375 0.859375 0.609375 2.140625q0 1.84375 -1.328125 2.859375q-1.328125 1.0 -3.28125 1.0l-6.546875 0l0 -13.3125l6.375 0zm-0.421875 5.390625q0.78125 0 1.25 -0.40625q0.484375 -0.40625 0.484375 -1.1875q0 -0.78125 -0.5 -1.15625q-0.484375 -0.375 -1.4375 -0.375l-2.8125 0l0 3.125l3.015625 0zm0.1875 5.640625q0.984375 0 1.53125 -0.421875q0.5625 -0.4375 0.5625 -1.328125q0 -0.9375 -0.53125 -1.421875q-0.515625 -0.484375 -1.515625 -0.484375l-3.25 0l0 3.65625l3.203125 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m395.12204 186.18636l-1.2598267 68.377945" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m395.12204 186.18636l-1.0387878 56.379974" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m390.78036 242.5055l3.1357117 9.135498l3.4700928 -9.013794z" fill-rule="evenodd"/><path fill="#eeeeee" d="m487.04724 99.23097l140.59845 0l0 167.30708l-140.59845 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m487.04724 99.23097l140.59845 0l0 167.30708l-140.59845 0z" fill-rule="evenodd"/><path fill="#0060ff" d="m516.686 221.64139l81.320984 0l0 0c10.653259 0 19.289429 7.1501923 19.289429 15.970398c0 8.820206 -8.636169 15.970383 -19.289429 15.970383l-81.320984 0l0 0c-10.653259 0 -19.289429 -7.150177 -19.289429 -15.970383c0 -8.820206 8.636169 -15.970398 19.289429 -15.970398z" fill-rule="evenodd"/><path fill="#f6f6f6" d="m513.9261 227.0549q1.375 0 2.203125 0.640625q0.84375 0.640625 0.84375 1.8125l-1.625 0q-0.03125 -0.5625 -0.390625 -0.84375q-0.359375 -0.296875 -1.109375 -0.296875q-0.5 0 -0.828125 0.21875q-0.328125 0.21875 -0.328125 0.640625q0 0.28125 0.140625 0.421875q0.140625 0.140625 0.546875 0.296875q0.421875 0.15625 1.828125 0.484375q0.953125 0.234375 1.484375 0.78125q0.53125 0.546875 0.53125 1.375q0 1.109375 -0.828125 1.78125q-0.828125 0.671875 -2.328125 0.671875q-1.4375 0 -2.34375 -0.703125q-0.90625 -0.71875 -0.90625 -1.96875l0 -0.046875l1.625 0q0 0.71875 0.453125 1.0625q0.46875 0.34375 1.21875 0.34375q0.6875 0 1.078125 -0.234375q0.40625 -0.25 0.40625 -0.703125q0 -0.375 -0.3125 -0.609375q-0.296875 -0.234375 -0.984375 -0.40625q-0.875 -0.203125 -1.59375 -0.421875q-0.703125 -0.21875 -1.171875 -0.71875q-0.46875 -0.5 -0.46875 -1.265625q0 -1.03125 0.8125 -1.671875q0.828125 -0.640625 2.046875 -0.640625zm5.69635 0.1875l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm6.5598145 -2.09375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7749023 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.5252686 -4.265625l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.0252686 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.4191895 -0.140625q0.5625 0 1.0 0.21875q0.4375 0.21875 0.671875 0.625l0.015625 0l0 -0.703125l1.453125 0l0 7.453125l-1.515625 0l0 -2.625l-0.03125 0q-0.25 0.40625 -0.71875 0.625q-0.453125 0.21875 -1.015625 0.21875q-0.953125 0 -1.640625 -0.75q-0.6875 -0.75 -0.6875 -2.109375q0 -1.296875 0.671875 -2.125q0.671875 -0.828125 1.796875 -0.828125zm-0.953125 2.90625q0 0.84375 0.34375 1.3125q0.34375 0.453125 0.953125 0.453125q0.640625 0 0.984375 -0.453125q0.34375 -0.46875 0.34375 -1.28125q0 -0.78125 -0.34375 -1.28125q-0.328125 -0.515625 -0.953125 -0.515625q-0.640625 0 -0.984375 0.484375q-0.34375 0.484375 -0.34375 1.28125zm6.9780273 -2.65625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606323 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm4.7731323 -6.15625q1.296875 0 2.203125 0.734375q0.921875 0.734375 1.078125 2.015625l-1.609375 0q-0.109375 -0.609375 -0.59375 -0.96875q-0.484375 -0.375 -1.078125 -0.375q-0.984375 0 -1.53125 0.71875q-0.53125 0.71875 -0.53125 1.90625q0 1.125 0.53125 1.828125q0.546875 0.703125 1.53125 0.703125q0.734375 0 1.171875 -0.4375q0.453125 -0.453125 0.5625 -1.25l1.625 0q-0.15625 1.4375 -1.0625 2.28125q-0.90625 0.828125 -2.296875 0.828125q-1.09375 0 -1.953125 -0.5q-0.84375 -0.515625 -1.3125 -1.421875q-0.46875 -0.921875 -0.46875 -2.03125q0 -1.765625 1.015625 -2.890625q1.03125 -1.140625 2.71875 -1.140625zm6.7371216 2.140625q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm6.4002686 -6.046875l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7473145 0l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7004395 0l0 2.765625l0.015625 0q0.25 -0.375 0.703125 -0.59375q0.453125 -0.21875 1.03125 -0.21875q0.96875 0 1.625 0.78125q0.65625 0.78125 0.65625 2.125q0 1.3125 -0.65625 2.109375q-0.65625 0.796875 -1.625 0.796875q-0.671875 0 -1.125 -0.21875q-0.453125 -0.234375 -0.6875 -0.640625l-0.015625 0l0 0.703125l-1.4375 0l0 -7.609375l1.515625 0zm-0.0625 4.859375q0 0.796875 0.34375 1.28125q0.359375 0.484375 0.953125 0.484375q0.59375 0 0.9375 -0.484375q0.34375 -0.484375 0.34375 -1.28125q0 -0.796875 -0.34375 -1.28125q-0.328125 -0.484375 -0.953125 -0.484375q-0.578125 0 -0.9375 0.484375q-0.34375 0.46875 -0.34375 1.28125zm7.5873413 -2.90625q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm7.4783936 -4.09375q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm5.1346436 -1.953125l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.7127686 1.953125q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#f6f6f6" d="m537.857 240.2424l1.203125 5.171875l0.015625 0l1.328125 -5.171875l1.5625 0l1.3125 5.234375l0.015625 0l1.25 -5.234375l1.640625 0l-2.046875 7.609375l-1.671875 0l-1.28125 -5.171875l-0.015625 0l-1.28125 5.171875l-1.6875 0l-2.015625 -7.609375l1.671875 0zm11.318298 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.368591 -2.90625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm2.6001587 -1.953125l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.8585815 1.953125q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.072144 -2.3125q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.1938477 0q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m492.00787 99.23097l130.67719 0l0 31.937012l-130.67719 0z" fill-rule="evenodd"/><path fill="#000000" d="m510.19403 116.291595q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230835 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824524 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm1.7283325 4.0l2.1875 7.875l0.046875 0l1.9375 -7.875l1.734375 0l2.0 7.84375l0.03125 0.03125l0.015625 0l2.15625 -7.875l1.65625 0l-3.0625 9.609375l-0.03125 0.03125l-1.671875 0l-1.953125 -7.625l-0.015625 -0.046875l-0.03125 0l-1.9375 7.671875l-1.703125 0l-3.109375 -9.640625l1.75 0zm17.434814 -0.21875q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm14.369019 -5.0625q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm3.0876465 -3.4375l0 7.890625l4.40625 -4.21875l2.125 0l-3.828125 3.5l4.109375 6.140625l-2.015625 0l-3.3125 -5.03125l-1.484375 1.375l0 3.65625l-1.59375 0l0 -13.3125l1.59375 0zm11.938599 3.453125q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm13.676697 -4.125q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm4.6189575 0.015625q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m615.7939 442.67178l0 0c0 -7.273926 20.338135 -13.170593 45.426514 -13.170593c25.088379 0 45.426514 5.8966675 45.426514 13.170593l0 52.682434c0 7.273926 -20.338135 13.170593 -45.426514 13.170593c-25.088379 0 -45.426514 -5.8966675 -45.426514 -13.170593z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m706.6469 442.67178l0 0c0 7.273926 -20.338135 13.170624 -45.426514 13.170624c-25.088379 0 -45.426514 -5.896698 -45.426514 -13.170624" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m615.7939 442.67178l0 0c0 -7.273926 20.338135 -13.170593 45.426514 -13.170593c25.088379 0 45.426514 5.8966675 45.426514 13.170593l0 52.682434c0 7.273926 -20.338135 13.170593 -45.426514 13.170593c-25.088379 0 -45.426514 -5.8966675 -45.426514 -13.170593z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m706.6469 442.67178l0 0c0 7.273926 -20.338135 13.170624 -45.426514 13.170624c-25.088379 0 -45.426514 -5.896698 -45.426514 -13.170624" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m615.7939 442.67178l0 0c0 -7.273926 20.338135 -13.170593 45.426514 -13.170593c25.088379 0 45.426514 5.8966675 45.426514 13.170593l0 52.682434c0 7.273926 -20.338135 13.170593 -45.426514 13.170593c-25.088379 0 -45.426514 -5.8966675 -45.426514 -13.170593z" fill-rule="evenodd"/><path fill="#000000" d="m629.8444 471.55582l0 1.578125l-4.515625 0l0 1.828125l4.140625 0l0 1.46875l-4.140625 0l0 2.109375l4.609375 0l0 1.578125l-6.5 0l0 -8.5625l6.40625 0zm2.9472656 0l0 8.5625l-1.703125 0l0 -8.5625l1.703125 0zm4.1875 2.1875q1.375 0 2.046875 0.453125q0.671875 0.453125 0.671875 1.28125l0 3.328125q0 0.375 0.046875 0.75q0.046875 0.375 0.171875 0.5625l-1.734375 0q-0.046875 -0.140625 -0.078125 -0.28125q-0.03125 -0.15625 -0.046875 -0.3125q-0.359375 0.375 -0.890625 0.578125q-0.515625 0.1875 -1.1875 0.1875q-0.96875 0 -1.546875 -0.484375q-0.5625 -0.484375 -0.5625 -1.375q0 -0.875 0.53125 -1.328125q0.546875 -0.46875 1.96875 -0.625q0.984375 -0.09375 1.296875 -0.234375q0.328125 -0.15625 0.328125 -0.53125q0 -0.40625 -0.25 -0.609375q-0.234375 -0.21875 -0.84375 -0.21875q-0.53125 0 -0.8125 0.234375q-0.28125 0.21875 -0.328125 0.703125l-1.703125 0q0.0625 -1.015625 0.828125 -1.546875q0.78125 -0.53125 2.09375 -0.53125zm-1.40625 4.609375q0 0.375 0.25 0.59375q0.25 0.203125 0.796875 0.203125q0.671875 0 1.015625 -0.359375q0.359375 -0.359375 0.359375 -1.046875l0 -0.65625q-0.15625 0.125 -0.40625 0.1875q-0.25 0.046875 -0.890625 0.140625q-0.59375 0.078125 -0.859375 0.3125q-0.265625 0.21875 -0.265625 0.625zm7.984375 -4.609375q1.265625 0 1.953125 0.5q0.703125 0.5 0.796875 1.484375l-1.625 0q-0.046875 -0.4375 -0.34375 -0.640625q-0.28125 -0.203125 -0.828125 -0.203125q-0.484375 0 -0.71875 0.15625q-0.21875 0.140625 -0.21875 0.421875q0 0.28125 0.296875 0.46875q0.296875 0.1875 1.1875 0.359375q1.421875 0.265625 1.90625 0.703125q0.5 0.4375 0.5 1.140625q0 1.046875 -0.78125 1.609375q-0.765625 0.546875 -2.046875 0.546875q-1.296875 0 -2.078125 -0.546875q-0.78125 -0.546875 -0.84375 -1.640625l1.625 0q0 0.484375 0.375 0.765625q0.375 0.28125 0.9375 0.28125q0.5 0 0.796875 -0.21875q0.3125 -0.21875 0.3125 -0.578125q0 -0.328125 -0.40625 -0.53125q-0.390625 -0.203125 -1.46875 -0.421875q-1.078125 -0.21875 -1.546875 -0.609375q-0.46875 -0.390625 -0.46875 -1.0625q0 -0.984375 0.6875 -1.484375q0.703125 -0.5 2.0 -0.5zm6.0703125 -1.6875l0 1.859375l1.25 0l0 1.140625l-1.25 0l0 3.109375q0 0.375 0.140625 0.53125q0.140625 0.15625 0.578125 0.15625q0.140625 0 0.265625 -0.015625q0.140625 -0.015625 0.265625 -0.03125l0 1.328125q-0.21875 0.03125 -0.484375 0.046875q-0.25 0.015625 -0.5 0.015625q-1.109375 0 -1.546875 -0.375q-0.421875 -0.390625 -0.421875 -1.0625l0 -3.703125l-1.03125 0l0 -1.140625l1.03125 0l0 -1.859375l1.703125 0zm3.8183594 -0.5l0 1.390625l-1.703125 0l0 -1.390625l1.703125 0zm0 2.359375l0 6.203125l-1.703125 0l0 -6.203125l1.703125 0zm4.3125 -0.171875q1.203125 0 2.015625 0.625q0.828125 0.625 0.90625 1.734375l-1.671875 0q-0.078125 -0.53125 -0.40625 -0.796875q-0.3125 -0.28125 -0.859375 -0.28125q-0.6875 0 -1.078125 0.5625q-0.375 0.5625 -0.375 1.453125q0 0.890625 0.375 1.4375q0.375 0.53125 1.046875 0.53125q0.5625 0 0.90625 -0.328125q0.359375 -0.328125 0.453125 -0.9375l1.640625 0q-0.171875 1.21875 -0.96875 1.890625q-0.78125 0.65625 -2.015625 0.65625q-1.390625 0 -2.265625 -0.890625q-0.875 -0.890625 -0.875 -2.296875q0 -1.5 0.859375 -2.421875q0.859375 -0.9375 2.3125 -0.9375zm6.453125 0q1.265625 0 1.953125 0.5q0.703125 0.5 0.796875 1.484375l-1.625 0q-0.046875 -0.4375 -0.34375 -0.640625q-0.28125 -0.203125 -0.828125 -0.203125q-0.484375 0 -0.71875 0.15625q-0.21875 0.140625 -0.21875 0.421875q0 0.28125 0.296875 0.46875q0.296875 0.1875 1.1875 0.359375q1.421875 0.265625 1.90625 0.703125q0.5 0.4375 0.5 1.140625q0 1.046875 -0.78125 1.609375q-0.765625 0.546875 -2.046875 0.546875q-1.296875 0 -2.078125 -0.546875q-0.78125 -0.546875 -0.84375 -1.640625l1.625 0q0 0.484375 0.375 0.765625q0.375 0.28125 0.9375 0.28125q0.5 0 0.796875 -0.21875q0.3125 -0.21875 0.3125 -0.578125q0 -0.328125 -0.40625 -0.53125q-0.390625 -0.203125 -1.46875 -0.421875q-1.078125 -0.21875 -1.546875 -0.609375q-0.46875 -0.390625 -0.46875 -1.0625q0 -0.984375 0.6875 -1.484375q0.703125 -0.5 2.0 -0.5zm6.7734375 0q1.375 0 2.203125 0.953125q0.828125 0.9375 0.828125 2.421875l-0.015625 0.3125l-4.484375 0q0.046875 0.796875 0.421875 1.1875q0.390625 0.390625 1.09375 0.390625q0.46875 0 0.859375 -0.234375q0.390625 -0.25 0.5 -0.578125l1.5 0q-0.34375 1.046875 -1.0625 1.578125q-0.71875 0.515625 -1.84375 0.515625q-1.4375 0 -2.3125 -0.90625q-0.859375 -0.90625 -0.859375 -2.359375q0 -1.390625 0.890625 -2.328125q0.890625 -0.953125 2.28125 -0.953125zm-1.46875 2.609375l2.78125 0q-0.125 -0.6875 -0.453125 -1.0q-0.3125 -0.328125 -0.921875 -0.328125q-0.609375 0 -0.984375 0.359375q-0.359375 0.34375 -0.421875 0.96875zm8.34375 -2.609375q1.375 0 2.046875 0.453125q0.671875 0.453125 0.671875 1.28125l0 3.328125q0 0.375 0.046875 0.75q0.046875 0.375 0.171875 0.5625l-1.734375 0q-0.046875 -0.140625 -0.078125 -0.28125q-0.03125 -0.15625 -0.046875 -0.3125q-0.359375 0.375 -0.890625 0.578125q-0.515625 0.1875 -1.1875 0.1875q-0.96875 0 -1.546875 -0.484375q-0.5625 -0.484375 -0.5625 -1.375q0 -0.875 0.53125 -1.328125q0.546875 -0.46875 1.96875 -0.625q0.984375 -0.09375 1.296875 -0.234375q0.328125 -0.15625 0.328125 -0.53125q0 -0.40625 -0.25 -0.609375q-0.234375 -0.21875 -0.84375 -0.21875q-0.53125 0 -0.8125 0.234375q-0.28125 0.21875 -0.328125 0.703125l-1.703125 0q0.0625 -1.015625 0.828125 -1.546875q0.78125 -0.53125 2.09375 -0.53125zm-1.40625 4.609375q0 0.375 0.25 0.59375q0.25 0.203125 0.796875 0.203125q0.671875 0 1.015625 -0.359375q0.359375 -0.359375 0.359375 -1.046875l0 -0.65625q-0.15625 0.125 -0.40625 0.1875q-0.25 0.046875 -0.890625 0.140625q-0.59375 0.078125 -0.859375 0.3125q-0.265625 0.21875 -0.265625 0.625zm9.0625 -4.609375q0.109375 0 0.203125 0.015625q0.09375 0.015625 0.171875 0.046875l0 1.578125q-0.140625 -0.03125 -0.28125 -0.03125q-0.140625 -0.015625 -0.328125 -0.015625q-0.859375 0 -1.28125 0.53125q-0.40625 0.515625 -0.40625 1.40625l0 2.84375l-1.6875 0l0 -6.203125l1.609375 0l0 1.15625l0.03125 0q0.265625 -0.609375 0.796875 -0.96875q0.546875 -0.359375 1.171875 -0.359375zm3.9355469 0q1.203125 0 2.015625 0.625q0.828125 0.625 0.90625 1.734375l-1.671875 0q-0.078125 -0.53125 -0.40625 -0.796875q-0.3125 -0.28125 -0.859375 -0.28125q-0.6875 0 -1.078125 0.5625q-0.375 0.5625 -0.375 1.453125q0 0.890625 0.375 1.4375q0.375 0.53125 1.046875 0.53125q0.5625 0 0.90625 -0.328125q0.359375 -0.328125 0.453125 -0.9375l1.640625 0q-0.171875 1.21875 -0.96875 1.890625q-0.78125 0.65625 -2.015625 0.65625q-1.390625 0 -2.265625 -0.890625q-0.875 -0.890625 -0.875 -2.296875q0 -1.5 0.859375 -2.421875q0.859375 -0.9375 2.3125 -0.9375zm5.609375 -2.1875l0 3.21875l0.046875 0q0.265625 -0.453125 0.765625 -0.734375q0.5 -0.296875 1.0625 -0.296875q1.171875 0 1.703125 0.609375q0.546875 0.609375 0.546875 1.890625l0 3.875l-1.703125 0l0 -3.5625q0 -0.71875 -0.25 -1.09375q-0.25 -0.375 -0.84375 -0.375q-0.703125 0 -1.015625 0.421875q-0.3125 0.421875 -0.3125 1.296875l0 3.3125l-1.6875 0l0 -8.5625l1.6875 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m813.72327 442.67178l0 0c0 -7.273926 19.509094 -13.170624 43.57483 -13.170624c24.065674 0 43.574768 5.896698 43.574768 13.170624l0 52.682404c0 7.273926 -19.509094 13.170593 -43.574768 13.170593c-24.065735 0 -43.57483 -5.8966675 -43.57483 -13.170593z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m900.87286 442.67178l0 0c0 7.273926 -19.509094 13.170593 -43.574768 13.170593c-24.065735 0 -43.57483 -5.8966675 -43.57483 -13.170593" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m813.72327 442.67178l0 0c0 -7.273926 19.509094 -13.170624 43.57483 -13.170624c24.065674 0 43.574768 5.896698 43.574768 13.170624l0 52.682404c0 7.273926 -19.509094 13.170593 -43.574768 13.170593c-24.065735 0 -43.57483 -5.8966675 -43.57483 -13.170593z" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m900.87286 442.67178l0 0c0 7.273926 -19.509094 13.170593 -43.574768 13.170593c-24.065735 0 -43.57483 -5.8966675 -43.57483 -13.170593" fill-rule="evenodd"/><path stroke="#303541" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m813.72327 442.67178l0 0c0 -7.273926 19.509094 -13.170624 43.57483 -13.170624c24.065674 0 43.574768 5.896698 43.574768 13.170624l0 52.682404c0 7.273926 -19.509094 13.170593 -43.574768 13.170593c-24.065735 0 -43.57483 -5.8966675 -43.57483 -13.170593z" fill-rule="evenodd"/><path fill="#000000" d="m846.5852 471.5558q1.03125 0 1.734375 0.671875q0.71875 0.65625 0.71875 1.6875q0 0.8125 -0.34375 1.34375q-0.328125 0.53125 -1.015625 0.796875l0 0.03125q0.609375 0.15625 0.921875 0.71875q0.328125 0.5625 0.359375 1.71875q0.03125 1.171875 0.328125 1.59375l-1.875 0q-0.171875 -0.421875 -0.234375 -1.34375q-0.078125 -1.265625 -0.421875 -1.625q-0.328125 -0.375 -1.03125 -0.375l-1.921875 0l0 3.34375l-1.890625 0l0 -8.5625l4.671875 0zm-0.6875 3.875q0.59375 0 0.921875 -0.28125q0.34375 -0.296875 0.34375 -0.953125q0 -0.609375 -0.328125 -0.890625q-0.3125 -0.296875 -0.9375 -0.296875l-2.09375 0l0 2.421875l2.09375 0zm7.3691406 -1.6875q1.375 0 2.203125 0.953125q0.828125 0.9375 0.828125 2.421875l-0.015625 0.3125l-4.484375 0q0.046875 0.796875 0.421875 1.1875q0.390625 0.390625 1.09375 0.390625q0.46875 0 0.859375 -0.234375q0.390625 -0.25 0.5 -0.578125l1.5 0q-0.34375 1.046875 -1.0625 1.578125q-0.71875 0.515625 -1.84375 0.515625q-1.4375 0 -2.3125 -0.90625q-0.859375 -0.90625 -0.859375 -2.359375q0 -1.390625 0.890625 -2.328125q0.890625 -0.953125 2.28125 -0.953125zm-1.46875 2.609375l2.78125 0q-0.125 -0.6875 -0.453125 -1.0q-0.3125 -0.328125 -0.921875 -0.328125q-0.609375 0 -0.984375 0.359375q-0.359375 0.34375 -0.421875 0.96875zm11.546875 -4.796875l0 8.5625l-1.625 0l0 -0.796875l-0.03125 0q-0.265625 0.484375 -0.75 0.734375q-0.484375 0.234375 -1.125 0.234375q-1.265625 0 -2.03125 -0.9375q-0.75 -0.9375 -0.75 -2.390625q0 -1.390625 0.734375 -2.296875q0.75 -0.921875 2.015625 -0.921875q0.578125 0 1.046875 0.234375q0.484375 0.234375 0.78125 0.6875l0.03125 0l0 -3.109375l1.703125 0zm-4.609375 5.453125q0 0.859375 0.390625 1.4375q0.40625 0.5625 1.109375 0.5625q0.703125 0 1.078125 -0.515625q0.375 -0.53125 0.375 -1.5q0 -0.90625 -0.375 -1.4375q-0.359375 -0.53125 -1.09375 -0.53125q-0.703125 0 -1.09375 0.53125q-0.390625 0.53125 -0.390625 1.453125zm7.642578 -5.453125l0 1.390625l-1.703125 0l0 -1.390625l1.703125 0zm0 2.359375l0 6.203125l-1.703125 0l0 -6.203125l1.703125 0zm3.875 -0.171875q1.265625 0 1.953125 0.5q0.703125 0.5 0.796875 1.484375l-1.625 0q-0.046875 -0.4375 -0.34375 -0.640625q-0.28125 -0.203125 -0.828125 -0.203125q-0.484375 0 -0.71875 0.15625q-0.21875 0.140625 -0.21875 0.421875q0 0.28125 0.296875 0.46875q0.296875 0.1875 1.1875 0.359375q1.421875 0.265625 1.90625 0.703125q0.5 0.4375 0.5 1.140625q0 1.046875 -0.78125 1.609375q-0.765625 0.546875 -2.046875 0.546875q-1.296875 0 -2.078125 -0.546875q-0.78125 -0.546875 -0.84375 -1.640625l1.625 0q0 0.484375 0.375 0.765625q0.375 0.28125 0.9375 0.28125q0.5 0 0.796875 -0.21875q0.3125 -0.21875 0.3125 -0.578125q0 -0.328125 -0.40625 -0.53125q-0.390625 -0.203125 -1.46875 -0.421875q-1.078125 -0.21875 -1.546875 -0.609375q-0.46875 -0.390625 -0.46875 -1.0625q0 -0.984375 0.6875 -1.484375q0.703125 -0.5 2.0 -0.5z" fill-rule="nonzero"/><path fill="#eeeeee" d="m792.04364 96.09949l0 0c-1.3309326 -9.205719 3.0386963 -18.318825 11.254639 -23.47229c8.215881 -5.1534653 18.83728 -5.4434814 27.356995 -0.74697876l0 0c3.0179443 -5.3525925 8.541687 -9.048183 14.900391 -9.968937c6.3587036 -0.92074966 12.805542 1.041481 17.39038 5.2931633l0 0c2.5709229 -4.8530006 7.6189575 -8.113594 13.352783 -8.62476c5.7338867 -0.5111618 11.342041 1.7994499 14.834473 6.111912l0 0c4.6447144 -5.144165 12.034607 -7.310074 18.971985 -5.560524c6.937378 1.7495537 12.17627 7.1003265 13.449707 13.737022l0 0c5.690613 1.4609604 10.430725 5.1749344 12.995728 10.182335c2.5650024 5.0074005 2.703186 10.817017 0.3789673 15.927834l0 0c5.6035156 6.86438 6.9143677 16.011086 3.4432373 24.026733c-3.4710693 8.015648 -11.202637 13.695961 -20.309326 14.921165c-0.06414795 7.5229645 -4.447632 14.425949 -11.460815 18.048248c-7.0131836 3.622284 -15.560974 3.3982544 -22.348633 -0.58576965c-2.8911743 9.010056 -11.02887 15.639572 -20.897339 17.024353c-9.868408 1.3847809 -19.698486 -2.7234344 -25.243225 -10.549728c-6.796692 3.857605 -14.952209 4.968857 -22.626709 3.083084c-7.6745605 -1.8857727 -14.22168 -6.609741 -18.16449 -13.106247l0 0c-6.9453735 0.76498413 -13.6605835 -2.6219177 -16.812927 -8.479797c-3.1522827 -5.857895 -2.0706787 -12.939743 2.70813 -17.73088l0 0c-6.1954956 -3.4321365 -9.3567505 -10.242638 -7.835388 -16.880089c1.5213013 -6.637459 7.380615 -11.597794 14.5224 -12.294388z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m785.2193 125.62877l0 0c2.923645 1.6196365 6.3011475 2.3543472 9.679016 2.1054688m4.4243164 24.105804c1.4525757 -0.16000366 2.8764038 -0.4988098 4.234741 -1.0076904m36.554382 11.030426c-1.0216675 -1.4420776 -1.8770752 -2.9830475 -2.5515747 -4.5966644m48.69397 -1.8782349l0 0c0.5270996 -1.6426544 0.8685913 -3.3333282 1.0188599 -5.043762m32.789307 -12.418076c0.068359375 -8.009369 -4.7648926 -15.342819 -12.423645 -18.850433m29.28955 -20.096634c-1.2403564 2.7273407 -3.13385 5.1467285 -5.5319824 7.0684586m-7.8415527 -33.179337l0 0c0.21136475 1.1013565 0.30914307 2.2192764 0.29205322 3.3382492m-32.713196 -11.514412l0 0c-1.1586304 1.2832184 -2.1131592 2.7171936 -2.8339233 4.2572784m-25.353577 -1.7449875l0 0c-0.61743164 1.1655273 -1.0784912 2.3988647 -1.3726196 3.6715927m-30.91864 1.0042725l0 0c1.8027954 0.9937744 3.470581 2.189888 4.966797 3.5620651m-43.57794 20.657333l0 0c0.18341064 1.2687912 0.4732666 2.5219345 0.86676025 3.7477036" fill-rule="evenodd"/><path stroke="#595959" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m792.04364 96.09949l0 0c-1.3309326 -9.205719 3.0386963 -18.318825 11.254639 -23.47229c8.215881 -5.1534653 18.83728 -5.4434814 27.356995 -0.74697876l0 0c3.0179443 -5.3525925 8.541687 -9.048183 14.900391 -9.968937c6.3587036 -0.92074966 12.805542 1.041481 17.39038 5.2931633l0 0c2.5709229 -4.8530006 7.6189575 -8.113594 13.352783 -8.62476c5.7338867 -0.5111618 11.342041 1.7994499 14.834473 6.111912l0 0c4.6447144 -5.144165 12.034607 -7.310074 18.971985 -5.560524c6.937378 1.7495537 12.17627 7.1003265 13.449707 13.737022l0 0c5.690613 1.4609604 10.430725 5.1749344 12.995728 10.182335c2.5650024 5.0074005 2.703186 10.817017 0.3789673 15.927834l0 0c5.6035156 6.86438 6.9143677 16.011086 3.4432373 24.026733c-3.4710693 8.015648 -11.202637 13.695961 -20.309326 14.921165c-0.06414795 7.5229645 -4.447632 14.425949 -11.460815 18.048248c-7.0131836 3.622284 -15.560974 3.3982544 -22.348633 -0.58576965c-2.8911743 9.010056 -11.02887 15.639572 -20.897339 17.024353c-9.868408 1.3847809 -19.698486 -2.7234344 -25.243225 -10.549728c-6.796692 3.857605 -14.952209 4.968857 -22.626709 3.083084c-7.6745605 -1.8857727 -14.22168 -6.609741 -18.16449 -13.106247l0 0c-6.9453735 0.76498413 -13.6605835 -2.6219177 -16.812927 -8.479797c-3.1522827 -5.857895 -2.0706787 -12.939743 2.70813 -17.73088l0 0c-6.1954956 -3.4321365 -9.3567505 -10.242638 -7.835388 -16.880089c1.5213013 -6.637459 7.380615 -11.597794 14.5224 -12.294388z" fill-rule="evenodd"/><path stroke="#595959" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m785.2193 125.62877l0 0c2.923645 1.6196365 6.3011475 2.3543472 9.679016 2.1054688m4.4243164 24.105804c1.4525757 -0.16000366 2.8764038 -0.4988098 4.234741 -1.0076904m36.554382 11.030426c-1.0216675 -1.4420776 -1.8770752 -2.9830475 -2.5515747 -4.5966644m48.69397 -1.8782349l0 0c0.5270996 -1.6426544 0.8685913 -3.3333282 1.0188599 -5.043762m32.789307 -12.418076c0.068359375 -8.009369 -4.7648926 -15.342819 -12.423645 -18.850433m29.28955 -20.096634c-1.2403564 2.7273407 -3.13385 5.1467285 -5.5319824 7.0684586m-7.8415527 -33.179337l0 0c0.21136475 1.1013565 0.30914307 2.2192764 0.29205322 3.3382492m-32.713196 -11.514412l0 0c-1.1586304 1.2832184 -2.1131592 2.7171936 -2.8339233 4.2572784m-25.353577 -1.7449875l0 0c-0.61743164 1.1655273 -1.0784912 2.3988647 -1.3726196 3.6715927m-30.91864 1.0042725l0 0c1.8027954 0.9937744 3.470581 2.189888 4.966797 3.5620651m-43.57794 20.657333l0 0c0.18341064 1.2687912 0.4732666 2.5219345 0.86676025 3.7477036" fill-rule="evenodd"/><path fill="#000000" d="m830.72095 95.16234l0 1.484375l-7.4375 0l0 4.234375l6.921875 0l0 1.484375l-6.921875 0l0 4.609375l7.5 0l0 1.5l-9.265625 0l0 -13.3125l9.203125 0zm3.192871 3.671875l2.3125 3.359375l0.015625 0l2.390625 -3.359375l1.90625 0l-3.3125 4.4375l3.71875 5.203125l-2.03125 0l-2.6875 -3.984375l-2.671875 3.984375l-1.9375 0l3.640625 -5.078125l-3.375 -4.5625l2.03125 0zm10.602661 -2.890625l0 2.890625l1.921875 0l0 1.390625l-1.921875 0l0 6.046875q0 0.71875 0.484375 0.765625q0.484375 0.03125 1.0 0.03125l0.4375 0l0 1.40625l-1.296875 0q-1.3125 0 -1.765625 -0.453125q-0.4375 -0.46875 -0.4375 -1.5625l0 -6.234375l-1.65625 0l0 -1.390625l1.65625 0l0 -2.890625l1.578125 0zm7.460266 2.671875q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm13.676697 -4.125q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm6.0720825 0.015625q1.75 0 2.53125 0.890625q0.796875 0.890625 0.796875 2.546875l0 6.421875l-1.59375 0l0 -6.59375q0 -0.8125 -0.53125 -1.34375q-0.515625 -0.53125 -1.4375 -0.53125q-1.34375 0 -2.09375 0.828125q-0.75 0.8125 -0.75 2.125l0 5.515625l-1.59375 0l0 -9.640625l1.5 0l0 1.53125l0.03125 0q0.53125 -0.90625 1.296875 -1.328125q0.78125 -0.421875 1.84375 -0.421875zm9.656921 0q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm10.551697 -10.71875l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0z" fill-rule="nonzero"/><path fill="#000000" d="m841.6711 117.16234l5.203125 13.3125l-1.953125 0l-1.453125 -4.015625l-5.640625 0l-1.5 4.015625l-1.8125 0l5.203125 -13.3125l1.953125 0zm-1.03125 1.59375l-2.25 6.21875l4.515625 0l-2.21875 -6.21875l-0.046875 0zm13.463318 -1.59375q1.828125 0 2.90625 1.0q1.09375 0.984375 1.09375 2.9375q0 1.953125 -1.09375 2.9375q-1.078125 0.984375 -2.78125 0.984375l-4.28125 0l0 5.453125l-1.765625 0l0 -13.3125l5.921875 0zm-0.484375 6.375q1.265625 0 1.984375 -0.59375q0.734375 -0.609375 0.734375 -1.84375q0 -1.234375 -0.71875 -1.84375q-0.71875 -0.609375 -2.109375 -0.609375l-3.5625 0l0 4.890625l3.671875 0zm8.494568 -6.375l0 13.3125l-1.765625 0l0 -13.3125l1.765625 0zm5.937378 3.453125q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m627.6457 182.88452l150.01575 -67.68504" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m627.6457 182.88452l139.07758 -62.749886" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m768.0818 123.1458l6.914551 -6.743866l-9.631714 0.72154236z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m857.2979 385.41733l0 44.094482" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m857.2979 385.41733l0 32.094482" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m853.99445 417.5118l3.3034668 9.076202l3.3034668 -9.076202z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m606.64795 353.93533l87.1496 0l0 16.629913l-87.1496 0z" fill-rule="evenodd"/><path fill="#f6f6f6" d="m634.67847 361.56598l1.78125 5.234375l0.015625 0l1.6875 -5.21875l0 -0.015625l2.34375 0l0 7.609375l-1.5625 0l0 -5.390625l-0.015625 0l-1.859375 5.390625l-1.296875 0l-1.859375 -5.34375l-0.03125 0l0 5.34375l-1.5625 0l0 -7.609375l2.359375 0zm9.823914 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm10.540527 -4.859375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7748413 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.4315186 -4.265625l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm3.4348145 1.953125q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#eeeeee" d="m316.1601 254.56168l155.40158 0l0 86.92914l-155.40158 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m316.1601 254.56168l155.40158 0l0 86.92914l-155.40158 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m331.87927 249.92914l126.48819 0l0 31.937012l-126.48819 0z" fill-rule="evenodd"/><path fill="#000000" d="m350.4988 266.98975q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230804 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824554 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm5.509552 3.78125q1.046875 0 1.71875 0.421875q0.671875 0.421875 0.921875 1.21875q0.5 -0.78125 1.28125 -1.203125q0.796875 -0.4375 1.765625 -0.4375q1.625 0 2.40625 0.734375q0.78125 0.734375 0.78125 2.0l0 7.125l-1.578125 0l0 -6.390625q0 -1.046875 -0.453125 -1.5625q-0.4375 -0.515625 -1.421875 -0.515625q-1.1875 0 -1.859375 0.6875q-0.65625 0.6875 -0.65625 1.71875l0 6.0625l-1.59375 0l0 -6.390625q0 -1.046875 -0.4375 -1.5625q-0.4375 -0.515625 -1.359375 -0.515625q-0.765625 0 -1.34375 0.359375q-0.578125 0.359375 -0.90625 1.0q-0.328125 0.625 -0.328125 1.0625l0 6.046875l-1.59375 0l0 -9.640625l1.5 0l0 1.421875l0.03125 0q0.546875 -0.84375 1.3125 -1.234375q0.78125 -0.40625 1.8125 -0.40625zm15.429901 0q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm18.181519 -8.5l0 13.3125l-1.59375 0l0 -1.296875l-0.03125 0q-0.375 0.734375 -1.1875 1.140625q-0.8125 0.390625 -1.890625 0.390625q-2.015625 0 -3.234375 -1.40625q-1.203125 -1.40625 -1.203125 -3.671875q0 -2.234375 1.171875 -3.625q1.171875 -1.390625 3.21875 -1.390625q0.953125 0 1.796875 0.390625q0.859375 0.375 1.328125 1.109375l0.03125 0l0 -4.953125l1.59375 0zm-7.46875 8.5625q0 1.5625 0.8125 2.578125q0.8125 1.0 2.1875 1.0q1.390625 0 2.15625 -1.0q0.78125 -1.015625 0.78125 -2.640625q0 -1.640625 -0.796875 -2.640625q-0.78125 -1.015625 -2.265625 -1.015625q-1.359375 0 -2.125 1.0q-0.75 0.984375 -0.75 2.71875zm13.918304 -5.109375q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm10.551697 -7.5625l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm5.6760864 3.453125q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m349.44086 295.78348l91.36447 0l0 0c11.968994 0 21.671783 7.150177 21.671783 15.970367c0 8.820221 -9.702789 15.970398 -21.671783 15.970398l-91.36447 0l0 0c-11.968994 0 -21.671783 -7.150177 -21.671783 -15.970398c0 -8.82019 9.702789 -15.970367 21.671783 -15.970367z" fill-rule="evenodd"/><path fill="#ffffff" d="m346.5304 307.8845l1.78125 5.234375l0.015625 0l1.6875 -5.21875l0 -0.015625l2.34375 0l0 7.609375l-1.5625 0l0 -5.390625l-0.015625 0l-1.859375 5.390625l-1.296875 0l-1.859375 -5.34375l-0.03125 0l0 5.34375l-1.5625 0l0 -7.609375l2.359375 0zm9.823883 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321747 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.347992 0q0.609375 0 1.0 0.234375q0.390625 0.21875 0.640625 0.640625l0.03125 0l0 -0.734375l1.4375 0l0 5.203125q0 1.109375 -0.71875 1.75q-0.703125 0.65625 -2.140625 0.65625q-0.96875 0 -1.671875 -0.46875q-0.6875 -0.46875 -0.75 -1.3125l1.5 0q0.09375 0.40625 0.375 0.578125q0.296875 0.1875 0.75 0.1875q0.578125 0 0.890625 -0.359375q0.328125 -0.34375 0.328125 -0.96875l0 -0.765625l-0.03125 0q-0.21875 0.40625 -0.65625 0.640625q-0.4375 0.21875 -1.0 0.21875q-1.109375 0 -1.734375 -0.734375q-0.609375 -0.75 -0.609375 -2.03125q0 -1.171875 0.640625 -1.953125q0.65625 -0.78125 1.71875 -0.78125zm-0.84375 2.703125q0 0.78125 0.3125 1.21875q0.328125 0.4375 0.90625 0.4375q0.59375 0 0.9375 -0.4375q0.359375 -0.4375 0.359375 -1.09375q0 -0.8125 -0.328125 -1.25q-0.328125 -0.4375 -0.96875 -0.4375q-0.5625 0 -0.890625 0.4375q-0.328125 0.421875 -0.328125 1.125zm7.8374023 -2.703125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm6.727997 -4.859375l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm6.5598145 -2.09375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm6.9780273 -2.640625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606323 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm4.695038 -5.96875q1.53125 0 2.46875 1.0q0.9375 0.984375 0.9375 2.765625q0 1.78125 -0.921875 2.8125q-0.921875 1.03125 -2.484375 1.03125l-3.328125 0l0 -7.609375l3.328125 0zm-0.125 6.203125q0.796875 0 1.328125 -0.578125q0.53125 -0.578125 0.53125 -1.703125q0 -1.328125 -0.5625 -1.921875q-0.546875 -0.59375 -1.59375 -0.59375l-1.234375 0l0 4.796875l1.53125 0zm7.211029 -4.25q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm7.806122 -2.90625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm4.9940186 0.140625l0 3.15625q0 0.625 0.21875 0.96875q0.21875 0.34375 0.75 0.34375q0.625 0 0.890625 -0.375q0.28125 -0.375 0.28125 -1.15625l0 -2.9375l1.515625 0l0 5.515625l-1.453125 0l0 -0.765625l-0.03125 0q-0.28125 0.453125 -0.734375 0.6875q-0.453125 0.234375 -0.953125 0.234375q-1.015625 0 -1.515625 -0.515625q-0.484375 -0.53125 -0.484375 -1.703125l0 -3.453125l1.515625 0zm7.972992 -0.140625q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm9.027039 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.025269 -2.3125q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.082367 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m983.10626 331.13306l104.12604 0l0 18.960632l-104.12604 0z" fill-rule="evenodd"/><path fill="#f6f6f6" d="m1019.625 338.76367l1.78125 5.234375l0.015625 0l1.6875 -5.21875l0 -0.015625l2.34375 0l0 7.609375l-1.5625 0l0 -5.390625l-0.015625 0l-1.859375 5.390625l-1.296875 0l-1.859375 -5.34375l-0.03125 0l0 5.34375l-1.5625 0l0 -7.609375l2.359375 0zm9.823853 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm10.540527 -4.859375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7749023 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.4315186 -4.265625l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm3.4348145 1.953125q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#eeeeee" d="m761.8333 306.3937l190.92914 0l0 79.02362l-190.92914 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m761.8333 306.3937l190.92914 0l0 79.02362l-190.92914 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m762.82544 306.3937l188.94489 0l0 31.937012l-188.94489 0z" fill-rule="evenodd"/><path fill="#000000" d="m777.44 319.4162q0.984375 0 1.390625 0.359375q0.421875 0.34375 0.421875 0.9375q0 2.5 0 2.78125q0 0.265625 0.25 0.265625q0.0625 0 0.125 0q0.0625 -0.015625 0.125 -0.046875l0 0.625q-0.109375 0.0625 -0.265625 0.09375q-0.140625 0.03125 -0.3125 0.03125q-0.328125 0 -0.5 -0.171875q-0.171875 -0.1875 -0.171875 -0.578125q-0.3125 0.375 -0.75 0.5625q-0.421875 0.1875 -0.9375 0.1875q-0.75 0 -1.171875 -0.34375q-0.421875 -0.359375 -0.421875 -1.0q0 -0.65625 0.40625 -1.03125q0.421875 -0.390625 1.953125 -0.578125q0.515625 -0.0625 0.703125 -0.1875q0.1875 -0.140625 0.1875 -0.40625q0 -0.40625 -0.265625 -0.59375q-0.25 -0.203125 -0.8125 -0.203125q-0.59375 0 -0.890625 0.21875q-0.28125 0.21875 -0.3125 0.6875l-0.78125 0q0.03125 -0.796875 0.546875 -1.203125q0.53125 -0.40625 1.484375 -0.40625zm-1.390625 3.640625q0 0.328125 0.25 0.515625q0.25 0.1875 0.6875 0.1875q0.671875 0 1.0625 -0.328125q0.40625 -0.328125 0.40625 -0.734375l0 -0.828125q-0.203125 0.140625 -0.53125 0.1875q-0.3125 0.046875 -0.828125 0.125q-0.53125 0.078125 -0.796875 0.28125q-0.25 0.203125 -0.25 0.59375zm6.807129 -3.640625q1.046875 0 1.640625 0.71875q0.59375 0.703125 0.59375 1.828125q0 1.109375 -0.59375 1.8125q-0.59375 0.6875 -1.609375 0.6875q-0.453125 0 -0.890625 -0.1875q-0.421875 -0.1875 -0.671875 -0.5625l-0.015625 0l0 2.484375l-0.796875 0l0 -6.671875l0.796875 0l0 0.65625l0.015625 0q0.1875 -0.375 0.578125 -0.5625q0.40625 -0.203125 0.953125 -0.203125zm-1.578125 2.53125q0 0.828125 0.40625 1.328125q0.40625 0.484375 1.109375 0.484375q0.6875 0 1.0625 -0.484375q0.390625 -0.5 0.390625 -1.375q0 -0.78125 -0.40625 -1.28125q-0.390625 -0.5 -1.09375 -0.5q-0.703125 0 -1.09375 0.515625q-0.375 0.5 -0.375 1.3125zm7.107544 -2.53125q1.046875 0 1.640625 0.71875q0.59375 0.703125 0.59375 1.828125q0 1.109375 -0.59375 1.8125q-0.59375 0.6875 -1.609375 0.6875q-0.453125 0 -0.890625 -0.1875q-0.421875 -0.1875 -0.671875 -0.5625l-0.015625 0l0 2.484375l-0.796875 0l0 -6.671875l0.796875 0l0 0.65625l0.015625 0q0.1875 -0.375 0.578125 -0.5625q0.40625 -0.203125 0.953125 -0.203125zm-1.578125 2.53125q0 0.828125 0.40625 1.328125q0.40625 0.484375 1.109375 0.484375q0.6875 0 1.0625 -0.484375q0.390625 -0.5 0.390625 -1.375q0 -0.78125 -0.40625 -1.28125q-0.390625 -0.5 -1.09375 -0.5q-0.703125 0 -1.09375 0.515625q-0.375 0.5 -0.375 1.3125zm7.420105 -4.40625l-2.765625 6.96875l-0.6875 0l2.765625 -6.96875l0.6875 0zm2.7469482 1.875q0.53125 0 0.859375 0.21875q0.34375 0.21875 0.46875 0.609375q0.234375 -0.390625 0.625 -0.609375q0.40625 -0.21875 0.890625 -0.21875q0.8125 0 1.203125 0.375q0.390625 0.375 0.390625 1.0l0 3.5625l-0.796875 0l0 -3.203125q0 -0.515625 -0.21875 -0.765625q-0.21875 -0.265625 -0.703125 -0.265625q-0.59375 0 -0.9375 0.34375q-0.328125 0.34375 -0.328125 0.859375l0 3.03125l-0.796875 0l0 -3.203125q0 -0.515625 -0.21875 -0.765625q-0.21875 -0.265625 -0.6875 -0.265625q-0.375 0 -0.671875 0.1875q-0.28125 0.171875 -0.453125 0.5q-0.15625 0.3125 -0.15625 0.53125l0 3.015625l-0.796875 0l0 -4.828125l0.75 0l0 0.71875l0.015625 0q0.28125 -0.421875 0.65625 -0.625q0.390625 -0.203125 0.90625 -0.203125zm7.7071533 0q1.09375 0 1.71875 0.71875q0.625 0.703125 0.625 1.8125q0 1.125 -0.640625 1.828125q-0.625 0.6875 -1.703125 0.6875q-1.046875 0 -1.6875 -0.671875q-0.640625 -0.6875 -0.640625 -1.84375q0 -1.140625 0.625 -1.828125q0.640625 -0.703125 1.703125 -0.703125zm-1.5 2.53125q0 0.828125 0.421875 1.328125q0.421875 0.484375 1.078125 0.484375q0.65625 0 1.078125 -0.484375q0.4375 -0.5 0.4375 -1.328125q0 -0.828125 -0.4375 -1.328125q-0.421875 -0.5 -1.078125 -0.5q-0.640625 0 -1.078125 0.5q-0.421875 0.484375 -0.421875 1.328125zm9.090759 -4.25l0 6.65625l-0.796875 0l0 -0.65625l-0.015625 0q-0.1875 0.375 -0.59375 0.578125q-0.40625 0.1875 -0.9375 0.1875q-1.015625 0 -1.625 -0.6875q-0.59375 -0.703125 -0.59375 -1.84375q0 -1.109375 0.578125 -1.8125q0.578125 -0.703125 1.609375 -0.703125q0.46875 0 0.890625 0.203125q0.4375 0.1875 0.671875 0.546875l0.015625 0l0 -2.46875l0.796875 0zm-3.734375 4.28125q0 0.78125 0.40625 1.28125q0.40625 0.5 1.09375 0.5q0.703125 0 1.078125 -0.5q0.390625 -0.5 0.390625 -1.3125q0 -0.828125 -0.40625 -1.328125q-0.390625 -0.5 -1.125 -0.5q-0.6875 0 -1.0625 0.5q-0.375 0.5 -0.375 1.359375zm6.951355 -2.5625q1.046875 0 1.609375 0.75q0.578125 0.75 0.578125 1.921875l0 0.09375l-3.609375 0l0 0.0625q0 0.6875 0.40625 1.109375q0.40625 0.40625 1.09375 0.40625q0.53125 0 0.84375 -0.234375q0.3125 -0.25 0.40625 -0.703125l0.78125 0q-0.15625 0.796875 -0.703125 1.21875q-0.53125 0.421875 -1.34375 0.421875q-0.765625 0 -1.296875 -0.34375q-0.515625 -0.34375 -0.765625 -0.953125q-0.25 -0.609375 -0.25 -1.25q0 -1.0625 0.640625 -1.78125q0.640625 -0.71875 1.609375 -0.71875zm-1.421875 2.0625l2.765625 0q-0.03125 -0.59375 -0.421875 -0.96875q-0.390625 -0.390625 -0.96875 -0.390625q-0.546875 0 -0.9375 0.375q-0.390625 0.359375 -0.4375 0.984375zm5.275879 -3.78125l0 6.65625l-0.796875 0l0 -6.65625l0.796875 0zm2.8380127 1.71875q0.96875 0 1.4375 0.390625q0.484375 0.375 0.53125 1.125l-0.796875 0l0 -0.015625q-0.03125 -0.375 -0.34375 -0.578125q-0.296875 -0.21875 -0.765625 -0.21875q-0.484375 0 -0.765625 0.171875q-0.265625 0.15625 -0.265625 0.4375q0 0.265625 0.234375 0.4375q0.25 0.171875 0.734375 0.265625l0.75 0.171875q0.703125 0.15625 1.0625 0.484375q0.375 0.3125 0.375 0.859375q0 0.703125 -0.5625 1.109375q-0.546875 0.40625 -1.5 0.40625q-0.921875 0 -1.46875 -0.40625q-0.53125 -0.421875 -0.578125 -1.21875l0.796875 0q0.015625 0.4375 0.359375 0.6875q0.34375 0.234375 0.9375 0.234375q0.578125 0 0.875 -0.171875q0.296875 -0.1875 0.296875 -0.546875q0 -0.3125 -0.296875 -0.5q-0.296875 -0.203125 -1.203125 -0.375q-0.90625 -0.1875 -1.28125 -0.5q-0.375 -0.328125 -0.375 -0.875q0 -0.625 0.515625 -1.0q0.515625 -0.375 1.296875 -0.375zm5.7421875 -1.875l-2.765625 6.96875l-0.6875 0l2.765625 -6.96875l0.6875 0zm0.85632324 1.984375l1.09375 3.953125l0.015625 0l0.96875 -3.953125l0.875 0l1.0 3.921875l0.015625 0.03125l0.015625 0l1.078125 -3.953125l0.828125 0l-1.546875 4.8125l0 0.015625l-0.84375 0l-0.96875 -3.8125l-0.015625 -0.015625l-0.015625 0l-0.96875 3.828125l-0.859375 0l-1.546875 -4.828125l0.875 0zm8.709595 -0.109375q1.09375 0 1.71875 0.71875q0.625 0.703125 0.625 1.8125q0 1.125 -0.640625 1.828125q-0.625 0.6875 -1.703125 0.6875q-1.046875 0 -1.6875 -0.671875q-0.640625 -0.6875 -0.640625 -1.84375q0 -1.140625 0.625 -1.828125q0.640625 -0.703125 1.703125 -0.703125zm-1.5 2.53125q0 0.828125 0.421875 1.328125q0.421875 0.484375 1.078125 0.484375q0.65625 0 1.078125 -0.484375q0.4375 -0.5 0.4375 -1.328125q0 -0.828125 -0.4375 -1.328125q-0.421875 -0.5 -1.078125 -0.5q-0.640625 0 -1.078125 0.5q-0.421875 0.484375 -0.421875 1.328125zm7.1845093 -2.53125q0.03125 0 0.046875 0q0.015625 0 0.0625 0l0 0.84375q-0.890625 0 -1.328125 0.484375q-0.421875 0.46875 -0.421875 1.453125l0 2.15625l-0.796875 0l0 -4.828125l0.75 0l0 1.015625l0.015625 0q0.28125 -0.5625 0.6875 -0.84375q0.40625 -0.28125 0.984375 -0.28125zm1.5438843 -1.71875l0 3.9375l2.203125 -2.109375l1.0625 0l-1.921875 1.765625l2.0625 3.0625l-1.015625 0l-1.640625 -2.515625l-0.75 0.6875l0 1.828125l-0.796875 0l0 -6.65625l0.796875 0zm5.966675 1.71875q0.984375 0 1.390625 0.359375q0.421875 0.34375 0.421875 0.9375q0 2.5 0 2.78125q0 0.265625 0.25 0.265625q0.0625 0 0.125 0q0.0625 -0.015625 0.125 -0.046875l0 0.625q-0.109375 0.0625 -0.265625 0.09375q-0.140625 0.03125 -0.3125 0.03125q-0.328125 0 -0.5 -0.171875q-0.171875 -0.1875 -0.171875 -0.578125q-0.3125 0.375 -0.75 0.5625q-0.421875 0.1875 -0.9375 0.1875q-0.75 0 -1.171875 -0.34375q-0.421875 -0.359375 -0.421875 -1.0q0 -0.65625 0.40625 -1.03125q0.421875 -0.390625 1.953125 -0.578125q0.515625 -0.0625 0.703125 -0.1875q0.1875 -0.140625 0.1875 -0.40625q0 -0.40625 -0.265625 -0.59375q-0.25 -0.203125 -0.8125 -0.203125q-0.59375 0 -0.890625 0.21875q-0.28125 0.21875 -0.3125 0.6875l-0.78125 0q0.03125 -0.796875 0.546875 -1.203125q0.53125 -0.40625 1.484375 -0.40625zm-1.390625 3.640625q0 0.328125 0.25 0.515625q0.25 0.1875 0.6875 0.1875q0.671875 0 1.0625 -0.328125q0.40625 -0.328125 0.40625 -0.734375l0 -0.828125q-0.203125 0.140625 -0.53125 0.1875q-0.3125 0.046875 -0.828125 0.125q-0.53125 0.078125 -0.796875 0.28125q-0.25 0.203125 -0.25 0.59375zm6.838379 -3.640625q0.03125 0 0.046875 0q0.015625 0 0.0625 0l0 0.84375q-0.890625 0 -1.328125 0.484375q-0.421875 0.46875 -0.421875 1.453125l0 2.15625l-0.796875 0l0 -4.828125l0.75 0l0 1.015625l0.015625 0q0.28125 -0.5625 0.6875 -0.84375q0.40625 -0.28125 0.984375 -0.28125zm2.531433 0q1.046875 0 1.609375 0.75q0.578125 0.75 0.578125 1.921875l0 0.09375l-3.609375 0l0 0.0625q0 0.6875 0.40625 1.109375q0.40625 0.40625 1.09375 0.40625q0.53125 0 0.84375 -0.234375q0.3125 -0.25 0.40625 -0.703125l0.78125 0q-0.15625 0.796875 -0.703125 1.21875q-0.53125 0.421875 -1.34375 0.421875q-0.765625 0 -1.296875 -0.34375q-0.515625 -0.34375 -0.765625 -0.953125q-0.25 -0.609375 -0.25 -1.25q0 -1.0625 0.640625 -1.78125q0.640625 -0.71875 1.609375 -0.71875zm-1.421875 2.0625l2.765625 0q-0.03125 -0.59375 -0.421875 -0.96875q-0.390625 -0.390625 -0.96875 -0.390625q-0.546875 0 -0.9375 0.375q-0.390625 0.359375 -0.4375 0.984375zm6.400879 -2.0625q0.984375 0 1.390625 0.359375q0.421875 0.34375 0.421875 0.9375q0 2.5 0 2.78125q0 0.265625 0.25 0.265625q0.0625 0 0.125 0q0.0625 -0.015625 0.125 -0.046875l0 0.625q-0.109375 0.0625 -0.265625 0.09375q-0.140625 0.03125 -0.3125 0.03125q-0.328125 0 -0.5 -0.171875q-0.171875 -0.1875 -0.171875 -0.578125q-0.3125 0.375 -0.75 0.5625q-0.421875 0.1875 -0.9375 0.1875q-0.75 0 -1.171875 -0.34375q-0.421875 -0.359375 -0.421875 -1.0q0 -0.65625 0.40625 -1.03125q0.421875 -0.390625 1.953125 -0.578125q0.515625 -0.0625 0.703125 -0.1875q0.1875 -0.140625 0.1875 -0.40625q0 -0.40625 -0.265625 -0.59375q-0.25 -0.203125 -0.8125 -0.203125q-0.59375 0 -0.890625 0.21875q-0.28125 0.21875 -0.3125 0.6875l-0.78125 0q0.03125 -0.796875 0.546875 -1.203125q0.53125 -0.40625 1.484375 -0.40625zm-1.390625 3.640625q0 0.328125 0.25 0.515625q0.25 0.1875 0.6875 0.1875q0.671875 0 1.0625 -0.328125q0.40625 -0.328125 0.40625 -0.734375l0 -0.828125q-0.203125 0.140625 -0.53125 0.1875q-0.3125 0.046875 -0.828125 0.125q-0.53125 0.078125 -0.796875 0.28125q-0.25 0.203125 -0.25 0.59375zm7.119568 -5.515625l-2.765625 6.96875l-0.6875 0l2.765625 -6.96875l0.6875 0zm2.8250732 1.875q0.03125 0 0.046875 0q0.015625 0 0.0625 0l0 0.84375q-0.890625 0 -1.328125 0.484375q-0.421875 0.46875 -0.421875 1.453125l0 2.15625l-0.796875 0l0 -4.828125l0.75 0l0 1.015625l0.015625 0q0.28125 -0.5625 0.6875 -0.84375q0.40625 -0.28125 0.984375 -0.28125zm2.5314941 0q1.046875 0 1.609375 0.75q0.578125 0.75 0.578125 1.921875l0 0.09375l-3.609375 0l0 0.0625q0 0.6875 0.40625 1.109375q0.40625 0.40625 1.09375 0.40625q0.53125 0 0.84375 -0.234375q0.3125 -0.25 0.40625 -0.703125l0.78125 0q-0.15625 0.796875 -0.703125 1.21875q-0.53125 0.421875 -1.34375 0.421875q-0.765625 0 -1.296875 -0.34375q-0.515625 -0.34375 -0.765625 -0.953125q-0.25 -0.609375 -0.25 -1.25q0 -1.0625 0.640625 -1.78125q0.640625 -0.71875 1.609375 -0.71875zm-1.421875 2.0625l2.765625 0q-0.03125 -0.59375 -0.421875 -0.96875q-0.390625 -0.390625 -0.96875 -0.390625q-0.546875 0 -0.9375 0.375q-0.390625 0.359375 -0.4375 0.984375zm6.447693 -2.0625q0.890625 0 1.4375 0.421875q0.546875 0.421875 0.640625 1.234375l-0.8125 0q-0.09375 -0.46875 -0.40625 -0.703125q-0.3125 -0.25 -0.796875 -0.25q-0.734375 0 -1.125 0.5q-0.375 0.484375 -0.375 1.390625q0 0.796875 0.375 1.28125q0.390625 0.46875 1.03125 0.46875q0.578125 0 0.90625 -0.3125q0.34375 -0.3125 0.421875 -0.859375l0.8125 0q-0.125 0.90625 -0.671875 1.390625q-0.546875 0.484375 -1.453125 0.484375q-1.046875 0 -1.65625 -0.65625q-0.59375 -0.671875 -0.59375 -1.796875q0 -1.1875 0.59375 -1.890625q0.609375 -0.703125 1.671875 -0.703125zm5.072754 0q1.09375 0 1.71875 0.71875q0.625 0.703125 0.625 1.8125q0 1.125 -0.640625 1.828125q-0.625 0.6875 -1.703125 0.6875q-1.046875 0 -1.6875 -0.671875q-0.640625 -0.6875 -0.640625 -1.84375q0 -1.140625 0.625 -1.828125q0.640625 -0.703125 1.703125 -0.703125zm-1.5 2.53125q0 0.828125 0.421875 1.328125q0.421875 0.484375 1.078125 0.484375q0.65625 0 1.078125 -0.484375q0.4375 -0.5 0.4375 -1.328125q0 -0.828125 -0.4375 -1.328125q-0.421875 -0.5 -1.078125 -0.5q-0.640625 0 -1.078125 0.5q-0.421875 0.484375 -0.421875 1.328125zm7.1063843 -2.53125q0.53125 0 0.859375 0.21875q0.34375 0.21875 0.46875 0.609375q0.234375 -0.390625 0.625 -0.609375q0.40625 -0.21875 0.890625 -0.21875q0.8125 0 1.203125 0.375q0.390625 0.375 0.390625 1.0l0 3.5625l-0.796875 0l0 -3.203125q0 -0.515625 -0.21875 -0.765625q-0.21875 -0.265625 -0.703125 -0.265625q-0.59375 0 -0.9375 0.34375q-0.328125 0.34375 -0.328125 0.859375l0 3.03125l-0.796875 0l0 -3.203125q0 -0.515625 -0.21875 -0.765625q-0.21875 -0.265625 -0.6875 -0.265625q-0.375 0 -0.671875 0.1875q-0.28125 0.171875 -0.453125 0.5q-0.15625 0.3125 -0.15625 0.53125l0 3.015625l-0.796875 0l0 -4.828125l0.75 0l0 0.71875l0.015625 0q0.28125 -0.421875 0.65625 -0.625q0.390625 -0.203125 0.90625 -0.203125zm7.9571533 0q0.53125 0 0.859375 0.21875q0.34375 0.21875 0.46875 0.609375q0.234375 -0.390625 0.625 -0.609375q0.40625 -0.21875 0.890625 -0.21875q0.8125 0 1.203125 0.375q0.390625 0.375 0.390625 1.0l0 3.5625l-0.796875 0l0 -3.203125q0 -0.515625 -0.21875 -0.765625q-0.21875 -0.265625 -0.703125 -0.265625q-0.59375 0 -0.9375 0.34375q-0.328125 0.34375 -0.328125 0.859375l0 3.03125l-0.796875 0l0 -3.203125q0 -0.515625 -0.21875 -0.765625q-0.21875 -0.265625 -0.6875 -0.265625q-0.375 0 -0.671875 0.1875q-0.28125 0.171875 -0.453125 0.5q-0.15625 0.3125 -0.15625 0.53125l0 3.015625l-0.796875 0l0 -4.828125l0.75 0l0 0.71875l0.015625 0q0.28125 -0.421875 0.65625 -0.625q0.390625 -0.203125 0.90625 -0.203125zm7.6290283 0q1.046875 0 1.609375 0.75q0.578125 0.75 0.578125 1.921875l0 0.09375l-3.609375 0l0 0.0625q0 0.6875 0.40625 1.109375q0.40625 0.40625 1.09375 0.40625q0.53125 0 0.84375 -0.234375q0.3125 -0.25 0.40625 -0.703125l0.78125 0q-0.15625 0.796875 -0.703125 1.21875q-0.53125 0.421875 -1.34375 0.421875q-0.765625 0 -1.296875 -0.34375q-0.515625 -0.34375 -0.765625 -0.953125q-0.25 -0.609375 -0.25 -1.25q0 -1.0625 0.640625 -1.78125q0.640625 -0.71875 1.609375 -0.71875zm-1.421875 2.0625l2.765625 0q-0.03125 -0.59375 -0.421875 -0.96875q-0.390625 -0.390625 -0.96875 -0.390625q-0.546875 0 -0.9375 0.375q-0.390625 0.359375 -0.4375 0.984375zm6.775818 -2.0625q0.859375 0 1.25 0.453125q0.40625 0.4375 0.40625 1.265625l0 3.21875l-0.796875 0l0 -3.296875q0 -0.40625 -0.265625 -0.671875q-0.25 -0.265625 -0.71875 -0.265625q-0.671875 0 -1.046875 0.421875q-0.375 0.40625 -0.375 1.0625l0 2.75l-0.796875 0l0 -4.828125l0.75 0l0 0.765625l0.015625 0q0.265625 -0.453125 0.640625 -0.65625q0.390625 -0.21875 0.9375 -0.21875zm7.156616 -1.71875l0 6.65625l-0.796875 0l0 -0.65625l-0.015625 0q-0.1875 0.375 -0.59375 0.578125q-0.40625 0.1875 -0.9375 0.1875q-1.015625 0 -1.625 -0.6875q-0.59375 -0.703125 -0.59375 -1.84375q0 -1.109375 0.578125 -1.8125q0.578125 -0.703125 1.609375 -0.703125q0.46875 0 0.890625 0.203125q0.4375 0.1875 0.671875 0.546875l0.015625 0l0 -2.46875l0.796875 0zm-3.734375 4.28125q0 0.78125 0.40625 1.28125q0.40625 0.5 1.09375 0.5q0.703125 0 1.078125 -0.5q0.390625 -0.5 0.390625 -1.3125q0 -0.828125 -0.40625 -1.328125q-0.390625 -0.5 -1.125 -0.5q-0.6875 0 -1.0625 0.5q-0.375 0.5 -0.375 1.359375zm6.920105 -2.5625q0.984375 0 1.390625 0.359375q0.421875 0.34375 0.421875 0.9375q0 2.5 0 2.78125q0 0.265625 0.25 0.265625q0.0625 0 0.125 0q0.0625 -0.015625 0.125 -0.046875l0 0.625q-0.109375 0.0625 -0.265625 0.09375q-0.140625 0.03125 -0.3125 0.03125q-0.328125 0 -0.5 -0.171875q-0.171875 -0.1875 -0.171875 -0.578125q-0.3125 0.375 -0.75 0.5625q-0.421875 0.1875 -0.9375 0.1875q-0.75 0 -1.171875 -0.34375q-0.421875 -0.359375 -0.421875 -1.0q0 -0.65625 0.40625 -1.03125q0.421875 -0.390625 1.953125 -0.578125q0.515625 -0.0625 0.703125 -0.1875q0.1875 -0.140625 0.1875 -0.40625q0 -0.40625 -0.265625 -0.59375q-0.25 -0.203125 -0.8125 -0.203125q-0.59375 0 -0.890625 0.21875q-0.28125 0.21875 -0.3125 0.6875l-0.78125 0q0.03125 -0.796875 0.546875 -1.203125q0.53125 -0.40625 1.484375 -0.40625zm-1.390625 3.640625q0 0.328125 0.25 0.515625q0.25 0.1875 0.6875 0.1875q0.671875 0 1.0625 -0.328125q0.40625 -0.328125 0.40625 -0.734375l0 -0.828125q-0.203125 0.140625 -0.53125 0.1875q-0.3125 0.046875 -0.828125 0.125q-0.53125 0.078125 -0.796875 0.28125q-0.25 0.203125 -0.25 0.59375zm5.541504 -4.96875l0 1.4375l0.953125 0l0 0.703125l-0.953125 0l0 3.015625q0 0.359375 0.234375 0.390625q0.234375 0.015625 0.5 0.015625l0.21875 0l0 0.703125l-0.65625 0q-0.640625 0 -0.875 -0.234375q-0.21875 -0.234375 -0.21875 -0.78125l0 -3.109375l-0.828125 0l0 -0.703125l0.828125 0l0 -1.4375l0.796875 0zm2.6721802 -0.390625l0 0.96875l-0.796875 0l0 -0.96875l0.796875 0zm0 1.828125l0 4.828125l-0.796875 0l0 -4.828125l0.796875 0zm3.3067627 -0.109375q1.09375 0 1.71875 0.71875q0.625 0.703125 0.625 1.8125q0 1.125 -0.640625 1.828125q-0.625 0.6875 -1.703125 0.6875q-1.046875 0 -1.6875 -0.671875q-0.640625 -0.6875 -0.640625 -1.84375q0 -1.140625 0.625 -1.828125q0.640625 -0.703125 1.703125 -0.703125zm-1.5 2.53125q0 0.828125 0.421875 1.328125q0.421875 0.484375 1.078125 0.484375q0.65625 0 1.078125 -0.484375q0.4375 -0.5 0.4375 -1.328125q0 -0.828125 -0.4375 -1.328125q-0.421875 -0.5 -1.078125 -0.5q-0.640625 0 -1.078125 0.5q-0.421875 0.484375 -0.421875 1.328125zm7.1220093 -2.53125q0.859375 0 1.25 0.453125q0.40625 0.4375 0.40625 1.265625l0 3.21875l-0.796875 0l0 -3.296875q0 -0.40625 -0.265625 -0.671875q-0.25 -0.265625 -0.71875 -0.265625q-0.671875 0 -1.046875 0.421875q-0.375 0.40625 -0.375 1.0625l0 2.75l-0.796875 0l0 -4.828125l0.75 0l0 0.765625l0.015625 0q0.265625 -0.453125 0.640625 -0.65625q0.390625 -0.21875 0.9375 -0.21875z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m627.6457 182.88452l229.63776 123.49606" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m627.6457 182.88452l219.06909 117.81238" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m845.1502 303.60632l9.558228 1.3894348l-6.428955 -7.2082825z" fill-rule="evenodd"/><path fill="#eeeeee" d="m566.69946 306.11154l190.92914 0l0 79.02362l-190.92914 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m566.69946 306.11154l190.92914 0l0 79.02362l-190.92914 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m569.8018 304.27036l194.01575 0l0 31.936981l-194.01575 0z" fill-rule="evenodd"/><path fill="#000000" d="m582.4737 319.02347q1.40625 0 1.984375 0.5q0.59375 0.5 0.59375 1.34375q0 3.578125 0 3.96875q0 0.390625 0.359375 0.390625q0.078125 0 0.171875 -0.015625q0.09375 -0.015625 0.171875 -0.046875l0 0.875q-0.15625 0.09375 -0.359375 0.140625q-0.203125 0.046875 -0.4375 0.046875q-0.46875 0 -0.71875 -0.25q-0.25 -0.265625 -0.25 -0.8125q-0.453125 0.53125 -1.0625 0.796875q-0.609375 0.265625 -1.359375 0.265625q-1.078125 0 -1.6875 -0.5q-0.59375 -0.5 -0.59375 -1.421875q0 -0.9375 0.59375 -1.46875q0.59375 -0.546875 2.78125 -0.828125q0.734375 -0.09375 1.0 -0.28125q0.265625 -0.1875 0.265625 -0.5625q0 -0.578125 -0.375 -0.859375q-0.359375 -0.28125 -1.15625 -0.28125q-0.84375 0 -1.265625 0.3125q-0.421875 0.3125 -0.453125 0.984375l-1.125 0q0.046875 -1.140625 0.796875 -1.71875q0.765625 -0.578125 2.125 -0.578125zm-2.0 5.1875q0 0.484375 0.34375 0.75q0.359375 0.265625 1.0 0.265625q0.953125 0 1.515625 -0.46875q0.578125 -0.484375 0.578125 -1.0625l0 -1.1875q-0.28125 0.203125 -0.734375 0.28125q-0.453125 0.0625 -1.21875 0.171875q-0.75 0.109375 -1.125 0.40625q-0.359375 0.296875 -0.359375 0.84375zm9.736816 -5.1875q1.484375 0 2.328125 1.015625q0.84375 1.015625 0.84375 2.609375q0 1.59375 -0.84375 2.59375q-0.84375 0.984375 -2.296875 0.984375q-0.640625 0 -1.265625 -0.265625q-0.609375 -0.265625 -0.96875 -0.8125l-0.015625 0l0 3.5625l-1.140625 0l0 -9.53125l1.140625 0l0 0.9375l0.015625 0q0.265625 -0.53125 0.84375 -0.8125q0.578125 -0.28125 1.359375 -0.28125zm-2.265625 3.59375q0 1.203125 0.578125 1.90625q0.578125 0.703125 1.59375 0.703125q0.984375 0 1.515625 -0.703125q0.546875 -0.703125 0.546875 -1.953125q0 -1.109375 -0.578125 -1.828125q-0.5625 -0.71875 -1.5625 -0.71875q-1.0 0 -1.546875 0.734375q-0.546875 0.71875 -0.546875 1.859375zm10.166199 -3.59375q1.484375 0 2.328125 1.015625q0.84375 1.015625 0.84375 2.609375q0 1.59375 -0.84375 2.59375q-0.84375 0.984375 -2.296875 0.984375q-0.640625 0 -1.265625 -0.265625q-0.609375 -0.265625 -0.96875 -0.8125l-0.015625 0l0 3.5625l-1.140625 0l0 -9.53125l1.140625 0l0 0.9375l0.015625 0q0.265625 -0.53125 0.84375 -0.8125q0.578125 -0.28125 1.359375 -0.28125zm-2.265625 3.59375q0 1.203125 0.578125 1.90625q0.578125 0.703125 1.59375 0.703125q0.984375 0 1.515625 -0.703125q0.546875 -0.703125 0.546875 -1.953125q0 -1.109375 -0.578125 -1.828125q-0.5625 -0.71875 -1.5625 -0.71875q-1.0 0 -1.546875 0.734375q-0.546875 0.71875 -0.546875 1.859375zm10.588013 -6.296875l-3.9375 9.984375l-0.96875 0l3.9375 -9.984375l0.96875 0zm3.9384155 2.703125q0.75 0 1.234375 0.3125q0.484375 0.296875 0.65625 0.859375q0.359375 -0.5625 0.921875 -0.859375q0.5625 -0.3125 1.25 -0.3125q1.15625 0 1.71875 0.53125q0.5625 0.515625 0.5625 1.421875l0 5.09375l-1.125 0l0 -4.5625q0 -0.75 -0.328125 -1.109375q-0.3125 -0.375 -1.015625 -0.375q-0.84375 0 -1.328125 0.5q-0.46875 0.484375 -0.46875 1.21875l0 4.328125l-1.140625 0l0 -4.5625q0 -0.75 -0.3125 -1.109375q-0.3125 -0.375 -0.96875 -0.375q-0.546875 0 -0.96875 0.265625q-0.40625 0.25 -0.640625 0.703125q-0.234375 0.453125 -0.234375 0.765625l0 4.3125l-1.125 0l0 -6.890625l1.0625 0l0 1.015625l0.03125 0q0.390625 -0.59375 0.9375 -0.875q0.546875 -0.296875 1.28125 -0.296875zm11.025513 0q1.5625 0 2.453125 1.015625q0.890625 1.0 0.890625 2.59375q0 1.609375 -0.921875 2.609375q-0.90625 0.984375 -2.421875 0.984375q-1.5 0 -2.421875 -0.96875q-0.921875 -0.984375 -0.921875 -2.625q0 -1.640625 0.90625 -2.625q0.90625 -0.984375 2.4375 -0.984375zm-2.15625 3.609375q0 1.1875 0.609375 1.890625q0.609375 0.703125 1.546875 0.703125q0.921875 0 1.53125 -0.703125q0.609375 -0.71875 0.609375 -1.890625q0 -1.171875 -0.609375 -1.890625q-0.59375 -0.71875 -1.546875 -0.71875q-0.90625 0 -1.53125 0.703125q-0.609375 0.703125 -0.609375 1.90625zm12.997009 -6.078125l0 9.515625l-1.140625 0l0 -0.9375l-0.03125 0q-0.265625 0.546875 -0.84375 0.828125q-0.578125 0.265625 -1.34375 0.265625q-1.453125 0 -2.3125 -1.0q-0.859375 -1.0 -0.859375 -2.625q0 -1.59375 0.828125 -2.578125q0.84375 -1.0 2.3125 -1.0q0.671875 0 1.28125 0.28125q0.609375 0.265625 0.9375 0.796875l0.03125 0l0 -3.546875l1.140625 0zm-5.34375 6.125q0 1.109375 0.578125 1.828125q0.578125 0.71875 1.5625 0.71875q1.0 0 1.546875 -0.71875q0.5625 -0.71875 0.5625 -1.875q0 -1.171875 -0.578125 -1.890625q-0.5625 -0.71875 -1.609375 -0.71875q-0.984375 0 -1.53125 0.71875q-0.53125 0.703125 -0.53125 1.9375zm9.947388 -3.65625q1.484375 0 2.296875 1.078125q0.828125 1.0625 0.828125 2.734375l0 0.125l-5.171875 0l0 0.09375q0 0.984375 0.578125 1.578125q0.578125 0.59375 1.578125 0.59375q0.75 0 1.1875 -0.34375q0.453125 -0.359375 0.59375 -1.0l1.125 0q-0.234375 1.140625 -1.015625 1.75q-0.765625 0.59375 -1.9375 0.59375q-1.078125 0 -1.828125 -0.484375q-0.75 -0.484375 -1.109375 -1.359375q-0.359375 -0.890625 -0.359375 -1.796875q0 -1.53125 0.90625 -2.546875q0.921875 -1.015625 2.328125 -1.015625zm-2.046875 2.9375l3.96875 0q-0.0625 -0.84375 -0.625 -1.390625q-0.546875 -0.546875 -1.375 -0.546875q-0.78125 0 -1.34375 0.53125q-0.546875 0.515625 -0.625 1.40625zm7.5336914 -5.40625l0 9.515625l-1.125 0l0 -9.515625l1.125 0zm4.0548096 2.46875q1.390625 0 2.0625 0.546875q0.6875 0.53125 0.75 1.609375l-1.125 0l0 -0.015625q-0.046875 -0.546875 -0.484375 -0.84375q-0.4375 -0.296875 -1.109375 -0.296875q-0.6875 0 -1.09375 0.234375q-0.390625 0.21875 -0.390625 0.640625q0 0.375 0.34375 0.625q0.359375 0.234375 1.0625 0.375l1.0625 0.25q1.0 0.21875 1.515625 0.6875q0.53125 0.453125 0.53125 1.21875q0 1.015625 -0.796875 1.59375q-0.78125 0.578125 -2.140625 0.578125q-1.3125 0 -2.09375 -0.578125q-0.765625 -0.59375 -0.828125 -1.75l1.140625 0q0.015625 0.640625 0.5 0.984375q0.5 0.34375 1.34375 0.34375q0.828125 0 1.25 -0.25q0.421875 -0.265625 0.421875 -0.78125q0 -0.453125 -0.421875 -0.71875q-0.421875 -0.28125 -1.71875 -0.53125q-1.296875 -0.265625 -1.828125 -0.71875q-0.53125 -0.46875 -0.53125 -1.25q0 -0.90625 0.734375 -1.421875q0.734375 -0.53125 1.84375 -0.53125zm8.1953125 -2.703125l-3.9375 9.984375l-0.96875 0l3.9375 -9.984375l0.96875 0zm1.2509155 2.859375l1.5625 5.640625l0.015625 0l1.390625 -5.640625l1.234375 0l1.4375 5.609375l0.015625 0.03125l0.015625 0l1.546875 -5.640625l1.171875 0l-2.1875 6.875l-0.015625 0.015625l-1.203125 0l-1.390625 -5.453125l-0.015625 -0.03125l-0.015625 0l-1.390625 5.484375l-1.21875 0l-2.203125 -6.890625l1.25 0zm12.44397 -0.15625q1.5625 0 2.453125 1.015625q0.890625 1.0 0.890625 2.59375q0 1.609375 -0.921875 2.609375q-0.90625 0.984375 -2.421875 0.984375q-1.5 0 -2.421875 -0.96875q-0.921875 -0.984375 -0.921875 -2.625q0 -1.640625 0.90625 -2.625q0.90625 -0.984375 2.4375 -0.984375zm-2.15625 3.609375q0 1.1875 0.609375 1.890625q0.609375 0.703125 1.546875 0.703125q0.921875 0 1.53125 -0.703125q0.609375 -0.71875 0.609375 -1.890625q0 -1.171875 -0.609375 -1.890625q-0.59375 -0.71875 -1.546875 -0.71875q-0.90625 0 -1.53125 0.703125q-0.609375 0.703125 -0.609375 1.90625zm10.262634 -3.609375q0.046875 0 0.078125 0q0.03125 0 0.078125 0l0 1.203125q-1.28125 0 -1.890625 0.671875q-0.59375 0.671875 -0.59375 2.09375l0 3.078125l-1.140625 0l0 -6.890625l1.0625 0l0 1.453125l0.03125 0q0.390625 -0.828125 0.96875 -1.21875q0.59375 -0.390625 1.40625 -0.390625zm2.2039795 -2.46875l0 5.640625l3.15625 -3.015625l1.515625 0l-2.734375 2.5l2.9375 4.390625l-1.4375 0l-2.359375 -3.59375l-1.078125 0.984375l0 2.609375l-1.125 0l0 -9.515625l1.125 0zm8.542847 2.46875q1.40625 0 1.984375 0.5q0.59375 0.5 0.59375 1.34375q0 3.578125 0 3.96875q0 0.390625 0.359375 0.390625q0.078125 0 0.171875 -0.015625q0.09375 -0.015625 0.171875 -0.046875l0 0.875q-0.15625 0.09375 -0.359375 0.140625q-0.203125 0.046875 -0.4375 0.046875q-0.46875 0 -0.71875 -0.25q-0.25 -0.265625 -0.25 -0.8125q-0.453125 0.53125 -1.0625 0.796875q-0.609375 0.265625 -1.359375 0.265625q-1.078125 0 -1.6875 -0.5q-0.59375 -0.5 -0.59375 -1.421875q0 -0.9375 0.59375 -1.46875q0.59375 -0.546875 2.78125 -0.828125q0.734375 -0.09375 1.0 -0.28125q0.265625 -0.1875 0.265625 -0.5625q0 -0.578125 -0.375 -0.859375q-0.359375 -0.28125 -1.15625 -0.28125q-0.84375 0 -1.265625 0.3125q-0.421875 0.3125 -0.453125 0.984375l-1.125 0q0.046875 -1.140625 0.796875 -1.71875q0.765625 -0.578125 2.125 -0.578125zm-2.0 5.1875q0 0.484375 0.34375 0.75q0.359375 0.265625 1.0 0.265625q0.953125 0 1.515625 -0.46875q0.578125 -0.484375 0.578125 -1.0625l0 -1.1875q-0.28125 0.203125 -0.734375 0.28125q-0.453125 0.0625 -1.21875 0.171875q-0.75 0.109375 -1.125 0.40625q-0.359375 0.296875 -0.359375 0.84375zm9.768066 -5.1875q0.046875 0 0.078125 0q0.03125 0 0.078125 0l0 1.203125q-1.28125 0 -1.890625 0.671875q-0.59375 0.671875 -0.59375 2.09375l0 3.078125l-1.140625 0l0 -6.890625l1.0625 0l0 1.453125l0.03125 0q0.390625 -0.828125 0.96875 -1.21875q0.59375 -0.390625 1.40625 -0.390625zm3.6349487 0q1.484375 0 2.296875 1.078125q0.828125 1.0625 0.828125 2.734375l0 0.125l-5.171875 0l0 0.09375q0 0.984375 0.578125 1.578125q0.578125 0.59375 1.578125 0.59375q0.75 0 1.1875 -0.34375q0.453125 -0.359375 0.59375 -1.0l1.125 0q-0.234375 1.140625 -1.015625 1.75q-0.765625 0.59375 -1.9375 0.59375q-1.078125 0 -1.828125 -0.484375q-0.75 -0.484375 -1.109375 -1.359375q-0.359375 -0.890625 -0.359375 -1.796875q0 -1.53125 0.90625 -2.546875q0.921875 -1.015625 2.328125 -1.015625zm-2.046875 2.9375l3.96875 0q-0.0625 -0.84375 -0.625 -1.390625q-0.546875 -0.546875 -1.375 -0.546875q-0.78125 0 -1.34375 0.53125q-0.546875 0.515625 -0.625 1.40625zm9.158691 -2.9375q1.40625 0 1.984375 0.5q0.59375 0.5 0.59375 1.34375q0 3.578125 0 3.96875q0 0.390625 0.359375 0.390625q0.078125 0 0.171875 -0.015625q0.09375 -0.015625 0.171875 -0.046875l0 0.875q-0.15625 0.09375 -0.359375 0.140625q-0.203125 0.046875 -0.4375 0.046875q-0.46875 0 -0.71875 -0.25q-0.25 -0.265625 -0.25 -0.8125q-0.453125 0.53125 -1.0625 0.796875q-0.609375 0.265625 -1.359375 0.265625q-1.078125 0 -1.6875 -0.5q-0.59375 -0.5 -0.59375 -1.421875q0 -0.9375 0.59375 -1.46875q0.59375 -0.546875 2.78125 -0.828125q0.734375 -0.09375 1.0 -0.28125q0.265625 -0.1875 0.265625 -0.5625q0 -0.578125 -0.375 -0.859375q-0.359375 -0.28125 -1.15625 -0.28125q-0.84375 0 -1.265625 0.3125q-0.421875 0.3125 -0.453125 0.984375l-1.125 0q0.046875 -1.140625 0.796875 -1.71875q0.765625 -0.578125 2.125 -0.578125zm-2.0 5.1875q0 0.484375 0.34375 0.75q0.359375 0.265625 1.0 0.265625q0.953125 0 1.515625 -0.46875q0.578125 -0.484375 0.578125 -1.0625l0 -1.1875q-0.28125 0.203125 -0.734375 0.28125q-0.453125 0.0625 -1.21875 0.171875q-0.75 0.109375 -1.125 0.40625q-0.359375 0.296875 -0.359375 0.84375zm10.15863 -7.890625l-3.9375 9.984375l-0.96875 0l3.9375 -9.984375l0.96875 0zm2.9071655 2.703125q1.390625 0 2.0625 0.546875q0.6875 0.53125 0.75 1.609375l-1.125 0l0 -0.015625q-0.046875 -0.546875 -0.484375 -0.84375q-0.4375 -0.296875 -1.109375 -0.296875q-0.6875 0 -1.09375 0.234375q-0.390625 0.21875 -0.390625 0.640625q0 0.375 0.34375 0.625q0.359375 0.234375 1.0625 0.375l1.0625 0.25q1.0 0.21875 1.515625 0.6875q0.53125 0.453125 0.53125 1.21875q0 1.015625 -0.796875 1.59375q-0.78125 0.578125 -2.140625 0.578125q-1.3125 0 -2.09375 -0.578125q-0.765625 -0.59375 -0.828125 -1.75l1.140625 0q0.015625 0.640625 0.5 0.984375q0.5 0.34375 1.34375 0.34375q0.828125 0 1.25 -0.25q0.421875 -0.265625 0.421875 -0.78125q0 -0.453125 -0.421875 -0.71875q-0.421875 -0.28125 -1.71875 -0.53125q-1.296875 -0.265625 -1.828125 -0.71875q-0.53125 -0.46875 -0.53125 -1.25q0 -0.90625 0.734375 -1.421875q0.734375 -0.53125 1.84375 -0.53125zm7.2421875 0q1.484375 0 2.296875 1.078125q0.828125 1.0625 0.828125 2.734375l0 0.125l-5.171875 0l0 0.09375q0 0.984375 0.578125 1.578125q0.578125 0.59375 1.578125 0.59375q0.75 0 1.1875 -0.34375q0.453125 -0.359375 0.59375 -1.0l1.125 0q-0.234375 1.140625 -1.015625 1.75q-0.765625 0.59375 -1.9375 0.59375q-1.078125 0 -1.828125 -0.484375q-0.75 -0.484375 -1.109375 -1.359375q-0.359375 -0.890625 -0.359375 -1.796875q0 -1.53125 0.90625 -2.546875q0.921875 -1.015625 2.328125 -1.015625zm-2.046875 2.9375l3.96875 0q-0.0625 -0.84375 -0.625 -1.390625q-0.546875 -0.546875 -1.375 -0.546875q-0.78125 0 -1.34375 0.53125q-0.546875 0.515625 -0.625 1.40625zm9.15863 -2.9375q1.40625 0 1.984375 0.5q0.59375 0.5 0.59375 1.34375q0 3.578125 0 3.96875q0 0.390625 0.359375 0.390625q0.078125 0 0.171875 -0.015625q0.09375 -0.015625 0.171875 -0.046875l0 0.875q-0.15625 0.09375 -0.359375 0.140625q-0.203125 0.046875 -0.4375 0.046875q-0.46875 0 -0.71875 -0.25q-0.25 -0.265625 -0.25 -0.8125q-0.453125 0.53125 -1.0625 0.796875q-0.609375 0.265625 -1.359375 0.265625q-1.078125 0 -1.6875 -0.5q-0.59375 -0.5 -0.59375 -1.421875q0 -0.9375 0.59375 -1.46875q0.59375 -0.546875 2.78125 -0.828125q0.734375 -0.09375 1.0 -0.28125q0.265625 -0.1875 0.265625 -0.5625q0 -0.578125 -0.375 -0.859375q-0.359375 -0.28125 -1.15625 -0.28125q-0.84375 0 -1.265625 0.3125q-0.421875 0.3125 -0.453125 0.984375l-1.125 0q0.046875 -1.140625 0.796875 -1.71875q0.765625 -0.578125 2.125 -0.578125zm-2.0 5.1875q0 0.484375 0.34375 0.75q0.359375 0.265625 1.0 0.265625q0.953125 0 1.515625 -0.46875q0.578125 -0.484375 0.578125 -1.0625l0 -1.1875q-0.28125 0.203125 -0.734375 0.28125q-0.453125 0.0625 -1.21875 0.171875q-0.75 0.109375 -1.125 0.40625q-0.359375 0.296875 -0.359375 0.84375zm9.768066 -5.1875q0.046875 0 0.078125 0q0.03125 0 0.078125 0l0 1.203125q-1.28125 0 -1.890625 0.671875q-0.59375 0.671875 -0.59375 2.09375l0 3.078125l-1.140625 0l0 -6.890625l1.0625 0l0 1.453125l0.03125 0q0.390625 -0.828125 0.96875 -1.21875q0.59375 -0.390625 1.40625 -0.390625zm3.6505737 0q1.25 0 2.03125 0.609375q0.796875 0.59375 0.9375 1.765625l-1.171875 0q-0.140625 -0.671875 -0.59375 -1.015625q-0.4375 -0.359375 -1.109375 -0.359375q-1.0625 0 -1.609375 0.703125q-0.546875 0.703125 -0.546875 1.984375q0 1.140625 0.546875 1.828125q0.546875 0.6875 1.46875 0.6875q0.828125 0 1.296875 -0.4375q0.484375 -0.453125 0.59375 -1.234375l1.15625 0q-0.1875 1.28125 -0.96875 1.984375q-0.78125 0.6875 -2.0625 0.6875q-1.5 0 -2.359375 -0.9375q-0.859375 -0.953125 -0.859375 -2.578125q0 -1.6875 0.859375 -2.6875q0.875 -1.0 2.390625 -1.0zm5.4086914 -2.46875l0 3.640625l0.03125 0q0.25 -0.5625 0.828125 -0.859375q0.59375 -0.3125 1.34375 -0.3125q1.25 0 1.8125 0.640625q0.5625 0.640625 0.5625 1.8125l0 4.59375l-1.140625 0l0 -4.703125q0 -0.59375 -0.375 -0.96875q-0.375 -0.375 -1.03125 -0.375q-0.953125 0 -1.5 0.59375q-0.53125 0.578125 -0.53125 1.515625l0 3.9375l-1.125 0l0 -9.515625l1.125 0z" fill-rule="nonzero"/><path fill="#0060ff" d="m605.24097 341.4908l111.9552 0l0 0c14.666443 0 26.55597 7.150177 26.55597 15.970398c0 8.82019 -11.889526 15.970398 -26.55597 15.970398l-111.9552 0l0 0c-14.666443 0 -26.555908 -7.1502075 -26.555908 -15.970398c0 -8.820221 11.889465 -15.970398 26.555908 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m604.05164 353.59183l0 1.40625l-4.015625 0l0 1.625l3.6875 0l0 1.3125l-3.6875 0l0 1.859375l4.109375 0l0 1.40625l-5.78125 0l0 -7.609375l5.6875 0zm2.623413 0l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm3.7160645 1.953125q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm7.0877686 -4.09375q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125zm5.395447 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm3.392212 -0.453125l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8254395 -0.140625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm5.7283936 0q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125zm6.020447 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm7.4002686 -2.3125q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm8.040894 -4.09375q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.5011597 0q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm4.9940186 -1.953125l0 2.875l0.03125 0q0.234375 -0.421875 0.671875 -0.671875q0.4375 -0.25 0.9375 -0.25q1.0625 0 1.53125 0.546875q0.484375 0.53125 0.484375 1.671875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -7.609375l1.515625 0zm6.5510864 2.203125l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606323 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm4.6950684 -5.96875q1.53125 0 2.46875 1.0q0.9375 0.984375 0.9375 2.765625q0 1.78125 -0.921875 2.8125q-0.921875 1.03125 -2.484375 1.03125l-3.328125 0l0 -7.609375l3.328125 0zm-0.125 6.203125q0.796875 0 1.328125 -0.578125q0.53125 -0.578125 0.53125 -1.703125q0 -1.328125 -0.5625 -1.921875q-0.546875 -0.59375 -1.59375 -0.59375l-1.234375 0l0 4.796875l1.53125 0zm7.2109985 -4.25q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm7.8061523 -2.90625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm4.9940186 0.140625l0 3.15625q0 0.625 0.21875 0.96875q0.21875 0.34375 0.75 0.34375q0.625 0 0.890625 -0.375q0.28125 -0.375 0.28125 -1.15625l0 -2.9375l1.515625 0l0 5.515625l-1.453125 0l0 -0.765625l-0.03125 0q-0.28125 0.453125 -0.734375 0.6875q-0.453125 0.234375 -0.953125 0.234375q-1.015625 0 -1.515625 -0.515625q-0.484375 -0.53125 -0.484375 -1.703125l0 -3.453125l1.515625 0zm7.9729614 -0.140625q0.609375 0 1.015625 0.234375q0.40625 0.234375 0.59375 0.6875q0.3125 -0.453125 0.734375 -0.6875q0.4375 -0.234375 0.9375 -0.234375q1.0 0 1.5 0.515625q0.5 0.5 0.5 1.40625l0 3.734375l-1.5 0l0 -3.1875q0 -0.75 -0.234375 -1.015625q-0.21875 -0.265625 -0.703125 -0.265625q-0.5 0 -0.765625 0.34375q-0.25 0.34375 -0.25 1.015625l0 3.109375l-1.515625 0l0 -3.390625q0 -0.546875 -0.203125 -0.8125q-0.203125 -0.265625 -0.703125 -0.265625q-0.4375 0 -0.734375 0.34375q-0.28125 0.328125 -0.28125 0.890625l0 3.234375l-1.515625 0l0 -5.515625l1.421875 0l0 0.75l0.015625 0q0.328125 -0.453125 0.75 -0.671875q0.421875 -0.21875 0.9375 -0.21875zm9.027039 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.025269 -2.3125q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.0823975 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" d="m662.16406 385.13516l-0.94488525 44.37796" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m662.16406 385.13516l-0.6894531 32.380676" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m658.1719 417.44553l3.109497 9.14447l3.4959717 -9.003845z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m627.6457 182.88452l34.519653 123.212585" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m627.6457 182.88452l31.282349 111.6575" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m655.7471 295.43323l5.6295166 7.84848l0.7324219 -9.630859z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m393.8609 341.4908l0 38.486664l56.251953 0l0 38.489716" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m393.8609 341.4908l0 38.486633l56.251953 0l0 26.489746" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m446.8094 406.4672l3.3034668 9.076202l3.3034668 -9.076202z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m471.56168 298.02625l85.79526 0l0 -31.496063" fill-rule="evenodd"/><path stroke="#434343" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="butt" d="m483.56168 298.02625l73.79526 0l0 -19.496063" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m483.56168 294.72278l-9.076202 3.3034668l9.076202 3.3034668z" fill-rule="evenodd"/><path fill="#434343" stroke="#434343" stroke-width="2.0" stroke-linecap="butt" d="m560.6604 278.53018l-3.3034668 -9.076202l-3.3034668 9.076202z" fill-rule="evenodd"/><path fill="#0060ff" d="m516.6807 182.8763l81.320984 0l0 0c10.653259 0 19.289429 7.1501923 19.289429 15.970398c0 8.820206 -8.636169 15.970383 -19.289429 15.970383l-81.320984 0l0 0c-10.653259 0 -19.289429 -7.150177 -19.289429 -15.970383c0 -8.820206 8.636169 -15.970398 19.289429 -15.970398z" fill-rule="evenodd"/><path fill="#f6f6f6" d="m526.5127 188.28981q1.375 0 2.203125 0.640625q0.84375 0.640625 0.84375 1.8125l-1.625 0q-0.03125 -0.5625 -0.390625 -0.84375q-0.359375 -0.296875 -1.109375 -0.296875q-0.5 0 -0.828125 0.21875q-0.328125 0.21875 -0.328125 0.640625q0 0.28125 0.140625 0.421875q0.140625 0.140625 0.546875 0.296875q0.421875 0.15625 1.828125 0.484375q0.953125 0.234375 1.484375 0.78125q0.53125 0.546875 0.53125 1.375q0 1.109375 -0.828125 1.78125q-0.828125 0.671875 -2.328125 0.671875q-1.4375 0 -2.34375 -0.703125q-0.90625 -0.71875 -0.90625 -1.96875l0 -0.046875l1.625 0q0 0.71875 0.453125 1.0625q0.46875 0.34375 1.21875 0.34375q0.6875 0 1.078125 -0.234375q0.40625 -0.25 0.40625 -0.703125q0 -0.375 -0.3125 -0.609375q-0.296875 -0.234375 -0.984375 -0.40625q-0.875 -0.203125 -1.59375 -0.421875q-0.703125 -0.21875 -1.171875 -0.71875q-0.46875 -0.5 -0.46875 -1.265625q0 -1.03125 0.8125 -1.671875q0.828125 -0.640625 2.046875 -0.640625zm5.69635 0.1875l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm6.5598145 -2.09375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7749023 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.5252686 -4.265625l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.0252686 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.4191895 -0.140625q0.5625 0 1.0 0.21875q0.4375 0.21875 0.671875 0.625l0.015625 0l0 -0.703125l1.453125 0l0 7.453125l-1.515625 0l0 -2.625l-0.03125 0q-0.25 0.40625 -0.71875 0.625q-0.453125 0.21875 -1.015625 0.21875q-0.953125 0 -1.640625 -0.75q-0.6875 -0.75 -0.6875 -2.109375q0 -1.296875 0.671875 -2.125q0.671875 -0.828125 1.796875 -0.828125zm-0.953125 2.90625q0 0.84375 0.34375 1.3125q0.34375 0.453125 0.953125 0.453125q0.640625 0 0.984375 -0.453125q0.34375 -0.46875 0.34375 -1.28125q0 -0.78125 -0.34375 -1.28125q-0.328125 -0.515625 -0.953125 -0.515625q-0.640625 0 -0.984375 0.484375q-0.34375 0.484375 -0.34375 1.28125zm6.9780273 -2.65625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606323 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm4.7731323 -6.15625q1.296875 0 2.203125 0.734375q0.921875 0.734375 1.078125 2.015625l-1.609375 0q-0.109375 -0.609375 -0.59375 -0.96875q-0.484375 -0.375 -1.078125 -0.375q-0.984375 0 -1.53125 0.71875q-0.53125 0.71875 -0.53125 1.90625q0 1.125 0.53125 1.828125q0.546875 0.703125 1.53125 0.703125q0.734375 0 1.171875 -0.4375q0.453125 -0.453125 0.5625 -1.25l1.625 0q-0.15625 1.4375 -1.0625 2.28125q-0.90625 0.828125 -2.296875 0.828125q-1.09375 0 -1.953125 -0.5q-0.84375 -0.515625 -1.3125 -1.421875q-0.46875 -0.921875 -0.46875 -2.03125q0 -1.765625 1.015625 -2.890625q1.03125 -1.140625 2.71875 -1.140625zm7.5391846 2.140625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.5324097 0q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321716 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375z" fill-rule="nonzero"/><path fill="#f6f6f6" d="m537.85175 201.47731l1.203125 5.171875l0.015625 0l1.328125 -5.171875l1.5625 0l1.3125 5.234375l0.015625 0l1.25 -5.234375l1.640625 0l-2.046875 7.609375l-1.671875 0l-1.28125 -5.171875l-0.015625 0l-1.28125 5.171875l-1.6875 0l-2.015625 -7.609375l1.671875 0zm11.318298 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.368591 -2.90625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm2.6001587 -1.953125l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.8585815 1.953125q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.072144 -2.3125q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.1938477 0q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125z" fill-rule="nonzero"/><path fill="#0060ff" d="m821.65063 338.34384l76.049255 0l0 0c9.9627075 0 18.039001 7.150177 18.039001 15.970398c0 8.82019 -8.076294 15.970367 -18.039001 15.970367l-76.049255 0l0 0c-9.9626465 0 -18.039001 -7.150177 -18.039001 -15.970367c0 -8.820221 8.076355 -15.970398 18.039001 -15.970398z" fill-rule="evenodd"/><path fill="#ffffff" d="m824.77094 350.44485q1.1875 0 1.875 0.671875q0.703125 0.671875 0.703125 1.765625q0 1.109375 -0.703125 1.78125q-0.6875 0.671875 -1.875 0.671875l-1.8125 0l0 2.71875l-1.671875 0l0 -7.609375l3.484375 0zm-0.46875 3.578125q0.71875 0 1.0625 -0.265625q0.359375 -0.265625 0.359375 -0.875q0 -0.578125 -0.34375 -0.859375q-0.328125 -0.28125 -1.0625 -0.28125l-1.359375 0l0 2.28125l1.34375 0zm6.977478 -1.625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.4074097 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm10.244019 -4.265625l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm6.7904663 -4.84375l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8254395 -0.140625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.015625 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.765625 -0.828125 2.046875 -0.828125zm5.4002686 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm4.449463 1.5q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.368652 -2.90625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm2.6938477 0.25l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606934 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm5.0075073 -5.96875q1.15625 0 1.765625 0.46875q0.609375 0.453125 0.609375 1.40625q0 0.59375 -0.28125 0.984375q-0.265625 0.375 -0.75 0.609375q0.6875 0.21875 1.03125 0.71875q0.359375 0.484375 0.359375 1.21875q0 1.046875 -0.765625 1.625q-0.75 0.578125 -1.875 0.578125l-3.734375 0l0 -7.609375l3.640625 0zm-0.25 3.078125q0.453125 0 0.71875 -0.21875q0.28125 -0.234375 0.28125 -0.6875q0 -0.4375 -0.28125 -0.65625q-0.28125 -0.21875 -0.828125 -0.21875l-1.609375 0l0 1.78125l1.71875 0zm0.109375 3.234375q0.5625 0 0.875 -0.25q0.328125 -0.25 0.328125 -0.75q0 -0.53125 -0.3125 -0.8125q-0.296875 -0.28125 -0.859375 -0.28125l-1.859375 0l0 2.09375l1.828125 0zm6.3780518 -4.359375q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm7.0877686 -4.09375q1.125 0 1.734375 0.453125q0.625 0.4375 0.703125 1.296875l-1.4375 0q-0.03125 -0.390625 -0.296875 -0.5625q-0.265625 -0.171875 -0.75 -0.171875q-0.421875 0 -0.625 0.125q-0.203125 0.125 -0.203125 0.375q0 0.265625 0.265625 0.4375q0.265625 0.15625 1.046875 0.296875q1.28125 0.25 1.703125 0.640625q0.4375 0.375 0.4375 1.0q0 0.9375 -0.6875 1.4375q-0.671875 0.484375 -1.828125 0.484375q-1.140625 0 -1.84375 -0.484375q-0.6875 -0.5 -0.734375 -1.46875l1.4375 0q0 0.4375 0.328125 0.6875q0.328125 0.25 0.828125 0.25q0.4375 0 0.71875 -0.1875q0.28125 -0.203125 0.28125 -0.515625q0 -0.296875 -0.359375 -0.46875q-0.359375 -0.1875 -1.3125 -0.390625q-0.953125 -0.1875 -1.375 -0.53125q-0.421875 -0.34375 -0.421875 -0.9375q0 -0.875 0.609375 -1.3125q0.625 -0.453125 1.78125 -0.453125zm6.020447 0q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375z" fill-rule="nonzero"/><path fill="#0060ff" d="m516.6807 144.11252l81.320984 0l0 0c10.653259 0 19.289429 7.1501923 19.289429 15.970398c0 8.820206 -8.636169 15.970383 -19.289429 15.970383l-81.320984 0l0 0c-10.653259 0 -19.289429 -7.150177 -19.289429 -15.970383c0 -8.820206 8.636169 -15.970398 19.289429 -15.970398z" fill-rule="evenodd"/><path fill="#f6f6f6" d="m520.5759 156.02603q1.375 0 2.203125 0.640625q0.84375 0.640625 0.84375 1.8125l-1.625 0q-0.03125 -0.5625 -0.390625 -0.84375q-0.359375 -0.296875 -1.109375 -0.296875q-0.5 0 -0.828125 0.21875q-0.328125 0.21875 -0.328125 0.640625q0 0.28125 0.140625 0.421875q0.140625 0.140625 0.546875 0.296875q0.421875 0.15625 1.828125 0.484375q0.953125 0.234375 1.484375 0.78125q0.53125 0.546875 0.53125 1.375q0 1.109375 -0.828125 1.78125q-0.828125 0.671875 -2.328125 0.671875q-1.4375 0 -2.34375 -0.703125q-0.90625 -0.71875 -0.90625 -1.96875l0 -0.046875l1.625 0q0 0.71875 0.453125 1.0625q0.46875 0.34375 1.21875 0.34375q0.6875 0 1.078125 -0.234375q0.40625 -0.25 0.40625 -0.703125q0 -0.375 -0.3125 -0.609375q-0.296875 -0.234375 -0.984375 -0.40625q-0.875 -0.203125 -1.59375 -0.421875q-0.703125 -0.21875 -1.171875 -0.71875q-0.46875 -0.5 -0.46875 -1.265625q0 -1.03125 0.8125 -1.671875q0.828125 -0.640625 2.046875 -0.640625zm5.696411 0.1875l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm6.5598145 -2.09375l0 7.609375l-1.453125 0l0 -0.703125l-0.015625 0q-0.25 0.421875 -0.6875 0.640625q-0.421875 0.21875 -0.984375 0.21875q-1.125 0 -1.796875 -0.828125q-0.671875 -0.84375 -0.671875 -2.125q0 -1.234375 0.65625 -2.046875q0.671875 -0.8125 1.78125 -0.8125q0.515625 0 0.9375 0.21875q0.4375 0.203125 0.6875 0.59375l0.03125 0l0 -2.765625l1.515625 0zm-4.09375 4.84375q0 0.765625 0.359375 1.28125q0.359375 0.5 0.96875 0.5q0.625 0 0.953125 -0.46875q0.34375 -0.46875 0.34375 -1.3125q0 -0.8125 -0.328125 -1.28125q-0.328125 -0.46875 -0.984375 -0.46875q-0.625 0 -0.96875 0.46875q-0.34375 0.46875 -0.34375 1.28125zm7.7748413 -2.890625q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm6.5252686 -4.265625l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.0252686 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.4191895 -0.140625q0.5625 0 1.0 0.21875q0.4375 0.21875 0.671875 0.625l0.015625 0l0 -0.703125l1.453125 0l0 7.453125l-1.515625 0l0 -2.625l-0.03125 0q-0.25 0.40625 -0.71875 0.625q-0.453125 0.21875 -1.015625 0.21875q-0.953125 0 -1.640625 -0.75q-0.6875 -0.75 -0.6875 -2.109375q0 -1.296875 0.671875 -2.125q0.671875 -0.828125 1.796875 -0.828125zm-0.953125 2.90625q0 0.84375 0.34375 1.3125q0.34375 0.453125 0.953125 0.453125q0.640625 0 0.984375 -0.453125q0.34375 -0.46875 0.34375 -1.28125q0 -0.78125 -0.34375 -1.28125q-0.328125 -0.515625 -0.953125 -0.515625q-0.640625 0 -0.984375 0.484375q-0.34375 0.484375 -0.34375 1.28125zm6.9780273 -2.65625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.9606323 -3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm0 3.765625l0 1.640625l-1.671875 0l0 -1.640625l1.671875 0zm2.3356934 -5.96875l1.203125 5.171875l0.015625 0l1.328125 -5.171875l1.5625 0l1.3125 5.234375l0.015625 0l1.25 -5.234375l1.640625 0l-2.046875 7.609375l-1.671875 0l-1.28125 -5.171875l-0.015625 0l-1.28125 5.171875l-1.6875 0l-2.015625 -7.609375l1.671875 0zm11.318298 1.953125q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.368591 -2.90625q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm2.6001587 -1.953125l0 4.078125l1.90625 -1.984375l1.78125 0l-2.078125 2.03125l2.3125 3.484375l-1.828125 0l-1.515625 -2.46875l-0.578125 0.5625l0 1.90625l-1.515625 0l0 -7.609375l1.515625 0zm6.8585815 1.953125q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.072144 -2.3125q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125z" fill-rule="nonzero"/><path fill="#eeeeee" d="m72.46457 142.39633l165.07086 0l0 93.5748l-165.07086 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m72.46457 142.39633l165.07086 0l0 93.5748l-165.07086 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m77.29921 144.41077l155.40158 0l0 31.936996l-155.40158 0z" fill-rule="evenodd"/><path fill="#000000" d="m97.2533 161.47139q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230804 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824562 -8.8125l-5.5156326 13.953125l-1.375 0l5.5312576 -13.953125l1.359375 0zm4.884552 3.78125q1.765625 0 2.859375 0.84375q1.109375 0.828125 1.296875 2.46875l-1.625 0q-0.203125 -0.9375 -0.828125 -1.421875q-0.625 -0.5 -1.5625 -0.5q-1.484375 0 -2.25 0.984375q-0.765625 0.984375 -0.765625 2.78125q0 1.609375 0.75 2.578125q0.765625 0.953125 2.078125 0.953125q1.15625 0 1.8125 -0.625q0.671875 -0.625 0.828125 -1.734375l1.625 0q-0.265625 1.8125 -1.359375 2.796875q-1.09375 0.96875 -2.890625 0.96875q-2.109375 0 -3.3125 -1.328125q-1.203125 -1.328125 -1.203125 -3.609375q0 -2.359375 1.21875 -3.75q1.21875 -1.40625 3.328125 -1.40625zm10.161072 0q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm14.228394 -5.046875q1.75 0 2.53125 0.890625q0.796875 0.890625 0.796875 2.546875l0 6.421875l-1.59375 0l0 -6.59375q0 -0.8125 -0.53125 -1.34375q-0.515625 -0.53125 -1.4375 -0.53125q-1.34375 0 -2.09375 0.828125q-0.75 0.8125 -0.75 2.125l0 5.515625l-1.59375 0l0 -9.640625l1.5 0l0 1.53125l0.03125 0q0.53125 -0.90625 1.296875 -1.328125q0.78125 -0.421875 1.84375 -0.421875zm7.906967 -2.671875l0 2.890625l1.921875 0l0 1.390625l-1.921875 0l0 6.046875q0 0.71875 0.484375 0.765625q0.484375 0.03125 1.0 0.03125l0.4375 0l0 1.40625l-1.296875 0q-1.3125 0 -1.765625 -0.453125q-0.4375 -0.46875 -0.4375 -1.5625l0 -6.234375l-1.65625 0l0 -1.390625l1.65625 0l0 -2.890625l1.578125 0zm8.485001 2.65625q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm5.2348175 0.015625q2.1875 0 3.421875 1.40625q1.25 1.40625 1.25 3.640625q0 2.25 -1.28125 3.65625q-1.265625 1.390625 -3.390625 1.390625q-2.09375 0 -3.390625 -1.375q-1.296875 -1.375 -1.296875 -3.671875q0 -2.296875 1.265625 -3.671875q1.265625 -1.375 3.421875 -1.375zm-3.015625 5.046875q0 1.65625 0.84375 2.65625q0.859375 0.984375 2.171875 0.984375q1.296875 0 2.140625 -0.984375q0.859375 -1.0 0.859375 -2.65625q0 -1.640625 -0.84375 -2.640625q-0.84375 -1.015625 -2.171875 -1.015625q-1.28125 0 -2.140625 0.984375q-0.859375 0.984375 -0.859375 2.671875zm11.244019 -8.5l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm4.144821 0l0 13.3125l-1.59375 0l0 -13.3125l1.59375 0zm6.472946 3.453125q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm13.6766815 -4.125q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84373474 0.9375 -0.84373474 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.54685974 -1.15625 1.3593597 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm4.618927 0.015625q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m103.811516 186.18636l102.376976 0l0 0c13.411652 0 24.28395 7.1501923 24.28395 15.970383c0 8.820206 -10.872299 15.970398 -24.28395 15.970398l-102.376976 0l0 0c-13.411659 0 -24.283958 -7.1501923 -24.283958 -15.970398c0 -8.82019 10.872299 -15.970383 24.283958 -15.970383z" fill-rule="evenodd"/><path fill="#ffffff" d="m105.43833 198.28737l2.84375 7.609375l-1.734375 0l-0.578125 -1.703125l-2.84375 0l-0.59375 1.703125l-1.703125 0l2.890625 -7.609375l1.71875 0zm-0.890625 1.875l-0.984375 2.796875l1.96875 0l-0.953125 -2.796875l-0.03125 0zm7.3314056 0.078125q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm8.149887 -2.921875q1.171875 0 1.84375 0.828125q0.671875 0.8125 0.671875 2.140625q0 1.21875 -0.65625 2.03125q-0.65625 0.8125 -1.765625 0.8125q-0.515625 0 -0.953125 -0.21875q-0.421875 -0.21875 -0.703125 -0.625l-0.015625 0l0 2.625l-1.515625 0l0 -7.453125l1.4375 0l0 0.703125l0.015625 0q0.28125 -0.421875 0.6875 -0.625q0.421875 -0.21875 0.953125 -0.21875zm-1.640625 2.921875q0 0.78125 0.328125 1.265625q0.34375 0.484375 1.0 0.484375q0.625 0 0.96875 -0.453125q0.34375 -0.46875 0.34375 -1.296875q0 -0.796875 -0.34375 -1.28125q-0.34375 -0.5 -1.0 -0.5q-0.625 0 -0.96875 0.46875q-0.328125 0.46875 -0.328125 1.3125zm6.618637 -4.875l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7473145 0l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8254318 -0.140625q1.0625 0 1.796875 0.5625q0.734375 0.546875 0.796875 1.53125l-1.484375 0q-0.078125 -0.484375 -0.359375 -0.71875q-0.28125 -0.234375 -0.765625 -0.234375q-0.609375 0 -0.953125 0.5q-0.328125 0.5 -0.328125 1.296875q0 0.78125 0.328125 1.265625q0.34375 0.46875 0.921875 0.46875q0.5 0 0.8125 -0.28125q0.3125 -0.296875 0.390625 -0.84375l1.46875 0q-0.15625 1.09375 -0.859375 1.6875q-0.703125 0.578125 -1.796875 0.578125q-1.234375 0 -2.0156174 -0.78125q-0.765625 -0.796875 -0.765625 -2.046875q0 -1.34375 0.765625 -2.15625q0.7656174 -0.828125 2.0468674 -0.828125zm6.0096436 0q1.21875 0 1.8125 0.40625q0.59375 0.390625 0.59375 1.125l0 2.953125q0 0.328125 0.046875 0.671875q0.046875 0.328125 0.15625 0.5l-1.546875 0q-0.03125 -0.125 -0.0625 -0.25q-0.03125 -0.140625 -0.046875 -0.28125q-0.3125 0.328125 -0.78125 0.515625q-0.46875 0.171875 -1.0625 0.171875q-0.859375 0 -1.375 -0.421875q-0.5 -0.4375 -0.5 -1.234375q0 -0.78125 0.46875 -1.1875q0.484375 -0.40625 1.75 -0.546875q0.875 -0.078125 1.15625 -0.203125q0.28125 -0.140625 0.28125 -0.46875q0 -0.375 -0.21875 -0.546875q-0.203125 -0.1875 -0.75 -0.1875q-0.46875 0 -0.71875 0.203125q-0.25 0.1875 -0.28125 0.625l-1.515625 0q0.0625 -0.90625 0.734375 -1.375q0.6875 -0.46875 1.859375 -0.46875zm-1.25 4.09375q0 0.328125 0.21875 0.515625q0.21875 0.1875 0.703125 0.1875q0.609375 0 0.90625 -0.3125q0.3125 -0.328125 0.3125 -0.9375l0 -0.578125q-0.125 0.09375 -0.359375 0.15625q-0.21875 0.046875 -0.796875 0.140625q-0.5 0.0625 -0.75 0.265625q-0.234375 0.203125 -0.234375 0.5625zm6.7596436 -5.59375l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm3.3921661 -0.453125l0 1.25l-1.515625 0l0 -1.25l1.515625 0zm0 2.09375l0 5.515625l-1.515625 0l0 -5.515625l1.515625 0zm3.8566895 -0.140625q1.296875 0 2.0781403 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78126526 0.796875 -2.0625153 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321777 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm6.722992 -2.140625q1.296875 0 2.203125 0.734375q0.921875 0.734375 1.078125 2.015625l-1.609375 0q-0.109375 -0.609375 -0.59375 -0.96875q-0.484375 -0.375 -1.078125 -0.375q-0.984375 0 -1.53125 0.71875q-0.53125 0.71875 -0.53125 1.90625q0 1.125 0.53125 1.828125q0.546875 0.703125 1.53125 0.703125q0.734375 0 1.171875 -0.4375q0.453125 -0.453125 0.5625 -1.25l1.625 0q-0.15625 1.4375 -1.0625 2.28125q-0.90625 0.828125 -2.296875 0.828125q-1.09375 0 -1.953125 -0.5q-0.84375 -0.515625 -1.3125 -1.421875q-0.46875 -0.921875 -0.46875 -2.03125q0 -1.765625 1.015625 -2.890625q1.03125 -1.140625 2.71875 -1.140625zm7.007904 2.140625q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm8.321762 -2.90625q1.0625 0 1.53125 0.53125q0.484375 0.53125 0.484375 1.6875l0 3.4375l-1.515625 0l0 -3.15625q0 -0.640625 -0.234375 -0.96875q-0.21875 -0.34375 -0.734375 -0.34375q-0.625 0 -0.90625 0.375q-0.265625 0.375 -0.265625 1.15625l0 2.9375l-1.515625 0l0 -5.515625l1.4375 0l0 0.78125l0.03125 0q0.28125 -0.453125 0.71875 -0.6875q0.4375 -0.234375 0.96875 -0.234375zm5.082367 -1.5l0 1.640625l1.09375 0l0 1.015625l-1.09375 0l0 2.765625q0 0.34375 0.125 0.484375q0.125 0.125 0.5 0.125q0.140625 0 0.25 -0.015625q0.125 -0.015625 0.21875 -0.03125l0 1.1875q-0.1875 0.03125 -0.421875 0.03125q-0.21875 0.015625 -0.453125 0.015625q-0.96875 0 -1.359375 -0.328125q-0.375 -0.34375 -0.375 -0.953125l0 -3.28125l-0.921875 0l0 -1.015625l0.921875 0l0 -1.640625l1.515625 0zm5.032791 1.5q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125zm3.5324097 0q1.296875 0 2.078125 0.796875q0.78125 0.796875 0.78125 2.109375q0 1.3125 -0.796875 2.109375q-0.78125 0.796875 -2.0625 0.796875q-1.28125 0 -2.0625 -0.796875q-0.78125 -0.796875 -0.78125 -2.109375q0 -1.296875 0.765625 -2.09375q0.78125 -0.8125 2.078125 -0.8125zm-1.328125 2.90625q0 0.875 0.359375 1.328125q0.359375 0.4375 0.96875 0.4375q0.640625 0 0.984375 -0.453125q0.359375 -0.46875 0.359375 -1.3125q0 -0.8125 -0.34375 -1.28125q-0.328125 -0.484375 -1.015625 -0.484375q-0.59375 0 -0.953125 0.4375q-0.359375 0.4375 -0.359375 1.328125zm6.728012 -4.859375l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm2.7473145 0l0 7.609375l-1.515625 0l0 -7.609375l1.515625 0zm3.7316895 1.953125q1.21875 0 1.953125 0.84375q0.734375 0.84375 0.734375 2.140625l-0.015625 0.28125l-3.96875 0q0.03125 0.71875 0.359375 1.0625q0.34375 0.34375 0.984375 0.34375q0.40625 0 0.75 -0.203125q0.359375 -0.21875 0.453125 -0.515625l1.328125 0q-0.3125 0.9375 -0.953125 1.40625q-0.640625 0.453125 -1.625 0.453125q-1.28125 0 -2.046875 -0.8125q-0.765625 -0.8125 -0.765625 -2.09375q0 -1.234375 0.78125 -2.0625q0.796875 -0.84375 2.03125 -0.84375zm-1.296875 2.3125l2.453125 0q-0.109375 -0.609375 -0.390625 -0.890625q-0.28125 -0.28125 -0.828125 -0.28125q-0.546875 0 -0.875 0.3125q-0.3125 0.3125 -0.359375 0.859375zm8.072144 -2.3125q0.109375 0 0.1875 0.015625q0.078125 0.015625 0.15625 0.03125l0 1.40625q-0.125 -0.015625 -0.25 -0.03125q-0.125 -0.015625 -0.296875 -0.015625q-0.765625 0 -1.125 0.46875q-0.359375 0.46875 -0.359375 1.25l0 2.53125l-1.515625 0l0 -5.515625l1.4375 0l0 1.03125l0.015625 0q0.25 -0.546875 0.71875 -0.859375q0.46875 -0.3125 1.03125 -0.3125z" fill-rule="nonzero"/><path fill="#eeeeee" d="m317.42126 99.25722l155.40158 0l0 86.92914l-155.40158 0z" fill-rule="evenodd"/><path stroke="#000000" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="butt" d="m317.42126 99.25722l155.40158 0l0 86.92914l-155.40158 0z" fill-rule="evenodd"/><path fill="#000000" fill-opacity="0.0" d="m317.42126 95.11155l155.40158 0l0 31.937004l-155.40158 0z" fill-rule="evenodd"/><path fill="#000000" d="m346.8309 112.17217q1.96875 0 2.78125 0.703125q0.828125 0.6875 0.828125 1.875q0 5.015625 0 5.5625q0 0.546875 0.5 0.546875q0.109375 0 0.234375 -0.03125q0.140625 -0.03125 0.25 -0.0625l0 1.234375q-0.21875 0.125 -0.5 0.1875q-0.28125 0.078125 -0.625 0.078125q-0.65625 0 -1.0 -0.375q-0.34375 -0.375 -0.34375 -1.125q-0.640625 0.75 -1.5 1.125q-0.84375 0.375 -1.90625 0.375q-1.484375 0 -2.34375 -0.703125q-0.84375 -0.71875 -0.84375 -2.015625q0 -1.296875 0.828125 -2.046875q0.828125 -0.765625 3.90625 -1.15625q1.03125 -0.140625 1.390625 -0.390625q0.375 -0.265625 0.375 -0.796875q0 -0.796875 -0.515625 -1.1875q-0.5 -0.40625 -1.625 -0.40625q-1.171875 0 -1.765625 0.453125q-0.59375 0.4375 -0.640625 1.375l-1.578125 0q0.078125 -1.609375 1.125 -2.40625q1.0625 -0.8125 2.96875 -0.8125zm-2.796875 7.265625q0 0.671875 0.484375 1.046875q0.5 0.375 1.390625 0.375q1.34375 0 2.140625 -0.65625q0.796875 -0.671875 0.796875 -1.5l0 -1.65625q-0.390625 0.28125 -1.03125 0.390625q-0.640625 0.09375 -1.703125 0.234375q-1.046875 0.15625 -1.5625 0.578125q-0.515625 0.421875 -0.515625 1.1875zm13.629822 -7.265625q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.230804 -5.03125q2.0625 0 3.25 1.421875q1.1875 1.421875 1.1875 3.640625q0 2.25 -1.1875 3.640625q-1.171875 1.390625 -3.203125 1.390625q-0.90625 0 -1.765625 -0.375q-0.859375 -0.375 -1.359375 -1.140625l-0.046875 0l0 4.984375l-1.578125 0l0 -13.34375l1.578125 0l0 1.3125l0.046875 0q0.375 -0.75 1.171875 -1.140625q0.8125 -0.390625 1.90625 -0.390625zm-3.171875 5.03125q0 1.671875 0.8125 2.671875q0.8125 0.984375 2.234375 0.984375q1.375 0 2.125 -0.984375q0.75 -0.984375 0.75 -2.75q0 -1.546875 -0.796875 -2.546875q-0.796875 -1.015625 -2.1875 -1.015625q-1.40625 0 -2.171875 1.015625q-0.765625 1.015625 -0.765625 2.625zm14.824554 -8.8125l-5.515625 13.953125l-1.375 0l5.53125 -13.953125l1.359375 0zm4.072052 3.78125q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375zm10.125 0q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm13.676697 -4.125q0.046875 0 0.09375 0q0.046875 0 0.125 0.015625l0 1.671875q-1.796875 0 -2.65625 0.953125q-0.84375 0.9375 -0.84375 2.921875l0 4.3125l-1.578125 0l0 -9.640625l1.484375 0l0 2.03125l0.046875 0q0.546875 -1.15625 1.359375 -1.703125q0.828125 -0.5625 1.96875 -0.5625zm2.353302 0.234375l2.703125 8.03125l0.03125 0l2.640625 -8.03125l1.65625 0l-3.53125 9.640625l-1.6875 0l-3.578125 -9.640625l1.765625 0zm10.171875 -3.671875l0 1.9375l-1.59375 0l0 -1.9375l1.59375 0zm0 3.671875l0 9.640625l-1.59375 0l0 -9.640625l1.59375 0zm6.488556 -0.21875q1.765625 0 2.859375 0.84375q1.109375 0.828125 1.296875 2.46875l-1.625 0q-0.203125 -0.9375 -0.828125 -1.421875q-0.625 -0.5 -1.5625 -0.5q-1.484375 0 -2.25 0.984375q-0.765625 0.984375 -0.765625 2.78125q0 1.609375 0.75 2.578125q0.765625 0.953125 2.078125 0.953125q1.15625 0 1.8125 -0.625q0.671875 -0.625 0.828125 -1.734375l1.625 0q-0.265625 1.8125 -1.359375 2.796875q-1.09375 0.96875 -2.890625 0.96875q-2.109375 0 -3.3125 -1.328125q-1.203125 -1.328125 -1.203125 -3.609375q0 -2.359375 1.21875 -3.75q1.21875 -1.40625 3.328125 -1.40625zm10.004822 0q2.078125 0 3.21875 1.5q1.15625 1.484375 1.15625 3.828125l0 0.1875l-7.234375 0l0 0.109375q0 1.390625 0.796875 2.234375q0.8125 0.828125 2.21875 0.828125q1.046875 0 1.671875 -0.484375q0.625 -0.5 0.828125 -1.40625l1.5625 0q-0.328125 1.609375 -1.40625 2.453125q-1.078125 0.84375 -2.71875 0.84375q-1.515625 0 -2.578125 -0.6875q-1.046875 -0.6875 -1.546875 -1.90625q-0.5 -1.234375 -0.5 -2.515625q0 -2.140625 1.28125 -3.5625q1.296875 -1.421875 3.25 -1.421875zm-2.859375 4.109375l5.546875 0q-0.078125 -1.171875 -0.859375 -1.9375q-0.765625 -0.78125 -1.9375 -0.78125q-1.09375 0 -1.875 0.734375q-0.765625 0.734375 -0.875 1.984375zm12.082947 -4.109375q1.9375 0 2.890625 0.75q0.953125 0.75 1.03125 2.265625l-1.578125 0l0 -0.03125q-0.0625 -0.765625 -0.671875 -1.171875q-0.609375 -0.421875 -1.5625 -0.421875q-0.953125 0 -1.515625 0.328125q-0.546875 0.3125 -0.546875 0.90625q0 0.515625 0.484375 0.859375q0.5 0.328125 1.484375 0.546875l1.484375 0.328125q1.40625 0.3125 2.125 0.953125q0.734375 0.640625 0.734375 1.734375q0 1.421875 -1.109375 2.234375q-1.09375 0.8125 -2.984375 0.8125q-1.859375 0 -2.953125 -0.828125q-1.078125 -0.84375 -1.140625 -2.453125l1.59375 0q0.03125 0.90625 0.703125 1.390625q0.6875 0.484375 1.875 0.484375q1.15625 0 1.75 -0.359375q0.59375 -0.375 0.59375 -1.078125q0 -0.65625 -0.59375 -1.03125q-0.59375 -0.375 -2.40625 -0.734375q-1.828125 -0.359375 -2.578125 -1.015625q-0.734375 -0.65625 -0.734375 -1.734375q0 -1.265625 1.03125 -2.0q1.03125 -0.734375 2.59375 -0.734375z" fill-rule="nonzero"/><path fill="#0060ff" d="m368.6906 136.40945l55.94684 0l0 0c7.329193 0 13.270691 7.150177 13.270691 15.970383c0 8.820206 -5.941498 15.970398 -13.270691 15.970398l-55.94684 0l0 0c-7.329193 0 -13.27066 -7.1501923 -13.27066 -15.970398c0 -8.820206 5.9414673 -15.970383 13.27066 -15.970383z" fill-rule="evenodd"/><path fill="#ffffff" d="m385.19238 148.51047q1.1875 0 1.875 0.671875q0.703125 0.671875 0.703125 1.765625q0 1.109375 -0.703125 1.78125q-0.6875 0.671875 -1.875 0.671875l-1.8125 0l0 2.71875l-1.671875 0l0 -7.609375l3.484375 0zm-0.46875 3.578125q0.71875 0 1.0625 -0.265625q0.359375 -0.265625 0.359375 -0.875q0 -0.578125 -0.34375 -0.859375q-0.328125 -0.28125 -1.0625 -0.28125l-1.359375 0l0 2.28125l1.34375 0zm7.4982605 -3.765625q1.703125 0 2.71875 1.140625q1.03125 1.140625 1.03125 2.890625q0 1.6875 -1.03125 2.828125q-1.03125 1.125 -2.71875 1.125q-1.09375 0 -1.953125 -0.5q-0.84375 -0.515625 -1.3125 -1.421875q-0.46875 -0.921875 -0.46875 -2.03125q0 -1.765625 1.03125 -2.890625q1.03125 -1.140625 2.703125 -1.140625zm-2.0625 4.03125q0 1.109375 0.53125 1.828125q0.546875 0.703125 1.53125 0.703125q0.984375 0 1.53125 -0.6875q0.546875 -0.703125 0.546875 -1.84375q0 -1.203125 -0.5625 -1.90625q-0.546875 -0.71875 -1.515625 -0.71875q-0.984375 0 -1.53125 0.71875q-0.53125 0.71875 -0.53125 1.90625zm11.085663 -3.84375q0.921875 0 1.546875 0.59375q0.640625 0.59375 0.640625 1.515625q0 0.71875 -0.296875 1.1875q-0.296875 0.46875 -0.90625 0.71875l0 0.015625q0.53125 0.140625 0.8125 0.640625q0.296875 0.5 0.328125 1.53125q0.015625 1.03125 0.296875 1.40625l-1.6875 0q-0.140625 -0.375 -0.1875 -1.203125q-0.078125 -1.125 -0.390625 -1.4375q-0.296875 -0.328125 -0.90625 -0.328125l-1.71875 0l0 2.96875l-1.671875 0l0 -7.609375l4.140625 0zm-0.59375 3.4375q0.515625 0 0.8125 -0.25q0.296875 -0.25 0.296875 -0.828125q0 -0.546875 -0.28125 -0.796875q-0.28125 -0.265625 -0.828125 -0.265625l-1.875 0l0 2.140625l1.875 0zm7.554962 -3.625q1.703125 0 2.71875 1.140625q1.03125 1.140625 1.03125 2.890625q0 1.6875 -1.03125 2.828125q-1.03125 1.125 -2.71875 1.125q-1.09375 0 -1.953125 -0.5q-0.84375 -0.515625 -1.3125 -1.421875q-0.46875 -0.921875 -0.46875 -2.03125q0 -1.765625 1.03125 -2.890625q1.03125 -1.140625 2.703125 -1.140625zm-2.0625 4.03125q0 1.109375 0.53125 1.828125q0.546875 0.703125 1.53125 0.703125q0.984375 0 1.53125 -0.6875q0.546875 -0.703125 0.546875 -1.84375q0 -1.203125 -0.5625 -1.90625q-0.546875 -0.71875 -1.515625 -0.71875q-0.984375 0 -1.53125 0.71875q-0.53125 0.71875 -0.53125 1.90625z" fill-rule="nonzero"/></g></svg>
|
@@ -0,0 +1,167 @@
|
|
1
|
+
<div class='section [ white-text align-center ]'>
|
2
|
+
<h1 class='heading heading--4'>How can we help?</h1>
|
3
|
+
<p class='text text--small'>These guides are for Version 3. <%= link_to('Looking for Version 2?', 'http://classic.developer.workarea.com/2', target: '_blank', class: 'white-text bold-text') %></p>
|
4
|
+
<% form_tag '/search.html', class: 'search', method: 'get' do %>
|
5
|
+
<input type='search' name='q' placeholder='Search the Workarea Commerce Docs' class='search__input' autocomplete='off' id='search'>
|
6
|
+
<input type='submit' class='search__button' value='⟶'>
|
7
|
+
<% end %>
|
8
|
+
</div>
|
9
|
+
|
10
|
+
<div class='grid grid--tiny'>
|
11
|
+
<div class='grid__cell 1/3--lap-and-up'>
|
12
|
+
<div class='fancy-box fancy-box--green'>
|
13
|
+
<div class='fancy-box__icon'>
|
14
|
+
<%= partial 'shared/svgs', locals: { svg: 'getting_started' } %>
|
15
|
+
</div>
|
16
|
+
<span class='fancy-box__heading'>Getting Started</span>
|
17
|
+
<ul href='#' class='fancy-box__links'>
|
18
|
+
<li><%= link_to 'Overview', '/articles/overview.html', class: 'fancy-box__link' %></li>
|
19
|
+
<li><%= link_to 'Create a New Workarea App', '/articles/create-a-new-app.html', class: 'fancy-box__link' %></li>
|
20
|
+
<li><%= link_to 'Work on an Existing Workarea App', '/articles/use-an-existing-workarea-app.html', class: 'fancy-box__link' %></li>
|
21
|
+
<li><%= link_to 'Navigating the Code', '/articles/navigating-the-code.html', class: 'fancy-box__link' %></li>
|
22
|
+
<li><%= link_to 'Prerequisites & Dependencies', '/articles/prerequisites-and-dependencies.html', class: 'fancy-box__link' %></li>
|
23
|
+
</ul>
|
24
|
+
<div class='fancy-box__action'>
|
25
|
+
<%= link_to 'Read More', '/articles/overview.html', class: 'button button--small' %>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</div>
|
29
|
+
|
30
|
+
<div class='grid__cell 1/3--lap-and-up'>
|
31
|
+
<div class='fancy-box fancy-box--pink'>
|
32
|
+
<div class='fancy-box__icon'>
|
33
|
+
<%= partial 'shared/svgs', locals: { svg: 'architecture' } %>
|
34
|
+
</div>
|
35
|
+
<span class='fancy-box__heading'>Architecture</span>
|
36
|
+
<ul href='#' class='fancy-box__links'>
|
37
|
+
<li><%= link_to 'Extension', '/articles/extension-overview.html', class: 'fancy-box__link' %></li>
|
38
|
+
<li><%= link_to 'Testing', '/articles/testing.html', class: 'fancy-box__link' %></li>
|
39
|
+
<li><%= link_to 'Products', '/articles/products.html', class: 'fancy-box__link' %></li>
|
40
|
+
<li><%= link_to 'Orders', '/articles/orders.html', class: 'fancy-box__link' %></li>
|
41
|
+
<li><%= link_to 'Style Guides', '/articles/style-guides.html', class: 'fancy-box__link' %></li>
|
42
|
+
</ul>
|
43
|
+
<div class='fancy-box__action'>
|
44
|
+
<%= link_to 'Read More', '/articles/extension-overview.html', class: 'button button--small' %>
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
</div>
|
48
|
+
|
49
|
+
<div class='grid__cell 1/3--lap-and-up'>
|
50
|
+
<div class='fancy-box fancy-box--orange'>
|
51
|
+
<div class='fancy-box__icon'>
|
52
|
+
<%= partial 'shared/svgs', locals: { svg: 'implementation' } %>
|
53
|
+
</div>
|
54
|
+
<span class='fancy-box__heading'>Implementation</span>
|
55
|
+
<ul href='#' class='fancy-box__links'>
|
56
|
+
<li><%= link_to 'Add, Remove, or Change a Product Template', '/articles/add-remove-or-change-a-product-template.html', class: 'fancy-box__link' %></li>
|
57
|
+
<li><%= link_to 'Product Image Sizes & Processing', '/articles/configure-product-image-sizes-and-processing.html', class: 'fancy-box__link' %></li>
|
58
|
+
<li><%= link_to 'Create a Custom Discount', '/articles/create-a-custom-discount.html', class: 'fancy-box__link' %></li>
|
59
|
+
<li><%= link_to 'Add a Content Block Type', '/articles/add-a-content-block-type.html', class: 'fancy-box__link' %></li>
|
60
|
+
<li><%= link_to 'Create a Plugin', '/articles/create-a-plugin.html', class: 'fancy-box__link' %></li>
|
61
|
+
</ul>
|
62
|
+
<div class='fancy-box__action'>
|
63
|
+
<%= link_to 'Read More', '/articles/add-remove-or-change-a-product-template.html', class: 'button button--small' %>
|
64
|
+
</div>
|
65
|
+
</div>
|
66
|
+
</div>
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div class='alt-heading'>
|
70
|
+
<span class='alt-heading__heading heading heading--6'>Resources</span>
|
71
|
+
<hr class='alt-heading__hr'>
|
72
|
+
</div>
|
73
|
+
|
74
|
+
<div class='grid grid--center'>
|
75
|
+
<div class='grid__cell 1/3--lap-and-up 1/5--desk'>
|
76
|
+
<div class='align-center'>
|
77
|
+
<% link_to '/release-notes.html', class: 'box' do %>
|
78
|
+
<div class='box__header'>
|
79
|
+
<span class='box__heading'>Release Notes</span>
|
80
|
+
</div>
|
81
|
+
<p class='box__text'>
|
82
|
+
Stay up-to-date with each new patch release.
|
83
|
+
</p>
|
84
|
+
<% end %>
|
85
|
+
</div>
|
86
|
+
</div>
|
87
|
+
<div class='grid__cell 1/3--lap-and-up 1/5--desk'>
|
88
|
+
<div class='align-center'>
|
89
|
+
<% link_to '/cli.html', class: 'box' do %>
|
90
|
+
<div class='box__header'>
|
91
|
+
<span class='box__heading'>CLI</span>
|
92
|
+
</div>
|
93
|
+
<p class='box__text'>
|
94
|
+
Make life easy with our command line interface!
|
95
|
+
</p>
|
96
|
+
<% end %>
|
97
|
+
</div>
|
98
|
+
</div>
|
99
|
+
<div class='grid__cell 1/3--lap-and-up 1/5--desk'>
|
100
|
+
<div class='align-center'>
|
101
|
+
<a href='https://demo.workarea.com/api/docs' target='_blank' class='box'>
|
102
|
+
<div class='box__header'>
|
103
|
+
<div class='grid'>
|
104
|
+
<span class='grid__cell 4/5'>
|
105
|
+
<span class='box__heading'>API Reference</span>
|
106
|
+
</span>
|
107
|
+
<span class='grid__cell 1/5 align-right'>
|
108
|
+
<span class='box__arrow'>
|
109
|
+
<%= partial 'shared/svgs', locals: { svg: 'external' } %>
|
110
|
+
</span>
|
111
|
+
</span>
|
112
|
+
</div>
|
113
|
+
</div>
|
114
|
+
<p class='box__text'>
|
115
|
+
Building something? View our API Reference!
|
116
|
+
</p>
|
117
|
+
</a>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<div class='grid__cell 1/3--lap-and-up 1/5--desk'>
|
121
|
+
<div class='align-center'>
|
122
|
+
<a href='https://workarea-community.slack.com' target='_blank' class='box'>
|
123
|
+
<div class='box__header'>
|
124
|
+
<div class='grid'>
|
125
|
+
<span class='grid__cell 4/5'>
|
126
|
+
<span class='box__heading'>Slack</span>
|
127
|
+
</span>
|
128
|
+
<span class='grid__cell 1/5 align-right'>
|
129
|
+
<span class='box__arrow'>
|
130
|
+
<%= partial 'shared/svgs', locals: { svg: 'external' } %>
|
131
|
+
</span>
|
132
|
+
</span>
|
133
|
+
</div>
|
134
|
+
</div>
|
135
|
+
<p class='box__text'>
|
136
|
+
Chances are someone's asked the same question as you.
|
137
|
+
</p>
|
138
|
+
</a>
|
139
|
+
</div>
|
140
|
+
</div>
|
141
|
+
</div>
|
142
|
+
|
143
|
+
<div class='alt-heading'>
|
144
|
+
<span class='alt-heading__heading heading heading--6'>Release Announcement Signup</span>
|
145
|
+
<hr class='alt-heading__hr'>
|
146
|
+
</div>
|
147
|
+
|
148
|
+
<div class='grid'>
|
149
|
+
<div class='grid__cell'>
|
150
|
+
<p class='no-top-margin'>Want to be notified each time a new version of Workarea is made available? Then sign up for our bi-monthly release announcements!</p>
|
151
|
+
<!-- Begin Mailchimp Signup Form -->
|
152
|
+
<div id="mc_embed_signup">
|
153
|
+
<form action="https://weblinc.us10.list-manage.com/subscribe/post?u=ae9f272a94b6f17f65464bf46&id=effab6b1e6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
154
|
+
<div id="mc_embed_signup_scroll">
|
155
|
+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
156
|
+
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_ae9f272a94b6f17f65464bf46_effab6b1e6" tabindex="-1" value=""></div>
|
157
|
+
|
158
|
+
<div class='grid grid--auto grid--middle'>
|
159
|
+
<div class='grid__cell'><input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="you@areaweso.me" required></div>
|
160
|
+
<div class='grid__cell'><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button button--small"></div>
|
161
|
+
</div>
|
162
|
+
</div>
|
163
|
+
</form>
|
164
|
+
</div>
|
165
|
+
<!--End mc_embed_signup-->
|
166
|
+
</div>
|
167
|
+
</div>
|
@@ -0,0 +1,2 @@
|
|
1
|
+
/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
|
2
|
+
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},w.extend=w.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||g(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(l&&r&&(w.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,o=n&&Array.isArray(n)?n:[]):o=n&&w.isPlainObject(n)?n:{},a[t]=w.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==c.call(e))&&(!(t=i(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&p.call(n)===d)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){m(e)},each:function(e,t){var n,r=0;if(C(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?w.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r,i=[],o=0,a=e.length,s=!n;o<a;o++)(r=!t(e[o],o))!==s&&i.push(e[o]);return i},map:function(e,t,n){var r,i,o=0,s=[];if(C(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&s.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&s.push(i);return a.apply([],s)},guid:1,support:h}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=n[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!g(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",I="\\["+M+"*("+R+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+M+"*\\]",W=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),F=new RegExp("^"+M+"*,"+M+"*"),_=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function ye(){}ye.prototype=r.filters=r.pseudos,r.setFilters=new ye,a=oe.tokenize=function(e,t){var n,i,o,a,s,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=r.preFilter;while(s){n&&!(i=F.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),n=!1,(i=_.exec(s))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B," ")}),s=s.slice(n.length));for(a in r.filter)!(i=V[a].exec(s))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.error(e):k(e,u).slice(0)};function ve(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){while(t=t[r])if((1===t.nodeType||a)&&e(t,n,u))return!0}else while(t=t[r])if(1===t.nodeType||a)if(f=t[b]||(t[b]={}),c=f[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}}function xe(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}function we(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(e,t,n,r,i,o){return r&&!r[b]&&(r=Te(r)),i&&!i[b]&&(i=Te(i,o)),se(function(o,a,s,u){var l,c,f,p=[],d=[],h=a.length,g=o||be(t||"*",s.nodeType?[s]:s,[]),y=!e||!o&&t?g:we(g,p,e,s,u),v=n?i||(o?e:h||r)?[]:a:y;if(n&&n(y,v,s,u),r){l=we(v,d),r(l,[],s,u),c=l.length;while(c--)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f))}if(o){if(i||e){if(i){l=[],c=v.length;while(c--)(f=v[c])&&l.push(y[c]=f);i(null,v=[],l,u)}c=v.length;while(c--)(f=v[c])&&(l=i?O(o,f):p[c])>-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[me(xe(p),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[b]){for(i=++u;i<o;i++)if(r.relative[e[i].type])break;return Te(u>1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u<i&&Ce(e.slice(u,i)),i<o&&Ce(e=e.slice(i)),i<o&&ve(e))}p.push(n)}return xe(p)}function Ee(e,t){var n=t.length>0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t<r;t++)if(w.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,i[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&w(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){w.each(n,function(n,r){g(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&"string"!==x(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return w.each(arguments,function(e,t){var n;while((n=w.inArray(t,o,n))>-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t<o)){if((e=r.apply(s,u))===n.promise())throw new TypeError("Thenable self-resolution");l=e&&("object"==typeof e||"function"==typeof e)&&e.then,g(l)?i?l.call(e,a(o,n,I,i),a(o,n,W,i)):(o++,l.call(e,a(o,n,I,i),a(o,n,W,i),a(o,n,I,n.notifyWith))):(r!==I&&(s=void 0,u=[e]),(i||n.resolveWith)(s,u))}},c=i?l:function(){try{l()}catch(e){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(e,c.stackTrace),t+1>=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},X=/^-ms-/,U=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function G(e){return e.replace(X,"ms-").replace(U,V)}var Y=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=w.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Y(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[G(t)]=n;else for(r in t)i[G(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in r?[t]:t.match(M)||[]).length;while(n--)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var J=new Q,K=new Q,Z=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Z.test(e)?JSON.parse(e):e)}function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=te(n)}catch(e){}K.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return K.hasData(e)||J.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=K.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){n=a.length;while(n--)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=G(r.slice(5)),ne(o,r,i[r]));J.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){K.set(this,e)}):z(this,function(t){var n;if(o&&void 0===t){if(void 0!==(n=K.get(o,e)))return n;if(void 0!==(n=ne(o,e)))return n}else this.each(function(){K.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?w.queue(this[0],e):void 0===t?this:this.each(function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.dequeue(this,e)})},dequeue:function(e){return this.each(function(){w.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=w.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=J.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&w.contains(e.ownerDocument,e)&&"none"===w.css(e,"display")},se=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i};function ue(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return w.css(e,t,"")},u=s(),l=n&&n[3]||(w.cssNumber[t]?"":"px"),c=(w.cssNumber[t]||"px"!==l&&+u)&&ie.exec(w.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)w.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,w.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var le={};function ce(e){var t,n=e.ownerDocument,r=e.nodeName,i=le[r];return i||(t=n.body.appendChild(n.createElement(r)),i=w.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),le[r]=i,i)}function fe(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=J.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ae(r)&&(i[o]=ce(r))):"none"!==n&&(i[o]="none",J.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}w.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?w(this).show():w(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===x(o))w.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+w.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;w.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&w.inArray(o,r)>-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n<arguments.length;n++)u[n]=arguments[n];if(t.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,t)){s=w.event.handlers.call(this,t,l),n=0;while((o=s[n++])&&!t.isPropagationStopped()){t.currentTarget=o.elem,r=0;while((a=o.handlers[r++])&&!t.isImmediatePropagationStopped())t.rnamespace&&!t.rnamespace.test(a.namespace)||(t.handleObj=a,t.data=a.data,void 0!==(i=((w.event.special[a.origType]||{}).handle||a.handler).apply(o.elem,u))&&!1===(t.result=i)&&(t.preventDefault(),t.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,t),t.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?w(i,this).index(l)>-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Se()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Se()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&N(this,"input"))return this.click(),!1},_default:function(e){return N(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:ke,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},w.event.addProp),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){w.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||w.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),w.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){w.event.remove(this,e,n,t)})}});var Ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n<r;n++)w.event.add(t,i,l[i][n])}K.hasData(e)&&(s=K.access(e),u=w.extend({},s),K.set(t,u))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&pe.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Re(e,t,n,r){t=a.apply([],t);var i,o,s,u,l,c,f=0,p=e.length,d=p-1,y=t[0],v=g(y);if(v||p>1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f<p;f++)l=i,f!==d&&(l=w.clone(l,!0,!0),u&&w.merge(s,ye(l,"script"))),n.call(e[f],l,f);if(u)for(c=s[s.length-1].ownerDocument,w.map(s,Oe),f=0;f<u;f++)l=s[f],he.test(l.type||"")&&!J.access(l,"globalEval")&&w.contains(c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&w._evalUrl(l.src):m(l.textContent.replace(qe,""),c,l))}return e}function Ie(e,t,n){for(var r,i=t?w.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||w.cleanData(ye(r)),r.parentNode&&(n&&w.contains(r.ownerDocument,r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e.replace(Ne,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r<i;r++)Me(o[r],a[r]);if(t)if(n)for(o=o||ye(e),a=a||ye(s),r=0,i=o.length;r<i;r++)Pe(o[r],a[r]);else Pe(e,s);return(a=ye(s,"script")).length>0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return Re(this,arguments,function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(ye(this)),n&&n.replaceChild(t,this))},e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){w.fn[e]=function(e){for(var n,r=[],i=w(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),w(i[a])[t](n),s.apply(r,n.get());return this.pushStack(r)}});var We=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),$e=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},Be=new RegExp(oe.join("|"),"i");!function(){function t(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(l).appendChild(c);var t=e.getComputedStyle(c);i="1%"!==t.top,u=12===n(t.marginLeft),c.style.right="60%",s=36===n(t.right),o=36===n(t.width),c.style.position="absolute",a=36===c.offsetWidth||"absolute",be.removeChild(l),c=null}}function n(e){return Math.round(parseFloat(e))}var i,o,a,s,u,l=r.createElement("div"),c=r.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===c.style.backgroundClip,w.extend(h,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),a}}))}();function Fe(e,t,n){var r,i,o,a,s=e.style;return(n=n||$e(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||w.contains(e.ownerDocument,e)||(a=w.style(e,t)),!h.pixelBoxStyles()&&We.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}var ze=/^(none|table(?!-c[ea]).+)/,Xe=/^--/,Ue={position:"absolute",visibility:"hidden",display:"block"},Ve={letterSpacing:"0",fontWeight:"400"},Ge=["Webkit","Moz","ms"],Ye=r.createElement("div").style;function Qe(e){if(e in Ye)return e;var t=e[0].toUpperCase()+e.slice(1),n=Ge.length;while(n--)if((e=Ge[n]+t)in Ye)return e}function Je(e){var t=w.cssProps[e];return t||(t=w.cssProps[e]=Qe(e)||e),t}function Ke(e,t,n){var r=ie.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ze(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=w.css(e,n+oe[a],!0,i)),r?("content"===n&&(u-=w.css(e,"padding"+oe[a],!0,i)),"margin"!==n&&(u-=w.css(e,"border"+oe[a]+"Width",!0,i))):(u+=w.css(e,"padding"+oe[a],!0,i),"padding"!==n?u+=w.css(e,"border"+oe[a]+"Width",!0,i):s+=w.css(e,"border"+oe[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a<i;a++)o[t[a]]=w.css(e,t[a],!1,r);return o}return void 0!==n?w.style(e,t,n):w.css(e,t)},e,t,arguments.length>1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ct(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=J.get(e,"fxshow");n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()})}));for(r in t)if(i=t[r],it.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r]=y&&y[r]||w.style(e,r)}if((u=!w.isEmptyObject(t))||!w.isEmptyObject(d)){f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=J.get(e,"display")),"none"===(c=w.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=w.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===w.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1;for(r in d)u||(y?"hidden"in y&&(g=y.hidden):y=J.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&fe([e],!0),p.done(function(){g||fe([e]),J.remove(e,"fxshow");for(r in d)w.style(e,r,d[r])})),u=lt(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}}function ft(e,t){var n,r,i,o,a;for(n in e)if(r=G(n),i=t[r],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=w.cssHooks[r])&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}function pt(e,t,n){var r,i,o=0,a=pt.prefilters.length,s=w.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=nt||st(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:nt||st(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(ft(c,l.opts.specialEasing);o<a;o++)if(r=pt.prefilters[o].call(l,e,c,l.opts))return g(r.stop)&&(w._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return w.map(c,lt,l),g(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),w.fx.timer(w.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}w.Animation=w.extend(pt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],pt.tweeners[n]=pt.tweeners[n]||[],pt.tweeners[n].unshift(t)},prefilters:[ct],prefilter:function(e,t){t?pt.prefilters.unshift(e):pt.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"==typeof e?w.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return w.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){g(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=w.isEmptyObject(e),o=w.speed(t,n,r),a=function(){var t=pt(this,w.extend({},e),o);(i||J.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=w.timers,a=J.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&ot.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||w.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=J.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),w.each(["toggle","show","hide"],function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,r,i)}}),w.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(nt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),nt=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){rt||(rt=!0,at())},w.fx.stop=function(){rt=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,n){return t=w.fx?w.fx.speeds[t]||t:t,n=n||"fx",this.queue(n,function(n,r){var i=e.setTimeout(n,t);r.stop=function(){e.clearTimeout(i)}})},function(){var e=r.createElement("input"),t=r.createElement("select").appendChild(r.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=t.selected,(e=r.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var dt,ht=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return z(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=w.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=w.inArray(w.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),r.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Yt=[],Qt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||w.expando+"_"+Et++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=!1!==t.jsonp&&(Qt.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qt.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=g(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Qt,"$1"+i):!1!==t.jsonp&&(t.url+=(kt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||w.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?w(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,Yt.push(i)),a&&g(o)&&o(a[0]),a=o=void 0}),"script"}),h.createHTMLDocument=function(){var e=r.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),w.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var i,o,a;return t||(h.createHTMLDocument?((i=(t=r.implementation.createHTMLDocument("")).createElement("base")).href=r.location.href,t.head.appendChild(i)):t=r),o=A.exec(e),a=!n&&[],o?[t.createElement(o[1])]:(o=xe([e],t,a),a&&a.length&&w(a).remove(),w.merge([],o.childNodes))},w.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=vt(e.slice(s)),e=e.slice(0,s)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&w.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){w.fn[t]=function(e){return this.on(t,e)}}),w.expr.pseudos.animated=function(e){return w.grep(w.timers,function(t){return e===t.elem}).length},w.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=w.css(e,"position"),f=w(e),p={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=w.css(e,"top"),u=w.css(e,"left"),(l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1)?(a=(r=f.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),g(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(p.top=t.top-s.top+a),null!=t.left&&(p.left=t.left-s.left+i),"using"in t?t.using.call(e,p):f.css(p)}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){w.offset.setOffset(this,e,t)});var t,n,r=this[0];if(r)return r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===w.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),i.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-w.css(r,"marginTop",!0),left:t.left-i.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===w.css(e,"position"))e=e.offsetParent;return e||be})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return z(this,function(e,r,i){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),w.each(["top","left"],function(e,t){w.cssHooks[t]=_e(h.pixelPosition,function(e,n){if(n)return n=Fe(e,t),We.test(n)?w(e).position()[t]+"px":n})}),w.each({Height:"height",Width:"width"},function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){w.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return z(this,function(t,n,i){var o;return y(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?w.css(t,n,s):w.style(t,n,i,s)},t,a?i:void 0,a)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){w.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),w.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),w.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return r=o.call(arguments,2),i=function(){return e.apply(t||this,r.concat(o.call(arguments)))},i.guid=e.guid=e.guid||w.guid++,i},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=N,w.isFunction=g,w.isWindow=y,w.camelCase=G,w.type=x,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return w});var Jt=e.jQuery,Kt=e.$;return w.noConflict=function(t){return e.$===w&&(e.$=Kt),t&&e.jQuery===w&&(e.jQuery=Jt),w},t||(e.jQuery=e.$=w),w});
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/**
|
2
|
+
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 0.7.0
|
3
|
+
* Copyright (C) 2016 Oliver Nightingale
|
4
|
+
* MIT Licensed
|
5
|
+
* @license
|
6
|
+
*/
|
7
|
+
!function(){var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.7.0",t.utils={},t.utils.warn=function(t){return function(e){t.console&&console.warn&&console.warn(e)}}(this),t.utils.asString=function(t){return void 0===t||null===t?"":t.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var t=Array.prototype.slice.call(arguments),e=t.pop(),n=t;if("function"!=typeof e)throw new TypeError("last argument must be a function");n.forEach(function(t){this.hasHandler(t)||(this.events[t]=[]),this.events[t].push(e)},this)},t.EventEmitter.prototype.removeListener=function(t,e){if(this.hasHandler(t)){var n=this.events[t].indexOf(e);this.events[t].splice(n,1),this.events[t].length||delete this.events[t]}},t.EventEmitter.prototype.emit=function(t){if(this.hasHandler(t)){var e=Array.prototype.slice.call(arguments,1);this.events[t].forEach(function(t){t.apply(void 0,e)})}},t.EventEmitter.prototype.hasHandler=function(t){return t in this.events},t.tokenizer=function(e){return arguments.length&&null!=e&&void 0!=e?Array.isArray(e)?e.map(function(e){return t.utils.asString(e).toLowerCase()}):e.toString().trim().toLowerCase().split(t.tokenizer.seperator):[]},t.tokenizer.seperator=/[\s\-]+/,t.tokenizer.load=function(t){var e=this.registeredFunctions[t];if(!e)throw new Error("Cannot load un-registered function: "+t);return e},t.tokenizer.label="default",t.tokenizer.registeredFunctions={"default":t.tokenizer},t.tokenizer.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing tokenizer: "+n),e.label=n,this.registeredFunctions[n]=e},t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.registeredFunctions[e];if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");i+=1,this._stack.splice(i,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");this._stack.splice(i,0,n)},t.Pipeline.prototype.remove=function(t){var e=this._stack.indexOf(t);-1!=e&&this._stack.splice(e,1)},t.Pipeline.prototype.run=function(t){for(var e=[],n=t.length,i=this._stack.length,r=0;n>r;r++){for(var o=t[r],s=0;i>s&&(o=this._stack[s](o,r,t),void 0!==o&&""!==o);s++);void 0!==o&&""!==o&&e.push(o)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var i=this.list;if(!i)return this.list=new t.Vector.Node(e,n,i),this.length++;if(e<i.idx)return this.list=new t.Vector.Node(e,n,i),this.length++;for(var r=i,o=i.next;void 0!=o;){if(e<o.idx)return r.next=new t.Vector.Node(e,n,o),this.length++;r=o,o=o.next}return r.next=new t.Vector.Node(e,n,o),this.length++},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var t,e=this.list,n=0;e;)t=e.val,n+=t*t,e=e.next;return this._magnitude=Math.sqrt(n)},t.Vector.prototype.dot=function(t){for(var e=this.list,n=t.list,i=0;e&&n;)e.idx<n.idx?e=e.next:e.idx>n.idx?n=n.next:(i+=e.val*n.val,e=e.next,n=n.next);return i},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t<arguments.length;t++)e=arguments[t],~this.indexOf(e)||this.elements.splice(this.locationFor(e),0,e);this.length=this.elements.length},t.SortedSet.prototype.toArray=function(){return this.elements.slice()},t.SortedSet.prototype.map=function(t,e){return this.elements.map(t,e)},t.SortedSet.prototype.forEach=function(t,e){return this.elements.forEach(t,e)},t.SortedSet.prototype.indexOf=function(t){for(var e=0,n=this.elements.length,i=n-e,r=e+Math.floor(i/2),o=this.elements[r];i>1;){if(o===t)return r;t>o&&(e=r),o>t&&(n=r),i=n-e,r=e+Math.floor(i/2),o=this.elements[r]}return o===t?r:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,i=n-e,r=e+Math.floor(i/2),o=this.elements[r];i>1;)t>o&&(e=r),o>t&&(n=r),i=n-e,r=e+Math.floor(i/2),o=this.elements[r];return o>t?r:t>o?r+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,i=0,r=0,o=this.length,s=e.length,a=this.elements,h=e.elements;;){if(i>o-1||r>s-1)break;a[i]!==h[r]?a[i]<h[r]?i++:a[i]>h[r]&&r++:(n.add(a[i]),i++,r++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,i;this.length>=t.length?(e=this,n=t):(e=t,n=this),i=e.clone();for(var r=0,o=n.toArray();r<o.length;r++)i.add(o[r]);return i},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this.tokenizerFn=t.tokenizer,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.tokenizer=t.tokenizer.load(e.tokenizer),n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.tokenizer=function(e){var n=e.label&&e.label in t.tokenizer.registeredFunctions;return n||t.utils.warn("Function is not a registered tokenizer. This may cause problems when serialising the index"),this.tokenizerFn=e,this},t.Index.prototype.add=function(e,n){var i={},r=new t.SortedSet,o=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(t){var n=this.pipeline.run(this.tokenizerFn(e[t.name]));i[t.name]=n;for(var o=0;o<n.length;o++){var s=n[o];r.add(s),this.corpusTokens.add(s)}},this),this.documentStore.set(o,r);for(var s=0;s<r.length;s++){for(var a=r.elements[s],h=0,u=0;u<this._fields.length;u++){var l=this._fields[u],c=i[l.name],f=c.length;if(f){for(var d=0,p=0;f>p;p++)c[p]===a&&d++;h+=d/f*l.boost}}this.tokenStore.add(a,{ref:o,tf:h})}n&&this.eventEmitter.emit("add",e,this)},t.Index.prototype.remove=function(t,e){var n=t[this._ref],e=void 0===e?!0:e;if(this.documentStore.has(n)){var i=this.documentStore.get(n);this.documentStore.remove(n),i.forEach(function(t){this.tokenStore.remove(t,n)},this),e&&this.eventEmitter.emit("remove",t,this)}},t.Index.prototype.update=function(t,e){var e=void 0===e?!0:e;this.remove(t,!1),this.add(t,!1),e&&this.eventEmitter.emit("update",t,this)},t.Index.prototype.idf=function(t){var e="@"+t;if(Object.prototype.hasOwnProperty.call(this._idfCache,e))return this._idfCache[e];var n=this.tokenStore.count(t),i=1;return n>0&&(i=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=i},t.Index.prototype.search=function(e){var n=this.pipeline.run(this.tokenizerFn(e)),i=new t.Vector,r=[],o=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*o,h=this,u=this.tokenStore.expand(e).reduce(function(n,r){var o=h.corpusTokens.indexOf(r),s=h.idf(r),u=1,l=new t.SortedSet;if(r!==e){var c=Math.max(3,r.length-e.length);u=1/Math.log(c)}o>-1&&i.insert(o,a*s*u);for(var f=h.tokenStore.get(r),d=Object.keys(f),p=d.length,v=0;p>v;v++)l.add(f[d[v]].ref);return n.union(l)},new t.SortedSet);r.push(u)},this);var a=r.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:i.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),i=n.length,r=new t.Vector,o=0;i>o;o++){var s=n.elements[o],a=this.tokenStore.get(s)[e].tf,h=this.idf(s);r.insert(this.corpusTokens.indexOf(s),a*h)}return r},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,tokenizer:this.tokenizerFn.label,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,i){return n[i]=t.SortedSet.load(e.store[i]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",r=n+"[^aeiouy]*",o=i+"[aeiou]*",s="^("+r+")?"+o+r,a="^("+r+")?"+o+r+"("+o+")?$",h="^("+r+")?"+o+r+o+r,u="^("+r+")?"+i,l=new RegExp(s),c=new RegExp(h),f=new RegExp(a),d=new RegExp(u),p=/^(.+?)(ss|i)es$/,v=/^(.+?)([^s])s$/,g=/^(.+?)eed$/,m=/^(.+?)(ed|ing)$/,y=/.$/,S=/(at|bl|iz)$/,w=new RegExp("([^aeiouylsz])\\1$"),k=new RegExp("^"+r+i+"[^aeiouwxy]$"),x=/^(.+?[^aeiou])y$/,b=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,E=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,F=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,_=/^(.+?)(s|t)(ion)$/,z=/^(.+?)e$/,O=/ll$/,P=new RegExp("^"+r+i+"[^aeiouwxy]$"),T=function(n){var i,r,o,s,a,h,u;if(n.length<3)return n;if(o=n.substr(0,1),"y"==o&&(n=o.toUpperCase()+n.substr(1)),s=p,a=v,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=g,a=m,s.test(n)){var T=s.exec(n);s=l,s.test(T[1])&&(s=y,n=n.replace(s,""))}else if(a.test(n)){var T=a.exec(n);i=T[1],a=d,a.test(i)&&(n=i,a=S,h=w,u=k,a.test(n)?n+="e":h.test(n)?(s=y,n=n.replace(s,"")):u.test(n)&&(n+="e"))}if(s=x,s.test(n)){var T=s.exec(n);i=T[1],n=i+"i"}if(s=b,s.test(n)){var T=s.exec(n);i=T[1],r=T[2],s=l,s.test(i)&&(n=i+t[r])}if(s=E,s.test(n)){var T=s.exec(n);i=T[1],r=T[2],s=l,s.test(i)&&(n=i+e[r])}if(s=F,a=_,s.test(n)){var T=s.exec(n);i=T[1],s=c,s.test(i)&&(n=i)}else if(a.test(n)){var T=a.exec(n);i=T[1]+T[2],a=c,a.test(i)&&(n=i)}if(s=z,s.test(n)){var T=s.exec(n);i=T[1],s=c,a=f,h=P,(s.test(i)||a.test(i)&&!h.test(i))&&(n=i)}return s=O,a=c,s.test(n)&&a.test(n)&&(s=y,n=n.replace(s,"")),"y"==o&&(n=o.toLowerCase()+n.substr(1)),n};return T}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.generateStopWordFilter=function(t){var e=t.reduce(function(t,e){return t[e]=e,t},{});return function(t){return t&&e[t]!==t?t:void 0}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){return t.replace(/^\W+/,"").replace(/\W+$/,"")},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,i=t.charAt(0),r=t.slice(1);return i in n||(n[i]={docs:{}}),0===r.length?(n[i].docs[e.ref]=e,void(this.length+=1)):this.add(r,e,n[i])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;n<t.length;n++){if(!e[t.charAt(n)])return!1;e=e[t.charAt(n)]}return!0},t.TokenStore.prototype.getNode=function(t){if(!t)return{};for(var e=this.root,n=0;n<t.length;n++){if(!e[t.charAt(n)])return{};e=e[t.charAt(n)]}return e},t.TokenStore.prototype.get=function(t,e){return this.getNode(t,e).docs||{}},t.TokenStore.prototype.count=function(t,e){return Object.keys(this.get(t,e)).length},t.TokenStore.prototype.remove=function(t,e){if(t){for(var n=this.root,i=0;i<t.length;i++){if(!(t.charAt(i)in n))return;n=n[t.charAt(i)]}delete n.docs[e]}},t.TokenStore.prototype.expand=function(t,e){var n=this.getNode(t),i=n.docs||{},e=e||[];return Object.keys(i).length&&e.push(t),Object.keys(n).forEach(function(n){"docs"!==n&&e.concat(this.expand(t+n,e))},this),e},t.TokenStore.prototype.toJSON=function(){return{root:this.root,length:this.length}},function(t,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():t.lunr=e()}(this,function(){return t})}();
|
@@ -0,0 +1,299 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
/**
|
6
|
+
* Highlight.js
|
7
|
+
*/
|
8
|
+
window.hljs.initHighlightingOnLoad();
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
/**
|
13
|
+
* Modules
|
14
|
+
*/
|
15
|
+
|
16
|
+
window.modules = {};
|
17
|
+
|
18
|
+
window.modules.canIHazJS = (function () {
|
19
|
+
$('html').removeClass('no-js');
|
20
|
+
}());
|
21
|
+
|
22
|
+
window.modules.search = (function () {
|
23
|
+
var
|
24
|
+
// geek'd from here: https://stackoverflow.com/a/901144
|
25
|
+
getParameterByName = function (name, url) {
|
26
|
+
if (!url) url = window.location.href;
|
27
|
+
name = name.replace(/[[\]]/g, '\\$&');
|
28
|
+
var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
|
29
|
+
results = regex.exec(url);
|
30
|
+
if (!results) return null;
|
31
|
+
if (!results[2]) return '';
|
32
|
+
return decodeURIComponent(results[2].replace(/\+/g, ' '));
|
33
|
+
},
|
34
|
+
|
35
|
+
handleCurrentQuery = function (lunr) {
|
36
|
+
var query = getParameterByName('q');
|
37
|
+
|
38
|
+
if ( ! query) { return; }
|
39
|
+
|
40
|
+
$('#lunr-search').val(query);
|
41
|
+
display(lunr.index.search(query), lunr);
|
42
|
+
},
|
43
|
+
|
44
|
+
/* --- */
|
45
|
+
|
46
|
+
resultListItemTPL = function (url, title, excerpt) {
|
47
|
+
var item = '';
|
48
|
+
|
49
|
+
item += '<li class="search-results__item">';
|
50
|
+
item += '<a class="search-results__title" href="' + url + '">';
|
51
|
+
item += title;
|
52
|
+
item += '</a>';
|
53
|
+
|
54
|
+
if (excerpt) {
|
55
|
+
item += '<p class="search-results__excerpt">' + excerpt + '</p>';
|
56
|
+
}
|
57
|
+
|
58
|
+
item += '</li>';
|
59
|
+
|
60
|
+
return item;
|
61
|
+
},
|
62
|
+
|
63
|
+
constructResultList = function (results, lunr) {
|
64
|
+
var doc, list = '';
|
65
|
+
|
66
|
+
for (var i = 0; i < results.length; i++) {
|
67
|
+
doc = lunr.data.docs[results[i].ref];
|
68
|
+
list += resultListItemTPL(doc.url, doc.title, doc.excerpt);
|
69
|
+
}
|
70
|
+
|
71
|
+
return list;
|
72
|
+
},
|
73
|
+
|
74
|
+
constructCountMessage = function (length) {
|
75
|
+
var message = 'Showing ' + length + ' result';
|
76
|
+
|
77
|
+
if (length !== 1) {
|
78
|
+
message += 's';
|
79
|
+
}
|
80
|
+
|
81
|
+
return message;
|
82
|
+
},
|
83
|
+
|
84
|
+
display = function (results, lunr) {
|
85
|
+
var $countUI = $('.search-results__count'),
|
86
|
+
$resultListUI;
|
87
|
+
|
88
|
+
if (results.length >= 0) {
|
89
|
+
$resultListUI = $('.search-results__list');
|
90
|
+
|
91
|
+
$countUI.text(constructCountMessage(results.length));
|
92
|
+
$resultListUI.html(constructResultList(results, lunr));
|
93
|
+
}
|
94
|
+
|
95
|
+
$countUI.show();
|
96
|
+
},
|
97
|
+
|
98
|
+
bindToSearchInput = function (lunr) {
|
99
|
+
$('#lunr-search').on('keyup', function (event) {
|
100
|
+
var results = lunr.index.search(event.target.value);
|
101
|
+
display(results, lunr);
|
102
|
+
});
|
103
|
+
},
|
104
|
+
|
105
|
+
setup = function (lunr) {
|
106
|
+
bindToSearchInput(lunr);
|
107
|
+
handleCurrentQuery(lunr);
|
108
|
+
},
|
109
|
+
|
110
|
+
init = function () {
|
111
|
+
if ($('#lunr-search').length === 0) { return; }
|
112
|
+
|
113
|
+
$.getJSON('/search.json').done(function (data) {
|
114
|
+
setup({
|
115
|
+
data: data,
|
116
|
+
index: window.lunr.Index.load(data.index)
|
117
|
+
});
|
118
|
+
});
|
119
|
+
};
|
120
|
+
|
121
|
+
return { init: init };
|
122
|
+
}());
|
123
|
+
|
124
|
+
window.modules.mobileNav = (function () {
|
125
|
+
var toggle = function (event) {
|
126
|
+
event.preventDefault();
|
127
|
+
|
128
|
+
$(event.target)
|
129
|
+
.closest('.header')
|
130
|
+
.find('.header__nav')
|
131
|
+
.toggleClass('header__nav--active');
|
132
|
+
},
|
133
|
+
|
134
|
+
init = function () {
|
135
|
+
$('.header__icon-button--menu').on('click', toggle);
|
136
|
+
};
|
137
|
+
|
138
|
+
return { init: init };
|
139
|
+
}());
|
140
|
+
|
141
|
+
window.modules.asideMenu = (function () {
|
142
|
+
var openNav = function (event) {
|
143
|
+
$(event.target).addClass('hide');
|
144
|
+
$(event.target).next('ul').removeClass('hide-for-pocket');
|
145
|
+
},
|
146
|
+
|
147
|
+
toggleActive = function (event) {
|
148
|
+
var $nav = $(event.delegateTarget);
|
149
|
+
|
150
|
+
$nav
|
151
|
+
.toggleClass('active')
|
152
|
+
.siblings()
|
153
|
+
.removeClass('active');
|
154
|
+
},
|
155
|
+
|
156
|
+
setup = function (index, parent) {
|
157
|
+
var $activeNode = $(parent).find('.active');
|
158
|
+
|
159
|
+
if ($activeNode.length === 0) { return; }
|
160
|
+
|
161
|
+
$(parent).addClass('active');
|
162
|
+
},
|
163
|
+
|
164
|
+
init = function () {
|
165
|
+
$('.nav')
|
166
|
+
.on('click', '[data-open-nav]', openNav)
|
167
|
+
.find('> ul > li.parent')
|
168
|
+
.on('click', '> .parent-label', toggleActive)
|
169
|
+
.each(setup);
|
170
|
+
};
|
171
|
+
|
172
|
+
return { init: init };
|
173
|
+
}());
|
174
|
+
|
175
|
+
window.modules.uniqueArticleIDs = (function () {
|
176
|
+
var init = function () {
|
177
|
+
$('.article')
|
178
|
+
.find('h1, h2, h3, h4, h5, h6')
|
179
|
+
.each(function (index, heading) {
|
180
|
+
$(heading).attr('id', heading.id + '_' + index);
|
181
|
+
});
|
182
|
+
};
|
183
|
+
|
184
|
+
return { init: init };
|
185
|
+
}());
|
186
|
+
|
187
|
+
window.modules.quickLinks = (function () {
|
188
|
+
var icon = '<svg fill="#0060ff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M472.021 39.991c-53.325-53.311-139.774-53.311-193.084 0l-76.184 76.154c6.031-.656 12.125-.938 18.25-.938 19.28 0 38.028 3.063 55.777 8.968l43.17-43.155c14.827-14.843 34.545-22.999 55.513-22.999 20.97 0 40.688 8.156 55.515 22.999 14.828 14.812 22.981 34.499 22.981 55.498 0 20.968-8.153 40.686-22.981 55.498l-84.465 84.466C331.687 291.326 311.968 299.48 291 299.48c-21 0-40.686-8.154-55.528-22.998a77.589 77.589 0 0 1-16.718-24.688c-9.625.531-18.624 4.531-25.499 11.405l-22.499 22.529c6.156 11.405 14.062 22.155 23.687 31.813 53.31 53.313 139.774 53.313 193.099 0l84.48-84.497c53.294-53.308 53.294-139.742-.001-193.053z"/><path d="M291.905 396.76c-19.312 0-38.248-3.125-56.402-9.281l-43.467 43.469c-14.812 14.844-34.529 22.999-55.497 22.999-20.968 0-40.654-8.155-55.498-22.999-14.843-14.813-22.999-34.529-22.999-55.498s8.156-40.688 22.999-55.529l84.465-84.465c14.843-14.812 34.53-22.968 55.498-22.968 20.999 0 40.686 8.156 55.512 22.968 7.22 7.218 12.857 15.593 16.75 24.717 9.656-.5 18.671-4.531 25.546-11.405l22.468-22.499c-6.156-11.438-14.078-22.187-23.718-31.843-53.31-53.311-139.774-53.311-193.084 0l-84.465 84.497c-53.341 53.313-53.341 139.744 0 193.086 53.31 53.313 139.744 53.313 193.053 0l76.058-76.059a185.02 185.02 0 0 1-17.187.813l-.032-.003z"/></svg>',
|
189
|
+
|
190
|
+
copy = function (event) {
|
191
|
+
$('#quick-link-input').val(event.currentTarget.href);
|
192
|
+
$('#quick-link-input')[0].select();
|
193
|
+
document.execCommand('copy');
|
194
|
+
},
|
195
|
+
|
196
|
+
appendInput = function () {
|
197
|
+
$('body').append(function () {
|
198
|
+
return $('<input>')
|
199
|
+
.attr({
|
200
|
+
id: 'quick-link-input',
|
201
|
+
type: 'text'
|
202
|
+
})
|
203
|
+
.css({
|
204
|
+
position: 'absolute',
|
205
|
+
left: '-99999999px'
|
206
|
+
})
|
207
|
+
.prop('outerHTML');
|
208
|
+
});
|
209
|
+
},
|
210
|
+
|
211
|
+
appendLinks = function (heading) {
|
212
|
+
$(heading).append(function () {
|
213
|
+
var href = window.location.href + '#' + heading.id;
|
214
|
+
return $('<a>')
|
215
|
+
.attr({
|
216
|
+
href: href,
|
217
|
+
title: 'Copy link to clipboard'
|
218
|
+
})
|
219
|
+
.addClass('quick-link')
|
220
|
+
.html(icon)
|
221
|
+
.prop('outerHTML');
|
222
|
+
});
|
223
|
+
},
|
224
|
+
|
225
|
+
setup = function(index, heading) {
|
226
|
+
appendLinks(heading);
|
227
|
+
},
|
228
|
+
|
229
|
+
init = function () {
|
230
|
+
appendInput();
|
231
|
+
|
232
|
+
$('.article')
|
233
|
+
.find('h2, h3, h4, h5, h6')
|
234
|
+
.each(setup)
|
235
|
+
.on('click', '.quick-link', copy);
|
236
|
+
};
|
237
|
+
|
238
|
+
return { init: init };
|
239
|
+
}());
|
240
|
+
|
241
|
+
window.modules.skipTo = (function () {
|
242
|
+
var scrollToSection = function (event) {
|
243
|
+
var $section = $(event.target.hash),
|
244
|
+
$header = $('#header');
|
245
|
+
|
246
|
+
event.preventDefault();
|
247
|
+
|
248
|
+
$(window).scrollTop(function () {
|
249
|
+
return $section.offset().top - $header.outerHeight(true) - 20;
|
250
|
+
});
|
251
|
+
},
|
252
|
+
|
253
|
+
buildLinks = function ($headings) {
|
254
|
+
return $headings.map(function (index, heading) {
|
255
|
+
var $link = $('<a>'),
|
256
|
+
tagName = heading.tagName.toLowerCase();
|
257
|
+
|
258
|
+
$link
|
259
|
+
.attr('href', '#' + heading.id)
|
260
|
+
.addClass('skip-to__link skip-to__link--' + tagName)
|
261
|
+
.text($(heading).text());
|
262
|
+
|
263
|
+
return $link.wrap('<li>').parent().prop('outerHTML');
|
264
|
+
}).toArray().join('');
|
265
|
+
},
|
266
|
+
|
267
|
+
addLinks = function ($skipTo) {
|
268
|
+
var $article = $skipTo.closest('.grid').find('.article'),
|
269
|
+
$headings = $article.find('h2, h3, h4, h5, h6');
|
270
|
+
|
271
|
+
if ($headings.length < 2) {
|
272
|
+
$skipTo.remove();
|
273
|
+
} else {
|
274
|
+
$skipTo
|
275
|
+
.find('.skip-to__menu ul')
|
276
|
+
.html(buildLinks($headings));
|
277
|
+
}
|
278
|
+
},
|
279
|
+
|
280
|
+
setup = function (index, skipTo) {
|
281
|
+
var $skipTo = $(skipTo);
|
282
|
+
addLinks($skipTo);
|
283
|
+
},
|
284
|
+
|
285
|
+
init = function () {
|
286
|
+
$('.skip-to')
|
287
|
+
.each(setup)
|
288
|
+
.on('click', '.skip-to__link', scrollToSection);
|
289
|
+
};
|
290
|
+
|
291
|
+
return { init: init };
|
292
|
+
}());
|
293
|
+
|
294
|
+
window.modules.search.init();
|
295
|
+
window.modules.mobileNav.init();
|
296
|
+
window.modules.asideMenu.init();
|
297
|
+
window.modules.uniqueArticleIDs.init();
|
298
|
+
window.modules.quickLinks.init();
|
299
|
+
window.modules.skipTo.init();
|