Skip to content

Latest commit

 

History

History
471 lines (441 loc) · 113 KB

index_old.md

File metadata and controls

471 lines (441 loc) · 113 KB
title date updatedDate hidenav monitoring-carousel errors-carousel testing-carousel linting-carousel documentation-carousel somuchmore tweets xtweets faqs
API-first Monitoring and Observability
2022-03-23
2024-07-17
true
name pre-title title description items
monitoring-carousel
Monitoring & Observability
Monitor Critical Systems and Third Parties
Query user behavior and see all requests made by users or requests you made to third parties.
title img
Log Explorer to Query Incoming and Outgoing Requests
/assets/img/screenshots/log_explorer_zoom.png
title img
Performance Analytics
/assets/img/screenshots/analytics_zoomed.png
title img
API and Endpoint Analytics
/assets/img/screenshots/endpointlist_zoomed.png
title img
Custom Alerts on API Performance and Metrics
/features/error-tracking/apitoolkit_slack.png
name pre-title title description items
errors-carousel
Backend Errors & API Breaking Changes
No More Guessing Games. Track Code Errors and Breaking Changes with More Context
Get to the root cause of every issue. Whether runtime errors or breaking API changes"
title img
See Errors and API Issues at a Glance
/assets/img/screenshots/errors_zoomed.png
title img
Trace Code Errors to their Root Cause
/features/error-tracking/log_explorer_error.png
title img
Track Breaking Changes in your APIs and Integrations
/features/error-tracking/changes_details.png
name pre-title title description items
testing-carousel
Healthchecks & Synthetic Monitors
Run Active E2E Monitors on any APIs, and Assert if Key Use Cases Work as Expected
Schedule Health checks and multistep API tests from your OpenAPI/Swagger spec, or API request logs.
title img
Be the First to Know When Your APIs are Down or Slow
/assets/img/dashboard.png
title img
Create Chained/Multi-step Functional Test Sequences & Assertions
/features/error-tracking/log_explorer_error.png
title img
Create Monitors with AI or by Importing Swagger/OpenAPI
/assets/img/dashboard.png
title img
Run Tests and Monitors From 50+ Locations
/assets/img/dashboard.png
name items
linting-carousel
title img
Verify your API Payloads are Returning the Correct Data
/assets/img/dashboard.png
title img
Verify That Your API Integrations Did Not Introduce Breaking Changes
/features/error-tracking/log_explorer_error.png
title img
Lint API Payloads for Security Issues and API Best Practices
/assets/img/dashboard.png
name pre-title title description items
documentation-carousel
Documentation & API Specification
The Best Documentation Is One You Did Not Have to Write: Powered by AI and Your API Usage Logs
Automatically generate API specifications from the live API payloads that are analyzed. Enrich this specification with more context, descriptions, etc., and generate public-facing API documentation or OpenAPI/Swagger specifications.
title img
AI-Generated API Specification Based on Live Request Payloads
/assets/img/dashboard.png
title img
Auto Verify That Documentation & Spec Are in Sync With Backend Implementation
/features/error-tracking/log_explorer_error.png
title img
Design Beautiful User-Facing API Documentation Portals in Minutes
/assets/img/dashboard.png
title description img
Powerful Reports
Get daily and weekly reports about the numbers that matter.
/assets/img/home/reports.svg
title description img
Up-to-Date API Docs & Spec
AI generated spec based off your traffic. Approve new changes.
/assets/img/home/specs.svg
title description img
Automatic Changelogs
Maintain a changelog of your APIs and APIs you depend on.
/assets/img/home/auto-changelogs.svg
title description img
Error Analytics
Get deeper insights about errors and the affected users.
/assets/img/home/error-analytics.svg
title description img
Self Host
Don’t let your data leave your server via self-hosting.
/assets/img/home/selfhost.svg
title description img
Alerts & Integrations
Get notified about real-time issues on your terms.
/assets/img/home/alerts.svg
ppic handle title tweet date
adeshinaHH
adeshina
If you are bootstrapping an idea or your team already has a product in prod and you need to move fast and focus on the big picture, this is a great tool; abnormalities detector and manual documentation killer, say no more!
10:01 PM · Apr 7, 2022
ppic link handle title tweet date
BlavkHades
Cellotape Man
Use @ApiToolkit and Log everything, I mean everything.
10:01 PM · Nov 16, 2023
ppic
q a
What programming languages are supported?
We currently support 17+ web frameworks in different programming languages (Python, Golang, Javascript, PHP, C#, Java, etc.). If we don't support your framework, kindly email us at <a href="mailto:[email protected]">[email protected]</a> and we'll create an SDK for you ASAP!
q a
Do my requests have to leave my server to APItoolkit servers?
If you want to benefit from the API monitoring and the log explorer feature, yes. However, we offer an <a href="/pricing/">enterprise plan</a> that allows you to run APItoolkit on-prem (on your servers).
q a
Will your SDKs slow down my backend?
It depends. Most SDKs stream data asynchronously via Google PubSub, so your requests will see almost zero change in performance. However, if you use PHP you may pay a very tiny performance hit to send data to Google PubSub. This is because PHP doesn't support async workflows by default. But if you have the GRPC extension installed in your PHP environment, it will be used by PubSub to stream data asynchronously like in other languages. But this performance hit is barely noticeable and usually under 5ms added to every request.
q a
How do you handle security and sensitive data?
We take security seriously at APItoolkit. We employ encryption and authentication measures to ensure the security of your data during transmission and storage. All our SDKs also support redacting data. You can simply specify the JSONPath to the fields that you don't want the SDKs to forward to APItoolkit, and those sensitive fields will be stripped out/redacted before the data even leaves your servers and replaced with the text "[CLIENT REDACTED]" on our end. We will never see anything you don't want us to see.
q a
I really love what you're doing. How can I show support?
Give us a shout-out on X (Twitter), Discord, or any social media you use. We would also appreciate honest feedback about what we're building and suggestions for what functionality you would love to see next.
<script type="text/hyperscript">
behavior CarouselSection
    on every change if event.target.checked
        then remove .{'!block'} from <.${@name}-img>img/>
        then add .{'!block'} to <#${my.id}-img/>
    end
    on mouseenter from (next <label/>)
        set me.checked to true
        trigger change on me
    end
end

behavior CarouselSectionInit
    on intersection(intersecting) having threshold 0.5
     repeat while intersecting
                repeat in <input.carousel-input/>
                    set it.checked to true
                    trigger change on it
                    then wait 4s
                end
            end
end

</script>

{% render "default/markdown/hero-section", this:this %}


  <section class="width-control mx-auto mt-48 relative">
    <div class="w-full ">
        <div class="px-5 text-center space-y-4">
        <h2 class="text-4xl font-extrabold">The power of Smarter Observability</h2>
<p class="inline-block max-w-[750px] leading-relaxed">APItoolkit applies cryptography and machine learning to your logs and request payloads 
to automatically detect bugs, errors, breaking changes, etc. 
Or actively making healthcheck requests to API/web endpoints</p>
        </div>

    <section class="mt-16 flex flex-col sm:grid sm:grid-cols-7 gap-10 group">
    <div class="join join-vertical w-full col-span-2">
      <div class="collapse collapse-arrow join-item border-base-300 ">
        <input type="radio" name="my-accordion-4" checked="checked" class="peer prod-acc1"/>
        <div class="collapse-title text-lg font-bold peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">Logs, Metrics, Traces</div>
        <div class="collapse-content peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">
        <p>Gather information you need to debug when things go wrong. Via our complete Open Telemetry support.</p>
        </div>
      </div>
      <div class="collapse collapse-arrow join-item ">
        <input type="radio" name="my-accordion-4" class="peer prod-acc2"/>
        <div class="collapse-title text-lg font-bold peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">Monitors and Healthchecks</div>
        <div class="collapse-content peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">
    <p>Create automated multistep tests that run at an interval and alert you if any services dont work as intended.</p>
        </div>
      </div>
      <div class="collapse collapse-arrow join-item ">
        <input type="radio" name="my-accordion-4" class="peer prod-acc3" />
        <div class="collapse-title text-lg font-bold peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">Error Tracking</div>
        <div class="collapse-content peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">
          <p>Get an email, slack or other notification anytime a new error encountered in your code. Browse and manage all errors in one place </p>
        </div>
      </div>
      <div class="collapse collapse-arrow join-item ">
        <input type="radio" name="my-accordion-4" class="peer prod-acc4" />
        <div class="collapse-title text-lg font-bold peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">API Payload logging</div>
        <div class="collapse-content peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">
          <p>Log all request payloads you make to any third party service, for analytics, compliance or debugging purposes.</p>
        </div>
      </div>
      <div class="collapse collapse-arrow join-item ">
        <input type="radio" name="my-accordion-4" class="peer prod-acc5" />
        <div class="collapse-title text-lg font-bold peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">API (Breaking) Change Tracking</div>
        <div class="collapse-content peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">
          <p>Log all request payloads you make to any third party service, for analytics, compliance or debugging purposes.</p>
        </div>
      </div>
      <div class="collapse collapse-arrow join-item ">
        <input type="radio" name="my-accordion-4" class="peer prod-acc6" />
        <div class="collapse-title text-lg font-bold peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">Endpoint & Performance Analytics</div>
        <div class="collapse-content peer-checked:bg-gray-100 dark:peer-checked:bg-gray-700 peer-checked:border-l-blue-600 border-l-8 border-l-transparent">
          <p>Log all request payloads you make to any third party service, for analytics, compliance or debugging purposes.</p>
        </div>
      </div>
    </div>
    <div class="col-span-5">
        <!--ARCADE EMBED START-->
        <div style="position: relative; padding-bottom: calc(56.220891550232864% + 41px); height: 0; width: 100%;" class="shadow-slate-200 shadow-lg hidden group-has-[.prod-acc1:checked]:block">
          <iframe
            src="https://demo.arcade.software/Nx6n70M9AY31sCeNC11Z?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
            title="APItoolkit Logs and Traces Explorer"
            frameborder="0"
            loading="lazy"
            webkitallowfullscreen
            mozallowfullscreen
            allowfullscreen
            allow="clipboard-write"
            style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;"
          ></iframe>
        </div>
        <!--ARCADE EMBED END-->
        <!--ARCADE EMBED START-->
        <div style="position: relative; padding-bottom: calc(56.220891550232864% + 41px); height: 0; width: 100%;" class="shadow-slate-200 shadow-lg hidden group-has-[.prod-acc2:checked]:block">
          <iframe
            src="https://demo.arcade.software/SBZSrKn7bLpY64T53RC7?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
            title="Multistep API Tests (Beta)"
            frameborder="0"
            loading="lazy"
            webkitallowfullscreen
            mozallowfullscreen
            allowfullscreen
            allow="clipboard-write"
            style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;"
          ></iframe>
        </div>
        <!--ARCADE EMBED END-->
        <!--ARCADE EMBED START-->
        <div style="position: relative; padding-bottom: calc(56.220891550232864% + 41px); height: 0; width: 100%;" class="shadow-slate-200 shadow-lg hidden group-has-[.prod-acc4:checked]:block">
          <iframe
            src="https://demo.arcade.software/McjsaY7L2gYuzosqLBHp?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
            title="API Request Payload Explorer"
            frameborder="0"
            loading="lazy"
            webkitallowfullscreen
            mozallowfullscreen
            allowfullscreen
            allow="clipboard-write"
            style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;"
          ></iframe>
        </div>
        <!--ARCADE EMBED END-->
        <!--ARCADE EMBED START-->
        <div style="position: relative; padding-bottom: calc(56.220891550232864% + 41px); height: 0; width: 100%;"  class="shadow-slate-200 shadow-lg hidden group-has-[.prod-acc6:checked]:block">
          <iframe
            src="https://demo.arcade.software/W2AExhRuzUSl4OveoRxd?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
            title="Endpoints Analytics"
            frameborder="0"
            loading="lazy"
            webkitallowfullscreen
            mozallowfullscreen
            allowfullscreen
            allow="clipboard-write"
            style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;"
          ></iframe>
        </div>
        <!--ARCADE EMBED END-->


    </div>    
    </section>

    <div class="text-center mt-20 border-t border-base-200">
        <p class="py-28 inline-block max-w-[550px] leading-relaxed text-lg">
            <strong class="text-xl">If a tree falls in a forest and no one is around to hear it, does it make a sound? Now, what about your software?</strong>
            <br/>That's why we've built tools for both active and passive monitoring of systems that matter
        </p>
    </div>
</section>

<section class="bg-gradient-to-b from-slate-200 to-white">
    <div class="width-control px-3 mx-auto py-3">
        <h2 class="text-2xl font-extrabold text-center py-14">How APItoolkit can help your business?</h2>
        <div class="flex flex-col sm:grid sm:grid-cols-4 gap-5 items-center justify-center">
            <div class="col-span-1 text-xl p-5 strong space-y-3 text-center sm:text-left">
                <strong class="block">With APItoolkit you can answer questions like:</strong>
                <a href="#" class="text-blue-700 text-xs block">APItoolkit for Saas →</a>
                <a href="#" class="text-blue-700 text-xs block">APItoolkit for Fintech →</a>
            </div>
            <div class="col-span-1 rotate-90 sm:rotate-0">
                <svg width="274" class="h-24 sm:h-[200px]" viewBox="0 0 274 312" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <g clip-path="url(#clip0_3010_1421)">
                    <g clip-path="url(#clip1_3010_1421)">
                    <path d="M2 154.5C1.17157 154.5 0.5 155.172 0.5 156C0.5 156.828 1.17157 157.5 2 157.5V154.5ZM272.5 2.51568C272.509 1.6873 271.844 1.00874 271.016 1.00008L257.516 0.85897C256.688 0.850311 256.009 1.51483 256.001 2.34321C255.992 3.1716 256.657 3.85015 257.485 3.85881L269.484 3.98424L269.359 15.9836C269.35 16.812 270.015 17.4905 270.843 17.4992C271.672 17.5078 272.35 16.8433 272.359 16.0149L272.5 2.51568ZM4.03899 157.494C4.8674 157.488 5.53474 156.813 5.52952 155.984C5.52431 155.156 4.84852 154.488 4.02011 154.494L4.03899 157.494ZM8.02768 154.443C7.1994 154.459 6.54069 155.143 6.55641 155.971C6.57213 156.8 7.25633 157.458 8.0846 157.443L8.02768 154.443ZM12.0875 157.341C12.9155 157.315 13.5654 156.622 13.539 155.794C13.5127 154.966 12.8202 154.316 11.9921 154.343L12.0875 157.341ZM15.9668 154.19C15.1392 154.227 14.4984 154.928 14.5356 155.756C14.5727 156.584 15.2737 157.224 16.1013 157.187L15.9668 154.19ZM20.1436 156.979C20.9707 156.93 21.602 156.221 21.5537 155.394C21.5054 154.567 20.7959 153.935 19.9689 153.984L20.1436 156.979ZM23.9267 153.726C23.1004 153.785 22.4788 154.503 22.5382 155.33C22.5977 156.156 23.3157 156.778 24.142 156.718L23.9267 153.726ZM28.1494 156.402C28.9748 156.331 29.5864 155.605 29.5156 154.779C29.4447 153.954 28.7181 153.342 27.8927 153.413L28.1494 156.402ZM31.8786 153.042C31.0543 153.125 30.4529 153.86 30.5355 154.684C30.618 155.509 31.3531 156.11 32.1775 156.028L31.8786 153.042ZM36.1606 155.6C36.9837 155.506 37.5745 154.762 37.4802 153.939C37.386 153.116 36.6424 152.525 35.8193 152.62L36.1606 155.6ZM39.7752 152.138C38.9536 152.244 38.3737 152.996 38.4799 153.817C38.5861 154.639 39.3382 155.219 40.1598 155.113L39.7752 152.138ZM44.1625 154.565C44.9824 154.447 45.5512 153.686 45.4328 152.866C45.3145 152.046 44.5539 151.478 43.7339 151.596L44.1625 154.565ZM47.647 151.002C46.8289 151.132 46.2715 151.901 46.4021 152.719C46.5326 153.537 47.3015 154.095 48.1196 153.964L47.647 151.002ZM52.1056 153.297C52.9216 153.154 53.4673 152.377 53.3244 151.561C53.1815 150.745 52.4041 150.199 51.5881 150.342L52.1056 153.297ZM55.509 149.625C54.6953 149.78 54.1617 150.566 54.3171 151.379C54.4725 152.193 55.2581 152.727 56.0718 152.571L55.509 149.625ZM59.9921 151.792C60.8034 151.624 61.3249 150.83 61.157 150.019C60.9892 149.207 60.1954 148.686 59.3842 148.854L59.9921 151.792ZM63.303 148.011C62.4945 148.191 61.9855 148.993 62.1661 149.802C62.3467 150.61 63.1486 151.119 63.9571 150.938L63.303 148.011ZM67.8761 150.031C68.6817 149.837 69.178 149.027 68.9847 148.222C68.7914 147.416 67.9816 146.92 67.176 147.113L67.8761 150.031ZM71.0285 146.157C70.2261 146.363 69.7427 147.18 69.9487 147.982C70.1548 148.785 70.9723 149.268 71.7747 149.062L71.0285 146.157ZM75.6831 148.025C76.4821 147.806 76.9523 146.981 76.7334 146.182C76.5145 145.383 75.6894 144.913 74.8904 145.132L75.6831 148.025ZM78.7064 144.053C77.911 144.285 77.454 145.118 77.6857 145.913C77.9173 146.708 78.7499 147.165 79.5453 146.934L78.7064 144.053ZM83.4109 145.774C84.2025 145.529 84.6459 144.69 84.4015 143.898C84.157 143.107 83.3172 142.663 82.5256 142.908L83.4109 145.774ZM86.3215 141.701C85.534 141.959 85.1041 142.806 85.3614 143.593C85.6186 144.381 86.4655 144.81 87.253 144.553L86.3215 141.701ZM91.0562 143.277C91.8395 143.007 92.2556 142.153 91.9857 141.37C91.7159 140.587 90.8621 140.171 90.0789 140.441L91.0562 143.277ZM93.8464 139.108C93.0676 139.391 92.6654 140.251 92.948 141.03C93.2305 141.808 94.0909 142.211 94.8696 141.928L93.8464 139.108ZM98.6377 140.526C99.4118 140.231 99.8001 139.365 99.505 138.591C99.21 137.816 98.3432 137.428 97.5691 137.723L98.6377 140.526ZM101.278 136.275C100.509 136.583 100.134 137.455 100.442 138.225C100.749 138.994 101.622 139.368 102.392 139.061L101.278 136.275ZM106.123 137.534C106.888 137.214 107.248 136.336 106.928 135.571C106.608 134.807 105.73 134.447 104.965 134.767L106.123 137.534ZM108.613 133.206C107.854 133.538 107.508 134.423 107.839 135.182C108.171 135.941 109.056 136.287 109.815 135.955L108.613 133.206ZM113.504 134.307C114.257 133.963 114.59 133.074 114.246 132.32C113.902 131.566 113.012 131.234 112.258 131.578L113.504 134.307ZM115.862 129.9C115.114 130.255 114.795 131.15 115.151 131.899C115.506 132.647 116.401 132.965 117.149 132.609L115.862 129.9ZM120.775 130.852C121.518 130.485 121.822 129.585 121.455 128.843C121.088 128.1 120.188 127.796 119.445 128.163L120.775 130.852ZM123.003 126.37C122.266 126.749 121.975 127.653 122.353 128.39C122.732 129.127 123.636 129.417 124.373 129.039L123.003 126.37ZM127.935 127.176C128.666 126.787 128.943 125.878 128.553 125.147C128.164 124.416 127.255 124.139 126.524 124.528L127.935 127.176ZM130.031 122.627C129.305 123.027 129.042 123.939 129.442 124.665C129.843 125.39 130.755 125.654 131.48 125.253L130.031 122.627ZM134.986 123.285C135.706 122.874 135.956 121.958 135.545 121.238C135.134 120.519 134.218 120.269 133.499 120.68L134.986 123.285ZM136.945 118.678C136.232 119.099 135.995 120.019 136.416 120.733C136.837 121.446 137.757 121.683 138.47 121.262L136.945 118.678ZM141.922 119.192C142.63 118.761 142.854 117.838 142.423 117.13C141.992 116.423 141.069 116.199 140.361 116.63L141.922 119.192ZM143.747 114.535C143.045 114.976 142.834 115.902 143.274 116.603C143.715 117.305 144.641 117.516 145.343 117.075L143.747 114.535ZM148.738 114.91C149.434 114.46 149.633 113.531 149.183 112.836C148.733 112.14 147.804 111.941 147.108 112.391L148.738 114.91ZM150.436 110.207C149.746 110.666 149.559 111.597 150.019 112.287C150.478 112.977 151.409 113.164 152.098 112.704L150.436 110.207ZM155.436 110.452C156.12 109.984 156.295 109.05 155.827 108.367C155.359 107.683 154.425 107.508 153.742 107.976L155.436 110.452ZM157.016 105.705C156.338 106.181 156.175 107.117 156.651 107.795C157.127 108.473 158.063 108.636 158.741 108.16L157.016 105.705ZM162.018 105.828C162.69 105.344 162.842 104.406 162.358 103.734C161.874 103.062 160.936 102.91 160.264 103.394L162.018 105.828ZM163.485 101.044C162.819 101.536 162.678 102.475 163.17 103.142C163.662 103.808 164.601 103.95 165.267 103.458L163.485 101.044ZM168.487 101.052C169.148 100.552 169.279 99.6116 168.78 98.9507C168.28 98.2898 167.339 98.159 166.678 98.6585L168.487 101.052ZM169.848 96.2357C169.192 96.7424 169.072 97.6844 169.578 98.3399C170.085 98.9953 171.027 99.1159 171.683 98.6093L169.848 96.2357ZM174.849 96.1347C175.5 95.6213 175.61 94.678 175.097 94.0279C174.583 93.3778 173.64 93.267 172.99 93.7804L174.849 96.1347ZM176.109 91.2919C175.464 91.8119 175.362 92.7562 175.882 93.4011C176.402 94.0461 177.346 94.1475 177.991 93.6275L176.109 91.2919ZM181.108 91.0903C181.748 90.5642 181.84 89.619 181.314 88.979C180.788 88.3391 179.843 88.2468 179.203 88.7729L181.108 91.0903ZM182.273 86.2246C181.638 86.7566 181.555 87.7026 182.087 88.3377C182.619 88.9728 183.565 89.0564 184.2 88.5245L182.273 86.2246ZM187.268 85.9311C187.899 85.3937 187.974 84.4469 187.436 83.8165C186.899 83.1861 185.952 83.1108 185.322 83.6483L187.268 85.9311ZM188.348 81.0457C187.722 81.5884 187.655 82.5357 188.198 83.1616C188.741 83.7875 189.688 83.8549 190.314 83.3122L188.348 81.0457ZM193.337 80.669C193.959 80.1214 194.019 79.1735 193.471 78.5519C192.924 77.9304 191.976 77.8705 191.354 78.4181L193.337 80.669ZM194.34 75.7669C193.723 76.3192 193.67 77.2675 194.222 77.8849C194.775 78.5024 195.723 78.5552 196.34 78.0029L194.34 75.7669ZM199.323 75.3155C199.937 74.7589 199.983 73.8102 199.426 73.1967C198.869 72.5832 197.921 72.5371 197.307 73.0938L199.323 75.3155ZM200.256 70.3998C199.647 70.9605 199.607 71.9094 200.168 72.5192C200.728 73.1291 201.677 73.1688 202.287 72.6081L200.256 70.3998ZM205.233 69.882C205.839 69.3174 205.873 68.3683 205.309 67.762C204.744 67.1557 203.795 67.1218 203.189 67.6863L205.233 69.882ZM206.105 64.9552C205.502 65.5232 205.474 66.4725 206.042 67.0756C206.61 67.6786 207.559 67.707 208.162 67.1389L206.105 64.9552ZM211.076 64.3794C211.676 63.8082 211.699 62.8587 211.128 62.2587C210.556 61.6588 209.607 61.6355 209.007 62.2068L211.076 64.3794ZM211.894 59.4437C211.297 60.0179 211.279 60.9675 211.853 61.5646C212.427 62.1617 213.377 62.1803 213.974 61.6061L211.894 59.4437ZM216.859 58.819C217.453 58.242 217.468 57.2924 216.891 56.6979C216.314 56.1033 215.364 56.0891 214.77 56.666L216.859 58.819ZM217.633 53.8756C217.041 54.455 217.031 55.4047 217.61 55.9968C218.189 56.589 219.139 56.5994 219.731 56.02L217.633 53.8756ZM222.592 53.2104C223.182 52.6288 223.189 51.6791 222.607 51.0891C222.026 50.4991 221.076 50.4922 220.486 51.0738L222.592 53.2104ZM223.33 48.2612C222.742 48.8447 222.738 49.7944 223.322 50.3825C223.905 50.9706 224.855 50.9744 225.443 50.3909L223.33 48.2612ZM228.284 47.5637C228.871 46.9786 228.872 46.0289 228.287 45.4424C227.702 44.856 226.752 44.8549 226.165 45.44L228.284 47.5637ZM228.994 42.6105C228.409 43.197 228.41 44.1468 228.997 44.7318C229.584 45.3168 230.533 45.3156 231.118 44.7291L228.994 42.6105ZM233.945 41.8888C234.529 41.3011 234.526 40.3513 233.938 39.7675C233.351 39.1836 232.401 39.1868 231.817 39.7745L233.945 41.8888ZM234.635 36.9329C234.052 37.5216 234.057 38.4713 234.646 39.0542C235.234 39.6371 236.184 39.6325 236.767 39.0438L234.635 36.9329ZM239.584 36.1953C240.166 35.606 240.16 34.6563 239.571 34.074C238.982 33.4918 238.032 33.4976 237.45 34.0869L239.584 36.1953ZM240.262 31.2379C239.68 31.8276 239.687 32.7774 240.277 33.3591C240.866 33.9409 241.816 33.9344 242.398 33.3446L240.262 31.2379ZM245.21 30.4929C245.791 29.9029 245.785 28.9532 245.195 28.3716C244.605 27.7901 243.655 27.7969 243.073 28.3868L245.21 30.4929ZM245.885 25.5348C245.303 26.1248 245.31 27.0745 245.9 27.6561C246.49 28.2377 247.439 28.231 248.021 27.641L245.885 25.5348ZM250.832 24.7907C251.414 24.201 251.408 23.2513 250.818 22.6694C250.229 22.0875 249.279 22.0938 248.697 22.6834L250.832 24.7907ZM251.512 19.8333C250.93 20.4224 250.935 21.3721 251.524 21.9546C252.113 22.537 253.063 22.5316 253.646 21.9425L251.512 19.8333ZM256.461 19.098C257.045 18.5097 257.041 17.56 256.452 16.9767C255.864 16.3935 254.914 16.3977 254.331 16.986L256.461 19.098ZM257.154 14.1428C256.57 14.7301 256.572 15.6798 257.16 16.2641C257.747 16.8483 258.697 16.8459 259.281 16.2585L257.154 14.1428ZM262.106 13.4246C262.692 12.8385 262.691 11.8888 262.105 11.3032C261.519 10.7177 260.569 10.7181 259.984 11.3042L262.106 13.4246ZM262.82 8.4726C262.233 9.05713 262.231 10.0069 262.816 10.5939C263.4 11.181 264.35 11.183 264.937 10.5985L262.82 8.4726ZM267.776 7.77987C268.365 7.19711 268.37 6.24737 267.787 5.65858C267.204 5.06978 266.254 5.06489 265.665 5.64764L267.776 7.77987ZM268.52 2.83205C267.929 3.41279 267.921 4.3625 268.502 4.95329C269.082 5.54408 270.032 5.55223 270.623 4.97149L268.52 2.83205ZM2 157.5C2.68147 157.5 3.36113 157.498 4.03899 157.494L4.02011 154.494C3.34856 154.498 2.67519 154.5 2 154.5V157.5ZM8.0846 157.443C9.42599 157.417 10.7602 157.383 12.0875 157.341L11.9921 154.343C10.6778 154.384 9.35632 154.418 8.02768 154.443L8.0846 157.443ZM16.1013 157.187C17.4562 157.126 18.8036 157.057 20.1436 156.979L19.9689 153.984C18.6422 154.061 17.3082 154.13 15.9668 154.19L16.1013 157.187ZM24.142 156.718C25.4852 156.622 26.821 156.516 28.1494 156.402L27.8927 153.413C26.5781 153.526 25.2561 153.63 23.9267 153.726L24.142 156.718ZM32.1775 156.028C33.5126 155.894 34.8403 155.751 36.1606 155.6L35.8193 152.62C34.5132 152.769 33.1996 152.91 31.8786 153.042L32.1775 156.028ZM40.1598 155.113C41.5017 154.939 42.8359 154.757 44.1625 154.565L43.7339 151.596C42.422 151.785 41.1025 151.966 39.7752 152.138L40.1598 155.113ZM48.1196 153.964C49.456 153.751 50.7846 153.529 52.1056 153.297L51.5881 150.342C50.2821 150.571 48.9684 150.791 47.647 151.002L48.1196 153.964ZM56.0718 152.571C57.3862 152.32 58.6929 152.06 59.9921 151.792L59.3842 148.854C58.1 149.12 56.8084 149.377 55.509 149.625L56.0718 152.571ZM63.9571 150.938C65.2711 150.645 66.5775 150.342 67.8761 150.031L67.176 147.113C65.8927 147.421 64.6017 147.721 63.303 148.011L63.9571 150.938ZM71.7747 149.062C73.0853 148.726 74.3881 148.38 75.6831 148.025L74.8904 145.132C73.6108 145.482 72.3235 145.824 71.0285 146.157L71.7747 149.062ZM79.5453 146.934C80.8416 146.556 82.1301 146.17 83.4109 145.774L82.5256 142.908C81.2602 143.298 79.9871 143.68 78.7064 144.053L79.5453 146.934ZM87.253 144.553C88.5283 144.137 89.796 143.711 91.0562 143.277L90.0789 140.441C88.8339 140.87 87.5814 141.29 86.3215 141.701L87.253 144.553ZM94.8696 141.928C96.1332 141.47 97.3891 141.002 98.6377 140.526L97.5691 137.723C96.3356 138.193 95.0947 138.655 93.8464 139.108L94.8696 141.928ZM102.392 139.061C103.643 138.561 104.887 138.052 106.123 137.534L104.965 134.767C103.744 135.278 102.514 135.781 101.278 136.275L102.392 139.061ZM109.815 135.955C111.052 135.414 112.281 134.865 113.504 134.307L112.258 131.578C111.05 132.129 109.835 132.672 108.613 133.206L109.815 135.955ZM117.149 132.609C118.365 132.032 119.573 131.446 120.775 130.852L119.445 128.163C118.258 128.75 117.063 129.329 115.862 129.9L117.149 132.609ZM124.373 129.039C125.567 128.426 126.754 127.805 127.935 127.176L126.524 124.528C125.357 125.15 124.183 125.764 123.003 126.37L124.373 129.039ZM131.48 125.253C132.656 124.605 133.824 123.948 134.986 123.285L133.499 120.68C132.349 121.336 131.193 121.985 130.031 122.627L131.48 125.253ZM138.47 121.262C139.627 120.579 140.778 119.889 141.922 119.192L140.361 116.63C139.229 117.32 138.09 118.003 136.945 118.678L138.47 121.262ZM145.343 117.075C146.48 116.361 147.612 115.639 148.738 114.91L147.108 112.391C145.994 113.113 144.873 113.827 143.747 114.535L145.343 117.075ZM152.098 112.704C153.217 111.96 154.329 111.209 155.436 110.452L153.742 107.976C152.645 108.726 151.543 109.47 150.436 110.207L152.098 112.704ZM158.741 108.16C159.838 107.389 160.931 106.611 162.018 105.828L160.264 103.394C159.186 104.171 158.104 104.941 157.016 105.705L158.741 108.16ZM165.267 103.458C166.346 102.661 167.419 101.859 168.487 101.052L166.678 98.6585C165.619 99.4594 164.555 100.255 163.485 101.044L165.267 103.458ZM171.683 98.6093C172.743 97.7897 173.798 96.9648 174.849 96.1347L172.99 93.7804C171.947 94.6041 170.9 95.4226 169.848 96.2357L171.683 98.6093ZM177.991 93.6275C179.035 92.7866 180.073 91.9408 181.108 91.0903L179.203 88.7729C178.175 89.6174 177.144 90.4572 176.109 91.2919L177.991 93.6275ZM184.2 88.5245C185.226 87.6644 186.249 86.7999 187.268 85.9311L185.322 83.6483C184.309 84.5115 183.293 85.3704 182.273 86.2246L184.2 88.5245ZM190.314 83.3122C191.325 82.4351 192.333 81.554 193.337 80.669L191.354 78.4181C190.356 79.298 189.354 80.1739 188.348 81.0457L190.314 83.3122ZM196.34 78.0029C197.338 77.1106 198.332 76.2148 199.323 75.3155L197.307 73.0938C196.321 73.9884 195.332 74.8795 194.34 75.7669L196.34 78.0029ZM202.287 72.6081C203.272 71.7025 204.254 70.7937 205.233 69.882L203.189 67.6863C202.214 68.594 201.237 69.4985 200.256 70.3998L202.287 72.6081ZM208.162 67.1389C209.136 66.2218 210.107 65.3019 211.076 64.3794L209.007 62.2068C208.042 63.1257 207.075 64.0419 206.105 64.9552L208.162 67.1389ZM213.974 61.6061C214.937 60.6793 215.899 59.7502 216.859 58.819L214.77 56.666C213.813 57.5942 212.855 58.5202 211.894 59.4437L213.974 61.6061ZM219.731 56.02C220.686 55.0853 221.64 54.1487 222.592 53.2104L220.486 51.0738C219.537 52.0096 218.586 52.9436 217.633 53.8756L219.731 56.02ZM225.443 50.3909C226.391 49.4499 227.339 48.5074 228.284 47.5637L226.165 45.44C225.221 46.3819 224.276 47.3223 223.33 48.2612L225.443 50.3909ZM231.118 44.7291C232.062 43.7833 233.004 42.8364 233.945 41.8888L231.817 39.7745C230.877 40.7209 229.936 41.6663 228.994 42.6105L231.118 44.7291ZM236.767 39.0438C237.707 38.0949 238.646 37.1453 239.584 36.1953L237.45 34.0869C236.512 35.0362 235.574 35.9849 234.635 36.9329L236.767 39.0438ZM242.398 33.3446C243.336 32.3942 244.273 31.4435 245.21 30.4929L243.073 28.3868C242.136 29.3374 241.199 30.2878 240.262 31.2379L242.398 33.3446ZM248.021 27.641C248.958 26.6906 249.895 25.7404 250.832 24.7907L248.697 22.6834C247.759 23.6336 246.822 24.5842 245.885 25.5348L248.021 27.641ZM253.646 21.9425C254.584 20.9936 255.522 20.0454 256.461 19.098L254.331 16.986C253.391 17.9344 252.451 18.8836 251.512 19.8333L253.646 21.9425ZM259.281 16.2585C260.222 15.3127 261.164 14.368 262.106 13.4246L259.984 11.3042C259.04 12.2493 258.096 13.1956 257.154 14.1428L259.281 16.2585ZM264.937 10.5985C265.882 9.65733 266.828 8.71773 267.776 7.77987L265.665 5.64764C264.716 6.58777 263.767 7.5295 262.82 8.4726L264.937 10.5985ZM270.623 4.97149C271.098 4.50439 271.574 4.03778 272.05 3.57169L269.95 1.42831C269.473 1.89575 268.996 2.36368 268.52 2.83205L270.623 4.97149Z" fill="#68C5ED"/>
                    <path d="M2 157C1.17157 157 0.5 156.328 0.5 155.5C0.5 154.672 1.17157 154 2 154V157ZM272.5 308.984C272.509 309.813 271.844 310.491 271.016 310.5L257.516 310.641C256.688 310.65 256.009 309.985 256.001 309.157C255.992 308.328 256.657 307.65 257.485 307.641L269.484 307.516L269.359 295.516C269.35 294.688 270.015 294.009 270.843 294.001C271.672 293.992 272.35 294.657 272.359 295.485L272.5 308.984ZM4.03899 154.006C4.8674 154.012 5.53474 154.687 5.52952 155.516C5.52431 156.344 4.84852 157.012 4.02011 157.006L4.03899 154.006ZM8.02768 157.057C7.1994 157.041 6.54069 156.357 6.55641 155.529C6.57213 154.7 7.25633 154.042 8.0846 154.057L8.02768 157.057ZM12.0875 154.159C12.9155 154.185 13.5654 154.878 13.539 155.706C13.5127 156.534 12.8202 157.184 11.9921 157.157L12.0875 154.159ZM15.9668 157.31C15.1392 157.273 14.4984 156.572 14.5356 155.744C14.5727 154.916 15.2737 154.276 16.1013 154.313L15.9668 157.31ZM20.1436 154.521C20.9707 154.57 21.602 155.279 21.5537 156.106C21.5054 156.933 20.7959 157.565 19.9689 157.516L20.1436 154.521ZM23.9267 157.774C23.1004 157.715 22.4788 156.997 22.5382 156.17C22.5977 155.344 23.3157 154.722 24.142 154.782L23.9267 157.774ZM28.1494 155.098C28.9748 155.169 29.5864 155.895 29.5156 156.721C29.4447 157.546 28.7181 158.158 27.8927 158.087L28.1494 155.098ZM31.8786 158.458C31.0543 158.375 30.4529 157.64 30.5355 156.816C30.618 155.991 31.3531 155.39 32.1775 155.472L31.8786 158.458ZM36.1606 155.9C36.9837 155.994 37.5745 156.738 37.4802 157.561C37.386 158.384 36.6424 158.975 35.8193 158.88L36.1606 155.9ZM39.7752 159.362C38.9536 159.256 38.3737 158.504 38.4799 157.683C38.5861 156.861 39.3382 156.281 40.1598 156.387L39.7752 159.362ZM44.1625 156.935C44.9824 157.053 45.5512 157.814 45.4328 158.634C45.3145 159.454 44.5539 160.022 43.7339 159.904L44.1625 156.935ZM47.647 160.498C46.8289 160.368 46.2715 159.599 46.4021 158.781C46.5326 157.963 47.3015 157.405 48.1196 157.536L47.647 160.498ZM52.1056 158.203C52.9216 158.346 53.4673 159.123 53.3244 159.939C53.1815 160.755 52.4041 161.301 51.5881 161.158L52.1056 158.203ZM55.509 161.875C54.6953 161.72 54.1617 160.934 54.3171 160.121C54.4725 159.307 55.2581 158.773 56.0718 158.929L55.509 161.875ZM59.9921 159.708C60.8034 159.876 61.3249 160.67 61.157 161.481C60.9892 162.293 60.1954 162.814 59.3842 162.646L59.9921 159.708ZM63.303 163.489C62.4945 163.309 61.9855 162.507 62.1661 161.698C62.3467 160.89 63.1486 160.381 63.9571 160.562L63.303 163.489ZM67.8761 161.469C68.6817 161.663 69.178 162.473 68.9847 163.278C68.7914 164.084 67.9816 164.58 67.176 164.387L67.8761 161.469ZM71.0285 165.343C70.2261 165.137 69.7427 164.32 69.9487 163.518C70.1548 162.715 70.9723 162.232 71.7747 162.438L71.0285 165.343ZM75.6831 163.475C76.4821 163.694 76.9523 164.519 76.7334 165.318C76.5145 166.117 75.6894 166.587 74.8904 166.368L75.6831 163.475ZM78.7064 167.447C77.911 167.215 77.454 166.382 77.6857 165.587C77.9173 164.792 78.7499 164.335 79.5453 164.566L78.7064 167.447ZM83.4109 165.726C84.2025 165.971 84.6459 166.81 84.4015 167.602C84.157 168.393 83.3172 168.837 82.5256 168.592L83.4109 165.726ZM86.3215 169.799C85.534 169.541 85.1041 168.694 85.3614 167.907C85.6186 167.119 86.4655 166.69 87.253 166.947L86.3215 169.799ZM91.0562 168.223C91.8395 168.493 92.2556 169.347 91.9857 170.13C91.7159 170.913 90.8621 171.329 90.0789 171.059L91.0562 168.223ZM93.8464 172.392C93.0676 172.109 92.6654 171.249 92.948 170.47C93.2305 169.692 94.0909 169.289 94.8696 169.572L93.8464 172.392ZM98.6377 170.974C99.4118 171.269 99.8001 172.135 99.505 172.909C99.21 173.684 98.3432 174.072 97.5691 173.777L98.6377 170.974ZM101.278 175.225C100.509 174.917 100.134 174.045 100.442 173.275C100.749 172.506 101.622 172.132 102.392 172.439L101.278 175.225ZM106.123 173.966C106.888 174.286 107.248 175.164 106.928 175.929C106.608 176.693 105.73 177.053 104.965 176.733L106.123 173.966ZM108.613 178.294C107.854 177.962 107.508 177.077 107.839 176.318C108.171 175.559 109.056 175.213 109.815 175.545L108.613 178.294ZM113.504 177.193C114.257 177.537 114.59 178.426 114.246 179.18C113.902 179.934 113.012 180.266 112.258 179.922L113.504 177.193ZM115.862 181.6C115.114 181.245 114.795 180.35 115.151 179.601C115.506 178.853 116.401 178.535 117.149 178.891L115.862 181.6ZM120.775 180.648C121.518 181.015 121.822 181.915 121.455 182.657C121.088 183.4 120.188 183.704 119.445 183.337L120.775 180.648ZM123.003 185.13C122.266 184.751 121.975 183.847 122.353 183.11C122.732 182.373 123.636 182.083 124.373 182.461L123.003 185.13ZM127.935 184.324C128.666 184.713 128.943 185.622 128.553 186.353C128.164 187.084 127.255 187.361 126.524 186.972L127.935 184.324ZM130.031 188.873C129.305 188.473 129.042 187.561 129.442 186.835C129.843 186.11 130.755 185.846 131.48 186.247L130.031 188.873ZM134.986 188.215C135.706 188.626 135.956 189.542 135.545 190.262C135.134 190.981 134.218 191.231 133.499 190.82L134.986 188.215ZM136.945 192.822C136.232 192.401 135.995 191.481 136.416 190.767C136.837 190.054 137.757 189.817 138.47 190.238L136.945 192.822ZM141.922 192.308C142.63 192.739 142.854 193.662 142.423 194.37C141.992 195.077 141.069 195.301 140.361 194.87L141.922 192.308ZM143.747 196.965C143.045 196.524 142.834 195.598 143.274 194.897C143.715 194.195 144.641 193.984 145.343 194.425L143.747 196.965ZM148.738 196.59C149.434 197.04 149.633 197.969 149.183 198.664C148.733 199.36 147.804 199.559 147.108 199.109L148.738 196.59ZM150.436 201.293C149.746 200.834 149.559 199.903 150.019 199.213C150.478 198.523 151.409 198.336 152.098 198.796L150.436 201.293ZM155.436 201.048C156.12 201.516 156.295 202.45 155.827 203.133C155.359 203.817 154.425 203.992 153.742 203.524L155.436 201.048ZM157.016 205.795C156.338 205.319 156.175 204.383 156.651 203.705C157.127 203.027 158.063 202.864 158.741 203.34L157.016 205.795ZM162.018 205.672C162.69 206.156 162.842 207.094 162.358 207.766C161.874 208.438 160.936 208.59 160.264 208.106L162.018 205.672ZM163.485 210.456C162.819 209.964 162.678 209.025 163.17 208.358C163.662 207.692 164.601 207.55 165.267 208.042L163.485 210.456ZM168.487 210.448C169.148 210.948 169.279 211.888 168.78 212.549C168.28 213.21 167.339 213.341 166.678 212.841L168.487 210.448ZM169.848 215.264C169.192 214.758 169.072 213.816 169.578 213.16C170.085 212.505 171.027 212.384 171.683 212.891L169.848 215.264ZM174.849 215.365C175.5 215.879 175.61 216.822 175.097 217.472C174.583 218.122 173.64 218.233 172.99 217.72L174.849 215.365ZM176.109 220.208C175.464 219.688 175.362 218.744 175.882 218.099C176.402 217.454 177.346 217.353 177.991 217.872L176.109 220.208ZM181.108 220.41C181.748 220.936 181.84 221.881 181.314 222.521C180.788 223.161 179.843 223.253 179.203 222.727L181.108 220.41ZM182.273 225.275C181.638 224.743 181.555 223.797 182.087 223.162C182.619 222.527 183.565 222.444 184.2 222.976L182.273 225.275ZM187.268 225.569C187.899 226.106 187.974 227.053 187.436 227.683C186.899 228.314 185.952 228.389 185.322 227.852L187.268 225.569ZM188.348 230.454C187.722 229.912 187.655 228.964 188.198 228.338C188.741 227.712 189.688 227.645 190.314 228.188L188.348 230.454ZM193.337 230.831C193.959 231.379 194.019 232.326 193.471 232.948C192.924 233.57 191.976 233.63 191.354 233.082L193.337 230.831ZM194.34 235.733C193.723 235.181 193.67 234.233 194.222 233.615C194.775 232.998 195.723 232.945 196.34 233.497L194.34 235.733ZM199.323 236.184C199.937 236.741 199.983 237.69 199.426 238.303C198.869 238.917 197.921 238.963 197.307 238.406L199.323 236.184ZM200.256 241.1C199.647 240.539 199.607 239.591 200.168 238.981C200.728 238.371 201.677 238.331 202.287 238.892L200.256 241.1ZM205.233 241.618C205.839 242.183 205.873 243.132 205.309 243.738C204.744 244.344 203.795 244.378 203.189 243.814L205.233 241.618ZM206.105 246.545C205.502 245.977 205.474 245.027 206.042 244.424C206.61 243.821 207.559 243.793 208.162 244.361L206.105 246.545ZM211.076 247.121C211.676 247.692 211.699 248.641 211.128 249.241C210.556 249.841 209.607 249.864 209.007 249.293L211.076 247.121ZM211.894 252.056C211.297 251.482 211.279 250.533 211.853 249.935C212.427 249.338 213.377 249.32 213.974 249.894L211.894 252.056ZM216.859 252.681C217.453 253.258 217.468 254.208 216.891 254.802C216.314 255.397 215.364 255.411 214.77 254.834L216.859 252.681ZM217.633 257.624C217.041 257.045 217.031 256.095 217.61 255.503C218.189 254.911 219.139 254.901 219.731 255.48L217.633 257.624ZM222.592 258.29C223.182 258.871 223.189 259.821 222.607 260.411C222.026 261.001 221.076 261.008 220.486 260.426L222.592 258.29ZM223.33 263.239C222.742 262.655 222.738 261.706 223.322 261.118C223.905 260.529 224.855 260.526 225.443 261.109L223.33 263.239ZM228.284 263.936C228.871 264.521 228.872 265.471 228.287 266.058C227.702 266.644 226.752 266.645 226.165 266.06L228.284 263.936ZM228.994 268.889C228.409 268.303 228.41 267.353 228.997 266.768C229.584 266.183 230.533 266.184 231.118 266.771L228.994 268.889ZM233.945 269.611C234.529 270.199 234.526 271.149 233.938 271.733C233.351 272.316 232.401 272.313 231.817 271.725L233.945 269.611ZM234.635 274.567C234.052 273.978 234.057 273.029 234.646 272.446C235.234 271.863 236.184 271.868 236.767 272.456L234.635 274.567ZM239.584 275.305C240.166 275.894 240.16 276.844 239.571 277.426C238.982 278.008 238.032 278.002 237.45 277.413L239.584 275.305ZM240.262 280.262C239.68 279.672 239.687 278.723 240.277 278.141C240.866 277.559 241.816 277.566 242.398 278.155L240.262 280.262ZM245.21 281.007C245.791 281.597 245.785 282.547 245.195 283.128C244.605 283.71 243.655 283.703 243.073 283.113L245.21 281.007ZM245.885 285.965C245.303 285.375 245.31 284.426 245.9 283.844C246.49 283.262 247.439 283.269 248.021 283.859L245.885 285.965ZM250.832 286.709C251.414 287.299 251.408 288.249 250.818 288.831C250.229 289.413 249.279 289.406 248.697 288.817L250.832 286.709ZM251.512 291.667C250.93 291.078 250.935 290.128 251.524 289.545C252.113 288.963 253.063 288.968 253.646 289.557L251.512 291.667ZM256.461 292.402C257.045 292.99 257.041 293.94 256.452 294.523C255.864 295.106 254.914 295.102 254.331 294.514L256.461 292.402ZM257.154 297.357C256.57 296.77 256.572 295.82 257.16 295.236C257.747 294.652 258.697 294.654 259.281 295.241L257.154 297.357ZM262.106 298.075C262.692 298.661 262.691 299.611 262.105 300.197C261.519 300.782 260.569 300.782 259.984 300.196L262.106 298.075ZM262.82 303.027C262.233 302.443 262.231 301.493 262.816 300.906C263.4 300.319 264.35 300.317 264.937 300.902L262.82 303.027ZM267.776 303.72C268.365 304.303 268.37 305.253 267.787 305.841C267.204 306.43 266.254 306.435 265.665 305.852L267.776 303.72ZM268.52 308.668C267.929 308.087 267.921 307.137 268.502 306.547C269.082 305.956 270.032 305.948 270.623 306.529L268.52 308.668ZM2 154C2.68147 154 3.36113 154.002 4.03899 154.006L4.02011 157.006C3.34856 157.002 2.67519 157 2 157V154ZM8.0846 154.057C9.42599 154.083 10.7602 154.117 12.0875 154.159L11.9921 157.157C10.6778 157.116 9.35632 157.082 8.02768 157.057L8.0846 154.057ZM16.1013 154.313C17.4562 154.374 18.8036 154.443 20.1436 154.521L19.9689 157.516C18.6422 157.439 17.3082 157.37 15.9668 157.31L16.1013 154.313ZM24.142 154.782C25.4852 154.878 26.821 154.984 28.1494 155.098L27.8927 158.087C26.5781 157.974 25.2561 157.87 23.9267 157.774L24.142 154.782ZM32.1775 155.472C33.5126 155.606 34.8403 155.749 36.1606 155.9L35.8193 158.88C34.5132 158.731 33.1996 158.59 31.8786 158.458L32.1775 155.472ZM40.1598 156.387C41.5017 156.561 42.8359 156.743 44.1625 156.935L43.7339 159.904C42.422 159.715 41.1025 159.534 39.7752 159.362L40.1598 156.387ZM48.1196 157.536C49.456 157.749 50.7846 157.971 52.1056 158.203L51.5881 161.158C50.2821 160.929 48.9684 160.709 47.647 160.498L48.1196 157.536ZM56.0718 158.929C57.3862 159.18 58.6929 159.44 59.9921 159.708L59.3842 162.646C58.1 162.38 56.8084 162.123 55.509 161.875L56.0718 158.929ZM63.9571 160.562C65.2711 160.855 66.5775 161.158 67.8761 161.469L67.176 164.387C65.8927 164.079 64.6017 163.779 63.303 163.489L63.9571 160.562ZM71.7747 162.438C73.0853 162.774 74.3881 163.12 75.6831 163.475L74.8904 166.368C73.6108 166.018 72.3235 165.676 71.0285 165.343L71.7747 162.438ZM79.5453 164.566C80.8416 164.944 82.1301 165.33 83.4109 165.726L82.5256 168.592C81.2602 168.202 79.9871 167.82 78.7064 167.447L79.5453 164.566ZM87.253 166.947C88.5283 167.363 89.796 167.789 91.0562 168.223L90.0789 171.059C88.8339 170.63 87.5814 170.21 86.3215 169.799L87.253 166.947ZM94.8696 169.572C96.1332 170.03 97.3891 170.498 98.6377 170.974L97.5691 173.777C96.3356 173.307 95.0947 172.845 93.8464 172.392L94.8696 169.572ZM102.392 172.439C103.643 172.939 104.887 173.448 106.123 173.966L104.965 176.733C103.744 176.222 102.514 175.719 101.278 175.225L102.392 172.439ZM109.815 175.545C111.052 176.086 112.281 176.635 113.504 177.193L112.258 179.922C111.05 179.371 109.835 178.828 108.613 178.294L109.815 175.545ZM117.149 178.891C118.365 179.468 119.573 180.054 120.775 180.648L119.445 183.337C118.258 182.75 117.063 182.171 115.862 181.6L117.149 178.891ZM124.373 182.461C125.567 183.074 126.754 183.695 127.935 184.324L126.524 186.972C125.357 186.35 124.183 185.736 123.003 185.13L124.373 182.461ZM131.48 186.247C132.656 186.895 133.824 187.552 134.986 188.215L133.499 190.82C132.349 190.164 131.193 189.515 130.031 188.873L131.48 186.247ZM138.47 190.238C139.627 190.921 140.778 191.611 141.922 192.308L140.361 194.87C139.229 194.18 138.09 193.497 136.945 192.822L138.47 190.238ZM145.343 194.425C146.48 195.139 147.612 195.861 148.738 196.59L147.108 199.109C145.994 198.387 144.873 197.673 143.747 196.965L145.343 194.425ZM152.098 198.796C153.217 199.54 154.329 200.291 155.436 201.048L153.742 203.524C152.645 202.774 151.543 202.03 150.436 201.293L152.098 198.796ZM158.741 203.34C159.838 204.111 160.931 204.889 162.018 205.672L160.264 208.106C159.186 207.329 158.104 206.559 157.016 205.795L158.741 203.34ZM165.267 208.042C166.346 208.839 167.419 209.641 168.487 210.448L166.678 212.841C165.619 212.041 164.555 211.245 163.485 210.456L165.267 208.042ZM171.683 212.891C172.743 213.71 173.798 214.535 174.849 215.365L172.99 217.72C171.947 216.896 170.9 216.077 169.848 215.264L171.683 212.891ZM177.991 217.872C179.035 218.713 180.073 219.559 181.108 220.41L179.203 222.727C178.175 221.883 177.144 221.043 176.109 220.208L177.991 217.872ZM184.2 222.976C185.226 223.836 186.249 224.7 187.268 225.569L185.322 227.852C184.309 226.988 183.293 226.13 182.273 225.275L184.2 222.976ZM190.314 228.188C191.325 229.065 192.333 229.946 193.337 230.831L191.354 233.082C190.356 232.202 189.354 231.326 188.348 230.454L190.314 228.188ZM196.34 233.497C197.338 234.389 198.332 235.285 199.323 236.184L197.307 238.406C196.321 237.512 195.332 236.62 194.34 235.733L196.34 233.497ZM202.287 238.892C203.272 239.798 204.254 240.706 205.233 241.618L203.189 243.814C202.214 242.906 201.237 242.001 200.256 241.1L202.287 238.892ZM208.162 244.361C209.136 245.278 210.107 246.198 211.076 247.121L209.007 249.293C208.042 248.374 207.075 247.458 206.105 246.545L208.162 244.361ZM213.974 249.894C214.937 250.821 215.899 251.75 216.859 252.681L214.77 254.834C213.813 253.906 212.855 252.98 211.894 252.056L213.974 249.894ZM219.731 255.48C220.686 256.415 221.64 257.351 222.592 258.29L220.486 260.426C219.537 259.49 218.586 258.556 217.633 257.624L219.731 255.48ZM225.443 261.109C226.391 262.05 227.339 262.993 228.284 263.936L226.165 266.06C225.221 265.118 224.276 264.178 223.33 263.239L225.443 261.109ZM231.118 266.771C232.062 267.717 233.004 268.664 233.945 269.611L231.817 271.725C230.877 270.779 229.936 269.834 228.994 268.889L231.118 266.771ZM236.767 272.456C237.707 273.405 238.646 274.355 239.584 275.305L237.45 277.413C236.512 276.464 235.574 275.515 234.635 274.567L236.767 272.456ZM242.398 278.155C243.336 279.106 244.273 280.056 245.21 281.007L243.073 283.113C242.136 282.163 241.199 281.212 240.262 280.262L242.398 278.155ZM248.021 283.859C248.958 284.809 249.895 285.76 250.832 286.709L248.697 288.817C247.759 287.866 246.822 286.916 245.885 285.965L248.021 283.859ZM253.646 289.557C254.584 290.506 255.522 291.455 256.461 292.402L254.331 294.514C253.391 293.566 252.451 292.616 251.512 291.667L253.646 289.557ZM259.281 295.241C260.222 296.187 261.164 297.132 262.106 298.075L259.984 300.196C259.04 299.251 258.096 298.304 257.154 297.357L259.281 295.241ZM264.937 300.902C265.882 301.843 266.828 302.782 267.776 303.72L265.665 305.852C264.716 304.912 263.767 303.971 262.82 303.027L264.937 300.902ZM270.623 306.529C271.098 306.996 271.574 307.462 272.05 307.928L269.95 310.072C269.473 309.604 268.996 309.136 268.52 308.668L270.623 306.529Z" fill="#68C5ED"/>
                    <path d="M2 154C1.17157 154 0.5 154.672 0.5 155.5C0.5 156.328 1.17157 157 2 157V154ZM273.498 68.0817C273.543 67.2545 272.909 66.5473 272.082 66.5022L258.602 65.767C257.775 65.7218 257.067 66.3558 257.022 67.183C256.977 68.0102 257.611 68.7174 258.438 68.7625L270.421 69.4161L269.767 81.3983C269.722 82.2255 270.356 82.9326 271.183 82.9777C272.01 83.0229 272.717 82.3889 272.763 81.5617L273.498 68.0817ZM3.99498 156.993C4.82339 156.987 5.49027 156.311 5.48452 155.483C5.47876 154.654 4.80253 153.987 3.97413 153.993L3.99498 156.993ZM7.94369 153.938C7.11544 153.955 6.45778 154.641 6.47478 155.469C6.49177 156.297 7.17698 156.955 8.00523 156.938L7.94369 153.938ZM12.0372 156.828C12.8651 156.801 13.5137 156.107 13.4859 155.279C13.458 154.451 12.7642 153.802 11.9363 153.83L12.0372 156.828ZM15.8939 153.672C15.0663 153.71 14.4265 154.412 14.4647 155.24C14.5029 156.067 15.2047 156.707 16.0323 156.669L15.8939 153.672ZM20.0493 156.459C20.8763 156.41 21.5076 155.701 21.4594 154.874C21.4111 154.047 20.7016 153.415 19.8745 153.464L20.0493 156.459ZM23.8431 153.209C23.0167 153.267 22.3938 153.984 22.4517 154.81C22.5096 155.636 23.2265 156.259 24.0529 156.201L23.8431 153.209ZM28.0511 155.898C28.8767 155.831 29.4916 155.107 29.4244 154.282C29.3571 153.456 28.6333 152.841 27.8076 152.908L28.0511 155.898ZM31.7863 152.562C30.9614 152.639 30.3545 153.369 30.4307 154.194C30.507 155.019 31.2376 155.626 32.0625 155.55L31.7863 152.562ZM36.0426 155.16C36.8666 155.075 37.4658 154.339 37.3809 153.514C37.296 152.69 36.5591 152.091 35.735 152.176L36.0426 155.16ZM39.6984 151.747C38.8752 151.84 38.2836 152.583 38.3769 153.407C38.4703 154.23 39.2133 154.821 40.0364 154.728L39.6984 151.747ZM44.02 154.256C44.8422 154.155 45.4264 153.406 45.3249 152.584C45.2234 151.761 44.4746 151.177 43.6525 151.279L44.02 154.256ZM47.5982 150.772C46.777 150.882 46.2 151.636 46.3093 152.457C46.4187 153.278 47.1731 153.855 47.9943 153.746L47.5982 150.772ZM51.9779 153.196C52.798 153.079 53.3679 152.32 53.2509 151.499C53.1338 150.679 52.3741 150.109 51.554 150.226L51.9779 153.196ZM55.4853 149.647C54.6663 149.772 54.1033 150.536 54.2277 151.355C54.3522 152.174 55.1171 152.738 55.9361 152.613L55.4853 149.647ZM59.8994 151.993C60.7173 151.861 61.2735 151.091 61.1418 150.273C61.0102 149.456 60.2404 148.899 59.4225 149.031L59.8994 151.993ZM63.3558 148.38C62.5391 148.519 61.9894 149.293 62.1281 150.11C62.2669 150.927 63.0414 151.477 63.8581 151.338L63.3558 148.38ZM67.8036 150.651C68.6191 150.505 69.1623 149.726 69.0167 148.91C68.8712 148.095 68.0921 147.552 67.2766 147.697L67.8036 150.651ZM71.2005 146.98C70.3862 147.133 69.8494 147.916 70.0016 148.731C70.1538 149.545 70.9374 150.082 71.7517 149.929L71.2005 146.98ZM75.6869 149.178C76.4999 149.019 77.0304 148.231 76.8717 147.418C76.713 146.605 75.9253 146.074 75.1122 146.233L75.6869 149.178ZM79.0197 145.455C78.2079 145.62 77.6835 146.412 77.8486 147.223C78.0136 148.035 78.8055 148.559 79.6173 148.394L79.0197 145.455ZM83.5452 147.58C84.3558 147.409 84.874 146.613 84.7028 145.803C84.5316 144.992 83.7357 144.474 82.9252 144.645L83.5452 147.58ZM86.8191 143.807C86.0099 143.985 85.4976 144.784 85.6748 145.594C85.8521 146.403 86.6518 146.915 87.4611 146.738L86.8191 143.807ZM91.3732 145.866C92.1811 145.683 92.6875 144.879 92.5044 144.071C92.3212 143.263 91.5177 142.757 90.7098 142.94L91.3732 145.866ZM94.5946 142.044C93.788 142.233 93.2873 143.041 93.4763 143.847C93.6653 144.654 94.4724 145.154 95.279 144.965L94.5946 142.044ZM99.1771 144.037C99.9824 143.843 100.477 143.032 100.283 142.227C100.088 141.422 99.2774 140.927 98.4722 141.121L99.1771 144.037ZM102.343 140.171C101.539 140.372 101.049 141.186 101.25 141.99C101.45 142.793 102.264 143.283 103.068 143.082L102.343 140.171ZM106.954 142.1C107.757 141.894 108.241 141.077 108.035 140.274C107.829 139.472 107.012 138.988 106.209 139.194L106.954 142.1ZM110.067 138.191C109.266 138.402 108.788 139.223 108.999 140.024C109.21 140.825 110.031 141.303 110.832 141.092L110.067 138.191ZM114.701 140.058C115.501 139.842 115.974 139.018 115.757 138.219C115.541 137.419 114.717 136.946 113.917 137.163L114.701 140.058ZM117.766 136.107C116.968 136.329 116.5 137.156 116.722 137.954C116.944 138.752 117.77 139.22 118.569 138.998L117.766 136.107ZM122.422 137.914C123.219 137.688 123.681 136.858 123.454 136.061C123.227 135.264 122.398 134.802 121.601 135.029L122.422 137.914ZM125.434 133.925C124.639 134.156 124.182 134.989 124.414 135.784C124.646 136.58 125.479 137.037 126.274 136.805L125.434 133.925ZM130.118 135.67C130.912 135.433 131.364 134.598 131.127 133.804C130.89 133.01 130.054 132.559 129.26 132.796L130.118 135.67ZM133.069 131.646C132.276 131.888 131.83 132.726 132.072 133.519C132.314 134.311 133.152 134.757 133.945 134.515L133.069 131.646ZM137.783 133.33C138.573 133.084 139.014 132.242 138.767 131.452C138.521 130.661 137.679 130.22 136.889 130.467L137.783 133.33ZM140.688 129.268C139.899 129.52 139.463 130.363 139.715 131.153C139.967 131.942 140.81 132.378 141.6 132.126L140.688 129.268ZM145.411 130.897C146.199 130.641 146.63 129.794 146.373 129.007C146.116 128.219 145.27 127.788 144.482 128.045L145.411 130.897ZM148.276 126.796C147.49 127.058 147.064 127.907 147.326 128.693C147.587 129.479 148.436 129.904 149.222 129.643L148.276 126.796ZM153.008 128.371C153.792 128.105 154.213 127.254 153.946 126.469C153.68 125.685 152.829 125.264 152.044 125.531L153.008 128.371ZM155.828 124.234C155.045 124.505 154.63 125.359 154.901 126.142C155.172 126.925 156.026 127.34 156.809 127.069L155.828 124.234ZM160.588 125.748C161.369 125.472 161.779 124.615 161.503 123.834C161.228 123.053 160.371 122.643 159.59 122.919L160.588 125.748ZM163.341 121.582C162.561 121.862 162.157 122.722 162.437 123.501C162.718 124.28 163.577 124.685 164.357 124.404L163.341 121.582ZM168.132 123.033C168.91 122.747 169.309 121.886 169.024 121.108C168.738 120.33 167.876 119.931 167.099 120.216L168.132 123.033ZM170.822 118.837C170.046 119.127 169.652 119.992 169.942 120.768C170.233 121.544 171.097 121.938 171.873 121.648L170.822 118.837ZM175.636 120.227C176.41 119.932 176.799 119.066 176.504 118.292C176.209 117.517 175.342 117.129 174.568 117.424L175.636 120.227ZM178.286 115.995C177.513 116.294 177.13 117.163 177.43 117.936C177.73 118.708 178.599 119.091 179.371 118.791L178.286 115.995ZM183.098 117.331C183.869 117.027 184.246 116.155 183.942 115.385C183.637 114.614 182.766 114.237 181.995 114.541L183.098 117.331ZM185.708 113.06C184.94 113.369 184.568 114.243 184.877 115.011C185.187 115.78 186.061 116.152 186.829 115.842L185.708 113.06ZM190.516 114.343C191.283 114.029 191.649 113.153 191.335 112.386C191.02 111.62 190.144 111.253 189.378 111.568L190.516 114.343ZM193.087 110.031C192.323 110.351 191.962 111.23 192.282 111.994C192.601 112.758 193.48 113.119 194.244 112.799L193.087 110.031ZM197.92 111.248C198.682 110.923 199.037 110.042 198.712 109.28C198.388 108.518 197.507 108.163 196.744 108.488L197.92 111.248ZM200.419 106.907C199.659 107.237 199.311 108.121 199.641 108.881C199.971 109.641 200.854 109.989 201.614 109.659L200.419 106.907ZM205.281 108.052C206.038 107.717 206.381 106.831 206.045 106.073C205.71 105.316 204.824 104.973 204.067 105.309L205.281 108.052ZM207.703 103.684C206.948 104.024 206.612 104.913 206.953 105.668C207.293 106.423 208.182 106.759 208.937 106.418L207.703 103.684ZM212.593 104.752C213.345 104.405 213.675 103.515 213.328 102.762C212.982 102.009 212.091 101.68 211.338 102.027L212.593 104.752ZM214.935 100.354C214.185 100.706 213.863 101.6 214.215 102.35C214.567 103.099 215.461 103.422 216.211 103.07L214.935 100.354ZM219.853 101.341C220.6 100.983 220.915 100.087 220.557 99.34C220.198 98.593 219.302 98.2779 218.555 98.6362L219.853 101.341ZM222.114 96.9115C221.37 97.276 221.062 98.1745 221.426 98.9185C221.791 99.6624 222.689 99.9701 223.433 99.6056L222.114 96.9115ZM227.056 97.8112C227.797 97.4401 228.096 96.5389 227.725 95.7982C227.354 95.0575 226.453 94.7579 225.712 95.1289L227.056 97.8112ZM229.233 93.3449C228.496 93.7228 228.205 94.6267 228.583 95.364C228.96 96.1012 229.864 96.3926 230.602 96.0147L229.233 93.3449ZM234.196 94.1502C234.929 93.7651 235.212 92.8583 234.826 92.1248C234.441 91.3914 233.535 91.109 232.801 91.4942L234.196 94.1502ZM236.287 89.6405C235.558 90.0333 235.285 90.943 235.678 91.6724C236.07 92.4018 236.98 92.6747 237.71 92.2819L236.287 89.6405ZM241.261 90.3433C241.986 89.9422 242.249 89.0294 241.848 88.3046C241.447 87.5797 240.534 87.3172 239.809 87.7183L241.261 90.3433ZM243.262 85.7805C242.542 86.1904 242.291 87.1063 242.701 87.8262C243.11 88.5461 244.026 88.7974 244.746 88.3875L243.262 85.7805ZM248.234 86.3708C248.948 85.9512 249.187 85.032 248.768 84.3177C248.348 83.6034 247.429 83.3645 246.715 83.7841L248.234 86.3708ZM250.132 81.7426C249.424 82.1728 249.199 83.0955 249.629 83.8035C250.06 84.5114 250.982 84.7366 251.69 84.3064L250.132 81.7426ZM255.08 82.2086C255.781 81.7667 255.991 80.8404 255.549 80.1397C255.107 79.439 254.181 79.2291 253.48 79.671L255.08 82.2086ZM256.851 77.5003C256.159 77.9556 255.967 78.8858 256.423 79.5778C256.878 80.2699 257.808 80.4618 258.5 80.0065L256.851 77.5003ZM261.834 77.7612C262.515 77.2906 262.687 76.3564 262.216 75.6746C261.746 74.9929 260.811 74.8217 260.13 75.2922L261.834 77.7612ZM263.326 73.0251C262.657 73.5134 262.511 74.4518 262.999 75.121C263.487 75.7902 264.426 75.9368 265.095 75.4484L263.326 73.0251ZM268.357 72.9876C269.009 72.4775 269.125 71.5348 268.615 70.8821C268.105 70.2293 267.162 70.1138 266.509 70.624L268.357 72.9876ZM269.57 68.1309C268.939 68.6681 268.864 69.6149 269.401 70.2455C269.938 70.8761 270.885 70.9518 271.516 70.4145L269.57 68.1309ZM2 157C2.66383 157 3.32884 156.998 3.99498 156.993L3.97413 153.993C3.31488 153.998 2.65682 154 2 154V157ZM8.00523 156.938C9.34502 156.91 10.6891 156.874 12.0372 156.828L11.9363 153.83C10.6011 153.875 9.27014 153.911 7.94369 153.938L8.00523 156.938ZM16.0323 156.669C17.3677 156.607 18.7068 156.537 20.0493 156.459L19.8745 153.464C18.544 153.541 17.217 153.611 15.8939 153.672L16.0323 156.669ZM24.0529 156.201C25.3826 156.108 26.7154 156.007 28.0511 155.898L27.8076 152.908C26.483 153.016 25.1615 153.116 23.8431 153.209L24.0529 156.201ZM32.0625 155.55C33.3867 155.427 34.7135 155.297 36.0426 155.16L35.735 152.176C34.4163 152.312 33.0999 152.441 31.7863 152.562L32.0625 155.55ZM40.0364 154.728C41.3623 154.578 42.6903 154.42 44.02 154.256L43.6525 151.279C42.3324 151.442 41.0143 151.598 39.6984 151.747L40.0364 154.728ZM47.9943 153.746C49.3206 153.569 50.6486 153.386 51.9779 153.196L51.554 150.226C50.2338 150.415 48.9152 150.597 47.5982 150.772L47.9943 153.746ZM55.9361 152.613C57.2561 152.412 58.5773 152.206 59.8994 151.993L59.4225 149.031C58.109 149.242 56.7966 149.448 55.4853 149.647L55.9361 152.613ZM63.8581 151.338C65.1727 151.115 66.4879 150.885 67.8036 150.651L67.2766 147.697C65.969 147.931 64.662 148.158 63.3558 148.38L63.8581 151.338ZM71.7517 149.929C73.0633 149.684 74.3751 149.434 75.6869 149.178L75.1122 146.233C73.8081 146.488 72.5042 146.737 71.2005 146.98L71.7517 149.929ZM79.6173 148.394C80.9269 148.128 82.2363 147.857 83.5452 147.58L82.9252 144.645C81.6236 144.92 80.3217 145.19 79.0197 145.455L79.6173 148.394ZM87.4611 146.738C88.7658 146.452 90.0699 146.161 91.3732 145.866L90.7098 142.94C89.4136 143.234 88.1166 143.523 86.8191 143.807L87.4611 146.738ZM95.279 144.965C96.5795 144.661 97.8789 144.351 99.1771 144.037L98.4722 141.121C97.1807 141.434 95.8881 141.741 94.5946 142.044L95.279 144.965ZM103.068 143.082C104.365 142.759 105.661 142.432 106.954 142.1L106.209 139.194C104.922 139.524 103.633 139.85 102.343 140.171L103.068 143.082ZM110.832 141.092C112.124 140.752 113.413 140.407 114.701 140.058L113.917 137.163C112.636 137.509 111.353 137.852 110.067 138.191L110.832 141.092ZM118.569 138.998C119.856 138.641 121.14 138.279 122.422 137.914L121.601 135.029C120.325 135.392 119.047 135.752 117.766 136.107L118.569 138.998ZM126.274 136.805C127.558 136.43 128.84 136.052 130.118 135.67L129.26 132.796C127.988 133.176 126.712 133.552 125.434 133.925L126.274 136.805ZM133.945 134.515C135.227 134.124 136.507 133.729 137.783 133.33L136.889 130.467C135.619 130.863 134.345 131.256 133.069 131.646L133.945 134.515ZM141.6 132.126C142.874 131.72 144.145 131.31 145.411 130.897L144.482 128.045C143.221 128.456 141.957 128.863 140.688 129.268L141.6 132.126ZM149.222 129.643C150.489 129.222 151.751 128.798 153.008 128.371L152.044 125.531C150.792 125.955 149.536 126.377 148.276 126.796L149.222 129.643ZM156.809 127.069C158.074 126.631 159.334 126.191 160.588 125.748L159.59 122.919C158.341 123.36 157.087 123.798 155.828 124.234L156.809 127.069ZM164.357 124.404C165.621 123.95 166.879 123.492 168.132 123.033L167.099 120.216C165.852 120.674 164.599 121.129 163.341 121.582L164.357 124.404ZM171.873 121.648C173.133 121.176 174.388 120.703 175.636 120.227L174.568 117.424C173.326 117.897 172.077 118.368 170.822 118.837L171.873 121.648ZM179.371 118.791C180.62 118.306 181.863 117.82 183.098 117.331L181.995 114.541C180.766 115.027 179.529 115.512 178.286 115.995L179.371 118.791ZM186.829 115.842C188.066 115.344 189.295 114.844 190.516 114.343L189.378 111.568C188.162 112.066 186.939 112.564 185.708 113.06L186.829 115.842ZM194.244 112.799C195.478 112.283 196.704 111.766 197.92 111.248L196.744 108.488C195.534 109.003 194.315 109.518 193.087 110.031L194.244 112.799ZM201.614 109.659C202.846 109.124 204.068 108.588 205.281 108.052L204.067 105.309C202.861 105.842 201.645 106.375 200.419 106.907L201.614 109.659ZM208.937 106.418C210.167 105.863 211.385 105.308 212.593 104.752L211.338 102.027C210.138 102.579 208.926 103.132 207.703 103.684L208.937 106.418ZM216.211 103.07C217.438 102.493 218.652 101.917 219.853 101.341L218.555 98.6362C217.362 99.2086 216.155 99.7814 214.935 100.354L216.211 103.07ZM223.433 99.6056C224.656 99.0069 225.863 98.4086 227.056 97.8112L225.712 95.1289C224.528 95.7223 223.328 96.3166 222.114 96.9115L223.433 99.6056ZM230.602 96.0147C231.817 95.3919 233.015 94.7703 234.196 94.1502L232.801 91.4942C231.629 92.1096 230.44 92.7266 229.233 93.3449L230.602 96.0147ZM237.71 92.2819C238.914 91.6335 240.098 90.9872 241.261 90.3433L239.809 87.7183C238.656 88.3566 237.481 88.9974 236.287 89.6405L237.71 92.2819ZM244.746 88.3875C245.933 87.712 247.095 87.0396 248.234 86.3708L246.715 83.7841C245.588 84.4458 244.437 85.1115 243.262 85.7805L244.746 88.3875ZM251.69 84.3064C252.849 83.6024 253.979 82.9029 255.08 82.2086L253.48 79.671C252.393 80.3562 251.277 81.0469 250.132 81.7426L251.69 84.3064ZM258.5 80.0065C259.648 79.251 260.76 78.5023 261.834 77.7612L260.13 75.2922C259.075 76.02 257.982 76.7563 256.851 77.5003L258.5 80.0065ZM265.095 75.4484C266.234 74.6172 267.322 73.7965 268.357 72.9876L266.509 70.624C265.502 71.411 264.441 72.2117 263.326 73.0251L265.095 75.4484ZM271.516 70.4145C272.028 69.9781 272.523 69.5455 273.001 69.1169L270.999 66.8831C270.54 67.294 270.064 67.71 269.57 68.1309L271.516 70.4145Z" fill="#68C5ED"/>
                    <path d="M2 156.5C1.17157 156.5 0.5 155.828 0.5 155C0.5 154.172 1.17157 153.5 2 153.5V156.5ZM273.498 242.418C273.543 243.246 272.909 243.953 272.082 243.998L258.602 244.733C257.775 244.778 257.067 244.144 257.022 243.317C256.977 242.49 257.611 241.783 258.438 241.737L270.421 241.084L269.767 229.102C269.722 228.275 270.356 227.567 271.183 227.522C272.01 227.477 272.717 228.111 272.763 228.938L273.498 242.418ZM3.99498 153.507C4.82339 153.513 5.49027 154.189 5.48452 155.017C5.47876 155.846 4.80253 156.513 3.97413 156.507L3.99498 153.507ZM7.94369 156.562C7.11544 156.545 6.45778 155.859 6.47478 155.031C6.49177 154.203 7.17698 153.545 8.00523 153.562L7.94369 156.562ZM12.0372 153.672C12.8651 153.699 13.5137 154.393 13.4859 155.221C13.458 156.049 12.7642 156.698 11.9363 156.67L12.0372 153.672ZM15.8939 156.828C15.0663 156.79 14.4265 156.088 14.4647 155.26C14.5029 154.433 15.2047 153.793 16.0323 153.831L15.8939 156.828ZM20.0493 154.041C20.8763 154.09 21.5076 154.799 21.4594 155.626C21.4111 156.453 20.7016 157.085 19.8745 157.036L20.0493 154.041ZM23.8431 157.291C23.0167 157.233 22.3938 156.516 22.4517 155.69C22.5096 154.864 23.2265 154.241 24.0529 154.299L23.8431 157.291ZM28.0511 154.602C28.8767 154.669 29.4916 155.393 29.4244 156.218C29.3571 157.044 28.6333 157.659 27.8076 157.592L28.0511 154.602ZM31.7863 157.938C30.9614 157.861 30.3545 157.131 30.4307 156.306C30.507 155.481 31.2376 154.874 32.0625 154.95L31.7863 157.938ZM36.0426 155.34C36.8666 155.425 37.4658 156.161 37.3809 156.986C37.296 157.81 36.5591 158.409 35.735 158.324L36.0426 155.34ZM39.6984 158.753C38.8752 158.66 38.2836 157.917 38.3769 157.093C38.4703 156.27 39.2133 155.679 40.0364 155.772L39.6984 158.753ZM44.02 156.244C44.8422 156.345 45.4264 157.094 45.3249 157.916C45.2234 158.739 44.4746 159.323 43.6525 159.221L44.02 156.244ZM47.5982 159.728C46.777 159.618 46.2 158.864 46.3093 158.043C46.4187 157.222 47.1731 156.645 47.9943 156.754L47.5982 159.728ZM51.9779 157.304C52.798 157.421 53.3679 158.18 53.2509 159.001C53.1338 159.821 52.3741 160.391 51.554 160.274L51.9779 157.304ZM55.4853 160.853C54.6663 160.728 54.1033 159.964 54.2277 159.145C54.3522 158.326 55.1171 157.762 55.9361 157.887L55.4853 160.853ZM59.8994 158.507C60.7173 158.639 61.2735 159.409 61.1418 160.227C61.0102 161.044 60.2404 161.601 59.4225 161.469L59.8994 158.507ZM63.3558 162.12C62.5391 161.981 61.9894 161.207 62.1281 160.39C62.2669 159.573 63.0414 159.023 63.8581 159.162L63.3558 162.12ZM67.8036 159.849C68.6191 159.995 69.1623 160.774 69.0167 161.59C68.8712 162.405 68.0921 162.948 67.2766 162.803L67.8036 159.849ZM71.2005 163.52C70.3862 163.367 69.8494 162.584 70.0016 161.769C70.1538 160.955 70.9374 160.418 71.7517 160.571L71.2005 163.52ZM75.6869 161.322C76.4999 161.481 77.0304 162.269 76.8717 163.082C76.713 163.895 75.9253 164.426 75.1122 164.267L75.6869 161.322ZM79.0197 165.045C78.2079 164.88 77.6835 164.088 77.8486 163.277C78.0136 162.465 78.8055 161.941 79.6173 162.106L79.0197 165.045ZM83.5452 162.92C84.3558 163.091 84.874 163.887 84.7028 164.697C84.5316 165.508 83.7357 166.026 82.9252 165.855L83.5452 162.92ZM86.8191 166.693C86.0099 166.515 85.4976 165.716 85.6748 164.906C85.8521 164.097 86.6518 163.585 87.4611 163.762L86.8191 166.693ZM91.3732 164.634C92.1811 164.817 92.6875 165.621 92.5044 166.429C92.3212 167.237 91.5177 167.743 90.7098 167.56L91.3732 164.634ZM94.5946 168.456C93.788 168.267 93.2873 167.459 93.4763 166.653C93.6653 165.846 94.4724 165.346 95.279 165.535L94.5946 168.456ZM99.1771 166.463C99.9824 166.657 100.477 167.468 100.283 168.273C100.088 169.078 99.2774 169.573 98.4722 169.379L99.1771 166.463ZM102.343 170.329C101.539 170.128 101.049 169.314 101.25 168.51C101.45 167.707 102.264 167.217 103.068 167.418L102.343 170.329ZM106.954 168.4C107.757 168.606 108.241 169.423 108.035 170.226C107.829 171.028 107.012 171.512 106.209 171.306L106.954 168.4ZM110.067 172.309C109.266 172.098 108.788 171.277 108.999 170.476C109.21 169.675 110.031 169.197 110.832 169.408L110.067 172.309ZM114.701 170.442C115.501 170.658 115.974 171.482 115.757 172.281C115.541 173.081 114.717 173.554 113.917 173.337L114.701 170.442ZM117.766 174.393C116.968 174.171 116.5 173.344 116.722 172.546C116.944 171.748 117.77 171.28 118.569 171.502L117.766 174.393ZM122.422 172.586C123.219 172.812 123.681 173.642 123.454 174.439C123.227 175.236 122.398 175.698 121.601 175.471L122.422 172.586ZM125.434 176.575C124.639 176.344 124.182 175.511 124.414 174.716C124.646 173.92 125.479 173.463 126.274 173.695L125.434 176.575ZM130.118 174.83C130.912 175.067 131.364 175.902 131.127 176.696C130.89 177.49 130.054 177.941 129.26 177.704L130.118 174.83ZM133.069 178.854C132.276 178.612 131.83 177.774 132.072 176.981C132.314 176.189 133.152 175.743 133.945 175.985L133.069 178.854ZM137.783 177.17C138.573 177.416 139.014 178.258 138.767 179.048C138.521 179.839 137.679 180.28 136.889 180.033L137.783 177.17ZM140.688 181.232C139.899 180.98 139.463 180.137 139.715 179.347C139.967 178.558 140.81 178.122 141.6 178.374L140.688 181.232ZM145.411 179.603C146.199 179.859 146.63 180.706 146.373 181.493C146.116 182.281 145.27 182.712 144.482 182.455L145.411 179.603ZM148.276 183.704C147.49 183.442 147.064 182.593 147.326 181.807C147.587 181.021 148.436 180.596 149.222 180.857L148.276 183.704ZM153.008 182.129C153.792 182.395 154.213 183.246 153.946 184.031C153.68 184.815 152.829 185.236 152.044 184.969L153.008 182.129ZM155.828 186.266C155.045 185.995 154.63 185.141 154.901 184.358C155.172 183.575 156.026 183.16 156.809 183.431L155.828 186.266ZM160.588 184.752C161.369 185.028 161.779 185.885 161.503 186.666C161.228 187.447 160.371 187.857 159.59 187.581L160.588 184.752ZM163.341 188.918C162.561 188.638 162.157 187.778 162.437 186.999C162.718 186.22 163.577 185.815 164.357 186.096L163.341 188.918ZM168.132 187.467C168.91 187.753 169.309 188.614 169.024 189.392C168.738 190.17 167.876 190.569 167.099 190.284L168.132 187.467ZM170.822 191.663C170.046 191.373 169.652 190.508 169.942 189.732C170.233 188.956 171.097 188.562 171.873 188.852L170.822 191.663ZM175.636 190.273C176.41 190.568 176.799 191.434 176.504 192.208C176.209 192.983 175.342 193.371 174.568 193.076L175.636 190.273ZM178.286 194.505C177.513 194.206 177.13 193.337 177.43 192.564C177.73 191.792 178.599 191.409 179.371 191.709L178.286 194.505ZM183.098 193.169C183.869 193.473 184.246 194.345 183.942 195.115C183.637 195.886 182.766 196.263 181.995 195.959L183.098 193.169ZM185.708 197.44C184.94 197.131 184.568 196.257 184.877 195.489C185.187 194.72 186.061 194.348 186.829 194.658L185.708 197.44ZM190.516 196.157C191.283 196.471 191.649 197.347 191.335 198.114C191.02 198.88 190.144 199.247 189.378 198.932L190.516 196.157ZM193.087 200.469C192.323 200.149 191.962 199.27 192.282 198.506C192.601 197.742 193.48 197.381 194.244 197.701L193.087 200.469ZM197.92 199.252C198.682 199.577 199.037 200.458 198.712 201.22C198.388 201.982 197.507 202.337 196.744 202.012L197.92 199.252ZM200.419 203.593C199.659 203.263 199.311 202.379 199.641 201.619C199.971 200.859 200.854 200.511 201.614 200.841L200.419 203.593ZM205.281 202.448C206.038 202.783 206.381 203.669 206.045 204.427C205.71 205.184 204.824 205.527 204.067 205.191L205.281 202.448ZM207.703 206.816C206.948 206.476 206.612 205.587 206.953 204.832C207.293 204.077 208.182 203.741 208.937 204.082L207.703 206.816ZM212.593 205.748C213.345 206.095 213.675 206.985 213.328 207.738C212.982 208.491 212.091 208.82 211.338 208.473L212.593 205.748ZM214.935 210.146C214.185 209.794 213.863 208.9 214.215 208.15C214.567 207.401 215.461 207.078 216.211 207.43L214.935 210.146ZM219.853 209.159C220.6 209.517 220.915 210.413 220.557 211.16C220.198 211.907 219.302 212.222 218.555 211.864L219.853 209.159ZM222.114 213.588C221.37 213.224 221.062 212.325 221.426 211.582C221.791 210.838 222.689 210.53 223.433 210.894L222.114 213.588ZM227.056 212.689C227.797 213.06 228.096 213.961 227.725 214.702C227.354 215.442 226.453 215.742 225.712 215.371L227.056 212.689ZM229.233 217.155C228.496 216.777 228.205 215.873 228.583 215.136C228.96 214.399 229.864 214.107 230.602 214.485L229.233 217.155ZM234.196 216.35C234.929 216.735 235.212 217.642 234.826 218.375C234.441 219.109 233.535 219.391 232.801 219.006L234.196 216.35ZM236.287 220.859C235.558 220.467 235.285 219.557 235.678 218.828C236.07 218.098 236.98 217.825 237.71 218.218L236.287 220.859ZM241.261 220.157C241.986 220.558 242.249 221.471 241.848 222.195C241.447 222.92 240.534 223.183 239.809 222.782L241.261 220.157ZM243.262 224.719C242.542 224.31 242.291 223.394 242.701 222.674C243.11 221.954 244.026 221.703 244.746 222.112L243.262 224.719ZM248.234 224.129C248.948 224.549 249.187 225.468 248.768 226.182C248.348 226.897 247.429 227.136 246.715 226.716L248.234 224.129ZM250.132 228.757C249.424 228.327 249.199 227.405 249.629 226.697C250.06 225.989 250.982 225.763 251.69 226.194L250.132 228.757ZM255.08 228.291C255.781 228.733 255.991 229.66 255.549 230.36C255.107 231.061 254.181 231.271 253.48 230.829L255.08 228.291ZM256.851 233C256.159 232.544 255.967 231.614 256.423 230.922C256.878 230.23 257.808 230.038 258.5 230.494L256.851 233ZM261.834 232.739C262.515 233.209 262.687 234.144 262.216 234.825C261.746 235.507 260.811 235.678 260.13 235.208L261.834 232.739ZM263.326 237.475C262.657 236.987 262.511 236.048 262.999 235.379C263.487 234.71 264.426 234.563 265.095 235.052L263.326 237.475ZM268.357 237.512C269.009 238.023 269.125 238.965 268.615 239.618C268.105 240.271 267.162 240.386 266.509 239.876L268.357 237.512ZM269.57 242.369C268.939 241.832 268.864 240.885 269.401 240.255C269.938 239.624 270.885 239.548 271.516 240.085L269.57 242.369ZM2 153.5C2.66383 153.5 3.32884 153.502 3.99498 153.507L3.97413 156.507C3.31488 156.502 2.65682 156.5 2 156.5V153.5ZM8.00523 153.562C9.34502 153.59 10.6891 153.626 12.0372 153.672L11.9363 156.67C10.6011 156.625 9.27014 156.589 7.94369 156.562L8.00523 153.562ZM16.0323 153.831C17.3677 153.893 18.7068 153.963 20.0493 154.041L19.8745 157.036C18.544 156.959 17.217 156.889 15.8939 156.828L16.0323 153.831ZM24.0529 154.299C25.3826 154.392 26.7154 154.493 28.0511 154.602L27.8076 157.592C26.483 157.484 25.1615 157.384 23.8431 157.291L24.0529 154.299ZM32.0625 154.95C33.3867 155.073 34.7135 155.203 36.0426 155.34L35.735 158.324C34.4163 158.188 33.0999 158.059 31.7863 157.938L32.0625 154.95ZM40.0364 155.772C41.3623 155.922 42.6903 156.08 44.02 156.244L43.6525 159.221C42.3324 159.058 41.0143 158.902 39.6984 158.753L40.0364 155.772ZM47.9943 156.754C49.3206 156.931 50.6486 157.114 51.9779 157.304L51.554 160.274C50.2338 160.085 48.9152 159.903 47.5982 159.728L47.9943 156.754ZM55.9361 157.887C57.2561 158.088 58.5773 158.294 59.8994 158.507L59.4225 161.469C58.109 161.258 56.7966 161.052 55.4853 160.853L55.9361 157.887ZM63.8581 159.162C65.1727 159.385 66.4879 159.615 67.8036 159.849L67.2766 162.803C65.969 162.569 64.662 162.342 63.3558 162.12L63.8581 159.162ZM71.7517 160.571C73.0633 160.816 74.3751 161.066 75.6869 161.322L75.1122 164.267C73.8081 164.012 72.5042 163.763 71.2005 163.52L71.7517 160.571ZM79.6173 162.106C80.9269 162.372 82.2363 162.643 83.5452 162.92L82.9252 165.855C81.6236 165.58 80.3217 165.31 79.0197 165.045L79.6173 162.106ZM87.4611 163.762C88.7658 164.048 90.0699 164.339 91.3732 164.634L90.7098 167.56C89.4136 167.266 88.1166 166.977 86.8191 166.693L87.4611 163.762ZM95.279 165.535C96.5795 165.839 97.8789 166.149 99.1771 166.463L98.4722 169.379C97.1807 169.066 95.8881 168.759 94.5946 168.456L95.279 165.535ZM103.068 167.418C104.365 167.741 105.661 168.068 106.954 168.4L106.209 171.306C104.922 170.976 103.633 170.65 102.343 170.329L103.068 167.418ZM110.832 169.408C112.124 169.748 113.413 170.093 114.701 170.442L113.917 173.337C112.636 172.991 111.353 172.648 110.067 172.309L110.832 169.408ZM118.569 171.502C119.856 171.859 121.14 172.221 122.422 172.586L121.601 175.471C120.325 175.108 119.047 174.748 117.766 174.393L118.569 171.502ZM126.274 173.695C127.558 174.07 128.84 174.448 130.118 174.83L129.26 177.704C127.988 177.324 126.712 176.948 125.434 176.575L126.274 173.695ZM133.945 175.985C135.227 176.376 136.507 176.771 137.783 177.17L136.889 180.033C135.619 179.637 134.345 179.244 133.069 178.854L133.945 175.985ZM141.6 178.374C142.874 178.78 144.145 179.19 145.411 179.603L144.482 182.455C143.221 182.044 141.957 181.637 140.688 181.232L141.6 178.374ZM149.222 180.857C150.489 181.278 151.751 181.702 153.008 182.129L152.044 184.969C150.792 184.545 149.536 184.123 148.276 183.704L149.222 180.857ZM156.809 183.431C158.074 183.869 159.334 184.309 160.588 184.752L159.59 187.581C158.341 187.14 157.087 186.702 155.828 186.266L156.809 183.431ZM164.357 186.096C165.621 186.55 166.879 187.008 168.132 187.467L167.099 190.284C165.852 189.826 164.599 189.371 163.341 188.918L164.357 186.096ZM171.873 188.852C173.133 189.324 174.388 189.797 175.636 190.273L174.568 193.076C173.326 192.603 172.077 192.132 170.822 191.663L171.873 188.852ZM179.371 191.709C180.62 192.194 181.863 192.68 183.098 193.169L181.995 195.959C180.766 195.473 179.529 194.988 178.286 194.505L179.371 191.709ZM186.829 194.658C188.066 195.156 189.295 195.656 190.516 196.157L189.378 198.932C188.162 198.434 186.939 197.936 185.708 197.44L186.829 194.658ZM194.244 197.701C195.478 198.217 196.704 198.734 197.92 199.252L196.744 202.012C195.534 201.497 194.315 200.982 193.087 200.469L194.244 197.701ZM201.614 200.841C202.846 201.376 204.068 201.912 205.281 202.448L204.067 205.191C202.861 204.658 201.645 204.125 200.419 203.593L201.614 200.841ZM208.937 204.082C210.167 204.637 211.385 205.192 212.593 205.748L211.338 208.473C210.138 207.921 208.926 207.368 207.703 206.816L208.937 204.082ZM216.211 207.43C217.438 208.007 218.652 208.583 219.853 209.159L218.555 211.864C217.362 211.291 216.155 210.719 214.935 210.146L216.211 207.43ZM223.433 210.894C224.656 211.493 225.863 212.091 227.056 212.689L225.712 215.371C224.528 214.778 223.328 214.183 222.114 213.588L223.433 210.894ZM230.602 214.485C231.817 215.108 233.015 215.73 234.196 216.35L232.801 219.006C231.629 218.39 230.44 217.773 229.233 217.155L230.602 214.485ZM237.71 218.218C238.914 218.866 240.098 219.513 241.261 220.157L239.809 222.782C238.656 222.143 237.481 221.503 236.287 220.859L237.71 218.218ZM244.746 222.112C245.933 222.788 247.095 223.46 248.234 224.129L246.715 226.716C245.588 226.054 244.437 225.389 243.262 224.719L244.746 222.112ZM251.69 226.194C252.849 226.898 253.979 227.597 255.08 228.291L253.48 230.829C252.393 230.144 251.277 229.453 250.132 228.757L251.69 226.194ZM258.5 230.494C259.648 231.249 260.76 231.998 261.834 232.739L260.13 235.208C259.075 234.48 257.982 233.744 256.851 233L258.5 230.494ZM265.095 235.052C266.234 235.883 267.322 236.703 268.357 237.512L266.509 239.876C265.502 239.089 264.441 238.288 263.326 237.475L265.095 235.052ZM271.516 240.085C272.028 240.522 272.523 240.955 273.001 241.383L270.999 243.617C270.54 243.206 270.064 242.79 269.57 242.369L271.516 240.085Z" fill="#68C5ED"/>
                    <path d="M2 153.5C1.17157 153.5 0.5 154.172 0.5 155C0.5 155.828 1.17157 156.5 2 156.5V153.5ZM268.91 131.512C269.193 130.733 268.79 129.873 268.012 129.59L255.321 124.985C254.542 124.703 253.682 125.105 253.399 125.884C253.117 126.663 253.519 127.523 254.298 127.806L265.578 131.898L261.485 143.179C261.203 143.958 261.605 144.818 262.384 145.101C263.163 145.383 264.023 144.981 264.306 144.202L268.91 131.512ZM4.02424 156.499C4.85266 156.499 5.52377 155.827 5.5232 154.998C5.52262 154.17 4.85058 153.499 4.02215 153.499L4.02424 156.499ZM8.07363 153.494C7.2452 153.495 6.57503 154.168 6.57677 154.997C6.5785 155.825 7.25148 156.495 8.0799 156.494L8.07363 153.494ZM12.1443 156.482C12.9727 156.479 13.6419 155.805 13.639 154.977C13.6361 154.149 12.9622 153.479 12.1338 153.482L12.1443 156.482ZM16.1825 153.465C15.3541 153.469 14.6858 154.144 14.6899 154.973C14.6939 155.801 15.3688 156.469 16.1972 156.465L16.1825 153.465ZM20.2566 156.442C21.085 156.437 21.7523 155.761 21.7471 154.933C21.7418 154.104 21.066 153.437 20.2376 153.442L20.2566 156.442ZM24.2922 153.414C23.4638 153.42 22.7974 154.097 22.8039 154.925C22.8103 155.754 23.4871 156.42 24.3155 156.414L24.2922 153.414ZM28.3724 156.379C29.2008 156.371 29.8661 155.694 29.8584 154.865C29.8508 154.037 29.173 153.372 28.3446 153.379L28.3724 156.379ZM32.4004 153.339C31.572 153.348 30.9077 154.026 30.9166 154.855C30.9254 155.683 31.6042 156.348 32.4326 156.339L32.4004 153.339ZM36.4895 156.292C37.3179 156.282 37.9812 155.602 37.9711 154.774C37.961 153.946 37.2813 153.282 36.4529 153.292L36.4895 156.292ZM40.5063 153.24C39.678 153.251 39.0157 153.932 39.027 154.76C39.0384 155.589 39.7191 156.251 40.5475 156.24L40.5063 153.24ZM44.606 156.181C45.4343 156.168 46.0956 155.486 46.0829 154.658C46.0703 153.83 45.3886 153.169 44.5602 153.181L44.606 156.181ZM48.6137 153.116C47.7854 153.13 47.1252 153.813 47.1391 154.641C47.153 155.47 47.8358 156.13 48.6641 156.116L48.6137 153.116ZM52.7204 156.045C53.5487 156.029 54.2078 155.346 54.1926 154.517C54.1774 153.689 53.4936 153.03 52.6653 153.045L52.7204 156.045ZM56.7206 152.967C55.8923 152.984 55.2343 153.669 55.2508 154.497C55.2673 155.325 55.9522 155.983 56.7804 155.967L56.7206 152.967ZM60.8372 155.883C61.6655 155.865 62.3224 155.179 62.3045 154.351C62.2866 153.522 61.6007 152.865 60.7725 152.883L60.8372 155.883ZM64.8247 152.792C63.9965 152.812 63.3407 153.499 63.3599 154.327C63.3792 155.155 64.0662 155.811 64.8944 155.792L64.8247 152.792ZM68.9541 155.694C69.7823 155.673 70.4369 154.985 70.4163 154.157C70.3956 153.329 69.7075 152.674 68.8794 152.695L68.9541 155.694ZM72.9268 152.591C72.0987 152.613 71.4452 153.302 71.4673 154.13C71.4893 154.958 72.1785 155.612 73.0067 155.589L72.9268 152.591ZM77.069 155.478C77.897 155.454 78.5493 154.764 78.5258 153.936C78.5023 153.108 77.8119 152.455 76.9838 152.479L77.069 155.478ZM81.0341 152.36C80.2061 152.385 79.5551 153.077 79.5801 153.905C79.605 154.733 80.2966 155.384 81.1246 155.359L81.0341 152.36ZM85.1799 155.233C86.0079 155.207 86.6577 154.514 86.6312 153.686C86.6047 152.858 85.912 152.208 85.084 152.235L85.1799 155.233ZM89.1394 152.101C88.3115 152.129 87.663 152.823 87.691 153.651C87.7191 154.479 88.413 155.127 89.2409 155.099L89.1394 152.101ZM93.2892 154.958C94.1171 154.929 94.7643 154.234 94.7347 153.406C94.705 152.578 94.0099 151.931 93.182 151.96L93.2892 154.958ZM97.2408 151.811C96.413 151.842 95.7672 152.539 95.7984 153.367C95.8297 154.194 96.5261 154.84 97.3539 154.809L97.2408 151.811ZM101.407 154.652C102.235 154.619 102.88 153.921 102.847 153.094C102.814 152.266 102.116 151.621 101.288 151.654L101.407 154.652ZM105.337 151.489C104.509 151.524 103.866 152.223 103.901 153.051C103.935 153.878 104.634 154.521 105.462 154.487L105.337 151.489ZM109.523 154.313C110.35 154.276 110.992 153.576 110.955 152.748C110.919 151.921 110.219 151.279 109.391 151.315L109.523 154.313ZM113.426 151.134C112.599 151.172 111.959 151.874 111.997 152.701C112.035 153.529 112.737 154.169 113.565 154.131L113.426 151.134ZM117.634 153.938C118.461 153.898 119.1 153.195 119.06 152.368C119.02 151.54 118.316 150.902 117.489 150.942L117.634 153.938ZM121.53 150.742C120.703 150.784 120.066 151.488 120.108 152.316C120.15 153.143 120.855 153.78 121.682 153.738L121.53 150.742ZM125.739 153.527C126.567 153.484 127.202 152.777 127.158 151.95C127.114 151.123 126.408 150.488 125.58 150.532L125.739 153.527ZM129.629 150.312C128.802 150.358 128.169 151.065 128.215 151.893C128.261 152.72 128.969 153.353 129.796 153.307L129.629 150.312ZM133.839 153.077C134.666 153.029 135.297 152.32 135.249 151.493C135.201 150.666 134.492 150.034 133.665 150.082L133.839 153.077ZM137.723 149.841C136.896 149.891 136.267 150.602 136.317 151.429C136.367 152.256 137.078 152.886 137.905 152.836L137.723 149.841ZM141.942 152.585C142.768 152.532 143.396 151.819 143.344 150.993C143.291 150.166 142.578 149.538 141.751 149.591L141.942 152.585ZM145.81 149.327C144.984 149.382 144.358 150.097 144.413 150.923C144.468 151.75 145.182 152.375 146.009 152.321L145.81 149.327ZM150.053 152.046C150.879 151.989 151.503 151.272 151.446 150.446C151.388 149.619 150.672 148.996 149.845 149.053L150.053 152.046ZM153.89 148.766C153.064 148.826 152.443 149.545 152.503 150.371C152.563 151.197 153.281 151.818 154.107 151.759L153.89 148.766ZM158.159 151.458C158.985 151.396 159.604 150.675 159.542 149.849C159.479 149.023 158.759 148.404 157.933 148.467L158.159 151.458ZM161.963 148.155C161.137 148.22 160.521 148.943 160.586 149.769C160.652 150.594 161.374 151.211 162.2 151.146L161.963 148.155ZM166.26 150.817C167.086 150.749 167.7 150.024 167.631 149.199C167.563 148.373 166.839 147.759 166.013 147.827L166.26 150.817ZM170.029 147.488C169.204 147.559 168.592 148.286 168.664 149.112C168.735 149.937 169.462 150.548 170.287 150.477L170.029 147.488ZM174.355 150.118C175.181 150.043 175.789 149.314 175.714 148.489C175.64 147.664 174.911 147.055 174.086 147.13L174.355 150.118ZM178.092 146.76C177.268 146.838 176.662 147.569 176.74 148.394C176.818 149.219 177.55 149.824 178.374 149.747L178.092 146.76ZM182.445 149.353C183.269 149.272 183.872 148.538 183.79 147.713C183.709 146.889 182.974 146.286 182.15 146.368L182.445 149.353ZM186.156 145.963C185.332 146.048 184.733 146.785 184.818 147.609C184.904 148.433 185.641 149.032 186.465 148.947L186.156 145.963ZM190.529 148.517C191.352 148.428 191.948 147.688 191.858 146.864C191.769 146.04 191.029 145.445 190.206 145.534L190.529 148.517ZM194.208 145.09C193.385 145.184 192.793 145.927 192.887 146.75C192.98 147.573 193.723 148.165 194.546 148.071L194.208 145.09ZM198.606 147.599C199.429 147.501 200.016 146.755 199.918 145.932C199.82 145.109 199.074 144.522 198.251 144.62L198.606 147.599ZM202.244 144.133C201.422 144.235 200.839 144.985 200.942 145.807C201.045 146.629 201.795 147.212 202.617 147.109L202.244 144.133ZM206.675 146.589C207.496 146.48 208.075 145.727 207.966 144.906C207.858 144.084 207.105 143.506 206.284 143.614L206.675 146.589ZM210.26 143.077C209.44 143.191 208.867 143.948 208.98 144.769C209.094 145.589 209.851 146.163 210.672 146.049L210.26 143.077ZM214.733 145.471C215.552 145.351 216.12 144.59 216 143.77C215.88 142.95 215.119 142.383 214.299 142.503L214.733 145.471ZM218.272 141.906C217.453 142.032 216.892 142.799 217.018 143.617C217.144 144.436 217.91 144.997 218.729 144.871L218.272 141.906ZM222.772 144.229C223.59 144.095 224.144 143.324 224.011 142.506C223.877 141.689 223.106 141.134 222.288 141.268L222.772 144.229ZM226.266 140.598C225.45 140.74 224.903 141.516 225.045 142.332C225.187 143.149 225.963 143.695 226.779 143.554L226.266 140.598ZM230.782 142.838C231.597 142.687 232.135 141.905 231.985 141.09C231.834 140.275 231.052 139.737 230.237 139.887L230.782 142.838ZM234.222 139.127C233.409 139.288 232.88 140.076 233.04 140.889C233.201 141.702 233.99 142.231 234.802 142.071L234.222 139.127ZM238.767 141.261C239.578 141.09 240.096 140.294 239.925 139.483C239.754 138.673 238.958 138.155 238.147 138.326L238.767 141.261ZM242.106 137.458C241.298 137.642 240.792 138.446 240.976 139.253C241.16 140.061 241.964 140.567 242.772 140.383L242.106 137.458ZM246.756 139.439C247.56 139.241 248.051 138.428 247.853 137.623C247.654 136.819 246.842 136.328 246.037 136.526L246.756 139.439ZM249.915 135.528C249.115 135.743 248.641 136.566 248.856 137.366C249.071 138.166 249.894 138.64 250.694 138.425L249.915 135.528ZM254.624 137.316C255.418 137.081 255.872 136.247 255.636 135.452C255.401 134.658 254.567 134.205 253.772 134.44L254.624 137.316ZM257.623 133.238C256.836 133.497 256.408 134.345 256.668 135.132C256.927 135.919 257.775 136.346 258.562 136.087L257.623 133.238ZM262.453 134.723C263.229 134.434 263.623 133.57 263.334 132.794C263.044 132.017 262.18 131.623 261.404 131.913L262.453 134.723ZM265.101 130.432C264.341 130.76 263.99 131.643 264.318 132.404C264.646 133.164 265.528 133.515 266.289 133.187L265.101 130.432ZM2 156.5C2.67432 156.5 3.34908 156.5 4.02424 156.499L4.02215 153.499C3.34769 153.5 2.67363 153.5 2 153.5V156.5ZM8.0799 156.494C9.4333 156.491 10.7881 156.487 12.1443 156.482L12.1338 153.482C10.7791 153.487 9.42562 153.491 8.07363 153.494L8.0799 156.494ZM16.1972 156.465C17.5493 156.459 18.9025 156.451 20.2566 156.442L20.2376 153.442C18.8849 153.451 17.5332 153.459 16.1825 153.465L16.1972 156.465ZM24.3155 156.414C25.6671 156.403 27.0195 156.392 28.3724 156.379L28.3446 153.379C26.9932 153.392 25.6423 153.403 24.2922 153.414L24.3155 156.414ZM32.4326 156.339C33.7845 156.324 35.1369 156.309 36.4895 156.292L36.4529 153.292C35.1018 153.309 33.7509 153.324 32.4004 153.339L32.4326 156.339ZM40.5475 156.24C41.9003 156.221 43.2532 156.201 44.606 156.181L44.5602 153.181C43.209 153.202 41.8577 153.221 40.5063 153.24L40.5475 156.24ZM48.6641 156.116C50.0166 156.093 51.3687 156.069 52.7204 156.045L52.6653 153.045C51.3152 153.07 49.9646 153.094 48.6137 153.116L48.6641 156.116ZM56.7804 155.967C58.1334 155.94 59.4857 155.912 60.8372 155.883L60.7725 152.883C59.4226 152.912 58.0719 152.94 56.7206 152.967L56.7804 155.967ZM64.8944 155.792C66.2487 155.76 67.602 155.728 68.9541 155.694L68.8794 152.695C67.529 152.729 66.1773 152.761 64.8247 152.792L64.8944 155.792ZM73.0067 155.589C74.3622 155.553 75.7164 155.516 77.069 155.478L76.9838 152.479C75.633 152.517 74.2806 152.555 72.9268 152.591L73.0067 155.589ZM81.1246 155.359C82.4782 155.318 83.83 155.276 85.1799 155.233L85.084 152.235C83.7359 152.278 82.3859 152.32 81.0341 152.36L81.1246 155.359ZM89.2409 155.099C90.5926 155.054 91.942 155.007 93.2892 154.958L93.182 151.96C91.8367 152.008 90.4891 152.055 89.1394 152.101L89.2409 155.099ZM97.3539 154.809C98.7077 154.758 100.059 154.706 101.407 154.652L101.288 151.654C99.9418 151.708 98.5926 151.76 97.2408 151.811L97.3539 154.809ZM105.462 154.487C106.819 154.43 108.172 154.372 109.523 154.313L109.391 151.315C108.043 151.375 106.691 151.433 105.337 151.489L105.462 154.487ZM113.565 154.131C114.924 154.068 116.281 154.004 117.634 153.938L117.489 150.942C116.138 151.007 114.784 151.071 113.426 151.134L113.565 154.131ZM121.682 153.738C123.038 153.669 124.391 153.599 125.739 153.527L125.58 150.532C124.234 150.603 122.884 150.673 121.53 150.742L121.682 153.738ZM129.796 153.307C131.148 153.232 132.496 153.155 133.839 153.077L133.665 150.082C132.324 150.16 130.979 150.237 129.629 150.312L129.796 153.307ZM137.905 152.836C139.256 152.754 140.601 152.67 141.942 152.585L141.751 149.591C140.414 149.676 139.071 149.759 137.723 149.841L137.905 152.836ZM146.009 152.321C147.363 152.231 148.711 152.139 150.053 152.046L149.845 149.053C148.506 149.146 147.161 149.237 145.81 149.327L146.009 152.321ZM154.107 151.759C155.464 151.66 156.815 151.56 158.159 151.458L157.933 148.467C156.592 148.568 155.244 148.668 153.89 148.766L154.107 151.759ZM162.2 151.146C163.56 151.038 164.914 150.929 166.26 150.817L166.013 147.827C164.67 147.938 163.32 148.048 161.963 148.155L162.2 151.146ZM170.287 150.477C171.651 150.359 173.007 150.239 174.355 150.118L174.086 147.13C172.742 147.251 171.389 147.371 170.029 147.488L170.287 150.477ZM178.374 149.747C179.74 149.618 181.097 149.486 182.445 149.353L182.15 146.368C180.807 146.501 179.454 146.631 178.092 146.76L178.374 149.747ZM186.465 148.947C187.83 148.806 189.184 148.662 190.529 148.517L190.206 145.534C188.866 145.679 187.516 145.822 186.156 145.963L186.465 148.947ZM194.546 148.071C195.911 147.916 197.264 147.759 198.606 147.599L198.251 144.62C196.915 144.779 195.567 144.936 194.208 145.09L194.546 148.071ZM202.617 147.109C203.983 146.938 205.335 146.765 206.675 146.589L206.284 143.614C204.951 143.79 203.604 143.962 202.244 144.133L202.617 147.109ZM210.672 146.049C212.041 145.859 213.394 145.667 214.733 145.471L214.299 142.503C212.968 142.697 211.622 142.889 210.26 143.077L210.672 146.049ZM218.729 144.871C220.094 144.66 221.442 144.446 222.772 144.229L222.288 141.268C220.967 141.484 219.628 141.697 218.272 141.906L218.729 144.871ZM226.779 143.554C228.134 143.319 229.468 143.08 230.782 142.838L230.237 139.887C228.935 140.128 227.611 140.365 226.266 140.598L226.779 143.554ZM234.802 142.071C236.148 141.805 237.47 141.535 238.767 141.261L238.147 138.326C236.864 138.597 235.555 138.864 234.222 139.127L234.802 142.071ZM242.772 140.383C244.13 140.074 245.459 139.759 246.756 139.439L246.037 136.526C244.758 136.842 243.448 137.152 242.106 137.458L242.772 140.383ZM250.694 138.425C252.043 138.062 253.353 137.693 254.624 137.316L253.772 134.44C252.527 134.808 251.241 135.171 249.915 135.528L250.694 138.425ZM258.562 136.087C259.912 135.641 261.209 135.187 262.453 134.723L261.404 131.913C260.2 132.362 258.939 132.803 257.623 133.238L258.562 136.087ZM266.289 133.187C266.922 132.914 267.538 132.638 268.135 132.359L266.865 129.641C266.296 129.907 265.708 130.171 265.101 130.432L266.289 133.187Z" fill="#68C5ED"/>
                    <path d="M2 157C1.17157 157 0.5 156.328 0.5 155.5C0.5 154.672 1.17157 154 2 154V157ZM268.91 178.988C269.193 179.767 268.79 180.627 268.012 180.91L255.321 185.515C254.542 185.797 253.682 185.395 253.399 184.616C253.117 183.837 253.519 182.977 254.298 182.694L265.578 178.602L261.485 167.321C261.203 166.542 261.605 165.682 262.384 165.399C263.163 165.117 264.023 165.519 264.306 166.298L268.91 178.988ZM4.02424 154.001C4.85266 154.001 5.52377 154.673 5.5232 155.502C5.52262 156.33 4.85058 157.001 4.02215 157.001L4.02424 154.001ZM8.07363 157.006C7.2452 157.005 6.57503 156.332 6.57677 155.503C6.5785 154.675 7.25148 154.005 8.0799 154.006L8.07363 157.006ZM12.1443 154.018C12.9727 154.021 13.6419 154.695 13.639 155.523C13.6361 156.351 12.9622 157.021 12.1338 157.018L12.1443 154.018ZM16.1825 157.035C15.3541 157.031 14.6858 156.356 14.6899 155.527C14.6939 154.699 15.3688 154.031 16.1972 154.035L16.1825 157.035ZM20.2566 154.058C21.085 154.063 21.7523 154.739 21.7471 155.567C21.7418 156.396 21.066 157.063 20.2376 157.058L20.2566 154.058ZM24.2922 157.086C23.4638 157.08 22.7974 156.403 22.8039 155.575C22.8103 154.746 23.4871 154.08 24.3155 154.086L24.2922 157.086ZM28.3724 154.121C29.2008 154.129 29.8661 154.806 29.8584 155.635C29.8508 156.463 29.173 157.128 28.3446 157.121L28.3724 154.121ZM32.4004 157.161C31.572 157.152 30.9077 156.474 30.9166 155.645C30.9254 154.817 31.6042 154.152 32.4326 154.161L32.4004 157.161ZM36.4895 154.208C37.3179 154.218 37.9812 154.898 37.9711 155.726C37.961 156.554 37.2813 157.218 36.4529 157.208L36.4895 154.208ZM40.5063 157.26C39.678 157.249 39.0157 156.568 39.027 155.74C39.0384 154.911 39.7191 154.249 40.5475 154.26L40.5063 157.26ZM44.606 154.319C45.4343 154.332 46.0956 155.014 46.0829 155.842C46.0703 156.67 45.3886 157.331 44.5602 157.319L44.606 154.319ZM48.6137 157.384C47.7854 157.37 47.1252 156.687 47.1391 155.859C47.153 155.03 47.8358 154.37 48.6641 154.384L48.6137 157.384ZM52.7204 154.455C53.5487 154.471 54.2078 155.154 54.1926 155.983C54.1774 156.811 53.4936 157.47 52.6653 157.455L52.7204 154.455ZM56.7206 157.533C55.8923 157.516 55.2343 156.831 55.2508 156.003C55.2673 155.175 55.9522 154.517 56.7804 154.533L56.7206 157.533ZM60.8372 154.617C61.6655 154.635 62.3224 155.321 62.3045 156.149C62.2866 156.978 61.6007 157.635 60.7725 157.617L60.8372 154.617ZM64.8247 157.708C63.9965 157.688 63.3407 157.001 63.3599 156.173C63.3792 155.345 64.0662 154.689 64.8944 154.708L64.8247 157.708ZM68.9541 154.806C69.7823 154.827 70.4369 155.515 70.4163 156.343C70.3956 157.171 69.7075 157.826 68.8794 157.805L68.9541 154.806ZM72.9268 157.909C72.0987 157.887 71.4452 157.198 71.4673 156.37C71.4893 155.542 72.1785 154.888 73.0067 154.911L72.9268 157.909ZM77.069 155.022C77.897 155.046 78.5493 155.736 78.5258 156.564C78.5023 157.392 77.8119 158.045 76.9838 158.021L77.069 155.022ZM81.0341 158.14C80.2061 158.115 79.5551 157.423 79.5801 156.595C79.605 155.767 80.2966 155.116 81.1246 155.141L81.0341 158.14ZM85.1799 155.267C86.0079 155.293 86.6577 155.986 86.6312 156.814C86.6047 157.642 85.912 158.292 85.084 158.265L85.1799 155.267ZM89.1394 158.399C88.3115 158.371 87.663 157.677 87.691 156.849C87.7191 156.021 88.413 155.373 89.2409 155.401L89.1394 158.399ZM93.2892 155.542C94.1171 155.571 94.7643 156.266 94.7347 157.094C94.705 157.922 94.0099 158.569 93.182 158.54L93.2892 155.542ZM97.2408 158.689C96.413 158.658 95.7672 157.961 95.7984 157.133C95.8297 156.306 96.5261 155.66 97.3539 155.691L97.2408 158.689ZM101.407 155.848C102.235 155.881 102.88 156.579 102.847 157.406C102.814 158.234 102.116 158.879 101.288 158.846L101.407 155.848ZM105.337 159.011C104.509 158.976 103.866 158.277 103.901 157.449C103.935 156.622 104.634 155.979 105.462 156.013L105.337 159.011ZM109.523 156.187C110.35 156.224 110.992 156.924 110.955 157.752C110.919 158.579 110.219 159.221 109.391 159.185L109.523 156.187ZM113.426 159.366C112.599 159.328 111.959 158.626 111.997 157.799C112.035 156.971 112.737 156.331 113.565 156.369L113.426 159.366ZM117.634 156.562C118.461 156.602 119.1 157.305 119.06 158.132C119.02 158.96 118.316 159.598 117.489 159.558L117.634 156.562ZM121.53 159.758C120.703 159.716 120.066 159.012 120.108 158.184C120.15 157.357 120.855 156.72 121.682 156.762L121.53 159.758ZM125.739 156.973C126.567 157.016 127.202 157.723 127.158 158.55C127.114 159.377 126.408 160.012 125.58 159.968L125.739 156.973ZM129.629 160.188C128.802 160.142 128.169 159.435 128.215 158.607C128.261 157.78 128.969 157.147 129.796 157.193L129.629 160.188ZM133.839 157.423C134.666 157.471 135.297 158.18 135.249 159.007C135.201 159.834 134.492 160.466 133.665 160.418L133.839 157.423ZM137.723 160.659C136.896 160.609 136.267 159.898 136.317 159.071C136.367 158.244 137.078 157.614 137.905 157.664L137.723 160.659ZM141.942 157.915C142.768 157.968 143.396 158.681 143.344 159.507C143.291 160.334 142.578 160.962 141.751 160.909L141.942 157.915ZM145.81 161.173C144.984 161.118 144.358 160.403 144.413 159.577C144.468 158.75 145.182 158.125 146.009 158.179L145.81 161.173ZM150.053 158.454C150.879 158.511 151.503 159.228 151.446 160.054C151.388 160.881 150.672 161.504 149.845 161.447L150.053 158.454ZM153.89 161.734C153.064 161.674 152.443 160.955 152.503 160.129C152.563 159.303 153.281 158.682 154.107 158.741L153.89 161.734ZM158.159 159.042C158.985 159.104 159.604 159.825 159.542 160.651C159.479 161.477 158.759 162.096 157.933 162.033L158.159 159.042ZM161.963 162.345C161.137 162.28 160.521 161.557 160.586 160.731C160.652 159.906 161.374 159.289 162.2 159.354L161.963 162.345ZM166.26 159.683C167.086 159.751 167.7 160.476 167.631 161.301C167.563 162.127 166.839 162.741 166.013 162.673L166.26 159.683ZM170.029 163.012C169.204 162.941 168.592 162.214 168.664 161.388C168.735 160.563 169.462 159.952 170.287 160.023L170.029 163.012ZM174.355 160.382C175.181 160.457 175.789 161.186 175.714 162.011C175.64 162.836 174.911 163.445 174.086 163.37L174.355 160.382ZM178.092 163.74C177.268 163.662 176.662 162.931 176.74 162.106C176.818 161.281 177.55 160.676 178.374 160.753L178.092 163.74ZM182.445 161.147C183.269 161.228 183.872 161.962 183.79 162.787C183.709 163.611 182.974 164.214 182.15 164.132L182.445 161.147ZM186.156 164.537C185.332 164.452 184.733 163.715 184.818 162.891C184.904 162.067 185.641 161.468 186.465 161.553L186.156 164.537ZM190.529 161.983C191.352 162.072 191.948 162.812 191.858 163.636C191.769 164.46 191.029 165.055 190.206 164.966L190.529 161.983ZM194.208 165.41C193.385 165.316 192.793 164.573 192.887 163.75C192.98 162.927 193.723 162.335 194.546 162.429L194.208 165.41ZM198.606 162.901C199.429 162.999 200.016 163.745 199.918 164.568C199.82 165.391 199.074 165.978 198.251 165.88L198.606 162.901ZM202.244 166.367C201.422 166.265 200.839 165.515 200.942 164.693C201.045 163.871 201.795 163.288 202.617 163.391L202.244 166.367ZM206.675 163.911C207.496 164.02 208.075 164.773 207.966 165.594C207.858 166.416 207.105 166.994 206.284 166.886L206.675 163.911ZM210.26 167.423C209.44 167.309 208.867 166.552 208.98 165.731C209.094 164.911 209.851 164.337 210.672 164.451L210.26 167.423ZM214.733 165.029C215.552 165.149 216.12 165.91 216 166.73C215.88 167.55 215.119 168.117 214.299 167.997L214.733 165.029ZM218.272 168.594C217.453 168.468 216.892 167.701 217.018 166.883C217.144 166.064 217.91 165.503 218.729 165.629L218.272 168.594ZM222.772 166.271C223.59 166.405 224.144 167.176 224.011 167.994C223.877 168.811 223.106 169.366 222.288 169.232L222.772 166.271ZM226.266 169.902C225.45 169.76 224.903 168.984 225.045 168.168C225.187 167.351 225.963 166.805 226.779 166.946L226.266 169.902ZM230.782 167.662C231.597 167.813 232.135 168.595 231.985 169.41C231.834 170.225 231.052 170.763 230.237 170.613L230.782 167.662ZM234.222 171.373C233.409 171.212 232.88 170.424 233.04 169.611C233.201 168.798 233.99 168.269 234.802 168.429L234.222 171.373ZM238.767 169.239C239.578 169.41 240.096 170.206 239.925 171.017C239.754 171.827 238.958 172.345 238.147 172.174L238.767 169.239ZM242.106 173.042C241.298 172.858 240.792 172.054 240.976 171.247C241.16 170.439 241.964 169.933 242.772 170.117L242.106 173.042ZM246.756 171.061C247.56 171.259 248.051 172.072 247.853 172.877C247.654 173.681 246.842 174.172 246.037 173.974L246.756 171.061ZM249.915 174.972C249.115 174.757 248.641 173.934 248.856 173.134C249.071 172.334 249.894 171.86 250.694 172.075L249.915 174.972ZM254.624 173.184C255.418 173.419 255.872 174.253 255.636 175.048C255.401 175.842 254.567 176.295 253.772 176.06L254.624 173.184ZM257.623 177.262C256.836 177.003 256.408 176.155 256.668 175.368C256.927 174.581 257.775 174.154 258.562 174.413L257.623 177.262ZM262.453 175.777C263.229 176.066 263.623 176.93 263.334 177.706C263.044 178.483 262.18 178.877 261.404 178.587L262.453 175.777ZM265.101 180.068C264.341 179.74 263.99 178.857 264.318 178.096C264.646 177.336 265.528 176.985 266.289 177.313L265.101 180.068ZM2 154C2.67432 154 3.34908 154 4.02424 154.001L4.02215 157.001C3.34769 157 2.67363 157 2 157V154ZM8.0799 154.006C9.4333 154.009 10.7881 154.013 12.1443 154.018L12.1338 157.018C10.7791 157.013 9.42562 157.009 8.07363 157.006L8.0799 154.006ZM16.1972 154.035C17.5493 154.041 18.9025 154.049 20.2566 154.058L20.2376 157.058C18.8849 157.049 17.5332 157.041 16.1825 157.035L16.1972 154.035ZM24.3155 154.086C25.6671 154.097 27.0195 154.108 28.3724 154.121L28.3446 157.121C26.9932 157.108 25.6423 157.097 24.2922 157.086L24.3155 154.086ZM32.4326 154.161C33.7845 154.176 35.1369 154.191 36.4895 154.208L36.4529 157.208C35.1018 157.191 33.7509 157.176 32.4004 157.161L32.4326 154.161ZM40.5475 154.26C41.9003 154.279 43.2532 154.299 44.606 154.319L44.5602 157.319C43.209 157.298 41.8577 157.279 40.5063 157.26L40.5475 154.26ZM48.6641 154.384C50.0166 154.407 51.3687 154.431 52.7204 154.455L52.6653 157.455C51.3152 157.43 49.9646 157.406 48.6137 157.384L48.6641 154.384ZM56.7804 154.533C58.1334 154.56 59.4857 154.588 60.8372 154.617L60.7725 157.617C59.4226 157.588 58.0719 157.56 56.7206 157.533L56.7804 154.533ZM64.8944 154.708C66.2487 154.74 67.602 154.772 68.9541 154.806L68.8794 157.805C67.529 157.771 66.1773 157.739 64.8247 157.708L64.8944 154.708ZM73.0067 154.911C74.3622 154.947 75.7164 154.984 77.069 155.022L76.9838 158.021C75.633 157.983 74.2806 157.945 72.9268 157.909L73.0067 154.911ZM81.1246 155.141C82.4782 155.182 83.83 155.224 85.1799 155.267L85.084 158.265C83.7359 158.222 82.3859 158.18 81.0341 158.14L81.1246 155.141ZM89.2409 155.401C90.5926 155.446 91.942 155.493 93.2892 155.542L93.182 158.54C91.8367 158.492 90.4891 158.445 89.1394 158.399L89.2409 155.401ZM97.3539 155.691C98.7077 155.742 100.059 155.794 101.407 155.848L101.288 158.846C99.9418 158.792 98.5926 158.74 97.2408 158.689L97.3539 155.691ZM105.462 156.013C106.819 156.07 108.172 156.128 109.523 156.187L109.391 159.185C108.043 159.125 106.691 159.067 105.337 159.011L105.462 156.013ZM113.565 156.369C114.924 156.432 116.281 156.496 117.634 156.562L117.489 159.558C116.138 159.493 114.784 159.429 113.426 159.366L113.565 156.369ZM121.682 156.762C123.038 156.831 124.391 156.901 125.739 156.973L125.58 159.968C124.234 159.897 122.884 159.827 121.53 159.758L121.682 156.762ZM129.796 157.193C131.148 157.268 132.496 157.345 133.839 157.423L133.665 160.418C132.324 160.34 130.979 160.263 129.629 160.188L129.796 157.193ZM137.905 157.664C139.256 157.746 140.601 157.83 141.942 157.915L141.751 160.909C140.414 160.824 139.071 160.741 137.723 160.659L137.905 157.664ZM146.009 158.179C147.363 158.269 148.711 158.361 150.053 158.454L149.845 161.447C148.506 161.354 147.161 161.263 145.81 161.173L146.009 158.179ZM154.107 158.741C155.464 158.84 156.815 158.94 158.159 159.042L157.933 162.033C156.592 161.932 155.244 161.832 153.89 161.734L154.107 158.741ZM162.2 159.354C163.56 159.462 164.914 159.571 166.26 159.683L166.013 162.673C164.67 162.562 163.32 162.452 161.963 162.345L162.2 159.354ZM170.287 160.023C171.651 160.141 173.007 160.261 174.355 160.382L174.086 163.37C172.742 163.249 171.389 163.129 170.029 163.012L170.287 160.023ZM178.374 160.753C179.74 160.882 181.097 161.014 182.445 161.147L182.15 164.132C180.807 163.999 179.454 163.869 178.092 163.74L178.374 160.753ZM186.465 161.553C187.83 161.694 189.184 161.838 190.529 161.983L190.206 164.966C188.866 164.821 187.516 164.678 186.156 164.537L186.465 161.553ZM194.546 162.429C195.911 162.584 197.264 162.741 198.606 162.901L198.251 165.88C196.915 165.721 195.567 165.564 194.208 165.41L194.546 162.429ZM202.617 163.391C203.983 163.562 205.335 163.735 206.675 163.911L206.284 166.886C204.951 166.71 203.604 166.538 202.244 166.367L202.617 163.391ZM210.672 164.451C212.041 164.641 213.394 164.833 214.733 165.029L214.299 167.997C212.968 167.803 211.622 167.611 210.26 167.423L210.672 164.451ZM218.729 165.629C220.094 165.84 221.442 166.054 222.772 166.271L222.288 169.232C220.967 169.016 219.628 168.803 218.272 168.594L218.729 165.629ZM226.779 166.946C228.134 167.181 229.468 167.42 230.782 167.662L230.237 170.613C228.935 170.372 227.611 170.135 226.266 169.902L226.779 166.946ZM234.802 168.429C236.148 168.695 237.47 168.965 238.767 169.239L238.147 172.174C236.864 171.903 235.555 171.636 234.222 171.373L234.802 168.429ZM242.772 170.117C244.13 170.426 245.459 170.741 246.756 171.061L246.037 173.974C244.758 173.658 243.448 173.348 242.106 173.042L242.772 170.117ZM250.694 172.075C252.043 172.438 253.353 172.807 254.624 173.184L253.772 176.06C252.527 175.692 251.241 175.329 249.915 174.972L250.694 172.075ZM258.562 174.413C259.912 174.859 261.209 175.313 262.453 175.777L261.404 178.587C260.2 178.138 258.939 177.697 257.623 177.262L258.562 174.413ZM266.289 177.313C266.922 177.586 267.538 177.862 268.135 178.141L266.865 180.859C266.296 180.593 265.708 180.329 265.101 180.068L266.289 177.313Z" fill="#68C5ED"/>
                    </g>
                    </g>
                    <defs>
                    <clipPath id="clip0_3010_1421">
                    <rect width="274" height="311" fill="white" transform="translate(0 0.5)"/>
                    </clipPath>
                    <clipPath id="clip1_3010_1421">
                    <rect width="274" height="311" fill="white" transform="translate(0 0.5)"/>
                    </clipPath>
                    </defs>
                </svg>
            </div>
            <ul class="col-span-2 list-disc pl-5 space-y-2 sm:space-y-6 strong">
                <li>Which of my Partners/Integrations are unreliable</li>
                <li>What exact payloads did a given customer send?</li>
                <li>What are the most common errors and incidents this week?</li>
                <li>What breaking changes did a Partner/Integration introduce</li>
                <li>What is the impact on recent code changes on Performance?</li>
                <li>Which service is down or faulty at the moment?</li>
            </ul>
        </div>
    </div>
</section>

<section class="text-center pt-36">
    <div class="max-w-[750px] inline-block space-y-8">
        <img src="/assets/img/customers/platnova.png" alt="Platnova's Logo" class="inline-block h-6 brightness-0 dark:invert">
        <blockquote class="strong">
            <p class="text-2xl leading-relaxed">"We had a major incident, and our tech support could see via APItookit which third-party integration partner was responsible, and could take action without needing the engineering team's help"</p>
            <a href="#" class="text-blue-600 text-xs">Read full story →</a>
        </blockquote>
        <div class="text-left inline-flex gap-5">
            <img alt="Joshua Chinemezu image" src="/assets/img/love/joshua.jpeg" class="h-16 rounded-full object-contain">
            <div class="">
                <h5 class="strong">Joshua Chinemezu</h5>
                <p class="text-xs font-medium">Chief Technology Officer<br/>Platnova</p>
            </div>
        </div>
    </div>
</section>

  <section class="py-10 my-16">
    <div class="width-control px-3 mx-auto">
      <div class="w-full border-t border-b grid md:grid-cols-2 relative">
        <div class="h-[calc(100%+30px)] w-[1px] absolute border-l top-[-15px] left-[15px]"></div>
        <div class="h-[calc(100%+30px)] w-[1px] absolute border-l top-[-15px] right-[15px]"></div>
        <div class="hidden md:block h-[calc(100%+30px)] w-[1px] absolute border-l top-[-15px] left-[50%]"></div>
        <div class="px-6 sm:px-16 py-14">
          <h2 class="text-gray-800 font-bold text-4xl">
            Scale with <span class="text-gray-400">Security</span></h2>
          <p class="mt-[6px] max-w-[438px]">
            Built for security and privacy. Use our managed service or host on your own infra.</p>
          <div class="mt-[20px] flex gap-4">
            <a href="https://app.apitoolkit.io"
              class="py-2 px-4 rounded-xl bg-[#2E3238] text-white hover:shadow-lg">Start for free</a>
            <a href="https://calendly.com/tonyalaribe/30min" class="py-2 px-4 rounded-xl border hover:border-black">Talk
              to sales</a>
          </div>
        </div>

        <div class="h-full flex flex-col">
          <div class="h-10 w-[calc(100%-(calc(100%-15px))/5)]" style="background: repeating-linear-gradient(90deg,
       white 0 calc((100% - 5*1px)/4),
       #e5e7eb 0 calc((100% - 5*1px)/4 + 1px));"></div>
          <div
            class="border-t sm:w-[calc(100%-15px)] flex-grow border-b gap-2 sm:gap-10 flex flex-wrap justify-center items-center">
            <img src="./assets/img/gdpr.png" alt="CCPA" class="">
            <img src="./assets/img/security.png" alt="GDPR" class="">

          </div>
          <div class="h-10 w-[calc(100%-(calc(100%-15px))/5)]" style="background: repeating-linear-gradient(90deg,
                   white 0 calc((100% - 5*1px)/4),
                   #e5e7eb 0 calc((100% - 5*1px)/4 + 1px));"></div>
        </div>
      </div>
    </div>
  </section>

  <section class="w-full bg-[#232529] py-32 text-gray-100">
    <div class="width-control mx-auto">
      <h3 class="text-4xl md:text-5xl font-bold"><span class="text-gray-400">And so</span> much more...</h4>
      <p class="mt-4 text-gray-400 max-w-lg">
        Stay on top of your APIs, with real-time monitoring, specification, and quality assurance.
      </p>
      <div class="grid grid-cols-2 sm:grid-cols-3 mt-20 gap-1 sm:gap-6">
      {% for item in this.frontmatter.somuchmore %}
        <div
          class="rounded-[20px] overflow-hidden relative flex flex-col p-3 sm:p-8 group duration-300  hover:border-[#305FB4] dark-shadow border border-transparent box-border">
          <div class="z-10">
            <img src="{{item.img}}" alt="{{item.title}}" />
          </div>
          <h3 class="font-semibold text-[22px] pb-[6px] pt-[18px]">{{item.title}}</h3>
          <p class="text-sm text-gray-400">{{item.description}}</p>
        </div>
        {% endfor %}
      </div>

      <div class="flex  w-full flex-col md:flex-row items-center md:justify-between mt-12 gap-6">
        <div class="w-full md:w-max order-2 md:order-1">
          <div
            class="rounded-[20px] overflow-hidden relative flex flex-col p-[40px] group duration-300  hover:border-[#305FB4] dark-shadow border border-transparent box-border">
            <h3 class="font-semibold text-[22px] pb-[6px] pt-[18px]">Build with Community</h3>
            <p class="text-sm text-gray-400 max-w-[300px]">Join us on a mission to build a world free from the frustrations of broken API contracts and unreliability.
            </p>
            <div class="mt-4 flex gap-4">
              <a href="https://discord.gg/dEB6EjQnKB"
                class="rounded-lg bg-[#7289DA] flex gap-2 w-max px-5 py-2 items-center">
                <svg  width="33" height="32" class="icon h-5 w-5 text-current fill-current stroke-current opacity-70"><use xlink:href="/assets/deps/fontawesome/brands.svg#discord"></use></svg>
                <span class="text-sm leading-tight">Join the <br><span class="font-bold text-md">Discord</span>
                </span>
              </a>
              <a href="https://app.apitoolkit.io"
                class="rounded-lg border flex justify-center items-center w-max px-5 text-sm py-2 border-gray-600 hover:border-gray-400">
                Get started- it’s free
              </a>

            </div>
          </div>
        </div>
        <div class="order-1 w-full md:w-max md:order-2  h-full flex-1">
          <div
            class="rounded-[20px] h-full overflow-hidden relative flex flex-col gap-8 p-[40px] group duration-300  hover:border-[#305FB4] dark-shadow border border-transparent box-border">
            <h3 class="font-semibold text-[22px] pb-[6px] pt-[18px]">Works seamlessly with your tech stack</h3>
            <div class="flex items-center gap-4">
              <img src="./assets/img/integrations/cloudflare.png" alt="">
              <img src="./assets/img/integrations/nginx.png" alt="">
              <img src="./assets/img/integrations/caddy.png" alt="">
              <img src="./assets/img/integrations/go.svg" alt="">
              <img src="./assets/img/integrations/php.svg" alt="" class="flex-grow-0">
            </div>
            <a href="https://apitoolkit.io/docs/" class="text-sm text-gray-400 max-w-[300px] underline"> and
              many more...
            </a>
          </div>
        </div>
      </div>

        {% comment %}
      <div class="mt-32 relative">
        <h4 class="text-4xl md:text-5xl font-bold"><span class="text-gray-400">Loved by</span> Builders</h4>
        <p class="max-w-[400px] my-4">APItoolkit is the intelligent API management system for teams who value peace of mind.</p>

        <div class=" relative mt-24 p-1 overflow-hidden -mx-5 w-full">
            <iframe class="" id='testimonialto-apitoolkit-tag-all-light' src="https://embed-v2.testimonial.to/w/apitoolkit?theme=dark&card=base&loadMore=off&initialCount=9&randomize=on&hideDate=on&tag=all" frameborder="0" scrolling="no" width="100%" title="testimonial.to testimonials"></iframe>
        </div>
        <div class="absolute bottom-0 left-0 w-full h-24 bg-gradient-to-b from-transparent to-[#232529]"></div>
      </div>
        {% endcomment %}
      </div>
    </div>
  </section>
{% render "default/components/faqs", this:this %}

<hr />

{class="text-center width-control mx-auto mt-4 py-24 prose w-full max-w-full prose-pre:p-0"} ::::

Integrate APItoolkit

{.mx-auto .text-lg} We currently support 17+ web frameworks in different programming languages.

{.mx-auto .text-md .font-semibold} If we don't support your framework, kindly email [email protected] and we'll create an SDK for you ASAP!

{% render "default/markdown/integration-footer.liquid", config:config %} :::: ::::::