<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"><link rel="preconnect" href="https://imagedelivery.net" crossorigin><link rel="preconnect" href="https://ot.www.cloudflare.com" crossorigin><link rel="preload" href="/icons.svg" as="image" type="image/svg+xml"><link rel="preload" href="/fonts/Kunst%20Grotesk%20Regular.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="/fonts/Kunst%20Grotesk%20Medium.woff2" as="font" type="font/woff2" crossorigin><link rel="icon" type="image/x-icon" href="/favicon.ico"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"><script>
      (function () {
        var d = document.documentElement;
        d.classList.add('js');
        try {
          var p = new URLSearchParams(window.location.search);
          var t = p.get('theme');
          window.__themeOverride = t;
          if (t === 'dark') d.classList.add('dark');
          else if (t === 'light') d.classList.remove('dark');
          else if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches)
            d.classList.add('dark');
          else d.classList.remove('dark');
        } catch (e) {}
        try {
          var K = 'cf-font-override',
            q = new URLSearchParams(window.location.search).get('cfFont');
          if (q === 'stk') {
            localStorage.setItem(K, 'stk');
            d.classList.add('font-stk-bureau-sans');
          } else if (q === 'kunst') {
            localStorage.setItem(K, 'kunst');
            d.classList.remove('font-stk-bureau-sans');
          } else {
            var s = localStorage.getItem(K);
            if (s === 'stk') d.classList.add('font-stk-bureau-sans');
            else if (s === 'kunst') d.classList.remove('font-stk-bureau-sans');
          }
        } catch (e) {}
      })();
    </script><title>Startup Program | Cloudflare</title><meta name="title" content="Startup Program | Cloudflare"><meta name="description" content="Up to $350k in credits and everything you need to build, deploy, and scale your applications with Cloudflare for Startups."><meta name="generator" content="Astro v6.3.7"><link rel="canonical" href="https://www.cloudflare.com/startups/"><link rel="alternate" hreflang="x-default" href="https://www.cloudflare.com/startups/"><link rel="alternate" hreflang="es-es" href="https://www.cloudflare.com/es-es/startups/"><link rel="alternate" hreflang="fr-fr" href="https://www.cloudflare.com/fr-fr/startups/"><link rel="alternate" hreflang="de-de" href="https://www.cloudflare.com/de-de/startups/"><link rel="alternate" hreflang="it-it" href="https://www.cloudflare.com/it-it/startups/"><link rel="alternate" hreflang="pt-br" href="https://www.cloudflare.com/pt-br/startups/"><link rel="alternate" hreflang="zh-cn" href="https://www.cloudflare.com/zh-cn/startups/"><link rel="alternate" hreflang="ja-jp" href="https://www.cloudflare.com/ja-jp/startups/"><link rel="alternate" hreflang="ko-kr" href="https://www.cloudflare.com/ko-kr/startups/"><link rel="alternate" hreflang="zh-tw" href="https://www.cloudflare.com/zh-tw/startups/"><meta property="og:type" content="website"><meta property="og:url" content="https://www.cloudflare.com/startups/"><meta property="og:title" content="Startup Program | Cloudflare"><meta property="og:description" content="Up to $350k in credits and everything you need to build, deploy, and scale your applications with Cloudflare for Startups."><meta property="og:image" content="https://www.cloudflare.com/preview.png"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:url" content="https://www.cloudflare.com/startups/"><meta name="twitter:title" content="Startup Program | Cloudflare"><meta name="twitter:description" content="Up to $350k in credits and everything you need to build, deploy, and scale your applications with Cloudflare for Startups."><meta name="twitter:image" content="https://www.cloudflare.com/preview.png"><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com","logo":"https://www.cloudflare.com/logo.svg","sameAs":["https://github.com/cloudflare","https://www.linkedin.com/company/cloudflare","https://x.com/cloudflare"]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"Cloudflare","url":"https://www.cloudflare.com","inLanguage":"en","potentialAction":{"@type":"SearchAction","target":"https://www.cloudflare.com/search?q={search_term_string}","query-input":"required name=search_term_string"}}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"Startup Program | Cloudflare","description":"Up to $350k in credits and everything you need to build, deploy, and scale your applications with Cloudflare for Startups.","url":"https://www.cloudflare.com/startups/","inLanguage":"en"}</script><link rel="llms-txt" href="/llms.txt"><link rel="alternate" type="text/markdown" href="/startups/.md"><script id="webmcp" type="application/json">{"tools":[{"name":"read_llms_txt","description":"Read concise site context for assistants","parameters":[]},{"name":"read_markdown_page","description":"Read markdown version of a Cloudflare page","parameters":[{"name":"path","type":"string","required":true}]}]}</script><script async type="text/javascript" src="https://ot.www.cloudflare.com/ot/scripttemplates/otSDKStub.js" data-domain-script="b1e05d49-f072-4bae-9116-bdb78af15448" data-document-language="true" charset="UTF-8"></script><script type="text/javascript">(function(){const zarazScriptSrc = "/static/z/i.js";
const gtmContainerSrc = "https://www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ";

      // ── dataLayer + Zaraz bridge ────────────────────────────────────
      window.dataLayer = window.dataLayer || [];
      window.GTM = {
        trackInZaraz: function (event) {
          if (!window.zaraz || typeof event !== 'object' || event === null) return;
          for (var k in event) {
            if (Object.prototype.hasOwnProperty.call(event, k) && k.indexOf('gtm.') !== 0) {
              window.zaraz.set(k, event[k], { scope: 'page' });
            }
          }
          if (typeof event.event !== 'string' || event.event.indexOf('gtm.') === 0) return;
          var idx = window.dataLayer.indexOf(event);
          var data = {};
          for (var i = 0; i <= idx; i++) {
            var obj = window.dataLayer[i];
            if (!obj || typeof obj !== 'object') continue;
            if (typeof obj.event === 'string' && obj.event.indexOf('gtm.') === 0) continue;
            for (var key in obj) {
              if (Object.prototype.hasOwnProperty.call(obj, key)) data[key] = obj[key];
            }
          }
          delete data.event;
          window.zaraz.track(event.event, data);
        },
        push: function () {
          window.dataLayer.push.apply(window.dataLayer, arguments);
        },
      };

      var __cfDlPreBridgeLength = window.dataLayer.length;
      var __cfDlPush = window.dataLayer.push;
      Object.defineProperty(window.dataLayer, 'push', {
        configurable: true,
        enumerable: false,
        writable: true,
        value: function () {
          var result = __cfDlPush.apply(this, arguments);
          window.GTM.trackInZaraz(arguments[0]);
          return result;
        },
      });

      // ── OneTrust → Zaraz consent ────────────────────────────────────
      var __zarazConsentMap = {
        C0002: 'Tuku', // Performance / Analytics
        C0003: 'nBKC', // Functional
        C0004: 'aMDT', // Targeting / Advertising
      };

      // C0003 intentionally omitted — Google Consent Mode v2 has no functional signal.
      var __googleConsentMap = {
        C0001: ['security_storage'],
        C0002: ['analytics_storage'],
        C0004: [
          'ad_storage',
          'ad_user_data',
          'ad_personalization',
          'functionality_storage',
          'personalization_storage',
        ],
      };

      function __parseOneTrustGroups() {
        var match = document.cookie.match(/OptanonConsent=[^;]*/);
        if (!match) return null;
        var groups = {};
        var gMatch = match[0].match(/groups=([^&]*)/);
        if (!gMatch) return null;
        decodeURIComponent(gMatch[1])
          .split(',')
          .forEach(function (pair) {
            var parts = pair.split(':');
            if (parts.length === 2) groups[parts[0]] = parts[1] === '1';
          });
        return groups;
      }

      function __syncOneTrustToZaraz() {
        if (!window.zaraz || !window.zaraz.consent) return;
        var groups = __parseOneTrustGroups();
        if (!groups) return;

        var current = window.zaraz.consent.getAll();
        var activeKeys = Object.keys(current);
        var mapped = {};
        var changed = false;

        Object.keys(__zarazConsentMap).forEach(function (otKey) {
          var zKey = __zarazConsentMap[otKey];
          if (activeKeys.indexOf(zKey) === -1) return;
          mapped[zKey] = !!groups[otKey];
          if (mapped[zKey] !== current[zKey]) changed = true;
        });

        if (!changed) return;
        window.zaraz.consent.set(mapped);
        window.zaraz.consent.sendQueuedEvents();
      }

      function __syncGoogleConsent(eventName) {
        if (!window.zaraz || !window.zaraz.set) return;
        var consent = {
          ad_storage: 'denied',
          ad_user_data: 'denied',
          ad_personalization: 'denied',
          analytics_storage: 'denied',
          security_storage: 'denied',
          functionality_storage: 'denied',
          personalization_storage: 'denied',
        };

        if (eventName === 'google_consent_default') {
          window.zaraz.set(eventName, consent);
          return;
        }

        var groups = __parseOneTrustGroups();
        if (!groups) {
          window.zaraz.set(eventName, consent);
          return;
        }

        Object.keys(__googleConsentMap).forEach(function (otKey) {
          if (groups[otKey]) {
            __googleConsentMap[otKey].forEach(function (signal) {
              consent[signal] = 'granted';
            });
          }
        });
        window.zaraz.set(eventName, consent);
      }

      // ── UTM persistence (gated on C0002) ────────────────────────────
      var __cfUtmKeys = [
        'utm_campaign',
        'utm_source',
        'utm_medium',
        'utm_content',
        'utm_term',
        'adgroupid',
        'creativeid',
        'campaignid',
      ];
      function __cfSetUtmCookiesIfAllowed() {
        var groups = __parseOneTrustGroups();
        if (!groups || !groups.C0002) return;

        var params = new URLSearchParams(window.location.search);
        var hostname = window.location.hostname;
        var domain = '';
        if (hostname === 'www.cloudflare.com' || hostname.endsWith('.mrk.cfdata.org')) {
          domain = '.' + hostname;
        }

        var maxAge = 30 * 24 * 60 * 60; // 30 days
        var isHttps = window.location.protocol === 'https:';
        for (var i = 0; i < __cfUtmKeys.length; i++) {
          var key = __cfUtmKeys[i];
          var value = params.get(key);
          if (!value) continue;
          var parts = [
            encodeURIComponent(key) + '=' + encodeURIComponent(value),
            'max-age=' + maxAge,
            'path=/',
            'SameSite=Lax',
          ];
          if (domain) parts.push('domain=' + domain);
          // Secure rejected on http origins (localhost dev).
          if (isHttps) parts.push('Secure');
          document.cookie = parts.join('; ');
        }
      }

      // ── GTM container (gated on C0004) ──────────────────────────────
      function __cfLoadGtmContainerIfAllowed() {
        var groups = __parseOneTrustGroups();
        if (!groups || !groups.C0004) return;
        if (document.querySelector('script[data-cf-gtm-loader]')) return;

        var s = document.createElement('script');
        s.src = gtmContainerSrc;
        s.async = true;
        s.setAttribute('data-cf-gtm-loader', '1');
        document.head.appendChild(s);
      }

      // ── page_load (one-shot, gated on Zaraz + OneTrust ready) ───────
      var __cfPageLoadFired = false;
      var __cfFallbackElapsed = false;
      function __cfPushPageLoadOnce() {
        if (__cfPageLoadFired) return;
        if (!window.zaraz) return;
        if (!__parseOneTrustGroups() && !__cfFallbackElapsed) return;
        __cfPageLoadFired = true;

        for (var i = 0; i < __cfDlPreBridgeLength; i++) {
          window.GTM.trackInZaraz(window.dataLayer[i]);
        }

        var gaMatch = document.cookie.match(/(?:^|;\s*)_ga=([^;]+)/);
        var gaClientId = gaMatch ? gaMatch[1] : undefined;
        window.GTM.push({ 'gtm.start': Date.now(), event: 'gtm.js' });
        window.GTM.push({
          event: 'page_load',
          hostname: window.location.hostname,
          query: window.location.search,
          page_location: window.location.href,
          page_url: window.location.href,
          page_timestamp: Date.now(),
          page_path: window.location.pathname + window.location.search,
          page_referrer: document.referrer,
          page_title: document.title,
          language: window.navigator.language,
          user_properties: {
            ga_client_id: gaClientId,
            ga_client_id_s: gaClientId ? 's' + gaClientId : undefined,
          },
        });
      }

      // Fallback in case OneTrust never loads.
      window.setTimeout(function () {
        __cfFallbackElapsed = true;
        __cfPushPageLoadOnce();
      }, 3000);

      // OptanonWrapper must be a window property — define:vars wraps this
      // script in an IIFE, so a bare `function OptanonWrapper()` is invisible
      // to the OneTrust SDK.
      window.OptanonWrapper = function OptanonWrapper() {
        __syncOneTrustToZaraz();
        __syncGoogleConsent('google_consent_update');
        __cfSetUtmCookiesIfAllowed();
        __cfLoadGtmContainerIfAllowed();
        __cfPushPageLoadOnce();

        if (!window.__cfConsentEventAttached) {
          window.__cfConsentEventAttached = true;
          // HEAD request only — sync above already covers Zaraz/Google.
          window.addEventListener('consent.onetrust', function () {
            setTimeout(function () {
              fetch(window.location.pathname, { method: 'HEAD' }).catch(function () {});
            }, 500);
          });
        }
      };

      document.addEventListener('zarazConsentAPIReady', function () {
        __syncGoogleConsent('google_consent_default');
        __syncOneTrustToZaraz();
        __cfPushPageLoadOnce();
      });

      // Load Zaraz at idle.
      (function () {
        var src = zarazScriptSrc;
        if (!src) return;
        function loadZaraz() {
          if (document.querySelector('script[data-cf-zaraz-loader]')) return;
          var s = document.createElement('script');
          s.src = src;
          s.referrerPolicy = 'origin';
          s.async = true;
          s.setAttribute('data-cf-zaraz-loader', '1');
          document.head.appendChild(s);
        }
        if (typeof window.requestIdleCallback === 'function') {
          window.requestIdleCallback(loadZaraz, { timeout: 3000 });
        } else {
          window.setTimeout(loadZaraz, 1500);
        }
      })();
    })();</script><script>
      (function () {
        // — __name polyfill (esbuild keepNames compatibility) —
        var g =
          typeof globalThis !== 'undefined'
            ? globalThis
            : typeof window !== 'undefined'
              ? window
              : typeof self !== 'undefined'
                ? self
                : this;
        if (typeof g.__name !== 'function') {
          g.__name = function (_n, v) {
            return v;
          };
        }

        // — System theme change listener —
        try {
          var mq = window.matchMedia('(prefers-color-scheme: dark)');
          var onThemeChange = function (e) {
            if (window.__themeOverride && window.__themeOverride !== 'system') return;
            if (e.matches) document.documentElement.classList.add('dark');
            else document.documentElement.classList.remove('dark');
          };
          if (mq.addEventListener) mq.addEventListener('change', onThemeChange);
          else mq.addListener(onThemeChange);
        } catch (e) {}
      })();
    </script><link rel="stylesheet" href="/_astro/_separator.Dhs0SM2M.css">
<link rel="stylesheet" href="/_astro/index.B_yDFEC7.css">
<style>.hero-container[data-astro-cid-ulwdghz4]{position:relative}.hero-content[data-astro-cid-ulwdghz4]{aspect-ratio:1472 / 860;max-height:860px}@media(max-width:480px){.hero-content[data-astro-cid-ulwdghz4]{min-height:180px}}
.use-cases-header[data-astro-cid-7amrcyfe]{grid-row:1 / 2}@media(min-width:768px){.use-cases-header[data-astro-cid-7amrcyfe]{grid-row:1 / var(--totalRows)}.flip-layout-item[data-astro-cid-7amrcyfe]{grid-column:auto;grid-row:var(--grid-row)}.flip-layout-cta[data-astro-cid-7amrcyfe]{grid-column:1;grid-row:var(--cta-row)}}.programs-header[data-astro-cid-b5bhyuqa]{grid-row:1 / 2}@media(min-width:768px){.programs-header[data-astro-cid-b5bhyuqa]{grid-row:1 / var(--totalRows)}}
</style>
<link rel="stylesheet" href="/_astro/index.CN3UJUeJ.css">
		<script>
			window.redwood={"consentGroups":{"C0001":true,"C0002":true,"C0003":true,"C0004":true},"country":"AU","colo":"SYD","user":null,"rv1":"uoi","locale":"en-US"}
			window.redwood.syncOneTrustToZarazConsents = function() {
				if(!window.zaraz?.consent) {
					return;
				}
				const zarazConsentMap = {
					C0002: 'Tuku',
					C0003: 'nBKC',
					C0004: 'aMDT',
				}
				const groups = window.redwood.consentGroups;
				const currentZarazGroups = window.zaraz.consent.getAll();
				const zarazActiveConsents = Object.keys(currentZarazGroups);
				let shouldUpdate = false;
				const mappedGroups = Object.entries(zarazConsentMap).filter(([key, value]) => zarazActiveConsents.includes(value)).reduce((acc, [key, value]) => {
					acc[value] = groups[key];
					if (!shouldUpdate && acc[value] !== currentZarazGroups[value]) {
						shouldUpdate = true;
					}
					return acc;
				}, {});
				if(!shouldUpdate) {
					return;
				}
				window.zaraz.consent.set(mappedGroups);
				window.zaraz.consent.sendQueuedEvents();
			};
		</script>
    <script type="text/javascript">
      var OneTrust={"geolocationResponse":{"stateCode":"NSW","countryCode":"AU"}}
    </script>
    <script>
     const acceptedLocales = [
      'en-au',
      'en-ca',
      'en-gb',
      'en-in',
      'en-us',
      'de-de',
      'es-es',
      'es-la',
      'fr-fr',
      'it-it',
      'ja-jp',
      'ko-kr',
			'pl-pl',
      'pt-br',
      'ru-ru',
      'zh-tw',
      'zh-cn',
      'zh-hans-cn',
    ];
    const orphanLocales = [
      'sv-se',
      'nl-nl',
      'vi-vn',
      'th-th',
      'id-id',
      'tr-tr',
			'ar-ar',
			'he-il',
    ];
    const ignoreList = [
      'apps',
      'docs',
      'rate-limit-test',
      'rss',
    ]
    function getPathFromLocale(locale, code, pathString) {
      if ( locale === code || !acceptedLocales.includes(code) || acceptedLocales.includes(locale) || orphanLocales.includes(locale) ) {
        return null;
      } else {
        return [code, locale ? locale : '', pathString].filter(part => part !== '').join('/');
      }
    };
    if(window.location.host !== 'staging.cloudflare-cn.com' && window.location.host !== 'cloudflare-cn.com' && window.location.host !== 'www.cloudflare-cn.com') {
      if (localStorage.getItem('langPreference')) {
      	// temp disabled for dev platform launch
        // if (localStorage.getItem('langPreference').toLowerCase() != 'en-us') {
        //     const langPreference = localStorage.getItem('langPreference').toLowerCase();
        //     const splitPath = window.location.pathname.split('/').filter(part => part !== '');
        //     const currentLang = splitPath[0];
        //     if (!acceptedLocales.includes(currentLang) && !orphanLocales.includes(currentLang) && !ignoreList.includes(splitPath[0])) {
        //       splitPath.splice(0, 0, langPreference.toLowerCase());
        //       const newUrl = 'https://' + window.location.hostname + '/' + splitPath.join('/') + '/' + window.location.search;
        //       window.location.replace(newUrl);
        //     }
        //   }
      } else if (!window.navigator.userAgent.toLowerCase().includes('googlebot')) {
     			// temp disabled for dev platform launch
          // const requestedLang = window.navigator.language;
          // const splitPath = window.location.pathname.split('/').filter(part => part !== '');
          // const maybeLocale = splitPath.shift();
          // const splitPathString = splitPath.join('/');

          // if (requestedLang && requestedLang.toLowerCase() != "en-us") {
          //   const requestedLangCode = requestedLang
          //     .toLowerCase()
          //     .replace('_', '-')
          //     .replace('hans-',''); // for zh-hans-cn, switch to zh-cn
          //   const redirectPath = getPathFromLocale(maybeLocale, requestedLangCode, splitPathString);
          //   if (redirectPath && !ignoreList.includes(maybeLocale)) {
          //     window.location.replace('https://' + window.location.hostname + '/' + redirectPath + '/' + window.location.search);
          //   }
          // }
      }
    }
    </script></head> <body class="relative min-h-svh w-full">  <div id="background-lines" class="animate-in fade-in pointer-events-none absolute inset-0 -z-10 hidden overflow-hidden transition-opacity delay-100 duration-2000 ease-out md:block" aria-hidden="true">  <div class="bg-background-100 absolute top-0 left-1/2 z-10 h-full w-[1200px] -translate-x-1/2">  <div class="absolute top-0 left-0 h-full w-px" style="background-image:linear-gradient(to bottom, var(--color-border-100) 50%, transparent 50%);background-size:1px 32px;background-repeat:repeat-y"></div>  <div class="absolute top-0 right-0 h-full w-px" style="background-image:linear-gradient(to bottom, var(--color-border-100) 50%, transparent 50%);background-size:1px 32px;background-repeat:repeat-y"></div> </div>  <div class="absolute top-0 left-1/2 h-full w-[1480px] -translate-x-1/2"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg>  <div class="absolute top-0 left-0 h-full w-px" style="background-image:linear-gradient(to bottom, var(--color-border-100) 50%, transparent 50%);background-size:1px 32px;background-repeat:repeat-y"></div>  <div class="absolute top-0 right-0 h-full w-px" style="background-image:linear-gradient(to bottom, var(--color-border-100) 50%, transparent 50%);background-size:1px 32px;background-repeat:repeat-y"></div> </div> </div> <div data-site-navigation-shell> <header class="pointer-events-none absolute top-0 right-0 left-0 z-50 mx-auto w-full transition-colors duration-200 ease-out hover:z-50 md:fixed md:border-b-0 md:bg-transparent bg-background-100 border-b" data-variant="secondary" data-navigation-variant="secondary" data-site-navigation-header> <div aria-hidden class="pointer-events-none fixed inset-x-0 top-0 z-40 md:hidden" data-ios-status-bar-backdrop></div> <div class="relative z-10 mx-auto flex h-[54px] w-full max-w-full items-center justify-between rounded-t-2xl px-2 md:grid md:h-[72px] md:max-w-[1480px] md:grid-cols-[auto_minmax(0,1fr)_auto] md:grid-rows-1 md:items-center md:gap-3 md:pr-3 md:pl-5 md:text-[14px] lg:grid-cols-[minmax(0,1fr)_auto_minmax(0,1fr)] xl:text-[16px] 2xl:pr-1"> <div class="ml-1 flex items-center md:ml-0 md:justify-self-start"> <a id="nav-logo-button" class="pointer-events-auto -ml-4 flex cursor-pointer items-center rounded-md border-none bg-transparent p-4 transition-all duration-200 ease-out hover:opacity-80 md:justify-self-start" href="/" aria-label="Cloudflare logo" data-locale-prefix> <svg xmlns="http://www.w3.org/2000/svg" width="66" height="30" viewBox="0 0 341 156" fill="none" class="text-accent-100 h-[26px] w-[57px] shrink-0 transition-colors duration-200 ease-out" id="nav-logo-icon"><g class="cf-logo-base transition-opacity duration-200 ease-out"><path d="M275.125 68.25C311.507 68.25 341 97.9335 341 134.55C341 141.077 340.063 147.385 338.317 153.343C337.848 154.943 336.363 156 334.706 156H243.056C241.697 156 240.76 154.628 241.247 153.351L242.999 148.76C248.595 134.03 264.56 121.963 279.331 121.256L307.33 119.813C308.826 119.736 310 118.492 310 116.985C310 115.485 308.838 114.245 307.351 114.157L281.059 112.601C266.924 111.877 260.018 99.2932 263.82 86.179L268.195 71.0866C268.64 69.5514 269.971 68.4343 271.557 68.3476C272.738 68.2831 273.928 68.25 275.125 68.25Z" fill="#FF9910"></path><path d="M184.062 0C222 0 253.868 26.1297 262.882 61.4824C263.26 62.967 263.142 64.5333 262.601 65.9662L255.383 85.0897C249.787 99.8196 235.406 112.593 219.134 112.593L93.7928 114.043C92.2801 114.061 91.063 115.3 91.0625 116.823C91.0625 118.344 92.2776 119.585 93.789 119.605L217.365 121.248C231.531 121.248 238.406 134.556 234.606 147.671L233.011 153.189C232.53 154.855 231.014 156 229.291 156H3.90889C1.98075 156 0.330745 154.574 0.17634 152.64C0.0594555 151.175 0 149.695 0 148.2C0 119.723 21.6617 96.3403 49.306 93.8266C48.7387 91.2419 48.4375 88.5564 48.4375 85.8C48.4375 65.3379 64.919 48.75 85.25 48.75C93.3413 48.75 100.822 51.3789 106.897 55.8321C117.716 23.3806 148.176 0 184.062 0Z" fill="#FF5F08"></path></g><g class="cf-logo-light transition-opacity duration-200 ease-out" fill="currentColor"><path d="M275.125 68.25C311.507 68.25 341 97.9335 341 134.55C341 141.077 340.063 147.385 338.317 153.343C337.848 154.943 336.363 156 334.706 156H243.056C241.697 156 240.76 154.628 241.247 153.351L242.999 148.76C248.595 134.03 264.56 121.963 279.331 121.256L307.33 119.813C308.826 119.736 310 118.492 310 116.985C310 115.485 308.838 114.245 307.351 114.157L281.059 112.601C266.924 111.877 260.018 99.2932 263.82 86.179L268.195 71.0866C268.64 69.5514 269.971 68.4343 271.557 68.3476C272.738 68.2831 273.928 68.25 275.125 68.25Z"></path><path d="M184.062 0C222 0 253.868 26.1297 262.882 61.4824C263.26 62.967 263.142 64.5333 262.601 65.9662L255.383 85.0897C249.787 99.8196 235.406 112.593 219.134 112.593L93.7928 114.043C92.2801 114.061 91.063 115.3 91.0625 116.823C91.0625 118.344 92.2776 119.585 93.789 119.605L217.365 121.248C231.531 121.248 238.406 134.556 234.606 147.671L233.011 153.189C232.53 154.855 231.014 156 229.291 156H3.90889C1.98075 156 0.330745 154.574 0.17634 152.64C0.0594555 151.175 0 149.695 0 148.2C0 119.723 21.6617 96.3403 49.306 93.8266C48.7387 91.2419 48.4375 88.5564 48.4375 85.8C48.4375 65.3379 64.919 48.75 85.25 48.75C93.3413 48.75 100.822 51.3789 106.897 55.8321C117.716 23.3806 148.176 0 184.062 0Z"></path></g></svg> <div class="text-foreground-100 -mb-1 ml-3 hidden flex-col items-start justify-start transition-colors duration-200 ease-out lg:flex" id="nav-logo-text"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 719 59" fill="none" class="h-[12px] w-auto text-inherit" aria-label="Cloudflare wordmark" role="img"><path d="M77.1016 1.09961H92.7015V43.5996H119.802V57.1996H77.1016V1.09961Z" fill="currentColor"></path><path d="M135.898 29.3V29.2C135.898 13.1 148.898 0 166.198 0C183.498 0 196.298 12.9 196.298 29V29.2C196.298 45.3 183.298 58.4 165.998 58.4C148.798 58.3 135.898 45.4 135.898 29.3ZM180.498 29.3V29.2C180.498 21.1 174.698 14.1 166.098 14.1C157.598 14.1 151.898 21 151.898 29.1V29.3C151.898 37.4 157.698 44.4 166.198 44.4C174.798 44.3 180.498 37.4 180.498 29.3Z" fill="currentColor"></path><path d="M215.398 32.5996V1.09961H231.198V32.2996C231.198 40.3996 235.298 44.1996 241.498 44.1996C247.698 44.1996 251.798 40.4996 251.798 32.6996V1.09961H267.598V32.1996C267.598 50.2996 257.298 58.1996 241.298 58.1996C225.398 58.2996 215.398 50.1996 215.398 32.5996Z" fill="currentColor"></path><path d="M291.398 1.09961H313.098C333.098 1.09961 344.798 12.5996 344.798 28.7996V28.9996C344.798 45.1996 332.998 57.1996 312.798 57.1996H291.498L291.398 1.09961ZM313.298 43.3996C322.598 43.3996 328.798 38.2996 328.798 29.1996V28.9996C328.798 19.9996 322.598 14.7996 313.298 14.7996H306.998V43.2996L313.298 43.3996Z" fill="currentColor"></path><path d="M367.297 1.09961H412.197V14.7996H382.797V24.2996H409.397V37.1996H382.797V57.1996H367.297V1.09961Z" fill="currentColor"></path><path d="M433.797 1.09961H449.297V43.5996H476.497V57.1996H433.797V1.09961Z" fill="currentColor"></path><path d="M517.097 0.699219H532.097L555.997 57.1992H539.297L535.197 47.1992H513.597L509.597 57.1992H493.297L517.097 0.699219ZM530.797 35.0992L524.597 19.1992L518.297 35.0992H530.797Z" fill="currentColor"></path><path d="M576 1.09961H602.5C611.1 1.09961 617 3.29962 620.8 7.19962C624.1 10.3996 625.8 14.6996 625.8 20.2996V20.4996C625.8 29.0996 621.2 34.7996 614.3 37.6996L627.7 57.2996H609.7L598.4 40.2996H591.6V57.2996H576.1L576 1.09961ZM601.8 28.0996C607.1 28.0996 610.1 25.4996 610.1 21.4996V21.1996C610.1 16.7996 606.9 14.5996 601.7 14.5996H591.5V28.0996H601.8Z" fill="currentColor"></path><path d="M648.203 1.09961H693.303V14.3996H663.603V22.7996H690.503V35.0996H663.603V43.9996H693.703V57.1996H648.203V1.09961Z" fill="currentColor"></path><path d="M43.1 35.9C40.9 40.8 36.3 44.3 30.3 44.3C21.8 44.3 16 37.2 16 29.2V29C16 20.9 21.7 14 30.2 14C36.6 14 41.5 17.9 43.5 23.3H59.9C57.3 9.9 45.5 0 30.3 0C13 0 0 13.1 0 29.2V29.4C0 45.5 12.8 58.4 30.1 58.4C44.9 58.4 56.5 48.8 59.5 36L43.1 35.9Z" fill="currentColor"></path></svg> </div> </a> <script type="module">(function(){if(typeof window>"u"||window.__navLogoClickHandlerInitialized)return;window.__navLogoClickHandlerInitialized=!0;const n=document.getElementById("nav-logo-button");n&&(n.addEventListener("focus",function(){const a=n.getAttribute("data-locale-prefix")||"",_=a?a+"/":"/",e=window.location.pathname;(e===_||e==="/"||e==="/index.html")&&window.scrollY>200&&window.scrollTo({top:0,behavior:"smooth"})}),n.addEventListener("click",function(a){const _=a;if(_.button!==0||_.metaKey||_.ctrlKey||_.shiftKey||_.altKey)return;const e=n.getAttribute("data-locale-prefix")||"",m=e?e+"/":"/",r=window.location.pathname;(r===m||r==="/"||r==="/index.html")&&(a.preventDefault(),window.scrollTo({top:0,behavior:"smooth"}))}),document.addEventListener("astro:before-swap",function a(){window.__navLogoClickHandlerInitialized=!1,document.removeEventListener("astro:before-swap",a)},{once:!0}))})();</script>  </div> <div class="hidden justify-start will-change-transform md:flex md:items-center lg:justify-center" data-nav-scroll-tabs> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var l=(n,t)=>{let i=async()=>{await(await n())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();</script><script>(()=>{var g=Object.defineProperty;var w=(c,s,d)=>s in c?g(c,s,{enumerable:!0,configurable:!0,writable:!0,value:d}):c[s]=d;var l=(c,s,d)=>w(c,typeof s!="symbol"?s+"":s,d);var E=new Set(["__proto__","constructor","prototype"]);{let c={0:t=>y(t),1:t=>d(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(d(t)),5:t=>new Set(d(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>Number.POSITIVE_INFINITY*t},s=t=>{let[p,e]=t;return p in c?c[p](e):void 0},d=t=>t.map(s),y=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([p,e])=>[p,s(e)]));class f extends HTMLElement{constructor(){super(...arguments);l(this,"Component");l(this,"hydrator");l(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let n=this.querySelectorAll("astro-slot"),r={},i=this.querySelectorAll("template[data-astro-template]");for(let o of i){let a=o.closest(this.tagName);a!=null&&a.isSameNode(this)&&(r[o.getAttribute("data-astro-template")||"default"]=o.innerHTML,o.remove())}for(let o of n){let a=o.closest(this.tagName);a!=null&&a.isSameNode(this)&&(r[o.getAttribute("name")||"default"]=o.innerHTML)}let u;try{u=this.hasAttribute("props")?y(JSON.parse(this.getAttribute("props"))):{}}catch(o){let a=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(a+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${a}`,this.getAttribute("props"),o),o}let h;await this.hydrator(this)(this.Component,u,r,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});l(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),n.disconnect(),this.childrenConnectedCallback()},n=new MutationObserver(()=>{var r;((r=this.lastChild)==null?void 0:r.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});n.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}getRetryImportUrl(e){let n=new URL(e,document.baseURI),r=`astro-retry=${Date.now()}`,i=n.hash.replace(/^#/,"");return n.hash=i?`${i}&${r}`:r,n.toString()}async importWithRetry(e){try{return await import(e)}catch(n){return await new Promise(r=>setTimeout(r,1e3)),import(this.getRetryImportUrl(e))}}handleHydrationError(e){let n=this.getAttribute("component-url"),r=new CustomEvent("astro:hydration-error",{cancelable:!0,bubbles:!0,composed:!0,detail:{error:e,componentUrl:n}});this.dispatchEvent(r)&&console.error(`[astro-island] Error hydrating ${n}`,e)}async start(){let e=JSON.parse(this.getAttribute("opts")),n=this.getAttribute("client");if(Astro[n]===void 0){window.addEventListener(`astro:${n}`,()=>this.start(),{once:!0});return}try{await Astro[n](async()=>{let r=this.getAttribute("renderer-url");try{let[i,{default:u}]=await Promise.all([this.importWithRetry(this.getAttribute("component-url")),r?this.importWithRetry(r):Promise.resolve({default:()=>()=>{}})]),h=this.getAttribute("component-export")||"default";if(h.includes(".")){this.Component=i;for(let m of h.split(".")){if(E.has(m)||!this.Component||typeof this.Component!="object"&&typeof this.Component!="function"||!Object.hasOwn(this.Component,m))throw new Error(`Invalid component export path: ${h}`);this.Component=this.Component[m]}}else{if(E.has(h))throw new Error(`Invalid component export path: ${h}`);this.Component=i[h]}return this.hydrator=u,this.hydrate}catch(i){return this.handleHydrationError(i),()=>{}}},e,this)}catch(r){this.handleHydrationError(r)}}attributeChangedCallback(){this.hydrate()}}l(f,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",f)}})();</script><astro-island uid="ZRcjyn" prefix="r91" component-url="/_astro/_container.92PAA_HQ.js" component-export="NavigationContainer" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;variant&quot;:[0,&quot;secondary&quot;],&quot;navigation&quot;:[0,{&quot;localePrefix&quot;:[0,&quot;&quot;],&quot;labels&quot;:[0,{&quot;products&quot;:[0,&quot;Products&quot;],&quot;solutions&quot;:[0,&quot;Solutions&quot;],&quot;solutionsHeading&quot;:[0,&quot;Use Cases&quot;],&quot;resources&quot;:[0,&quot;Resources&quot;]}],&quot;chrome&quot;:[0,{&quot;underAttack&quot;:[0,&quot;Under attack?&quot;],&quot;login&quot;:[0,&quot;Login&quot;],&quot;startBuilding&quot;:[0,&quot;Start building&quot;],&quot;contactSales&quot;:[0,&quot;Contact sales&quot;],&quot;seeUpcomingEvents&quot;:[0,&quot;See Upcoming Events&quot;],&quot;resourcesEventLink&quot;:[0,{&quot;title&quot;:[0,&quot;See Upcoming Events&quot;],&quot;href&quot;:[0,&quot;/events/&quot;]}],&quot;chinLinks&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Enterprise&quot;],&quot;href&quot;:[0,&quot;/enterprise/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Global Network&quot;],&quot;href&quot;:[0,&quot;/network/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Domain Registration&quot;],&quot;href&quot;:[0,&quot;https://domains.cloudflare.com/&quot;]}],[0,{&quot;title&quot;:[0,&quot;1.1.1.1&quot;],&quot;href&quot;:[0,&quot;https://one.one.one.one/&quot;]}]]]}],&quot;staticLinks&quot;:[1,[[0,{&quot;label&quot;:[0,&quot;Pricing&quot;],&quot;href&quot;:[0,&quot;/plans/&quot;]}]]],&quot;productGroups&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Compute&quot;],&quot;variant&quot;:[0,&quot;compute&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Browser Run&quot;],&quot;description&quot;:[0,&quot;Automated browsers&quot;],&quot;href&quot;:[0,&quot;/products/browser-rendering/&quot;],&quot;icon&quot;:[0,&quot;productBrowserRenderings&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;Containers&quot;],&quot;description&quot;:[0,&quot;Any language, anywhere&quot;],&quot;href&quot;:[0,&quot;/products/containers/&quot;],&quot;icon&quot;:[0,&quot;productContainers&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;Durable Objects&quot;],&quot;description&quot;:[0,&quot;Stateful compute&quot;],&quot;href&quot;:[0,&quot;/products/durable-objects/&quot;],&quot;icon&quot;:[0,&quot;productDurableObjects&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Sandboxes&quot;],&quot;description&quot;:[0,&quot;Secure code execution&quot;],&quot;href&quot;:[0,&quot;/products/sandboxes/&quot;],&quot;icon&quot;:[0,&quot;productSandboxes&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;Workers&quot;],&quot;description&quot;:[0,&quot;Global serverless functions&quot;],&quot;href&quot;:[0,&quot;/products/workers/&quot;],&quot;icon&quot;:[0,&quot;productWorkers&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;Workers for Platforms&quot;],&quot;description&quot;:[0,&quot;Programmable Platform Solutions&quot;],&quot;href&quot;:[0,&quot;/products/workers-for-platforms/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbGF5ZXJzLXRocmVlMDEiLCJsYWJlbCI6IkxheWVyc1RocmVlMDEiLCJ2aWV3Qm94IjoiMCAwIDI0IDI0IiwiaW5uZXIiOiI8ZyBmaWxsPVwibm9uZVwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIHN0cm9rZS13aWR0aD1cIjJcIiBzdHJva2UtbGluZWNhcD1cInJvdW5kXCIgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIj48cGF0aCBkPVwibTIgMTIgOS42NDIgNC44MjFjLjEzMS4wNjYuMTk3LjA5OS4yNjYuMTExLjA2LjAxMi4xMjMuMDEyLjE4NCAwIC4wNjktLjAxMi4xMzUtLjA0NS4yNjYtLjExTDIyIDEyTTIgMTdsOS42NDIgNC44MjFjLjEzMS4wNjYuMTk3LjA5OS4yNjYuMTExLjA2LjAxMi4xMjMuMDEyLjE4NCAwIC4wNjktLjAxMi4xMzUtLjA0NS4yNjYtLjExTDIyIDE3TTIgN2w5LjY0Mi00LjgyMWMuMTMxLS4wNjYuMTk3LS4wOTguMjY2LS4xMTFhLjUuNSAwIDAgMSAuMTg0IDBjLjA2OS4wMTMuMTM1LjA0NS4yNjYuMTFMMjIgN2wtOS42NDIgNC44MjFhMS4wMjggMS4wMjggMCAwIDEtLjI2Ni4xMTEuNTAxLjUwMSAwIDAgMS0uMTg0IDBjLS4wNjktLjAxMi0uMTM1LS4wNDUtLjI2Ni0uMTFMMiA3WlwiPjwvcGF0aD48L2c-In0&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;Workflows&quot;],&quot;description&quot;:[0,&quot;Process orchestration&quot;],&quot;href&quot;:[0,&quot;/products/workflows/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY3J5cHRvY3VycmVuY3kwNCIsImxhYmVsIjoiQ3J5cHRvY3VycmVuY3kwNCIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJtMiAyIDIgMm0xOC0yLTIgMm0yIDE4LTItMk0yIDIybDItMm0tMi00aDEuNU04IDJ2MS41TTIyIDhoLTEuNU0xNiAyMnYtMS41bTItNC41aDMuNU0xNiAydjRNMiA4aDRtMiAxNHYtNG0zLjQzNC0xMC40MzQtMy44NjggMy44NjhjLS4xOTguMTk4LS4yOTcuMjk3LS4zMzQuNDEyYS41LjUgMCAwIDAgMCAuMzA5Yy4wMzcuMTE0LjEzNi4yMTMuMzM0LjQxbDMuODY4IDMuODdjLjE5OC4xOTcuMjk3LjI5Ni40MTIuMzMzLjEuMDMzLjIwOC4wMzMuMzA5IDAgLjExNC0uMDM3LjIxMy0uMTM2LjQxLS4zMzRsMy44Ny0zLjg2OGMuMTk3LS4xOTguMjk2LS4yOTcuMzMzLS40MTJhLjQ5OS40OTkgMCAwIDAgMC0uMzA5Yy0uMDM3LS4xMTQtLjEzNi0uMjEzLS4zMzQtLjQxbC0zLjg2OC0zLjg3Yy0uMTk4LS4xOTctLjI5Ny0uMjk2LS40MTItLjMzM2EuNS41IDAgMCAwLS4zMDkgMGMtLjExNC4wMzctLjIxMy4xMzYtLjQxLjMzNFpcIj48L3BhdGg-PC9nPiJ9&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,6]}]]]}],[0,{&quot;title&quot;:[0,&quot;Storage&quot;],&quot;variant&quot;:[0,&quot;storage&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Artifacts&quot;],&quot;description&quot;:[0,&quot;Git-native versioned storage&quot;],&quot;href&quot;:[0,&quot;/products/artifacts/&quot;],&quot;icon&quot;:[0,&quot;productArtifacts&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;D1&quot;],&quot;description&quot;:[0,&quot;Serverless SQL&quot;],&quot;href&quot;:[0,&quot;/products/d1/&quot;],&quot;icon&quot;:[0,&quot;productD1&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;Data Platform&quot;],&quot;description&quot;:[0,&quot;Ingest, Catalog &amp; Query&quot;],&quot;href&quot;:[0,&quot;/products/data-platform/&quot;],&quot;icon&quot;:[0,&quot;lego&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Hyperdrive&quot;],&quot;description&quot;:[0,&quot;Global databases&quot;],&quot;href&quot;:[0,&quot;/products/hyperdrive/&quot;],&quot;icon&quot;:[0,&quot;productHyperdrive&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;Queues&quot;],&quot;description&quot;:[0,&quot;Message processing&quot;],&quot;href&quot;:[0,&quot;/products/queues/&quot;],&quot;icon&quot;:[0,&quot;productQueues&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;R2&quot;],&quot;description&quot;:[0,&quot;Egress-free storage&quot;],&quot;href&quot;:[0,&quot;/products/r2/&quot;],&quot;icon&quot;:[0,&quot;productR2&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;KV&quot;],&quot;description&quot;:[0,&quot;Ultra-fast key-value storage&quot;],&quot;href&quot;:[0,&quot;/products/kv/&quot;],&quot;icon&quot;:[0,&quot;productKv&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,6]}]]]}],[0,{&quot;title&quot;:[0,&quot;AI&quot;],&quot;variant&quot;:[0,&quot;ai&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Agents&quot;],&quot;description&quot;:[0,&quot;Build stateful AI agents&quot;],&quot;href&quot;:[0,&quot;/products/agents/&quot;],&quot;icon&quot;:[0,&quot;productAgents&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;AI Gateway&quot;],&quot;description&quot;:[0,&quot;AI observability&quot;],&quot;href&quot;:[0,&quot;/products/ai-gateway/&quot;],&quot;icon&quot;:[0,&quot;productAiGateway&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;AI Search&quot;],&quot;description&quot;:[0,&quot;Instant retrieval&quot;],&quot;href&quot;:[0,&quot;/products/ai-search/&quot;],&quot;icon&quot;:[0,&quot;productAutoRag&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Vectorize&quot;],&quot;description&quot;:[0,&quot;Vector database&quot;],&quot;href&quot;:[0,&quot;/products/vectorize/&quot;],&quot;icon&quot;:[0,&quot;productVectorize&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;Workers AI&quot;],&quot;description&quot;:[0,&quot;Edge AI models&quot;],&quot;href&quot;:[0,&quot;/products/workers-ai/&quot;],&quot;icon&quot;:[0,&quot;productWorkersAI&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,4]}]]]}],[0,{&quot;title&quot;:[0,&quot;SASE / Zero Trust&quot;],&quot;variant&quot;:[0,&quot;sase&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;SASE&quot;],&quot;description&quot;:[0,&quot;Cloudflare SASE platform&quot;],&quot;href&quot;:[0,&quot;/sase/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;category&quot;:[0,&quot;sase&quot;]}],[0,{&quot;title&quot;:[0,&quot;Access&quot;],&quot;description&quot;:[0,&quot;Zero trust access to private resources&quot;],&quot;href&quot;:[0,&quot;/products/access/&quot;],&quot;icon&quot;:[0,&quot;user&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;CASB&quot;],&quot;description&quot;:[0,&quot;SaaS and cloud posture&quot;],&quot;href&quot;:[0,&quot;/products/casb/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY2xvdWQtcmFpbmluZzA2IiwibGFiZWwiOiJDbG91ZFJhaW5pbmcwNiIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMTMgMjFINm0xMy0zaC05bS0zIDBINW0xMyAzaC0ybS05LTZhNSA1IDAgMSAxIC4xLTkuOTk5IDUuNTAyIDUuNTAyIDAgMCAxIDEwLjE5NSAxLjAwNEE0LjUgNC41IDAgMSAxIDE3LjUgMTVINi45OTlaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0]}],[0,{&quot;title&quot;:[0,&quot;Data Loss Prevention&quot;],&quot;description&quot;:[0,&quot;Protect sensitive data&quot;],&quot;href&quot;:[0,&quot;/products/dlp/&quot;],&quot;icon&quot;:[0,&quot;productDataLossPrevention&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Gateway&quot;],&quot;description&quot;:[0,&quot;Web filtering&quot;],&quot;href&quot;:[0,&quot;/products/gateway/&quot;],&quot;icon&quot;:[0,&quot;productGateway&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Browser Isolation&quot;],&quot;description&quot;:[0,&quot;Secure web browsing&quot;],&quot;href&quot;:[0,&quot;/products/browser-isolation/&quot;],&quot;icon&quot;:[0,&quot;browser&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;WAN&quot;],&quot;description&quot;:[0,&quot;Cloud-delivered networking&quot;],&quot;href&quot;:[0,&quot;/products/wan/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareWan&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;Email Security&quot;],&quot;description&quot;:[0,&quot;Phishing protection&quot;],&quot;href&quot;:[0,&quot;/products/email-security/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,5]}]]]}],[0,{&quot;title&quot;:[0,&quot;Security&quot;],&quot;variant&quot;:[0,&quot;security&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;DDoS Protection&quot;],&quot;description&quot;:[0,&quot;Mitigation Solutions&quot;],&quot;href&quot;:[0,&quot;/products/ddos/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareNetworkFirewall&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;Rate Limiting&quot;],&quot;description&quot;:[0,&quot;Abuse prevention&quot;],&quot;href&quot;:[0,&quot;/products/rate-limiting/&quot;],&quot;icon&quot;:[0,&quot;productRateLimiting&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;SSL&quot;],&quot;description&quot;:[0,&quot;Secure Your Site with SSL&quot;],&quot;href&quot;:[0,&quot;/products/ssl/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Turnstile&quot;],&quot;description&quot;:[0,&quot;A CAPTCHA Replacement Solution&quot;],&quot;href&quot;:[0,&quot;/products/turnstile/&quot;],&quot;icon&quot;:[0,&quot;productTurnstile&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;WAF&quot;],&quot;description&quot;:[0,&quot;Web Application Firewall&quot;],&quot;href&quot;:[0,&quot;/products/waf/&quot;],&quot;icon&quot;:[0,&quot;productWaf&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;Magic Transit&quot;],&quot;description&quot;:[0,&quot;DDoS Protection for Networks&quot;],&quot;href&quot;:[0,&quot;/products/magic-transit/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbWFnaWMtd2FuZDAxIiwibGFiZWwiOiJNYWdpY1dhbmQwMSIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJtMTMgMTQtMy0zbTUuMDEtNy41VjJtMy45NCAzLjA2TDIwLjAxIDRtLTEuMDYgOSAxLjA2IDEuMDZtLTktOUw5Ljk1IDRtMTAuNTYgNWgxLjVNNi4xMzEgMjAuODY5bDkuMjM4LTkuMjM4Yy4zOTYtLjM5Ni41OTQtLjU5NC42NjgtLjgyMmExIDEgMCAwIDAgMC0uNjE4Yy0uMDc0LS4yMjgtLjI3Mi0uNDI2LS42NjgtLjgyMmwtLjczNy0uNzM4Yy0uMzk3LS4zOTYtLjU5NS0uNTk0LS44MjMtLjY2OGExIDEgMCAwIDAtLjYxOCAwYy0uMjI4LjA3NC0uNDI2LjI3Mi0uODIyLjY2OEwzLjEzIDE3Ljg3Yy0uMzk2LjM5Ni0uNTk0LjU5NC0uNjY4LjgyMmExIDEgMCAwIDAgMCAuNjE4Yy4wNzQuMjI4LjI3Mi40MjYuNjY4LjgyMmwuNzM4LjczOGMuMzk2LjM5Ni41OTQuNTk0LjgyMi42NjhhMSAxIDAgMCAwIC42MTggMGMuMjI4LS4wNzQuNDI2LS4yNzIuODIyLS42NjhaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;Client-Side Security&quot;],&quot;description&quot;:[0,&quot;Prevent browser supply chain attacks&quot;],&quot;href&quot;:[0,&quot;/products/client-side-security/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtYnJvd3NlciIsImxhYmVsIjoiQnJvd3NlciIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMjIgOUgybTAtMS4ydjguNGMwIDEuNjggMCAyLjUyLjMyNyAzLjE2MmEzIDMgMCAwIDAgMS4zMTEgMS4zMTFDNC4yOCAyMSA1LjEyIDIxIDYuOCAyMWgxMC40YzEuNjggMCAyLjUyIDAgMy4xNjItLjMyN2EzIDMgMCAwIDAgMS4zMTEtMS4zMTFDMjIgMTguNzIgMjIgMTcuODggMjIgMTYuMlY3LjhjMC0xLjY4IDAtMi41Mi0uMzI3LTMuMTYyYTMgMyAwIDAgMC0xLjMxMS0xLjMxMUMxOS43MiAzIDE4Ljg4IDMgMTcuMiAzSDYuOGMtMS42OCAwLTIuNTIgMC0zLjE2Mi4zMjdhMyAzIDAgMCAwLTEuMzExIDEuMzExQzIgNS4yOCAyIDYuMTIgMiA3LjhaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,6]}],[0,{&quot;title&quot;:[0,&quot;Bot Management&quot;],&quot;description&quot;:[0,&quot;Block bad bots&quot;],&quot;href&quot;:[0,&quot;/products/bot-management/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtZmluZ2VycHJpbnQwMyIsImxhYmVsIjoiRmluZ2VycHJpbnQwMyIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNOC4xIDIxLjIyMWExMi4xNiAxMi4xNiAwIDAgMS0yLjIwNy03LjAwMiA2LjEwOCA2LjEwOCAwIDAgMSA2LjEwNi02LjExIDYuMTA4IDYuMTA4IDAgMCAxIDYuMTA2IDYuMTFcIj48L3BhdGg-PHBhdGggZD1cIk04LjEgMjEuMjIxYTEyLjE2IDEyLjE2IDAgMCAxLTIuMjA3LTcuMDAyIDYuMTA4IDYuMTA4IDAgMCAxIDYuMTA2LTYuMTEgNi4xMDggNi4xMDggMCAwIDEgNi4xMDYgNi4xMVwiPjwvcGF0aD48cGF0aCBkPVwiTTE4LjQzNiAyMC4zMTJjLS4xMS4wMDYtLjIxOC4wMTYtLjMyOS4wMTZhNi4xMDggNi4xMDggMCAwIDEtNi4xMDYtNi4xMVwiPjwvcGF0aD48cGF0aCBkPVwiTTE4LjQzNiAyMC4zMTJjLS4xMS4wMDYtLjIxOC4wMTYtLjMyOS4wMTZhNi4xMDggNi4xMDggMCAwIDEtNi4xMDYtNi4xMVwiPjwvcGF0aD48cGF0aCBkPVwiTTEzLjI3IDIyYTkuMTU4IDkuMTU4IDAgMCAxLTQuMzIzLTcuNzgxIDMuMDU0IDMuMDU0IDAgMSAxIDYuMTA3IDAgMy4wNTQgMy4wNTQgMCAxIDAgNi4xMDggMGMwLTUuMDYyLTQuMTAyLTkuMTY0LTkuMTYtOS4xNjQtNS4wNTkgMC05LjE2IDQuMTAyLTkuMTYgOS4xNjQgMCAxLjEyOC4xMjYgMi4yMjYuMzU4IDMuMjg2XCI-PC9wYXRoPjxwYXRoIGQ9XCJNMTMuMjcgMjJhOS4xNTggOS4xNTggMCAwIDEtNC4zMjMtNy43ODEgMy4wNTQgMy4wNTQgMCAxIDEgNi4xMDcgMCAzLjA1NCAzLjA1NCAwIDEgMCA2LjEwOCAwYzAtNS4wNjItNC4xMDItOS4xNjQtOS4xNi05LjE2NC01LjA1OSAwLTkuMTYgNC4xMDItOS4xNiA5LjE2NCAwIDEuMTI4LjEyNiAyLjIyNi4zNTggMy4yODZcIj48L3BhdGg-PHBhdGggZD1cIk0yMC41MjYgNS44NjNBMTEuMzI3IDExLjMyNyAwIDAgMCAxMiAyYTExLjMyNyAxMS4zMjcgMCAwIDAtOC41MjUgMy44NjNcIj48L3BhdGg-PHBhdGggZD1cIk0yMC41MjYgNS44NjNBMTEuMzI3IDExLjMyNyAwIDAgMCAxMiAyYTExLjMyNyAxMS4zMjcgMCAwIDAtOC41MjUgMy44NjNcIj48L3BhdGg-PC9nPiJ9&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,8]}]]]}],[0,{&quot;title&quot;:[0,&quot;Network &amp; Content Delivery&quot;],&quot;variant&quot;:[0,&quot;network&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;CDN&quot;],&quot;description&quot;:[0,&quot;Faster delivery &amp; caching&quot;],&quot;href&quot;:[0,&quot;/products/cdn/&quot;],&quot;icon&quot;:[0,&quot;productNetwork&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;DNS&quot;],&quot;description&quot;:[0,&quot;Fast DNS&quot;],&quot;href&quot;:[0,&quot;/products/dns/&quot;],&quot;icon&quot;:[0,&quot;productDNS&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Load Balancing&quot;],&quot;description&quot;:[0,&quot;Zero downtime&quot;],&quot;href&quot;:[0,&quot;/products/load-balancing/&quot;],&quot;icon&quot;:[0,&quot;productLoadBalancing&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;TURN / SFU&quot;],&quot;description&quot;:[0,&quot;Real-time infra&quot;],&quot;href&quot;:[0,&quot;/products/turn-sfu/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY29kZS1jaXJjbGUwMiIsImxhYmVsIjoiQ29kZUNpcmNsZTAyIiwidmlld0JveCI6IjAgMCAyNCAyNCIsImlubmVyIjoiPGcgZmlsbD1cIm5vbmVcIiBzdHJva2U9XCJjdXJyZW50Q29sb3JcIiBzdHJva2Utd2lkdGg9XCIyXCIgc3Ryb2tlLWxpbmVjYXA9XCJyb3VuZFwiIHN0cm9rZS1saW5lam9pbj1cInJvdW5kXCI-PHBhdGggZD1cIm0xNCAxNyAzLTMtMy0zbS00LTQtMyAzIDMgM20xMi0xYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMiA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTBaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;Analytics&quot;],&quot;description&quot;:[0,&quot;Web Performance &amp; Security&quot;],&quot;href&quot;:[0,&quot;/products/analytics/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtYmFyLWxpbmUtY2hhcnQiLCJsYWJlbCI6IkJhckxpbmVDaGFydCIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMjAgMjB2LTdtLTggN1YxME00IDIwdi00bTkuNDA3LTEwLjk3MyA1LjE2OCAxLjkzOU0xMC44IDUuNCA1LjIgOS42bTE1Ljg2LTMuMTZhMS41IDEuNSAwIDEgMS0yLjEyMSAyLjEyIDEuNSAxLjUgMCAwIDEgMi4xMjItMi4xMlptLTE2IDNhMS41IDEuNSAwIDEgMS0yLjEyIDIuMTIgMS41IDEuNSAwIDAgMSAyLjEyLTIuMTJabTgtNmExLjUgMS41IDAgMSAxLTIuMTIxIDIuMTIgMS41IDEuNSAwIDAgMSAyLjEyMi0yLjEyWlwiPjwvcGF0aD48L2c-In0&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,6]}]]]}]]],&quot;solutions&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;AI&quot;],&quot;description&quot;:[0,&quot;Build intelligent applications with AI at the edge&quot;],&quot;href&quot;:[0,&quot;/solutions/ai/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareAgent&quot;],&quot;order&quot;:[0,0],&quot;metaTitle&quot;:[0,&quot;Cloudflare AI Cloud &quot;]}],[0,{&quot;title&quot;:[0,&quot;AI Security&quot;],&quot;description&quot;:[0,&quot;Secure and control AI adoption without slowing innovation.&quot;],&quot;href&quot;:[0,&quot;/solutions/ai-security/&quot;],&quot;icon&quot;:[0,&quot;aI&quot;],&quot;order&quot;:[0],&quot;metaTitle&quot;:[0,&quot;AI Security&quot;]}],[0,{&quot;title&quot;:[0,&quot;Frontends&quot;],&quot;description&quot;:[0,&quot;Deploy frontend applications globally in seconds&quot;],&quot;href&quot;:[0,&quot;/solutions/frontends/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbGF5b3V0LWFsdDAxIiwibGFiZWwiOiJMYXlvdXRBbHQwMSIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMyA5aDE4TTkgOXYxMk03LjggM2g4LjRjMS42OCAwIDIuNTIgMCAzLjE2Mi4zMjdhMyAzIDAgMCAxIDEuMzExIDEuMzExQzIxIDUuMjggMjEgNi4xMiAyMSA3Ljh2OC40YzAgMS42OCAwIDIuNTItLjMyNyAzLjE2MmEzIDMgMCAwIDEtMS4zMTEgMS4zMTFDMTguNzIgMjEgMTcuODggMjEgMTYuMiAyMUg3LjhjLTEuNjggMC0yLjUyIDAtMy4xNjItLjMyN2EzIDMgMCAwIDEtMS4zMTEtMS4zMTFDMyAxOC43MiAzIDE3Ljg4IDMgMTYuMlY3LjhjMC0xLjY4IDAtMi41Mi4zMjctMy4xNjJhMyAzIDAgMCAxIDEuMzExLTEuMzExQzUuMjggMyA2LjEyIDMgNy44IDNaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,1],&quot;metaTitle&quot;:[0,&quot;Frontend Development Platform&quot;]}],[0,{&quot;title&quot;:[0,&quot;Network&quot;],&quot;description&quot;:[0,&quot;Global network services for performance and reliability&quot;],&quot;href&quot;:[0,&quot;/solutions/network/&quot;],&quot;icon&quot;:[0,&quot;earth&quot;],&quot;order&quot;:[0,2],&quot;metaTitle&quot;:[0,&quot;Global Network Infrastructure&quot;]}],[0,{&quot;title&quot;:[0,&quot;Platforms&quot;],&quot;description&quot;:[0,&quot;Build platforms on Cloudflare&#39;s infrastructure&quot;],&quot;href&quot;:[0,&quot;/solutions/platforms/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY3ViZTAyIiwibGFiZWwiOiJDdWJlMDIiLCJ2aWV3Qm94IjoiMCAwIDI0IDI0IiwiaW5uZXIiOiI8ZyBmaWxsPVwibm9uZVwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIHN0cm9rZS13aWR0aD1cIjJcIiBzdHJva2UtbGluZWNhcD1cInJvdW5kXCIgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIj48cGF0aCBkPVwiTTEyIDIuNVYxMm0wIDAgOC41LTQuNzIyTTEyIDEyIDMuNSA3LjI3OE0xMiAxMnY5LjVtOC41LTQuNzc4LTcuNzIzLTQuMjljLS4yODQtLjE1OC0uNDI1LS4yMzctLjU3NS0uMjY4YTEuMDAxIDEuMDAxIDAgMCAwLS40MDMgMGMtLjE1LjAzMS0uMjkyLjExLS41NzYuMjY4TDMuNSAxNi43MjJNMjEgMTYuMDZWNy45NDJjMC0uMzQzIDAtLjUxNC0uMDUtLjY2N2ExIDEgMCAwIDAtLjIxNS0uMzY0Yy0uMTA5LS4xMTktLjI1OC0uMjAyLS41NTgtLjM2OGwtNy40LTQuMTExYy0uMjg0LS4xNTgtLjQyNS0uMjM3LS41NzUtLjI2N2ExIDEgMCAwIDAtLjQwMyAwYy0uMTUuMDMtLjI5Mi4xMS0uNTc2LjI2N2wtNy40IDQuMTFjLS4zLjE2Ny0uNDUuMjUtLjU1OC4zNjlhMSAxIDAgMCAwLS4yMTUuMzY0QzMgNy40MjggMyA3LjU5OSAzIDcuOTQydjguMTE3YzAgLjM0MiAwIC41MTQuMDUuNjY2YTEgMSAwIDAgMCAuMjE1LjM2NGMuMTA5LjExOS4yNTguMjAyLjU1OC4zNjhsNy40IDQuMTExYy4yODQuMTU4LjQyNS4yMzcuNTc2LjI2OC4xMzMuMDI3LjI3LjAyNy40MDIgMCAuMTUtLjAzMS4yOTItLjExLjU3Ni0uMjY4bDcuNC00LjExYy4zLS4xNjcuNDUtLjI1LjU1OC0uMzY5YS45OTkuOTk5IDAgMCAwIC4yMTUtLjM2NGMuMDUtLjE1Mi4wNS0uMzI0LjA1LS42NjZaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,3],&quot;metaTitle&quot;:[0,&quot;Multi-Tenant Platform Development&quot;]}],[0,{&quot;title&quot;:[0,&quot;Security&quot;],&quot;description&quot;:[0,&quot;Protect your applications from threats&quot;],&quot;href&quot;:[0,&quot;/solutions/security/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;order&quot;:[0,5],&quot;metaTitle&quot;:[0,&quot;Web Security Platform - WAF, DDoS Protection, Bot Management&quot;]}],[0,{&quot;title&quot;:[0,&quot;Workflows&quot;],&quot;description&quot;:[0,&quot;Orchestrate complex multi-step processes&quot;],&quot;href&quot;:[0,&quot;/solutions/workflows/&quot;],&quot;icon&quot;:[0,&quot;flash&quot;],&quot;order&quot;:[0,6],&quot;metaTitle&quot;:[0,&quot;Durable Workflows - Multi-Step Application Engine&quot;]}]]],&quot;footerSolutions&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;AI&quot;],&quot;description&quot;:[0,&quot;Build intelligent applications with AI at the edge&quot;],&quot;href&quot;:[0,&quot;/solutions/ai/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareAgent&quot;],&quot;order&quot;:[0,0],&quot;metaTitle&quot;:[0,&quot;Cloudflare AI Cloud &quot;]}],[0,{&quot;title&quot;:[0,&quot;AI Security&quot;],&quot;description&quot;:[0,&quot;Secure and control AI adoption without slowing innovation.&quot;],&quot;href&quot;:[0,&quot;/solutions/ai-security/&quot;],&quot;icon&quot;:[0,&quot;aI&quot;],&quot;order&quot;:[0],&quot;metaTitle&quot;:[0,&quot;AI Security&quot;]}],[0,{&quot;title&quot;:[0,&quot;Frontends&quot;],&quot;description&quot;:[0,&quot;Deploy frontend applications globally in seconds&quot;],&quot;href&quot;:[0,&quot;/solutions/frontends/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbGF5b3V0LWFsdDAxIiwibGFiZWwiOiJMYXlvdXRBbHQwMSIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMyA5aDE4TTkgOXYxMk03LjggM2g4LjRjMS42OCAwIDIuNTIgMCAzLjE2Mi4zMjdhMyAzIDAgMCAxIDEuMzExIDEuMzExQzIxIDUuMjggMjEgNi4xMiAyMSA3Ljh2OC40YzAgMS42OCAwIDIuNTItLjMyNyAzLjE2MmEzIDMgMCAwIDEtMS4zMTEgMS4zMTFDMTguNzIgMjEgMTcuODggMjEgMTYuMiAyMUg3LjhjLTEuNjggMC0yLjUyIDAtMy4xNjItLjMyN2EzIDMgMCAwIDEtMS4zMTEtMS4zMTFDMyAxOC43MiAzIDE3Ljg4IDMgMTYuMlY3LjhjMC0xLjY4IDAtMi41Mi4zMjctMy4xNjJhMyAzIDAgMCAxIDEuMzExLTEuMzExQzUuMjggMyA2LjEyIDMgNy44IDNaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,1],&quot;metaTitle&quot;:[0,&quot;Frontend Development Platform&quot;]}],[0,{&quot;title&quot;:[0,&quot;Platforms&quot;],&quot;description&quot;:[0,&quot;Build platforms on Cloudflare&#39;s infrastructure&quot;],&quot;href&quot;:[0,&quot;/solutions/platforms/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY3ViZTAyIiwibGFiZWwiOiJDdWJlMDIiLCJ2aWV3Qm94IjoiMCAwIDI0IDI0IiwiaW5uZXIiOiI8ZyBmaWxsPVwibm9uZVwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIHN0cm9rZS13aWR0aD1cIjJcIiBzdHJva2UtbGluZWNhcD1cInJvdW5kXCIgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIj48cGF0aCBkPVwiTTEyIDIuNVYxMm0wIDAgOC41LTQuNzIyTTEyIDEyIDMuNSA3LjI3OE0xMiAxMnY5LjVtOC41LTQuNzc4LTcuNzIzLTQuMjljLS4yODQtLjE1OC0uNDI1LS4yMzctLjU3NS0uMjY4YTEuMDAxIDEuMDAxIDAgMCAwLS40MDMgMGMtLjE1LjAzMS0uMjkyLjExLS41NzYuMjY4TDMuNSAxNi43MjJNMjEgMTYuMDZWNy45NDJjMC0uMzQzIDAtLjUxNC0uMDUtLjY2N2ExIDEgMCAwIDAtLjIxNS0uMzY0Yy0uMTA5LS4xMTktLjI1OC0uMjAyLS41NTgtLjM2OGwtNy40LTQuMTExYy0uMjg0LS4xNTgtLjQyNS0uMjM3LS41NzUtLjI2N2ExIDEgMCAwIDAtLjQwMyAwYy0uMTUuMDMtLjI5Mi4xMS0uNTc2LjI2N2wtNy40IDQuMTFjLS4zLjE2Ny0uNDUuMjUtLjU1OC4zNjlhMSAxIDAgMCAwLS4yMTUuMzY0QzMgNy40MjggMyA3LjU5OSAzIDcuOTQydjguMTE3YzAgLjM0MiAwIC41MTQuMDUuNjY2YTEgMSAwIDAgMCAuMjE1LjM2NGMuMTA5LjExOS4yNTguMjAyLjU1OC4zNjhsNy40IDQuMTExYy4yODQuMTU4LjQyNS4yMzcuNTc2LjI2OC4xMzMuMDI3LjI3LjAyNy40MDIgMCAuMTUtLjAzMS4yOTItLjExLjU3Ni0uMjY4bDcuNC00LjExYy4zLS4xNjcuNDUtLjI1LjU1OC0uMzY5YS45OTkuOTk5IDAgMCAwIC4yMTUtLjM2NGMuMDUtLjE1Mi4wNS0uMzI0LjA1LS42NjZaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,3],&quot;metaTitle&quot;:[0,&quot;Multi-Tenant Platform Development&quot;]}],[0,{&quot;title&quot;:[0,&quot;Security&quot;],&quot;description&quot;:[0,&quot;Protect your applications from threats&quot;],&quot;href&quot;:[0,&quot;/solutions/security/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;order&quot;:[0,5],&quot;metaTitle&quot;:[0,&quot;Web Security Platform - WAF, DDoS Protection, Bot Management&quot;]}]]],&quot;resources&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Blog&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Blog&quot;],&quot;description&quot;:[0,&quot;News, product updates, and announcements&quot;],&quot;href&quot;:[0,&quot;/blog/&quot;],&quot;icon&quot;:[0,&quot;notificationMessage&quot;]}],[0,{&quot;title&quot;:[0,&quot;Community&quot;],&quot;description&quot;:[0,&quot;Connect with other developers and experts&quot;],&quot;href&quot;:[0,&quot;https://community.cloudflare.com/&quot;],&quot;icon&quot;:[0,&quot;chat&quot;]}],[0,{&quot;title&quot;:[0,&quot;Cloudflare Radar&quot;],&quot;description&quot;:[0,&quot;Internet traffic and security trends&quot;],&quot;href&quot;:[0,&quot;https://radar.cloudflare.com/&quot;],&quot;icon&quot;:[0,&quot;productRadar&quot;]}]]]}],[0,{&quot;title&quot;:[0,&quot;Documentation&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Developer Docs&quot;],&quot;description&quot;:[0,&quot;Guides, references, and tutorials&quot;],&quot;href&quot;:[0,&quot;https://developers.cloudflare.com/&quot;],&quot;icon&quot;:[0,&quot;bookOpen&quot;]}],[0,{&quot;title&quot;:[0,&quot;API Reference&quot;],&quot;description&quot;:[0,&quot;Cloudflare API documentation&quot;],&quot;href&quot;:[0,&quot;https://developers.cloudflare.com/api/&quot;],&quot;icon&quot;:[0,&quot;terminal&quot;]}],[0,{&quot;title&quot;:[0,&quot;Case Studies&quot;],&quot;description&quot;:[0,&quot;Customer success stories and results&quot;],&quot;href&quot;:[0,&quot;/case-studies/&quot;],&quot;icon&quot;:[0,&quot;barChartUp&quot;]}]]]}],[0,{&quot;title&quot;:[0,&quot;Learning&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Learning Center&quot;],&quot;description&quot;:[0,&quot;Learn about web technology concepts&quot;],&quot;href&quot;:[0,&quot;/learning/&quot;],&quot;icon&quot;:[0,&quot;course&quot;]}],[0,{&quot;title&quot;:[0,&quot;Reference Architectures&quot;],&quot;description&quot;:[0,&quot;Architecture patterns and best practices&quot;],&quot;href&quot;:[0,&quot;/architecture/&quot;],&quot;icon&quot;:[0,&quot;cubeTarget&quot;]}],[0,{&quot;title&quot;:[0,&quot;Press&quot;],&quot;description&quot;:[0,&quot;Latest news, media resources, and coverage&quot;],&quot;href&quot;:[0,&quot;/press/&quot;],&quot;icon&quot;:[0,&quot;publisher&quot;]}]]]}],[0,{&quot;title&quot;:[0,&quot;Quick Links&quot;],&quot;variant&quot;:[0,&quot;inline&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Startups&quot;],&quot;href&quot;:[0,&quot;/startups/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Careers&quot;],&quot;href&quot;:[0,&quot;/careers/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Partners&quot;],&quot;href&quot;:[0,&quot;/partners/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Status&quot;],&quot;href&quot;:[0,&quot;https://www.cloudflarestatus.com/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Support&quot;],&quot;href&quot;:[0,&quot;https://support.cloudflare.com/&quot;]}]]]}]]]}]}" ssr client="idle" opts="{&quot;name&quot;:&quot;NavigationContainer&quot;,&quot;value&quot;:true}" await-children><div id="nav-container" class="pointer-events-auto relative z-20 min-w-0 text-foreground-100 dark:text-light-foreground"><div class="hidden h-[72px] w-full min-w-0 items-center justify-center md:flex md:pl-0"><nav class="keyframe-container relative font-sans" style="opacity:0" aria-label="Main navigation"><div class="relative flex text-inherit items-center justify-between px-4 sm:px-6 lg:px-8"><div id="header-navigation" class="relative hidden h-full md:flex" style="opacity:0"><div class="absolute top-0 box-border h-full rounded-md border border-border-100 dark:border-border-100 bg-border-100/10 dark:bg-border-100/50 opacity-0 transition-all duration-300 ease-out"></div><a href="/products/" data-nav="products" class="relative z-10 flex items-center rounded-md py-1.5 px-3 font-medium text-inherit transition-all duration-200 ease-out hover:opacity-80" aria-expanded="false" aria-haspopup="true" data-astro-prefetch="hover" style="opacity:1;filter:none">Products<svg viewBox="0 0 20 20" class="inline-block h-4 w-auto transition-opacity duration-200 ease-out shrink-0 text-inherit opacity-30 ml-1.5 mr-[-3px]" aria-hidden="true"><use href="/icons.svg#chevronGroup"></use></svg></a><a href="/solutions/" data-nav="solutions" class="relative z-10 flex items-center rounded-md py-1.5 px-3 font-medium text-inherit transition-all duration-200 ease-out hover:opacity-80" aria-expanded="false" aria-haspopup="true" data-astro-prefetch="hover" style="opacity:1;filter:none">Solutions<svg viewBox="0 0 20 20" class="inline-block h-4 w-auto transition-opacity duration-200 ease-out shrink-0 text-inherit opacity-30 ml-1.5 mr-[-3px]" aria-hidden="true"><use href="/icons.svg#chevronGroup"></use></svg></a><a href="/resource-hub/" data-nav="resources" class="relative z-10 flex items-center rounded-md py-1.5 px-3 font-medium text-inherit transition-all duration-200 ease-out hover:opacity-80" aria-expanded="false" aria-haspopup="true" data-astro-prefetch="hover" style="opacity:1;filter:none">Resources<svg viewBox="0 0 20 20" class="inline-block h-4 w-auto transition-opacity duration-200 ease-out shrink-0 text-inherit opacity-30 ml-1.5 mr-[-3px]" aria-hidden="true"><use href="/icons.svg#chevronGroup"></use></svg></a><a href="/plans/" data-nav="pricing" class="text-inherit relative flex items-center rounded-md px-3 py-1.5 font-medium transition-all duration-200 ease-out hover:opacity-80" data-astro-prefetch="hover" style="opacity:1;filter:none">Pricing</a></div></div></nav></div></div><!--astro:end--></astro-island> </div> <div class="flex items-center justify-end gap-2 md:justify-self-end"> <div class="hidden will-change-transform md:flex md:items-center md:gap-1" data-nav-scroll-utility> <div id="nav-action-buttons" class="pointer-events-none flex items-center justify-end gap-1 transition-[filter] duration-200 ease-out">  <a href="https://dash.cloudflare.com/login" data-slot="button" class="relative isolate shrink-0 origin-center items-center justify-center gap-2 whitespace-nowrap border font-medium backdrop-blur-md transition-[scale,translate] duration-[0.16s] ease-[cubic-bezier(0.25,0.46,0.45,0.94)] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none rounded-xl md:rounded-full border-border-100 bg-background-100 text-foreground-100 active:scale-[0.98] hover:border-accent-100/40 hover:before:opacity-[0.08] focus-visible:before:opacity-[0.08] px-3 py-1.5 pointer-events-auto hidden md:flex hover:text-inherit" id="nav-login-button">Login</a> <a href="/resource/contact-enterprise-sales/" data-slot="button" class="relative isolate shrink-0 origin-center items-center justify-center gap-2 whitespace-nowrap border font-medium backdrop-blur-md transition-[scale,translate] duration-[0.16s] ease-[cubic-bezier(0.25,0.46,0.45,0.94)] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none rounded-xl md:rounded-full border-border-100 bg-background-100 text-foreground-100 active:scale-[0.98] hover:border-accent-100/40 hover:before:opacity-[0.08] focus-visible:before:opacity-[0.08] px-3 py-1.5 pointer-events-auto hidden md:flex hover:text-inherit" id="nav-contact-sales-button">Contact sales</a> </div> </div> <div class="pointer-events-none flex shrink-0 items-center justify-end gap-1" data-nav-sticky-actions> <a href="https://dash.cloudflare.com/sign-up" data-slot="button" class="relative isolate shrink-0 origin-center items-center justify-center gap-2 whitespace-nowrap border font-medium backdrop-blur-md transition-[scale,translate] duration-[0.16s] ease-[cubic-bezier(0.25,0.46,0.45,0.94)] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none rounded-xl md:rounded-full border-accent-100 bg-accent-100 active:scale-[0.98] hover:border-light-foreground hover:before:opacity-[0.26] focus-visible:before:opacity-[0.26] px-3 py-1.5 text-light-foreground pointer-events-auto hidden hover:scale-100 md:flex" id="nav-start-building-button" tabindex="-1" aria-hidden="true">Start building</a> <astro-island uid="Z1Xc6ID" prefix="r94" component-url="/_astro/_trigger.BsRM161s.js" component-export="MobileTrigger" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;navigation&quot;:[0,{&quot;localePrefix&quot;:[0,&quot;&quot;],&quot;labels&quot;:[0,{&quot;products&quot;:[0,&quot;Products&quot;],&quot;solutions&quot;:[0,&quot;Solutions&quot;],&quot;solutionsHeading&quot;:[0,&quot;Use Cases&quot;],&quot;resources&quot;:[0,&quot;Resources&quot;]}],&quot;chrome&quot;:[0,{&quot;underAttack&quot;:[0,&quot;Under attack?&quot;],&quot;login&quot;:[0,&quot;Login&quot;],&quot;startBuilding&quot;:[0,&quot;Start building&quot;],&quot;contactSales&quot;:[0,&quot;Contact sales&quot;],&quot;seeUpcomingEvents&quot;:[0,&quot;See Upcoming Events&quot;],&quot;resourcesEventLink&quot;:[0,{&quot;title&quot;:[0,&quot;See Upcoming Events&quot;],&quot;href&quot;:[0,&quot;/events/&quot;]}],&quot;chinLinks&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Enterprise&quot;],&quot;href&quot;:[0,&quot;/enterprise/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Global Network&quot;],&quot;href&quot;:[0,&quot;/network/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Domain Registration&quot;],&quot;href&quot;:[0,&quot;https://domains.cloudflare.com/&quot;]}],[0,{&quot;title&quot;:[0,&quot;1.1.1.1&quot;],&quot;href&quot;:[0,&quot;https://one.one.one.one/&quot;]}]]]}],&quot;staticLinks&quot;:[1,[[0,{&quot;label&quot;:[0,&quot;Pricing&quot;],&quot;href&quot;:[0,&quot;/plans/&quot;]}]]],&quot;productGroups&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Compute&quot;],&quot;variant&quot;:[0,&quot;compute&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Browser Run&quot;],&quot;description&quot;:[0,&quot;Automated browsers&quot;],&quot;href&quot;:[0,&quot;/products/browser-rendering/&quot;],&quot;icon&quot;:[0,&quot;productBrowserRenderings&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;Containers&quot;],&quot;description&quot;:[0,&quot;Any language, anywhere&quot;],&quot;href&quot;:[0,&quot;/products/containers/&quot;],&quot;icon&quot;:[0,&quot;productContainers&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;Durable Objects&quot;],&quot;description&quot;:[0,&quot;Stateful compute&quot;],&quot;href&quot;:[0,&quot;/products/durable-objects/&quot;],&quot;icon&quot;:[0,&quot;productDurableObjects&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Sandboxes&quot;],&quot;description&quot;:[0,&quot;Secure code execution&quot;],&quot;href&quot;:[0,&quot;/products/sandboxes/&quot;],&quot;icon&quot;:[0,&quot;productSandboxes&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;Workers&quot;],&quot;description&quot;:[0,&quot;Global serverless functions&quot;],&quot;href&quot;:[0,&quot;/products/workers/&quot;],&quot;icon&quot;:[0,&quot;productWorkers&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;Workers for Platforms&quot;],&quot;description&quot;:[0,&quot;Programmable Platform Solutions&quot;],&quot;href&quot;:[0,&quot;/products/workers-for-platforms/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbGF5ZXJzLXRocmVlMDEiLCJsYWJlbCI6IkxheWVyc1RocmVlMDEiLCJ2aWV3Qm94IjoiMCAwIDI0IDI0IiwiaW5uZXIiOiI8ZyBmaWxsPVwibm9uZVwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIHN0cm9rZS13aWR0aD1cIjJcIiBzdHJva2UtbGluZWNhcD1cInJvdW5kXCIgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIj48cGF0aCBkPVwibTIgMTIgOS42NDIgNC44MjFjLjEzMS4wNjYuMTk3LjA5OS4yNjYuMTExLjA2LjAxMi4xMjMuMDEyLjE4NCAwIC4wNjktLjAxMi4xMzUtLjA0NS4yNjYtLjExTDIyIDEyTTIgMTdsOS42NDIgNC44MjFjLjEzMS4wNjYuMTk3LjA5OS4yNjYuMTExLjA2LjAxMi4xMjMuMDEyLjE4NCAwIC4wNjktLjAxMi4xMzUtLjA0NS4yNjYtLjExTDIyIDE3TTIgN2w5LjY0Mi00LjgyMWMuMTMxLS4wNjYuMTk3LS4wOTguMjY2LS4xMTFhLjUuNSAwIDAgMSAuMTg0IDBjLjA2OS4wMTMuMTM1LjA0NS4yNjYuMTFMMjIgN2wtOS42NDIgNC44MjFhMS4wMjggMS4wMjggMCAwIDEtLjI2Ni4xMTEuNTAxLjUwMSAwIDAgMS0uMTg0IDBjLS4wNjktLjAxMi0uMTM1LS4wNDUtLjI2Ni0uMTFMMiA3WlwiPjwvcGF0aD48L2c-In0&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;Workflows&quot;],&quot;description&quot;:[0,&quot;Process orchestration&quot;],&quot;href&quot;:[0,&quot;/products/workflows/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY3J5cHRvY3VycmVuY3kwNCIsImxhYmVsIjoiQ3J5cHRvY3VycmVuY3kwNCIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJtMiAyIDIgMm0xOC0yLTIgMm0yIDE4LTItMk0yIDIybDItMm0tMi00aDEuNU04IDJ2MS41TTIyIDhoLTEuNU0xNiAyMnYtMS41bTItNC41aDMuNU0xNiAydjRNMiA4aDRtMiAxNHYtNG0zLjQzNC0xMC40MzQtMy44NjggMy44NjhjLS4xOTguMTk4LS4yOTcuMjk3LS4zMzQuNDEyYS41LjUgMCAwIDAgMCAuMzA5Yy4wMzcuMTE0LjEzNi4yMTMuMzM0LjQxbDMuODY4IDMuODdjLjE5OC4xOTcuMjk3LjI5Ni40MTIuMzMzLjEuMDMzLjIwOC4wMzMuMzA5IDAgLjExNC0uMDM3LjIxMy0uMTM2LjQxLS4zMzRsMy44Ny0zLjg2OGMuMTk3LS4xOTguMjk2LS4yOTcuMzMzLS40MTJhLjQ5OS40OTkgMCAwIDAgMC0uMzA5Yy0uMDM3LS4xMTQtLjEzNi0uMjEzLS4zMzQtLjQxbC0zLjg2OC0zLjg3Yy0uMTk4LS4xOTctLjI5Ny0uMjk2LS40MTItLjMzM2EuNS41IDAgMCAwLS4zMDkgMGMtLjExNC4wMzctLjIxMy4xMzYtLjQxLjMzNFpcIj48L3BhdGg-PC9nPiJ9&quot;],&quot;category&quot;:[0,&quot;compute&quot;],&quot;order&quot;:[0,6]}]]]}],[0,{&quot;title&quot;:[0,&quot;Storage&quot;],&quot;variant&quot;:[0,&quot;storage&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Artifacts&quot;],&quot;description&quot;:[0,&quot;Git-native versioned storage&quot;],&quot;href&quot;:[0,&quot;/products/artifacts/&quot;],&quot;icon&quot;:[0,&quot;productArtifacts&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;D1&quot;],&quot;description&quot;:[0,&quot;Serverless SQL&quot;],&quot;href&quot;:[0,&quot;/products/d1/&quot;],&quot;icon&quot;:[0,&quot;productD1&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;Data Platform&quot;],&quot;description&quot;:[0,&quot;Ingest, Catalog &amp; Query&quot;],&quot;href&quot;:[0,&quot;/products/data-platform/&quot;],&quot;icon&quot;:[0,&quot;lego&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Hyperdrive&quot;],&quot;description&quot;:[0,&quot;Global databases&quot;],&quot;href&quot;:[0,&quot;/products/hyperdrive/&quot;],&quot;icon&quot;:[0,&quot;productHyperdrive&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;Queues&quot;],&quot;description&quot;:[0,&quot;Message processing&quot;],&quot;href&quot;:[0,&quot;/products/queues/&quot;],&quot;icon&quot;:[0,&quot;productQueues&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;R2&quot;],&quot;description&quot;:[0,&quot;Egress-free storage&quot;],&quot;href&quot;:[0,&quot;/products/r2/&quot;],&quot;icon&quot;:[0,&quot;productR2&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;KV&quot;],&quot;description&quot;:[0,&quot;Ultra-fast key-value storage&quot;],&quot;href&quot;:[0,&quot;/products/kv/&quot;],&quot;icon&quot;:[0,&quot;productKv&quot;],&quot;category&quot;:[0,&quot;storage&quot;],&quot;order&quot;:[0,6]}]]]}],[0,{&quot;title&quot;:[0,&quot;AI&quot;],&quot;variant&quot;:[0,&quot;ai&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Agents&quot;],&quot;description&quot;:[0,&quot;Build stateful AI agents&quot;],&quot;href&quot;:[0,&quot;/products/agents/&quot;],&quot;icon&quot;:[0,&quot;productAgents&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;AI Gateway&quot;],&quot;description&quot;:[0,&quot;AI observability&quot;],&quot;href&quot;:[0,&quot;/products/ai-gateway/&quot;],&quot;icon&quot;:[0,&quot;productAiGateway&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;AI Search&quot;],&quot;description&quot;:[0,&quot;Instant retrieval&quot;],&quot;href&quot;:[0,&quot;/products/ai-search/&quot;],&quot;icon&quot;:[0,&quot;productAutoRag&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Vectorize&quot;],&quot;description&quot;:[0,&quot;Vector database&quot;],&quot;href&quot;:[0,&quot;/products/vectorize/&quot;],&quot;icon&quot;:[0,&quot;productVectorize&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;Workers AI&quot;],&quot;description&quot;:[0,&quot;Edge AI models&quot;],&quot;href&quot;:[0,&quot;/products/workers-ai/&quot;],&quot;icon&quot;:[0,&quot;productWorkersAI&quot;],&quot;category&quot;:[0,&quot;ai&quot;],&quot;order&quot;:[0,4]}]]]}],[0,{&quot;title&quot;:[0,&quot;SASE / Zero Trust&quot;],&quot;variant&quot;:[0,&quot;sase&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;SASE&quot;],&quot;description&quot;:[0,&quot;Cloudflare SASE platform&quot;],&quot;href&quot;:[0,&quot;/sase/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;category&quot;:[0,&quot;sase&quot;]}],[0,{&quot;title&quot;:[0,&quot;Access&quot;],&quot;description&quot;:[0,&quot;Zero trust access to private resources&quot;],&quot;href&quot;:[0,&quot;/products/access/&quot;],&quot;icon&quot;:[0,&quot;user&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;CASB&quot;],&quot;description&quot;:[0,&quot;SaaS and cloud posture&quot;],&quot;href&quot;:[0,&quot;/products/casb/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY2xvdWQtcmFpbmluZzA2IiwibGFiZWwiOiJDbG91ZFJhaW5pbmcwNiIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMTMgMjFINm0xMy0zaC05bS0zIDBINW0xMyAzaC0ybS05LTZhNSA1IDAgMSAxIC4xLTkuOTk5IDUuNTAyIDUuNTAyIDAgMCAxIDEwLjE5NSAxLjAwNEE0LjUgNC41IDAgMSAxIDE3LjUgMTVINi45OTlaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0]}],[0,{&quot;title&quot;:[0,&quot;Data Loss Prevention&quot;],&quot;description&quot;:[0,&quot;Protect sensitive data&quot;],&quot;href&quot;:[0,&quot;/products/dlp/&quot;],&quot;icon&quot;:[0,&quot;productDataLossPrevention&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Gateway&quot;],&quot;description&quot;:[0,&quot;Web filtering&quot;],&quot;href&quot;:[0,&quot;/products/gateway/&quot;],&quot;icon&quot;:[0,&quot;productGateway&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Browser Isolation&quot;],&quot;description&quot;:[0,&quot;Secure web browsing&quot;],&quot;href&quot;:[0,&quot;/products/browser-isolation/&quot;],&quot;icon&quot;:[0,&quot;browser&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;WAN&quot;],&quot;description&quot;:[0,&quot;Cloud-delivered networking&quot;],&quot;href&quot;:[0,&quot;/products/wan/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareWan&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;Email Security&quot;],&quot;description&quot;:[0,&quot;Phishing protection&quot;],&quot;href&quot;:[0,&quot;/products/email-security/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;category&quot;:[0,&quot;sase&quot;],&quot;order&quot;:[0,5]}]]]}],[0,{&quot;title&quot;:[0,&quot;Security&quot;],&quot;variant&quot;:[0,&quot;security&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;DDoS Protection&quot;],&quot;description&quot;:[0,&quot;Mitigation Solutions&quot;],&quot;href&quot;:[0,&quot;/products/ddos/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareNetworkFirewall&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,0]}],[0,{&quot;title&quot;:[0,&quot;Rate Limiting&quot;],&quot;description&quot;:[0,&quot;Abuse prevention&quot;],&quot;href&quot;:[0,&quot;/products/rate-limiting/&quot;],&quot;icon&quot;:[0,&quot;productRateLimiting&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;SSL&quot;],&quot;description&quot;:[0,&quot;Secure Your Site with SSL&quot;],&quot;href&quot;:[0,&quot;/products/ssl/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Turnstile&quot;],&quot;description&quot;:[0,&quot;A CAPTCHA Replacement Solution&quot;],&quot;href&quot;:[0,&quot;/products/turnstile/&quot;],&quot;icon&quot;:[0,&quot;productTurnstile&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;WAF&quot;],&quot;description&quot;:[0,&quot;Web Application Firewall&quot;],&quot;href&quot;:[0,&quot;/products/waf/&quot;],&quot;icon&quot;:[0,&quot;productWaf&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,4]}],[0,{&quot;title&quot;:[0,&quot;Magic Transit&quot;],&quot;description&quot;:[0,&quot;DDoS Protection for Networks&quot;],&quot;href&quot;:[0,&quot;/products/magic-transit/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbWFnaWMtd2FuZDAxIiwibGFiZWwiOiJNYWdpY1dhbmQwMSIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJtMTMgMTQtMy0zbTUuMDEtNy41VjJtMy45NCAzLjA2TDIwLjAxIDRtLTEuMDYgOSAxLjA2IDEuMDZtLTktOUw5Ljk1IDRtMTAuNTYgNWgxLjVNNi4xMzEgMjAuODY5bDkuMjM4LTkuMjM4Yy4zOTYtLjM5Ni41OTQtLjU5NC42NjgtLjgyMmExIDEgMCAwIDAgMC0uNjE4Yy0uMDc0LS4yMjgtLjI3Mi0uNDI2LS42NjgtLjgyMmwtLjczNy0uNzM4Yy0uMzk3LS4zOTYtLjU5NS0uNTk0LS44MjMtLjY2OGExIDEgMCAwIDAtLjYxOCAwYy0uMjI4LjA3NC0uNDI2LjI3Mi0uODIyLjY2OEwzLjEzIDE3Ljg3Yy0uMzk2LjM5Ni0uNTk0LjU5NC0uNjY4LjgyMmExIDEgMCAwIDAgMCAuNjE4Yy4wNzQuMjI4LjI3Mi40MjYuNjY4LjgyMmwuNzM4LjczOGMuMzk2LjM5Ni41OTQuNTk0LjgyMi42NjhhMSAxIDAgMCAwIC42MTggMGMuMjI4LS4wNzQuNDI2LS4yNzIuODIyLS42NjhaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;Client-Side Security&quot;],&quot;description&quot;:[0,&quot;Prevent browser supply chain attacks&quot;],&quot;href&quot;:[0,&quot;/products/client-side-security/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtYnJvd3NlciIsImxhYmVsIjoiQnJvd3NlciIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMjIgOUgybTAtMS4ydjguNGMwIDEuNjggMCAyLjUyLjMyNyAzLjE2MmEzIDMgMCAwIDAgMS4zMTEgMS4zMTFDNC4yOCAyMSA1LjEyIDIxIDYuOCAyMWgxMC40YzEuNjggMCAyLjUyIDAgMy4xNjItLjMyN2EzIDMgMCAwIDAgMS4zMTEtMS4zMTFDMjIgMTguNzIgMjIgMTcuODggMjIgMTYuMlY3LjhjMC0xLjY4IDAtMi41Mi0uMzI3LTMuMTYyYTMgMyAwIDAgMC0xLjMxMS0xLjMxMUMxOS43MiAzIDE4Ljg4IDMgMTcuMiAzSDYuOGMtMS42OCAwLTIuNTIgMC0zLjE2Mi4zMjdhMyAzIDAgMCAwLTEuMzExIDEuMzExQzIgNS4yOCAyIDYuMTIgMiA3LjhaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,6]}],[0,{&quot;title&quot;:[0,&quot;Bot Management&quot;],&quot;description&quot;:[0,&quot;Block bad bots&quot;],&quot;href&quot;:[0,&quot;/products/bot-management/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtZmluZ2VycHJpbnQwMyIsImxhYmVsIjoiRmluZ2VycHJpbnQwMyIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNOC4xIDIxLjIyMWExMi4xNiAxMi4xNiAwIDAgMS0yLjIwNy03LjAwMiA2LjEwOCA2LjEwOCAwIDAgMSA2LjEwNi02LjExIDYuMTA4IDYuMTA4IDAgMCAxIDYuMTA2IDYuMTFcIj48L3BhdGg-PHBhdGggZD1cIk04LjEgMjEuMjIxYTEyLjE2IDEyLjE2IDAgMCAxLTIuMjA3LTcuMDAyIDYuMTA4IDYuMTA4IDAgMCAxIDYuMTA2LTYuMTEgNi4xMDggNi4xMDggMCAwIDEgNi4xMDYgNi4xMVwiPjwvcGF0aD48cGF0aCBkPVwiTTE4LjQzNiAyMC4zMTJjLS4xMS4wMDYtLjIxOC4wMTYtLjMyOS4wMTZhNi4xMDggNi4xMDggMCAwIDEtNi4xMDYtNi4xMVwiPjwvcGF0aD48cGF0aCBkPVwiTTE4LjQzNiAyMC4zMTJjLS4xMS4wMDYtLjIxOC4wMTYtLjMyOS4wMTZhNi4xMDggNi4xMDggMCAwIDEtNi4xMDYtNi4xMVwiPjwvcGF0aD48cGF0aCBkPVwiTTEzLjI3IDIyYTkuMTU4IDkuMTU4IDAgMCAxLTQuMzIzLTcuNzgxIDMuMDU0IDMuMDU0IDAgMSAxIDYuMTA3IDAgMy4wNTQgMy4wNTQgMCAxIDAgNi4xMDggMGMwLTUuMDYyLTQuMTAyLTkuMTY0LTkuMTYtOS4xNjQtNS4wNTkgMC05LjE2IDQuMTAyLTkuMTYgOS4xNjQgMCAxLjEyOC4xMjYgMi4yMjYuMzU4IDMuMjg2XCI-PC9wYXRoPjxwYXRoIGQ9XCJNMTMuMjcgMjJhOS4xNTggOS4xNTggMCAwIDEtNC4zMjMtNy43ODEgMy4wNTQgMy4wNTQgMCAxIDEgNi4xMDcgMCAzLjA1NCAzLjA1NCAwIDEgMCA2LjEwOCAwYzAtNS4wNjItNC4xMDItOS4xNjQtOS4xNi05LjE2NC01LjA1OSAwLTkuMTYgNC4xMDItOS4xNiA5LjE2NCAwIDEuMTI4LjEyNiAyLjIyNi4zNTggMy4yODZcIj48L3BhdGg-PHBhdGggZD1cIk0yMC41MjYgNS44NjNBMTEuMzI3IDExLjMyNyAwIDAgMCAxMiAyYTExLjMyNyAxMS4zMjcgMCAwIDAtOC41MjUgMy44NjNcIj48L3BhdGg-PHBhdGggZD1cIk0yMC41MjYgNS44NjNBMTEuMzI3IDExLjMyNyAwIDAgMCAxMiAyYTExLjMyNyAxMS4zMjcgMCAwIDAtOC41MjUgMy44NjNcIj48L3BhdGg-PC9nPiJ9&quot;],&quot;category&quot;:[0,&quot;security&quot;],&quot;order&quot;:[0,8]}]]]}],[0,{&quot;title&quot;:[0,&quot;Network &amp; Content Delivery&quot;],&quot;variant&quot;:[0,&quot;network&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;CDN&quot;],&quot;description&quot;:[0,&quot;Faster delivery &amp; caching&quot;],&quot;href&quot;:[0,&quot;/products/cdn/&quot;],&quot;icon&quot;:[0,&quot;productNetwork&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,1]}],[0,{&quot;title&quot;:[0,&quot;DNS&quot;],&quot;description&quot;:[0,&quot;Fast DNS&quot;],&quot;href&quot;:[0,&quot;/products/dns/&quot;],&quot;icon&quot;:[0,&quot;productDNS&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,2]}],[0,{&quot;title&quot;:[0,&quot;Load Balancing&quot;],&quot;description&quot;:[0,&quot;Zero downtime&quot;],&quot;href&quot;:[0,&quot;/products/load-balancing/&quot;],&quot;icon&quot;:[0,&quot;productLoadBalancing&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,3]}],[0,{&quot;title&quot;:[0,&quot;TURN / SFU&quot;],&quot;description&quot;:[0,&quot;Real-time infra&quot;],&quot;href&quot;:[0,&quot;/products/turn-sfu/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY29kZS1jaXJjbGUwMiIsImxhYmVsIjoiQ29kZUNpcmNsZTAyIiwidmlld0JveCI6IjAgMCAyNCAyNCIsImlubmVyIjoiPGcgZmlsbD1cIm5vbmVcIiBzdHJva2U9XCJjdXJyZW50Q29sb3JcIiBzdHJva2Utd2lkdGg9XCIyXCIgc3Ryb2tlLWxpbmVjYXA9XCJyb3VuZFwiIHN0cm9rZS1saW5lam9pbj1cInJvdW5kXCI-PHBhdGggZD1cIm0xNCAxNyAzLTMtMy0zbS00LTQtMyAzIDMgM20xMi0xYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMiA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTBaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,5]}],[0,{&quot;title&quot;:[0,&quot;Analytics&quot;],&quot;description&quot;:[0,&quot;Web Performance &amp; Security&quot;],&quot;href&quot;:[0,&quot;/products/analytics/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtYmFyLWxpbmUtY2hhcnQiLCJsYWJlbCI6IkJhckxpbmVDaGFydCIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMjAgMjB2LTdtLTggN1YxME00IDIwdi00bTkuNDA3LTEwLjk3MyA1LjE2OCAxLjkzOU0xMC44IDUuNCA1LjIgOS42bTE1Ljg2LTMuMTZhMS41IDEuNSAwIDEgMS0yLjEyMSAyLjEyIDEuNSAxLjUgMCAwIDEgMi4xMjItMi4xMlptLTE2IDNhMS41IDEuNSAwIDEgMS0yLjEyIDIuMTIgMS41IDEuNSAwIDAgMSAyLjEyLTIuMTJabTgtNmExLjUgMS41IDAgMSAxLTIuMTIxIDIuMTIgMS41IDEuNSAwIDAgMSAyLjEyMi0yLjEyWlwiPjwvcGF0aD48L2c-In0&quot;],&quot;category&quot;:[0,&quot;network&quot;],&quot;order&quot;:[0,6]}]]]}]]],&quot;solutions&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;AI&quot;],&quot;description&quot;:[0,&quot;Build intelligent applications with AI at the edge&quot;],&quot;href&quot;:[0,&quot;/solutions/ai/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareAgent&quot;],&quot;order&quot;:[0,0],&quot;metaTitle&quot;:[0,&quot;Cloudflare AI Cloud &quot;]}],[0,{&quot;title&quot;:[0,&quot;AI Security&quot;],&quot;description&quot;:[0,&quot;Secure and control AI adoption without slowing innovation.&quot;],&quot;href&quot;:[0,&quot;/solutions/ai-security/&quot;],&quot;icon&quot;:[0,&quot;aI&quot;],&quot;order&quot;:[0],&quot;metaTitle&quot;:[0,&quot;AI Security&quot;]}],[0,{&quot;title&quot;:[0,&quot;Frontends&quot;],&quot;description&quot;:[0,&quot;Deploy frontend applications globally in seconds&quot;],&quot;href&quot;:[0,&quot;/solutions/frontends/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbGF5b3V0LWFsdDAxIiwibGFiZWwiOiJMYXlvdXRBbHQwMSIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMyA5aDE4TTkgOXYxMk03LjggM2g4LjRjMS42OCAwIDIuNTIgMCAzLjE2Mi4zMjdhMyAzIDAgMCAxIDEuMzExIDEuMzExQzIxIDUuMjggMjEgNi4xMiAyMSA3Ljh2OC40YzAgMS42OCAwIDIuNTItLjMyNyAzLjE2MmEzIDMgMCAwIDEtMS4zMTEgMS4zMTFDMTguNzIgMjEgMTcuODggMjEgMTYuMiAyMUg3LjhjLTEuNjggMC0yLjUyIDAtMy4xNjItLjMyN2EzIDMgMCAwIDEtMS4zMTEtMS4zMTFDMyAxOC43MiAzIDE3Ljg4IDMgMTYuMlY3LjhjMC0xLjY4IDAtMi41Mi4zMjctMy4xNjJhMyAzIDAgMCAxIDEuMzExLTEuMzExQzUuMjggMyA2LjEyIDMgNy44IDNaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,1],&quot;metaTitle&quot;:[0,&quot;Frontend Development Platform&quot;]}],[0,{&quot;title&quot;:[0,&quot;Network&quot;],&quot;description&quot;:[0,&quot;Global network services for performance and reliability&quot;],&quot;href&quot;:[0,&quot;/solutions/network/&quot;],&quot;icon&quot;:[0,&quot;earth&quot;],&quot;order&quot;:[0,2],&quot;metaTitle&quot;:[0,&quot;Global Network Infrastructure&quot;]}],[0,{&quot;title&quot;:[0,&quot;Platforms&quot;],&quot;description&quot;:[0,&quot;Build platforms on Cloudflare&#39;s infrastructure&quot;],&quot;href&quot;:[0,&quot;/solutions/platforms/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY3ViZTAyIiwibGFiZWwiOiJDdWJlMDIiLCJ2aWV3Qm94IjoiMCAwIDI0IDI0IiwiaW5uZXIiOiI8ZyBmaWxsPVwibm9uZVwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIHN0cm9rZS13aWR0aD1cIjJcIiBzdHJva2UtbGluZWNhcD1cInJvdW5kXCIgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIj48cGF0aCBkPVwiTTEyIDIuNVYxMm0wIDAgOC41LTQuNzIyTTEyIDEyIDMuNSA3LjI3OE0xMiAxMnY5LjVtOC41LTQuNzc4LTcuNzIzLTQuMjljLS4yODQtLjE1OC0uNDI1LS4yMzctLjU3NS0uMjY4YTEuMDAxIDEuMDAxIDAgMCAwLS40MDMgMGMtLjE1LjAzMS0uMjkyLjExLS41NzYuMjY4TDMuNSAxNi43MjJNMjEgMTYuMDZWNy45NDJjMC0uMzQzIDAtLjUxNC0uMDUtLjY2N2ExIDEgMCAwIDAtLjIxNS0uMzY0Yy0uMTA5LS4xMTktLjI1OC0uMjAyLS41NTgtLjM2OGwtNy40LTQuMTExYy0uMjg0LS4xNTgtLjQyNS0uMjM3LS41NzUtLjI2N2ExIDEgMCAwIDAtLjQwMyAwYy0uMTUuMDMtLjI5Mi4xMS0uNTc2LjI2N2wtNy40IDQuMTFjLS4zLjE2Ny0uNDUuMjUtLjU1OC4zNjlhMSAxIDAgMCAwLS4yMTUuMzY0QzMgNy40MjggMyA3LjU5OSAzIDcuOTQydjguMTE3YzAgLjM0MiAwIC41MTQuMDUuNjY2YTEgMSAwIDAgMCAuMjE1LjM2NGMuMTA5LjExOS4yNTguMjAyLjU1OC4zNjhsNy40IDQuMTExYy4yODQuMTU4LjQyNS4yMzcuNTc2LjI2OC4xMzMuMDI3LjI3LjAyNy40MDIgMCAuMTUtLjAzMS4yOTItLjExLjU3Ni0uMjY4bDcuNC00LjExYy4zLS4xNjcuNDUtLjI1LjU1OC0uMzY5YS45OTkuOTk5IDAgMCAwIC4yMTUtLjM2NGMuMDUtLjE1Mi4wNS0uMzI0LjA1LS42NjZaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,3],&quot;metaTitle&quot;:[0,&quot;Multi-Tenant Platform Development&quot;]}],[0,{&quot;title&quot;:[0,&quot;Security&quot;],&quot;description&quot;:[0,&quot;Protect your applications from threats&quot;],&quot;href&quot;:[0,&quot;/solutions/security/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;order&quot;:[0,5],&quot;metaTitle&quot;:[0,&quot;Web Security Platform - WAF, DDoS Protection, Bot Management&quot;]}],[0,{&quot;title&quot;:[0,&quot;Workflows&quot;],&quot;description&quot;:[0,&quot;Orchestrate complex multi-step processes&quot;],&quot;href&quot;:[0,&quot;/solutions/workflows/&quot;],&quot;icon&quot;:[0,&quot;flash&quot;],&quot;order&quot;:[0,6],&quot;metaTitle&quot;:[0,&quot;Durable Workflows - Multi-Step Application Engine&quot;]}]]],&quot;footerSolutions&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;AI&quot;],&quot;description&quot;:[0,&quot;Build intelligent applications with AI at the edge&quot;],&quot;href&quot;:[0,&quot;/solutions/ai/&quot;],&quot;icon&quot;:[0,&quot;productCloudflareAgent&quot;],&quot;order&quot;:[0,0],&quot;metaTitle&quot;:[0,&quot;Cloudflare AI Cloud &quot;]}],[0,{&quot;title&quot;:[0,&quot;AI Security&quot;],&quot;description&quot;:[0,&quot;Secure and control AI adoption without slowing innovation.&quot;],&quot;href&quot;:[0,&quot;/solutions/ai-security/&quot;],&quot;icon&quot;:[0,&quot;aI&quot;],&quot;order&quot;:[0],&quot;metaTitle&quot;:[0,&quot;AI Security&quot;]}],[0,{&quot;title&quot;:[0,&quot;Frontends&quot;],&quot;description&quot;:[0,&quot;Deploy frontend applications globally in seconds&quot;],&quot;href&quot;:[0,&quot;/solutions/frontends/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtbGF5b3V0LWFsdDAxIiwibGFiZWwiOiJMYXlvdXRBbHQwMSIsInZpZXdCb3giOiIwIDAgMjQgMjQiLCJpbm5lciI6IjxnIGZpbGw9XCJub25lXCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLXdpZHRoPVwiMlwiIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIiBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiPjxwYXRoIGQ9XCJNMyA5aDE4TTkgOXYxMk03LjggM2g4LjRjMS42OCAwIDIuNTIgMCAzLjE2Mi4zMjdhMyAzIDAgMCAxIDEuMzExIDEuMzExQzIxIDUuMjggMjEgNi4xMiAyMSA3Ljh2OC40YzAgMS42OCAwIDIuNTItLjMyNyAzLjE2MmEzIDMgMCAwIDEtMS4zMTEgMS4zMTFDMTguNzIgMjEgMTcuODggMjEgMTYuMiAyMUg3LjhjLTEuNjggMC0yLjUyIDAtMy4xNjItLjMyN2EzIDMgMCAwIDEtMS4zMTEtMS4zMTFDMyAxOC43MiAzIDE3Ljg4IDMgMTYuMlY3LjhjMC0xLjY4IDAtMi41Mi4zMjctMy4xNjJhMyAzIDAgMCAxIDEuMzExLTEuMzExQzUuMjggMyA2LjEyIDMgNy44IDNaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,1],&quot;metaTitle&quot;:[0,&quot;Frontend Development Platform&quot;]}],[0,{&quot;title&quot;:[0,&quot;Platforms&quot;],&quot;description&quot;:[0,&quot;Build platforms on Cloudflare&#39;s infrastructure&quot;],&quot;href&quot;:[0,&quot;/solutions/platforms/&quot;],&quot;icon&quot;:[0,&quot;svg:eyJzbHVnIjoidW50aXRsZWQtY3ViZTAyIiwibGFiZWwiOiJDdWJlMDIiLCJ2aWV3Qm94IjoiMCAwIDI0IDI0IiwiaW5uZXIiOiI8ZyBmaWxsPVwibm9uZVwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIHN0cm9rZS13aWR0aD1cIjJcIiBzdHJva2UtbGluZWNhcD1cInJvdW5kXCIgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIj48cGF0aCBkPVwiTTEyIDIuNVYxMm0wIDAgOC41LTQuNzIyTTEyIDEyIDMuNSA3LjI3OE0xMiAxMnY5LjVtOC41LTQuNzc4LTcuNzIzLTQuMjljLS4yODQtLjE1OC0uNDI1LS4yMzctLjU3NS0uMjY4YTEuMDAxIDEuMDAxIDAgMCAwLS40MDMgMGMtLjE1LjAzMS0uMjkyLjExLS41NzYuMjY4TDMuNSAxNi43MjJNMjEgMTYuMDZWNy45NDJjMC0uMzQzIDAtLjUxNC0uMDUtLjY2N2ExIDEgMCAwIDAtLjIxNS0uMzY0Yy0uMTA5LS4xMTktLjI1OC0uMjAyLS41NTgtLjM2OGwtNy40LTQuMTExYy0uMjg0LS4xNTgtLjQyNS0uMjM3LS41NzUtLjI2N2ExIDEgMCAwIDAtLjQwMyAwYy0uMTUuMDMtLjI5Mi4xMS0uNTc2LjI2N2wtNy40IDQuMTFjLS4zLjE2Ny0uNDUuMjUtLjU1OC4zNjlhMSAxIDAgMCAwLS4yMTUuMzY0QzMgNy40MjggMyA3LjU5OSAzIDcuOTQydjguMTE3YzAgLjM0MiAwIC41MTQuMDUuNjY2YTEgMSAwIDAgMCAuMjE1LjM2NGMuMTA5LjExOS4yNTguMjAyLjU1OC4zNjhsNy40IDQuMTExYy4yODQuMTU4LjQyNS4yMzcuNTc2LjI2OC4xMzMuMDI3LjI3LjAyNy40MDIgMCAuMTUtLjAzMS4yOTItLjExLjU3Ni0uMjY4bDcuNC00LjExYy4zLS4xNjcuNDUtLjI1LjU1OC0uMzY5YS45OTkuOTk5IDAgMCAwIC4yMTUtLjM2NGMuMDUtLjE1Mi4wNS0uMzI0LjA1LS42NjZaXCI-PC9wYXRoPjwvZz4ifQ&quot;],&quot;order&quot;:[0,3],&quot;metaTitle&quot;:[0,&quot;Multi-Tenant Platform Development&quot;]}],[0,{&quot;title&quot;:[0,&quot;Security&quot;],&quot;description&quot;:[0,&quot;Protect your applications from threats&quot;],&quot;href&quot;:[0,&quot;/solutions/security/&quot;],&quot;icon&quot;:[0,&quot;shieldPlus&quot;],&quot;order&quot;:[0,5],&quot;metaTitle&quot;:[0,&quot;Web Security Platform - WAF, DDoS Protection, Bot Management&quot;]}]]],&quot;resources&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Blog&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Blog&quot;],&quot;description&quot;:[0,&quot;News, product updates, and announcements&quot;],&quot;href&quot;:[0,&quot;/blog/&quot;],&quot;icon&quot;:[0,&quot;notificationMessage&quot;]}],[0,{&quot;title&quot;:[0,&quot;Community&quot;],&quot;description&quot;:[0,&quot;Connect with other developers and experts&quot;],&quot;href&quot;:[0,&quot;https://community.cloudflare.com/&quot;],&quot;icon&quot;:[0,&quot;chat&quot;]}],[0,{&quot;title&quot;:[0,&quot;Cloudflare Radar&quot;],&quot;description&quot;:[0,&quot;Internet traffic and security trends&quot;],&quot;href&quot;:[0,&quot;https://radar.cloudflare.com/&quot;],&quot;icon&quot;:[0,&quot;productRadar&quot;]}]]]}],[0,{&quot;title&quot;:[0,&quot;Documentation&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Developer Docs&quot;],&quot;description&quot;:[0,&quot;Guides, references, and tutorials&quot;],&quot;href&quot;:[0,&quot;https://developers.cloudflare.com/&quot;],&quot;icon&quot;:[0,&quot;bookOpen&quot;]}],[0,{&quot;title&quot;:[0,&quot;API Reference&quot;],&quot;description&quot;:[0,&quot;Cloudflare API documentation&quot;],&quot;href&quot;:[0,&quot;https://developers.cloudflare.com/api/&quot;],&quot;icon&quot;:[0,&quot;terminal&quot;]}],[0,{&quot;title&quot;:[0,&quot;Case Studies&quot;],&quot;description&quot;:[0,&quot;Customer success stories and results&quot;],&quot;href&quot;:[0,&quot;/case-studies/&quot;],&quot;icon&quot;:[0,&quot;barChartUp&quot;]}]]]}],[0,{&quot;title&quot;:[0,&quot;Learning&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Learning Center&quot;],&quot;description&quot;:[0,&quot;Learn about web technology concepts&quot;],&quot;href&quot;:[0,&quot;/learning/&quot;],&quot;icon&quot;:[0,&quot;course&quot;]}],[0,{&quot;title&quot;:[0,&quot;Reference Architectures&quot;],&quot;description&quot;:[0,&quot;Architecture patterns and best practices&quot;],&quot;href&quot;:[0,&quot;/architecture/&quot;],&quot;icon&quot;:[0,&quot;cubeTarget&quot;]}],[0,{&quot;title&quot;:[0,&quot;Press&quot;],&quot;description&quot;:[0,&quot;Latest news, media resources, and coverage&quot;],&quot;href&quot;:[0,&quot;/press/&quot;],&quot;icon&quot;:[0,&quot;publisher&quot;]}]]]}],[0,{&quot;title&quot;:[0,&quot;Quick Links&quot;],&quot;variant&quot;:[0,&quot;inline&quot;],&quot;links&quot;:[1,[[0,{&quot;title&quot;:[0,&quot;Startups&quot;],&quot;href&quot;:[0,&quot;/startups/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Careers&quot;],&quot;href&quot;:[0,&quot;/careers/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Partners&quot;],&quot;href&quot;:[0,&quot;/partners/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Status&quot;],&quot;href&quot;:[0,&quot;https://www.cloudflarestatus.com/&quot;]}],[0,{&quot;title&quot;:[0,&quot;Support&quot;],&quot;href&quot;:[0,&quot;https://support.cloudflare.com/&quot;]}]]]}]]]}],&quot;localeCode&quot;:[0],&quot;variant&quot;:[0,&quot;secondary&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;MobileTrigger&quot;,&quot;value&quot;:true}" await-children><div class="md:hidden" style="opacity:1;transform:none"><a href="https://dash.cloudflare.com/login" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center whitespace-nowrap rounded-full border backdrop-blur-md transition-[scale,translate] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none border-border-100 bg-transparent text-foreground-100 active:scale-[0.98] hover:border-accent-100 hover:bg-accent-200/5 hover:text-accent-100 gap-0.5 !transition-[color,background-color,border-color,transform,translate] duration-200 ease-out hover:!opacity-100 pointer-events-auto px-3 py-2 text-base font-semibold md:text-xs">Login</a></div><button data-slot="button" class="relative isolate shrink-0 origin-center gap-2 whitespace-nowrap border font-medium backdrop-blur-md transition-[scale,translate] duration-[0.16s] ease-[cubic-bezier(0.25,0.46,0.45,0.94)] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none rounded-xl md:rounded-full border-border-100 bg-background-100 text-foreground-100 active:scale-[0.98] hover:border-accent-100/40 hover:before:opacity-[0.08] focus-visible:before:opacity-[0.08] px-4 py-2 pointer-events-auto flex w-10.5 items-center justify-center border-none md:hidden" type="button" aria-expanded="false" aria-label="Open menu"><span class="t-icon-swap size-6" data-state="a" aria-hidden="true"><span class="t-icon inline-flex items-center justify-center" data-icon="a"><svg viewBox="0 0 256 256" class="inline-block shrink-0 text-foreground-100 size-6" aria-hidden="true"><use href="/icons.svg#list"></use></svg></span><span class="t-icon inline-flex items-center justify-center" data-icon="b"><svg viewBox="0 0 16 17" class="inline-block shrink-0 text-foreground-100 size-6" aria-hidden="true"><use href="/icons.svg#x"></use></svg></span></span></button><!--astro:end--></astro-island> </div> </div> </div> </header> </div>  <script>
  (function () {
    if (typeof window === 'undefined') return;

    var FADE_DISTANCE = 80;
    var SCROLLED_THRESHOLD = 8;
    var DEEP_SCROLLED_THRESHOLD = 800;

    function applyState() {
      // When a modal/drawer opens, useBodyScrollLock sets
      // `body { position: fixed; top: -Ypx }` which resets window.scrollY to 0.
      // Read the saved scroll offset from body.style.top so the header doesn't
      // flash back to its "at top of page" state while the overlay is open.
      var scrollY = window.scrollY || window.pageYOffset || 0;
      if (scrollY === 0 && document.body.style.position === 'fixed' && document.body.style.top) {
        scrollY = -parseInt(document.body.style.top, 10) || 0;
      }
      var clamped = Math.max(0, Math.min(scrollY, FADE_DISTANCE));
      var progress = clamped / FADE_DISTANCE;
      var uniformOpacity = Math.max(0, 1 - progress);

      // Translate the whole tabs + utility groups together so they read as
      // one continuous bar moving up.
      var groups = document.querySelectorAll('[data-nav-scroll-tabs], [data-nav-scroll-utility]');
      for (var i = 0; i < groups.length; i++) {
        var el = groups[i];
        el.style.transform = 'translateY(' + -clamped + 'px)';
        el.style.pointerEvents = progress > 0.5 ? 'none' : '';
      }

      // Both tabs and the utility row (Under Attack + Login) fade
      // together as one continuous bar.
      var tabsWrapper = document.querySelector('[data-nav-scroll-tabs]');
      if (tabsWrapper) {
        tabsWrapper.style.opacity = String(uniformOpacity);
      }
      var utilityWrapper = document.querySelector('[data-nav-scroll-utility]');
      if (utilityWrapper) {
        utilityWrapper.style.opacity = String(uniformOpacity);
      }

      document.documentElement.toggleAttribute('data-nav-scrolled', scrollY > SCROLLED_THRESHOLD);

      // Deep scroll — used to show the Start Building CTA after the
      // user scrolls past the hero section.
      document.documentElement.toggleAttribute(
        'data-nav-deep-scrolled',
        scrollY > DEEP_SCROLLED_THRESHOLD,
      );
    }

    if (window.__navScrollSyncInitialized) {
      applyState();
      return;
    }
    window.__navScrollSyncInitialized = true;

    var ticking = false;
    function requestUpdate() {
      if (ticking) return;
      ticking = true;
      window.requestAnimationFrame(function () {
        ticking = false;
        applyState();
      });
    }

    applyState();
    window.addEventListener('scroll', requestUpdate, { passive: true });
    window.addEventListener('resize', requestUpdate);
    window.addEventListener('load', requestUpdate);
    document.addEventListener('astro:page-load', requestUpdate);

    document.addEventListener('astro:before-swap', function cleanup() {
      window.removeEventListener('scroll', requestUpdate);
      window.removeEventListener('resize', requestUpdate);
      window.removeEventListener('load', requestUpdate);
      document.removeEventListener('astro:page-load', requestUpdate);
      window.__navScrollSyncInitialized = false;
      document.removeEventListener('astro:before-swap', cleanup);
    });
  })();

  (function () {
    if (typeof window === 'undefined') return;
    if (window.__navStateChangeInitialized) return;
    window.__navStateChangeInitialized = true;

    var logoButton = document.getElementById('nav-logo-button');
    var actionButtons = document.getElementById('nav-action-buttons');

    if (!logoButton || !actionButtons) return;

    function handleNavStateChange(event) {
      var selectedNav = event.detail && event.detail.selectedNav;
      var isMenuOpen =
        selectedNav === 'products' || selectedNav === 'solutions' || selectedNav === 'resources';

      if (isMenuOpen) {
        logoButton.style.opacity = '1';
        logoButton.style.filter = 'blur(0px)';
        actionButtons.style.filter = 'blur(0px)';
      } else {
        logoButton.style.opacity = '1';
        logoButton.style.filter = 'none';
        actionButtons.style.filter = 'none';
      }
    }

    window.addEventListener('navStateChange', handleNavStateChange);

    document.addEventListener('astro:before-swap', function cleanup() {
      window.removeEventListener('navStateChange', handleNavStateChange);
      window.__navStateChangeInitialized = false;
      document.removeEventListener('astro:before-swap', cleanup);
    });
  })();
</script> <main id="main-content" class="relative w-full max-w-full overflow-x-clip" tabindex="-1"> <div class="gap-section flex flex-col">  <section class="relative z-10 md:px-2" data-cms-path="pages.startups.hero" data-astro-cid-ulwdghz4> <div class="bg-background-100 h-20 w-full md:h-20" aria-hidden="true" data-astro-cid-ulwdghz4></div> <div class="px-section relative mx-auto max-w-[1200px]" data-astro-cid-ulwdghz4> <div class="corner-lines-container" aria-hidden="true" data-astro-cid-ulwdghz4="true"><svg class="corner-line top-line absolute top-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-[2000ms] ease-out opacity-50" preserveAspectRatio="none" aria-hidden="true"><line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line></svg></div>  <img src="/images/startups/hero-texture.png" alt="" class="pointer-events-none absolute inset-0 -z-1 object-cover" aria-hidden="true" loading="eager" data-astro-cid-ulwdghz4>   <img src="/images/startups/hero-arc.svg" alt="" class="pointer-events-none absolute top-[15.29%] left-[3.47%] z-2 h-[57.47%] w-[93.47%]" aria-hidden="true" loading="eager" data-astro-cid-ulwdghz4> <img src="/images/startups/hero-arc-2.svg" alt="" class="pointer-events-none absolute top-[22.39%] left-[16.23%] z-2 h-[80.16%] w-[79.43%]" style="transform: scaleY(-1);" aria-hidden="true" loading="eager" data-astro-cid-ulwdghz4>  <div class="hero-content relative flex flex-col items-center overflow-visible" data-astro-cid-ulwdghz4> <script>(()=>{var a=(s,i,o)=>{let r=async()=>{await(await s())()},t=typeof i.value=="object"?i.value:void 0,c={rootMargin:t==null?void 0:t.rootMargin},n=new IntersectionObserver(e=>{for(let l of e)if(l.isIntersecting){n.disconnect(),r();break}},c);for(let e of o.children)n.observe(e)};(self.Astro||(self.Astro={})).visible=a;window.dispatchEvent(new Event("astro:visible"));})();</script><astro-island uid="Z210eSs" prefix="r100" component-url="/_astro/_startups-hero-text-layers.oa1oLaop.js" component-export="StartupsHeroTextLayers" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;data-astro-cid-ulwdghz4&quot;:[0,true]}" ssr client="visible" opts="{&quot;name&quot;:&quot;StartupsHeroTextLayers&quot;,&quot;value&quot;:true}" await-children><div class="pointer-events-none absolute inset-x-[3.3%] inset-y-0 z-3 select-none overflow-visible" aria-hidden="true"><div class="absolute w-full overflow-visible z-0" style="top:2.5%;height:39%"><div class="h-full w-full" style="opacity:0;filter:blur(14px)"><svg width="100%" height="100%" viewBox="0 0 1384 340" fill="none" class="block h-full w-full" xmlns="http://www.w3.org/2000/svg"><foreignObject x="-8" y="-8" width="1399.03" height="355.771"><div style="backdrop-filter:blur(4px);clip-path:url(#bgblur_0_5111_61_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="8"><mask id="path-1-outside-1_5111_61" maskUnits="userSpaceOnUse" x="-0.918945" y="0" width="1384" height="340" fill="black"><rect fill="white" x="-0.918945" width="1384" height="340"></rect><path d="M1287.93 72.043C1338.69 72.0431 1374.44 96.5301 1380.15 135.34L1380.32 136.485H1306.43L1306.37 135.546C1306.01 129.554 1304.11 125.048 1301.02 122.041C1297.93 119.038 1293.53 117.416 1287.93 117.416C1283.04 117.416 1279.08 118.683 1276.36 120.886C1273.66 123.07 1272.1 126.237 1272.1 130.251C1272.1 134.405 1273.71 137.376 1277.01 139.718C1280.38 142.116 1285.54 143.86 1292.62 145.351L1307.57 148.34H1307.57C1333.04 153.397 1351.64 160.164 1363.89 169.801C1376.2 179.491 1382.03 192.035 1382.03 208.398C1382.03 229.3 1372.7 246.235 1356.42 257.912C1340.17 269.567 1317.04 275.954 1289.42 275.954C1242.16 275.954 1207.33 257.019 1196.01 224.737C1192.87 233.806 1188.8 241.802 1183.85 248.62C1171.04 266.27 1152.42 275.954 1129.29 275.954C1103.75 275.954 1082.28 263.658 1069.35 241.685V338.771H1000.04V76.5293H1068.22V108.163C1081.87 84.3617 1102.99 72.0431 1129.29 72.043C1152.42 72.043 1171.04 81.7271 1183.85 99.377C1190.28 108.227 1195.22 119.062 1198.56 131.653C1200.14 114.89 1209.16 100.568 1223.54 90.1797C1239.41 78.7194 1261.78 72.043 1287.93 72.043ZM116.952 1C147.403 1 172.96 8.70717 191.819 22.8398C209.068 35.7652 220.655 54.0244 225.261 76.5293H243.628V30.165H315.923V76.5293H354.436V117.914C359.16 106.809 366.843 97.4672 377.074 90.1758C393.556 78.4302 416.587 72.043 444.397 72.043C471.778 72.043 493.806 78.2348 510.034 89.998L510.803 90.5625L510.809 90.5664L510.814 90.5713C518.969 96.8297 525.066 104.156 529.115 113.35C529.558 114.356 529.975 115.384 530.368 116.435L530.218 77.5332L530.214 76.5293H600.643V126.013C611.89 94.252 638.84 74.2861 669.19 74.2861H676.547V76.5293H694.846V30.165H767.141V76.5293H873.381V199.798C873.381 208.866 875.052 215.437 878.231 219.721C881.369 223.947 886.087 226.094 892.572 226.094C896.994 226.094 900.803 225.08 904.041 223.082C907.282 221.082 910.009 218.06 912.209 213.955C916.625 205.714 918.867 193.201 918.867 176.242V76.5293H991.162V271.467H921.858V240.218C915.147 252.139 907.213 261.035 897.632 266.971C887.865 273.021 876.458 275.954 863.033 275.954C842.8 275.954 827.249 269.419 816.782 256.61C811.967 250.718 808.256 243.53 805.653 235.098V273.71H751.933C733.083 273.71 718.762 268.997 709.16 259.396C699.559 249.794 694.846 235.473 694.846 216.624V124.895H676.547V139.104H663.208C643.171 139.104 628.031 144.112 617.902 153.647C607.784 163.173 602.513 177.362 602.513 196.059V271.467H474.04L473.773 270.881C470.118 262.84 467.891 251.371 467.384 241.462C458.679 261.979 435.736 275.954 409.25 275.954C389.791 275.954 373.458 270 361.978 259.521C359.158 256.946 356.637 254.102 354.436 251.014V273.71H300.714C281.864 273.71 267.544 268.997 257.942 259.396C248.341 249.794 243.628 235.474 243.628 216.624V124.895H215.585V84.1387H148.931L148.859 83.2148C148.127 73.6992 144.661 66.289 139.134 61.2559C133.604 56.2208 125.915 53.4775 116.578 53.4775C107.787 53.4776 100.65 55.9497 95.7285 60.1553C90.8212 64.3488 88.0392 70.3283 88.0391 77.5293C88.0391 84.1864 90.1781 89.5006 95.3936 93.8691C100.674 98.2923 109.175 101.802 122.025 104.596L122.03 104.597L148.951 110.579L148.954 110.58C178.95 117.329 199.535 127.013 212.625 139.818C225.752 152.66 231.247 168.548 231.247 187.459C231.247 213.944 219.978 236.106 200.251 251.623C180.544 267.124 152.453 275.954 118.822 275.954C51.5398 275.954 5.33062 239.436 1.16504 186.041L1.08105 184.964H78.6201L78.6895 185.889C79.611 198.237 83.653 207.599 90.4746 213.879C97.2973 220.159 107.03 223.477 119.569 223.477C130.075 223.477 138.722 220.895 144.718 216.342C150.686 211.809 154.091 205.28 154.091 197.181C154.091 190.343 151.959 185.42 146.77 181.428C141.485 177.362 132.977 174.221 120.092 171.233L120.088 171.232L93.166 164.876H93.165C63.1742 157.753 42.5926 147.974 29.5059 135.172C16.3798 122.331 10.8838 106.538 10.8838 87.625C10.8839 61.7045 21.868 40.0144 40.6533 24.8252C59.4221 9.64945 85.9262 1.00003 116.952 1ZM433.792 270.642C433.434 270.774 433.074 270.904 432.712 271.031C433.435 270.778 434.152 270.513 434.861 270.236L433.792 270.642ZM890.578 269.581H890.579H890.578ZM893.435 268.204H893.436H893.435ZM472.787 265.62C472.845 265.791 472.905 265.961 472.964 266.13C472.889 265.915 472.814 265.7 472.741 265.482L472.787 265.62ZM908.749 256.602C908.842 256.505 908.933 256.407 909.025 256.31C908.933 256.407 908.842 256.505 908.749 256.602ZM909.467 255.839C909.559 255.739 909.65 255.638 909.742 255.537C909.65 255.638 909.559 255.739 909.467 255.839ZM910.193 255.041C910.291 254.933 910.388 254.824 910.484 254.715C910.388 254.824 910.291 254.933 910.193 255.041ZM910.879 254.265C910.937 254.198 910.997 254.133 911.055 254.066C911.115 253.996 911.175 253.925 911.235 253.854C911.117 253.992 910.998 254.128 910.879 254.265ZM911.539 253.498C911.625 253.397 911.712 253.297 911.797 253.195C911.85 253.132 911.901 253.068 911.954 253.005C911.816 253.17 911.678 253.334 911.539 253.498ZM912.278 252.61C912.378 252.489 912.479 252.367 912.578 252.244C912.479 252.367 912.378 252.489 912.278 252.61ZM1203.21 161.739C1203.46 165.715 1203.58 169.803 1203.58 173.998C1203.58 186.943 1202.41 198.865 1200.15 209.642H1266.41L1266.49 210.559C1267.03 217.077 1269.46 222.051 1273.34 225.402C1277.23 228.761 1282.68 230.58 1289.42 230.58C1295.26 230.58 1299.99 229.21 1303.24 226.888C1306.45 224.586 1308.24 221.328 1308.24 217.372C1308.24 215.42 1307.93 213.833 1307.25 212.481C1306.57 211.136 1305.49 209.951 1303.83 208.859C1300.46 206.64 1294.84 204.892 1285.85 203.021H1285.85L1269.77 199.655V199.654C1244.49 194.409 1226.61 187.355 1215.06 177.275C1209.84 172.725 1205.94 167.576 1203.21 161.739ZM432.845 227.891C432.933 227.904 433.021 227.916 433.109 227.929C433.021 227.916 432.933 227.904 432.845 227.891ZM464.71 177.359C460.061 181.138 451.993 184.924 436.837 189.537C429.615 191.76 424.559 194.409 421.314 197.654C418.107 200.862 416.606 204.713 416.606 209.52C416.606 214.841 418.726 219.235 422.332 222.313C425.951 225.403 431.128 227.215 437.293 227.215C445.073 227.215 451.901 224.327 456.791 218.943C461.686 213.555 464.71 205.585 464.71 195.312V177.359ZM429.038 227.031C429.107 227.053 429.177 227.072 429.246 227.093C429.009 227.022 428.773 226.949 428.541 226.871L429.038 227.031ZM1098.63 121.903C1088.73 121.903 1080.9 126.558 1075.51 135.354C1070.08 144.203 1067.1 157.268 1067.1 173.998C1067.1 190.729 1070.08 203.794 1075.51 212.643C1080.9 221.439 1088.73 226.094 1098.63 226.094C1108.54 226.094 1116.26 221.441 1121.57 212.648C1126.9 203.8 1129.79 190.733 1129.79 173.998C1129.79 157.263 1126.9 144.196 1121.57 135.348C1116.26 126.555 1108.54 121.903 1098.63 121.903ZM424.489 225.053C424.529 225.076 424.568 225.099 424.608 225.122C424.568 225.099 424.529 225.076 424.489 225.053ZM423.403 224.376C423.444 224.403 423.485 224.43 423.526 224.457C423.485 224.43 423.444 224.403 423.403 224.376ZM444.771 117.416C438.08 117.416 432.747 119.58 428.992 123.468C425.228 127.365 422.953 133.095 422.588 140.396L422.54 141.347H349.099L349.175 140.275C349.561 134.874 350.488 129.741 351.927 124.895H315.923V212.137C315.923 216.933 316.764 219.856 318.527 221.619C320.291 223.382 323.213 224.224 328.01 224.224H344.393C344.092 221.637 343.938 218.977 343.938 216.25C343.938 198.09 349.06 184.501 361.166 174.309C373.201 164.176 392.024 157.503 419.176 152.821H419.179L438.995 149.456L439.004 149.455C449.49 147.77 455.944 146.107 459.778 143.833C461.663 142.715 462.871 141.474 463.621 140.041C464.375 138.6 464.71 136.881 464.71 134.738C464.71 124.942 456.314 117.416 444.771 117.416ZM767.141 212.137C767.141 216.933 767.983 219.856 769.746 221.619C771.509 223.382 774.431 224.224 779.228 224.224H803.033C801.737 217.034 801.086 209.134 801.086 200.546V124.895H767.141V212.137ZM422.309 223.583C422.346 223.612 422.382 223.642 422.42 223.671C422.382 223.642 422.346 223.612 422.309 223.583ZM421.75 223.129C421.833 223.199 421.917 223.27 422.002 223.339C421.917 223.27 421.833 223.199 421.75 223.129ZM421.358 222.789C421.434 222.857 421.511 222.924 421.589 222.991C421.512 222.924 421.434 222.857 421.358 222.789ZM1266.32 215.566C1266.34 215.63 1266.35 215.693 1266.37 215.756C1266.35 215.693 1266.34 215.63 1266.32 215.566ZM1266.14 214.842C1266.15 214.884 1266.16 214.925 1266.17 214.967C1266.16 214.925 1266.15 214.884 1266.14 214.842ZM1265.93 213.849C1265.95 213.937 1265.96 214.025 1265.98 214.113C1265.96 214.025 1265.95 213.937 1265.93 213.849ZM1380.87 213.075C1380.9 212.64 1380.92 212.202 1380.95 211.763C1380.92 212.202 1380.9 212.64 1380.87 213.075ZM1381 210.314C1380.99 210.729 1380.98 211.142 1380.96 211.554C1380.99 210.827 1381.01 210.096 1381.02 209.359L1381 210.314ZM1307.42 210.84C1307.39 210.806 1307.37 210.773 1307.34 210.739C1307.37 210.773 1307.39 210.806 1307.42 210.84ZM872.4 201.488C872.41 201.877 872.424 202.261 872.439 202.641C872.423 202.253 872.41 201.86 872.4 201.463V201.488ZM465.65 197.747C465.658 197.581 465.669 197.415 465.675 197.248V197.233C465.668 197.405 465.658 197.576 465.65 197.747ZM423.924 194.229C423.785 194.324 423.648 194.42 423.513 194.516C423.784 194.323 424.062 194.133 424.348 193.946L423.924 194.229ZM425.615 193.162C425.587 193.179 425.559 193.195 425.531 193.212C425.559 193.195 425.587 193.179 425.615 193.162ZM426.475 192.674C426.423 192.702 426.372 192.73 426.321 192.759C426.372 192.73 426.423 192.702 426.475 192.674ZM427.396 192.185C427.321 192.223 427.245 192.262 427.17 192.301C427.245 192.262 427.321 192.223 427.396 192.185ZM428.137 191.813C428.11 191.827 428.083 191.84 428.056 191.854C428.083 191.84 428.11 191.827 428.137 191.813ZM919.769 182.188C919.715 183.774 919.638 185.318 919.54 186.82C919.638 185.318 919.715 183.774 919.769 182.188ZM450.103 183.968C450.475 183.823 450.84 183.679 451.197 183.535C451.356 183.471 451.512 183.406 451.668 183.343C451.161 183.549 450.64 183.758 450.103 183.968ZM451.78 183.297C452.287 183.09 452.779 182.886 453.256 182.682V182.681C452.779 182.885 452.287 183.09 451.78 183.297ZM919.815 180.604C919.811 180.794 919.805 180.983 919.8 181.171C919.816 180.58 919.831 179.983 919.841 179.381L919.815 180.604ZM142.657 177.66C143.104 177.894 143.537 178.131 143.956 178.372C143.537 178.131 143.104 177.894 142.658 177.66H142.657ZM1206.91 166.401C1206.93 166.437 1206.96 166.472 1206.98 166.508C1206.95 166.455 1206.91 166.403 1206.88 166.35L1206.91 166.401ZM660.399 138.137C660.115 138.144 659.831 138.15 659.549 138.159C660.138 138.141 660.731 138.128 661.329 138.118L660.399 138.137ZM465.674 135.924C465.651 136.288 465.617 136.642 465.571 136.986C465.632 136.529 465.673 136.054 465.693 135.562L465.674 135.924ZM1199.55 131.797C1199.44 132.932 1199.37 134.079 1199.34 135.236H1199.34C1199.37 134.079 1199.44 132.932 1199.55 131.796V131.797ZM465.697 134.104C465.705 134.315 465.71 134.526 465.71 134.738L465.704 134.249C465.703 134.201 465.699 134.153 465.697 134.104ZM465.676 133.648C465.67 133.557 465.664 133.467 465.657 133.376C465.664 133.467 465.67 133.557 465.676 133.648ZM464.854 129.312C465.029 129.846 465.178 130.39 465.301 130.945C465.334 131.097 465.366 131.25 465.396 131.403C465.455 131.711 465.506 132.021 465.549 132.335L465.479 131.866C465.335 130.989 465.124 130.137 464.854 129.312ZM1271.15 129.063C1271.13 129.322 1271.11 129.585 1271.11 129.851L1271.12 129.455C1271.13 129.324 1271.14 129.194 1271.15 129.064V129.063ZM464.649 128.727C464.71 128.89 464.767 129.055 464.822 129.221C464.767 129.055 464.71 128.889 464.649 128.726V128.727ZM464.318 127.899L464.309 127.875C464.293 127.84 464.276 127.805 464.261 127.77C464.28 127.813 464.3 127.856 464.318 127.899ZM463.998 127.201C464.021 127.248 464.042 127.294 464.064 127.341C464.05 127.311 464.038 127.281 464.023 127.252L463.998 127.201ZM463.759 126.73C463.728 126.672 463.697 126.614 463.665 126.556C463.696 126.614 463.728 126.672 463.759 126.73ZM463.41 126.1C463.385 126.057 463.359 126.014 463.334 125.972C463.359 126.014 463.385 126.057 463.41 126.1ZM1088.58 122.688C1088.45 122.736 1088.33 122.785 1088.2 122.835C1088.33 122.785 1088.45 122.736 1088.58 122.688ZM1089.06 122.507C1088.92 122.558 1088.78 122.609 1088.64 122.662C1088.78 122.609 1088.92 122.558 1089.06 122.507ZM1089.53 122.343C1089.41 122.384 1089.29 122.426 1089.17 122.469C1089.29 122.426 1089.41 122.384 1089.53 122.343ZM1089.85 122.237C1089.8 122.252 1089.76 122.266 1089.71 122.281C1089.76 122.266 1089.8 122.252 1089.85 122.237ZM1090.31 122.092C1090.26 122.108 1090.21 122.123 1090.16 122.14C1090.21 122.123 1090.26 122.108 1090.31 122.092ZM1302.39 122.025C1302.27 121.892 1302.15 121.76 1302.02 121.631L1302.01 121.621C1302.14 121.753 1302.27 121.888 1302.39 122.025ZM1090.74 121.966C1090.7 121.978 1090.65 121.99 1090.61 122.002C1090.65 121.99 1090.7 121.978 1090.74 121.966ZM1091.25 121.826C1091.16 121.849 1091.08 121.871 1090.99 121.895C1091.08 121.871 1091.16 121.849 1091.25 121.826ZM1092.17 121.602C1091.9 121.661 1091.64 121.725 1091.38 121.792C1091.64 121.725 1091.9 121.661 1092.17 121.602ZM1093.08 121.41C1092.8 121.464 1092.52 121.523 1092.24 121.586C1092.51 121.524 1092.8 121.466 1093.08 121.412C1093.08 121.412 1093.08 121.411 1093.08 121.41ZM1094.88 121.13L1094.42 121.19C1094.61 121.165 1094.79 121.14 1094.98 121.118L1094.88 121.13ZM1278.5 118.357H1278.5C1278.62 118.302 1278.73 118.249 1278.85 118.196H1278.85C1278.73 118.249 1278.62 118.302 1278.5 118.357ZM1281.82 117.148C1281.65 117.193 1281.48 117.24 1281.31 117.288C1281.48 117.24 1281.65 117.193 1281.82 117.148H1281.82ZM1283.88 116.722H1283.88C1284.02 116.699 1284.16 116.678 1284.31 116.658H1284.31C1284.16 116.678 1284.02 116.699 1283.88 116.722ZM112.911 103.325C112.988 103.348 113.065 103.369 113.142 103.392C112.724 103.27 112.311 103.148 111.905 103.023L112.911 103.325ZM105.104 100.609C105.123 100.617 105.142 100.625 105.16 100.633C105.142 100.625 105.123 100.617 105.104 100.609ZM103.989 100.135C104.086 100.177 104.183 100.219 104.28 100.261C104.183 100.219 104.086 100.177 103.989 100.135ZM1075.09 99.5654C1074.93 99.7795 1074.77 99.9963 1074.61 100.213C1074.77 99.9963 1074.93 99.7794 1075.09 99.5654ZM1075.99 98.4102C1075.83 98.6132 1075.67 98.818 1075.51 99.0234C1075.67 98.818 1075.83 98.6132 1075.99 98.4102ZM1076.91 97.2754C1076.73 97.4938 1076.55 97.7142 1076.37 97.9355C1076.55 97.7142 1076.73 97.4938 1076.91 97.2754ZM1077.85 96.1533C1077.65 96.3833 1077.45 96.6152 1077.26 96.8486C1077.45 96.6153 1077.65 96.3833 1077.85 96.1533ZM1078.79 95.0752C1078.58 95.3106 1078.37 95.548 1078.16 95.7871C1078.37 95.548 1078.58 95.3106 1078.79 95.0752ZM1079.78 93.9805C1079.56 94.2235 1079.33 94.4686 1079.11 94.7158C1079.33 94.4686 1079.56 94.2236 1079.78 93.9805ZM1080.18 93.5488C1080.15 93.5825 1080.12 93.6166 1080.09 93.6504C1080.16 93.5731 1080.23 93.4958 1080.31 93.4189L1080.18 93.5488ZM91.1338 90.8623C91.148 90.8813 91.1625 90.9 91.1768 90.9189C91.1625 90.9 91.148 90.8813 91.1338 90.8623ZM1093.65 121.31C1093.46 121.341 1093.27 121.375 1093.08 121.41C1093.27 121.375 1093.46 121.341 1093.65 121.31Z"></path></mask><path d="M1287.93 72.043C1338.69 72.0431 1374.44 96.5301 1380.15 135.34L1380.32 136.485H1306.43L1306.37 135.546C1306.01 129.554 1304.11 125.048 1301.02 122.041C1297.93 119.038 1293.53 117.416 1287.93 117.416C1283.04 117.416 1279.08 118.683 1276.36 120.886C1273.66 123.07 1272.1 126.237 1272.1 130.251C1272.1 134.405 1273.71 137.376 1277.01 139.718C1280.38 142.116 1285.54 143.86 1292.62 145.351L1307.57 148.34H1307.57C1333.04 153.397 1351.64 160.164 1363.89 169.801C1376.2 179.491 1382.03 192.035 1382.03 208.398C1382.03 229.3 1372.7 246.235 1356.42 257.912C1340.17 269.567 1317.04 275.954 1289.42 275.954C1242.16 275.954 1207.33 257.019 1196.01 224.737C1192.87 233.806 1188.8 241.802 1183.85 248.62C1171.04 266.27 1152.42 275.954 1129.29 275.954C1103.75 275.954 1082.28 263.658 1069.35 241.685V338.771H1000.04V76.5293H1068.22V108.163C1081.87 84.3617 1102.99 72.0431 1129.29 72.043C1152.42 72.043 1171.04 81.7271 1183.85 99.377C1190.28 108.227 1195.22 119.062 1198.56 131.653C1200.14 114.89 1209.16 100.568 1223.54 90.1797C1239.41 78.7194 1261.78 72.043 1287.93 72.043ZM116.952 1C147.403 1 172.96 8.70717 191.819 22.8398C209.068 35.7652 220.655 54.0244 225.261 76.5293H243.628V30.165H315.923V76.5293H354.436V117.914C359.16 106.809 366.843 97.4672 377.074 90.1758C393.556 78.4302 416.587 72.043 444.397 72.043C471.778 72.043 493.806 78.2348 510.034 89.998L510.803 90.5625L510.809 90.5664L510.814 90.5713C518.969 96.8297 525.066 104.156 529.115 113.35C529.558 114.356 529.975 115.384 530.368 116.435L530.218 77.5332L530.214 76.5293H600.643V126.013C611.89 94.252 638.84 74.2861 669.19 74.2861H676.547V76.5293H694.846V30.165H767.141V76.5293H873.381V199.798C873.381 208.866 875.052 215.437 878.231 219.721C881.369 223.947 886.087 226.094 892.572 226.094C896.994 226.094 900.803 225.08 904.041 223.082C907.282 221.082 910.009 218.06 912.209 213.955C916.625 205.714 918.867 193.201 918.867 176.242V76.5293H991.162V271.467H921.858V240.218C915.147 252.139 907.213 261.035 897.632 266.971C887.865 273.021 876.458 275.954 863.033 275.954C842.8 275.954 827.249 269.419 816.782 256.61C811.967 250.718 808.256 243.53 805.653 235.098V273.71H751.933C733.083 273.71 718.762 268.997 709.16 259.396C699.559 249.794 694.846 235.473 694.846 216.624V124.895H676.547V139.104H663.208C643.171 139.104 628.031 144.112 617.902 153.647C607.784 163.173 602.513 177.362 602.513 196.059V271.467H474.04L473.773 270.881C470.118 262.84 467.891 251.371 467.384 241.462C458.679 261.979 435.736 275.954 409.25 275.954C389.791 275.954 373.458 270 361.978 259.521C359.158 256.946 356.637 254.102 354.436 251.014V273.71H300.714C281.864 273.71 267.544 268.997 257.942 259.396C248.341 249.794 243.628 235.474 243.628 216.624V124.895H215.585V84.1387H148.931L148.859 83.2148C148.127 73.6992 144.661 66.289 139.134 61.2559C133.604 56.2208 125.915 53.4775 116.578 53.4775C107.787 53.4776 100.65 55.9497 95.7285 60.1553C90.8212 64.3488 88.0392 70.3283 88.0391 77.5293C88.0391 84.1864 90.1781 89.5006 95.3936 93.8691C100.674 98.2923 109.175 101.802 122.025 104.596L122.03 104.597L148.951 110.579L148.954 110.58C178.95 117.329 199.535 127.013 212.625 139.818C225.752 152.66 231.247 168.548 231.247 187.459C231.247 213.944 219.978 236.106 200.251 251.623C180.544 267.124 152.453 275.954 118.822 275.954C51.5398 275.954 5.33062 239.436 1.16504 186.041L1.08105 184.964H78.6201L78.6895 185.889C79.611 198.237 83.653 207.599 90.4746 213.879C97.2973 220.159 107.03 223.477 119.569 223.477C130.075 223.477 138.722 220.895 144.718 216.342C150.686 211.809 154.091 205.28 154.091 197.181C154.091 190.343 151.959 185.42 146.77 181.428C141.485 177.362 132.977 174.221 120.092 171.233L120.088 171.232L93.166 164.876H93.165C63.1742 157.753 42.5926 147.974 29.5059 135.172C16.3798 122.331 10.8838 106.538 10.8838 87.625C10.8839 61.7045 21.868 40.0144 40.6533 24.8252C59.4221 9.64945 85.9262 1.00003 116.952 1ZM433.792 270.642C433.434 270.774 433.074 270.904 432.712 271.031C433.435 270.778 434.152 270.513 434.861 270.236L433.792 270.642ZM890.578 269.581H890.579H890.578ZM893.435 268.204H893.436H893.435ZM472.787 265.62C472.845 265.791 472.905 265.961 472.964 266.13C472.889 265.915 472.814 265.7 472.741 265.482L472.787 265.62ZM908.749 256.602C908.842 256.505 908.933 256.407 909.025 256.31C908.933 256.407 908.842 256.505 908.749 256.602ZM909.467 255.839C909.559 255.739 909.65 255.638 909.742 255.537C909.65 255.638 909.559 255.739 909.467 255.839ZM910.193 255.041C910.291 254.933 910.388 254.824 910.484 254.715C910.388 254.824 910.291 254.933 910.193 255.041ZM910.879 254.265C910.937 254.198 910.997 254.133 911.055 254.066C911.115 253.996 911.175 253.925 911.235 253.854C911.117 253.992 910.998 254.128 910.879 254.265ZM911.539 253.498C911.625 253.397 911.712 253.297 911.797 253.195C911.85 253.132 911.901 253.068 911.954 253.005C911.816 253.17 911.678 253.334 911.539 253.498ZM912.278 252.61C912.378 252.489 912.479 252.367 912.578 252.244C912.479 252.367 912.378 252.489 912.278 252.61ZM1203.21 161.739C1203.46 165.715 1203.58 169.803 1203.58 173.998C1203.58 186.943 1202.41 198.865 1200.15 209.642H1266.41L1266.49 210.559C1267.03 217.077 1269.46 222.051 1273.34 225.402C1277.23 228.761 1282.68 230.58 1289.42 230.58C1295.26 230.58 1299.99 229.21 1303.24 226.888C1306.45 224.586 1308.24 221.328 1308.24 217.372C1308.24 215.42 1307.93 213.833 1307.25 212.481C1306.57 211.136 1305.49 209.951 1303.83 208.859C1300.46 206.64 1294.84 204.892 1285.85 203.021H1285.85L1269.77 199.655V199.654C1244.49 194.409 1226.61 187.355 1215.06 177.275C1209.84 172.725 1205.94 167.576 1203.21 161.739ZM432.845 227.891C432.933 227.904 433.021 227.916 433.109 227.929C433.021 227.916 432.933 227.904 432.845 227.891ZM464.71 177.359C460.061 181.138 451.993 184.924 436.837 189.537C429.615 191.76 424.559 194.409 421.314 197.654C418.107 200.862 416.606 204.713 416.606 209.52C416.606 214.841 418.726 219.235 422.332 222.313C425.951 225.403 431.128 227.215 437.293 227.215C445.073 227.215 451.901 224.327 456.791 218.943C461.686 213.555 464.71 205.585 464.71 195.312V177.359ZM429.038 227.031C429.107 227.053 429.177 227.072 429.246 227.093C429.009 227.022 428.773 226.949 428.541 226.871L429.038 227.031ZM1098.63 121.903C1088.73 121.903 1080.9 126.558 1075.51 135.354C1070.08 144.203 1067.1 157.268 1067.1 173.998C1067.1 190.729 1070.08 203.794 1075.51 212.643C1080.9 221.439 1088.73 226.094 1098.63 226.094C1108.54 226.094 1116.26 221.441 1121.57 212.648C1126.9 203.8 1129.79 190.733 1129.79 173.998C1129.79 157.263 1126.9 144.196 1121.57 135.348C1116.26 126.555 1108.54 121.903 1098.63 121.903ZM424.489 225.053C424.529 225.076 424.568 225.099 424.608 225.122C424.568 225.099 424.529 225.076 424.489 225.053ZM423.403 224.376C423.444 224.403 423.485 224.43 423.526 224.457C423.485 224.43 423.444 224.403 423.403 224.376ZM444.771 117.416C438.08 117.416 432.747 119.58 428.992 123.468C425.228 127.365 422.953 133.095 422.588 140.396L422.54 141.347H349.099L349.175 140.275C349.561 134.874 350.488 129.741 351.927 124.895H315.923V212.137C315.923 216.933 316.764 219.856 318.527 221.619C320.291 223.382 323.213 224.224 328.01 224.224H344.393C344.092 221.637 343.938 218.977 343.938 216.25C343.938 198.09 349.06 184.501 361.166 174.309C373.201 164.176 392.024 157.503 419.176 152.821H419.179L438.995 149.456L439.004 149.455C449.49 147.77 455.944 146.107 459.778 143.833C461.663 142.715 462.871 141.474 463.621 140.041C464.375 138.6 464.71 136.881 464.71 134.738C464.71 124.942 456.314 117.416 444.771 117.416ZM767.141 212.137C767.141 216.933 767.983 219.856 769.746 221.619C771.509 223.382 774.431 224.224 779.228 224.224H803.033C801.737 217.034 801.086 209.134 801.086 200.546V124.895H767.141V212.137ZM422.309 223.583C422.346 223.612 422.382 223.642 422.42 223.671C422.382 223.642 422.346 223.612 422.309 223.583ZM421.75 223.129C421.833 223.199 421.917 223.27 422.002 223.339C421.917 223.27 421.833 223.199 421.75 223.129ZM421.358 222.789C421.434 222.857 421.511 222.924 421.589 222.991C421.512 222.924 421.434 222.857 421.358 222.789ZM1266.32 215.566C1266.34 215.63 1266.35 215.693 1266.37 215.756C1266.35 215.693 1266.34 215.63 1266.32 215.566ZM1266.14 214.842C1266.15 214.884 1266.16 214.925 1266.17 214.967C1266.16 214.925 1266.15 214.884 1266.14 214.842ZM1265.93 213.849C1265.95 213.937 1265.96 214.025 1265.98 214.113C1265.96 214.025 1265.95 213.937 1265.93 213.849ZM1380.87 213.075C1380.9 212.64 1380.92 212.202 1380.95 211.763C1380.92 212.202 1380.9 212.64 1380.87 213.075ZM1381 210.314C1380.99 210.729 1380.98 211.142 1380.96 211.554C1380.99 210.827 1381.01 210.096 1381.02 209.359L1381 210.314ZM1307.42 210.84C1307.39 210.806 1307.37 210.773 1307.34 210.739C1307.37 210.773 1307.39 210.806 1307.42 210.84ZM872.4 201.488C872.41 201.877 872.424 202.261 872.439 202.641C872.423 202.253 872.41 201.86 872.4 201.463V201.488ZM465.65 197.747C465.658 197.581 465.669 197.415 465.675 197.248V197.233C465.668 197.405 465.658 197.576 465.65 197.747ZM423.924 194.229C423.785 194.324 423.648 194.42 423.513 194.516C423.784 194.323 424.062 194.133 424.348 193.946L423.924 194.229ZM425.615 193.162C425.587 193.179 425.559 193.195 425.531 193.212C425.559 193.195 425.587 193.179 425.615 193.162ZM426.475 192.674C426.423 192.702 426.372 192.73 426.321 192.759C426.372 192.73 426.423 192.702 426.475 192.674ZM427.396 192.185C427.321 192.223 427.245 192.262 427.17 192.301C427.245 192.262 427.321 192.223 427.396 192.185ZM428.137 191.813C428.11 191.827 428.083 191.84 428.056 191.854C428.083 191.84 428.11 191.827 428.137 191.813ZM919.769 182.188C919.715 183.774 919.638 185.318 919.54 186.82C919.638 185.318 919.715 183.774 919.769 182.188ZM450.103 183.968C450.475 183.823 450.84 183.679 451.197 183.535C451.356 183.471 451.512 183.406 451.668 183.343C451.161 183.549 450.64 183.758 450.103 183.968ZM451.78 183.297C452.287 183.09 452.779 182.886 453.256 182.682V182.681C452.779 182.885 452.287 183.09 451.78 183.297ZM919.815 180.604C919.811 180.794 919.805 180.983 919.8 181.171C919.816 180.58 919.831 179.983 919.841 179.381L919.815 180.604ZM142.657 177.66C143.104 177.894 143.537 178.131 143.956 178.372C143.537 178.131 143.104 177.894 142.658 177.66H142.657ZM1206.91 166.401C1206.93 166.437 1206.96 166.472 1206.98 166.508C1206.95 166.455 1206.91 166.403 1206.88 166.35L1206.91 166.401ZM660.399 138.137C660.115 138.144 659.831 138.15 659.549 138.159C660.138 138.141 660.731 138.128 661.329 138.118L660.399 138.137ZM465.674 135.924C465.651 136.288 465.617 136.642 465.571 136.986C465.632 136.529 465.673 136.054 465.693 135.562L465.674 135.924ZM1199.55 131.797C1199.44 132.932 1199.37 134.079 1199.34 135.236H1199.34C1199.37 134.079 1199.44 132.932 1199.55 131.796V131.797ZM465.697 134.104C465.705 134.315 465.71 134.526 465.71 134.738L465.704 134.249C465.703 134.201 465.699 134.153 465.697 134.104ZM465.676 133.648C465.67 133.557 465.664 133.467 465.657 133.376C465.664 133.467 465.67 133.557 465.676 133.648ZM464.854 129.312C465.029 129.846 465.178 130.39 465.301 130.945C465.334 131.097 465.366 131.25 465.396 131.403C465.455 131.711 465.506 132.021 465.549 132.335L465.479 131.866C465.335 130.989 465.124 130.137 464.854 129.312ZM1271.15 129.063C1271.13 129.322 1271.11 129.585 1271.11 129.851L1271.12 129.455C1271.13 129.324 1271.14 129.194 1271.15 129.064V129.063ZM464.649 128.727C464.71 128.89 464.767 129.055 464.822 129.221C464.767 129.055 464.71 128.889 464.649 128.726V128.727ZM464.318 127.899L464.309 127.875C464.293 127.84 464.276 127.805 464.261 127.77C464.28 127.813 464.3 127.856 464.318 127.899ZM463.998 127.201C464.021 127.248 464.042 127.294 464.064 127.341C464.05 127.311 464.038 127.281 464.023 127.252L463.998 127.201ZM463.759 126.73C463.728 126.672 463.697 126.614 463.665 126.556C463.696 126.614 463.728 126.672 463.759 126.73ZM463.41 126.1C463.385 126.057 463.359 126.014 463.334 125.972C463.359 126.014 463.385 126.057 463.41 126.1ZM1088.58 122.688C1088.45 122.736 1088.33 122.785 1088.2 122.835C1088.33 122.785 1088.45 122.736 1088.58 122.688ZM1089.06 122.507C1088.92 122.558 1088.78 122.609 1088.64 122.662C1088.78 122.609 1088.92 122.558 1089.06 122.507ZM1089.53 122.343C1089.41 122.384 1089.29 122.426 1089.17 122.469C1089.29 122.426 1089.41 122.384 1089.53 122.343ZM1089.85 122.237C1089.8 122.252 1089.76 122.266 1089.71 122.281C1089.76 122.266 1089.8 122.252 1089.85 122.237ZM1090.31 122.092C1090.26 122.108 1090.21 122.123 1090.16 122.14C1090.21 122.123 1090.26 122.108 1090.31 122.092ZM1302.39 122.025C1302.27 121.892 1302.15 121.76 1302.02 121.631L1302.01 121.621C1302.14 121.753 1302.27 121.888 1302.39 122.025ZM1090.74 121.966C1090.7 121.978 1090.65 121.99 1090.61 122.002C1090.65 121.99 1090.7 121.978 1090.74 121.966ZM1091.25 121.826C1091.16 121.849 1091.08 121.871 1090.99 121.895C1091.08 121.871 1091.16 121.849 1091.25 121.826ZM1092.17 121.602C1091.9 121.661 1091.64 121.725 1091.38 121.792C1091.64 121.725 1091.9 121.661 1092.17 121.602ZM1093.08 121.41C1092.8 121.464 1092.52 121.523 1092.24 121.586C1092.51 121.524 1092.8 121.466 1093.08 121.412C1093.08 121.412 1093.08 121.411 1093.08 121.41ZM1094.88 121.13L1094.42 121.19C1094.61 121.165 1094.79 121.14 1094.98 121.118L1094.88 121.13ZM1278.5 118.357H1278.5C1278.62 118.302 1278.73 118.249 1278.85 118.196H1278.85C1278.73 118.249 1278.62 118.302 1278.5 118.357ZM1281.82 117.148C1281.65 117.193 1281.48 117.24 1281.31 117.288C1281.48 117.24 1281.65 117.193 1281.82 117.148H1281.82ZM1283.88 116.722H1283.88C1284.02 116.699 1284.16 116.678 1284.31 116.658H1284.31C1284.16 116.678 1284.02 116.699 1283.88 116.722ZM112.911 103.325C112.988 103.348 113.065 103.369 113.142 103.392C112.724 103.27 112.311 103.148 111.905 103.023L112.911 103.325ZM105.104 100.609C105.123 100.617 105.142 100.625 105.16 100.633C105.142 100.625 105.123 100.617 105.104 100.609ZM103.989 100.135C104.086 100.177 104.183 100.219 104.28 100.261C104.183 100.219 104.086 100.177 103.989 100.135ZM1075.09 99.5654C1074.93 99.7795 1074.77 99.9963 1074.61 100.213C1074.77 99.9963 1074.93 99.7794 1075.09 99.5654ZM1075.99 98.4102C1075.83 98.6132 1075.67 98.818 1075.51 99.0234C1075.67 98.818 1075.83 98.6132 1075.99 98.4102ZM1076.91 97.2754C1076.73 97.4938 1076.55 97.7142 1076.37 97.9355C1076.55 97.7142 1076.73 97.4938 1076.91 97.2754ZM1077.85 96.1533C1077.65 96.3833 1077.45 96.6152 1077.26 96.8486C1077.45 96.6153 1077.65 96.3833 1077.85 96.1533ZM1078.79 95.0752C1078.58 95.3106 1078.37 95.548 1078.16 95.7871C1078.37 95.548 1078.58 95.3106 1078.79 95.0752ZM1079.78 93.9805C1079.56 94.2235 1079.33 94.4686 1079.11 94.7158C1079.33 94.4686 1079.56 94.2236 1079.78 93.9805ZM1080.18 93.5488C1080.15 93.5825 1080.12 93.6166 1080.09 93.6504C1080.16 93.5731 1080.23 93.4958 1080.31 93.4189L1080.18 93.5488ZM91.1338 90.8623C91.148 90.8813 91.1625 90.9 91.1768 90.9189C91.1625 90.9 91.148 90.8813 91.1338 90.8623ZM1093.65 121.31C1093.46 121.341 1093.27 121.375 1093.08 121.41C1093.27 121.375 1093.46 121.341 1093.65 121.31Z" fill="#FF500A" fill-opacity="0.08"></path><path d="M1287.93 72.043V71.043V71.043V72.043ZM1380.15 135.34L1379.16 135.485L1379.16 135.486L1380.15 135.34ZM1380.32 136.485V137.485H1381.48L1381.31 136.339L1380.32 136.485ZM1306.43 136.485L1305.43 136.547L1305.49 137.485H1306.43V136.485ZM1306.37 135.546L1305.37 135.606V135.607L1306.37 135.546ZM1301.02 122.041L1301.72 121.324V121.324L1301.02 122.041ZM1287.93 117.416V116.416V116.416V117.416ZM1276.36 120.886L1275.73 120.108L1275.73 120.109L1276.36 120.886ZM1272.1 130.251H1271.1V130.251H1272.1ZM1277.01 139.718L1276.43 140.533V140.533L1277.01 139.718ZM1292.62 145.351L1292.41 146.329L1292.42 146.331L1292.62 145.351ZM1307.57 148.34V149.34L1307.76 147.359L1307.57 148.34ZM1307.57 148.34V147.34L1307.37 149.321L1307.57 148.34ZM1363.89 169.801L1364.51 169.015V169.015L1363.89 169.801ZM1382.03 208.398H1383.03V208.398H1382.03ZM1356.42 257.912L1357 258.725V258.725L1356.42 257.912ZM1289.42 275.954V276.954V276.954V275.954ZM1196.01 224.737L1196.95 224.406L1196 221.696L1195.06 224.411L1196.01 224.737ZM1183.85 248.62L1184.66 249.208V249.208L1183.85 248.62ZM1129.29 275.954V276.954V276.954V275.954ZM1069.35 241.685L1070.21 241.177L1068.35 238.014V241.685H1069.35ZM1069.35 338.771V339.771H1070.35V338.771H1069.35ZM1000.04 338.771H999.042V339.771H1000.04V338.771ZM1000.04 76.5293V75.5293H999.042V76.5293H1000.04ZM1068.22 76.5293H1069.22V75.5293H1068.22V76.5293ZM1068.22 108.163H1067.22V111.918L1069.09 108.66L1068.22 108.163ZM1129.29 72.043V71.043V71.043V72.043ZM1183.85 99.377L1184.66 98.7896V98.7896L1183.85 99.377ZM1198.56 131.653L1197.59 131.909L1199.55 131.747L1198.56 131.653ZM1223.54 90.1797L1222.96 89.3691V89.3691L1223.54 90.1797ZM116.952 1V0V0V1ZM191.819 22.8398L192.419 22.0396L192.419 22.0396L191.819 22.8398ZM225.261 76.5293L224.281 76.7298L224.445 77.5293H225.261V76.5293ZM243.628 76.5293V77.5293H244.628V76.5293H243.628ZM243.628 30.165V29.165H242.628V30.165H243.628ZM315.923 30.165H316.923V29.165H315.923V30.165ZM315.923 76.5293H314.923V77.5293H315.923V76.5293ZM354.436 76.5293H355.436V75.5293H354.436V76.5293ZM354.436 117.914H353.436L355.356 118.306L354.436 117.914ZM377.074 90.1758L376.494 89.3614V89.3614L377.074 90.1758ZM444.397 72.043V71.043V71.043V72.043ZM510.034 89.998L510.626 89.192L510.621 89.1884L510.034 89.998ZM510.803 90.5625L510.211 91.3685L510.229 91.3819L510.248 91.3945L510.803 90.5625ZM510.809 90.5664L511.449 89.7982L511.408 89.764L511.363 89.7344L510.809 90.5664ZM510.814 90.5713L510.174 91.3395L510.19 91.3524L510.206 91.3646L510.814 90.5713ZM529.115 113.35L530.03 112.947V112.947L529.115 113.35ZM530.368 116.435L529.432 116.785L531.368 116.431L530.368 116.435ZM530.218 77.5332L531.218 77.5293V77.5293L530.218 77.5332ZM530.214 76.5293V75.5293H529.21L529.214 76.5332L530.214 76.5293ZM600.643 76.5293H601.643V75.5293H600.643V76.5293ZM600.643 126.013H599.643L601.585 126.346L600.643 126.013ZM676.547 74.2861H677.547V73.2861H676.547V74.2861ZM676.547 76.5293H675.547V77.5293H676.547V76.5293ZM694.846 76.5293V77.5293H695.846V76.5293H694.846ZM694.846 30.165V29.165H693.846V30.165H694.846ZM767.141 30.165H768.141V29.165H767.141V30.165ZM767.141 76.5293H766.141V77.5293H767.141V76.5293ZM873.381 76.5293H874.381V75.5293H873.381V76.5293ZM878.231 219.721L877.428 220.317V220.317L878.231 219.721ZM892.572 226.094V227.094V227.094V226.094ZM904.041 223.082L903.516 222.231V222.231L904.041 223.082ZM912.209 213.955L911.328 213.483V213.483L912.209 213.955ZM918.867 176.242H919.867V176.242H918.867ZM918.867 76.5293V75.5293H917.867V76.5293H918.867ZM991.162 76.5293H992.162V75.5293H991.162V76.5293ZM991.162 271.467V272.467H992.162V271.467H991.162ZM921.858 271.467H920.858V272.467H921.858V271.467ZM921.858 240.218H922.858V236.403L920.987 239.727L921.858 240.218ZM897.632 266.971L898.158 267.821V267.821L897.632 266.971ZM863.033 275.954V276.954V276.954V275.954ZM816.782 256.61L816.008 257.243V257.243L816.782 256.61ZM805.653 235.098L806.609 234.803L804.653 235.098H805.653ZM805.653 273.71V274.71H806.653V273.71H805.653ZM709.16 259.396L708.453 260.103V260.103L709.16 259.396ZM694.846 216.624H693.846V216.624H694.846ZM694.846 124.895H695.846V123.895H694.846V124.895ZM676.547 124.895V123.895H675.547V124.895H676.547ZM676.547 139.104V140.104H677.547V139.104H676.547ZM617.902 153.647L617.217 152.919V152.919L617.902 153.647ZM602.513 196.059H601.513V196.059H602.513ZM602.513 271.467V272.467H603.513V271.467H602.513ZM474.04 271.467L473.13 271.881L473.396 272.467H474.04V271.467ZM473.773 270.881L472.863 271.295L472.863 271.295L473.773 270.881ZM467.384 241.462L468.382 241.411L466.463 241.071L467.384 241.462ZM409.25 275.954V276.954V276.954V275.954ZM361.978 259.521L361.303 260.259V260.259L361.978 259.521ZM354.436 251.014L355.25 250.433L353.436 247.887V251.014H354.436ZM354.436 273.71V274.71H355.436V273.71H354.436ZM300.714 273.71V274.71V274.71V273.71ZM257.942 259.396L257.235 260.103H257.235L257.942 259.396ZM243.628 216.624H242.628V216.624H243.628ZM243.628 124.895H244.628V123.895H243.628V124.895ZM215.585 124.895H214.585V125.895H215.585V124.895ZM215.585 84.1387H216.585V83.1387H215.585V84.1387ZM148.931 84.1387L147.934 84.2156L148.005 85.1387H148.931V84.1387ZM148.859 83.2148L147.862 83.2915L147.862 83.2918L148.859 83.2148ZM139.134 61.2559L139.807 60.5165L139.807 60.5164L139.134 61.2559ZM116.578 53.4775V52.4775H116.578L116.578 53.4775ZM95.7285 60.1553L95.0789 59.395L95.0789 59.395L95.7285 60.1553ZM88.0391 77.5293L87.0391 77.5293V77.5293H88.0391ZM95.3936 93.8691L94.7514 94.6357L94.7514 94.6357L95.3936 93.8691ZM122.025 104.596L121.813 105.573L121.821 105.575L121.829 105.576L122.025 104.596ZM122.03 104.597L122.247 103.62L122.237 103.618L122.226 103.616L122.03 104.597ZM148.951 110.579L149.267 109.63L149.218 109.614L149.168 109.603L148.951 110.579ZM148.954 110.58L148.638 111.529L148.686 111.545L148.735 111.556L148.954 110.58ZM212.625 139.818L213.324 139.104V139.104L212.625 139.818ZM231.247 187.459H232.247V187.459H231.247ZM200.251 251.623L200.869 252.409V252.409L200.251 251.623ZM118.822 275.954V276.954V276.954V275.954ZM1.16504 186.041L0.168065 186.119L0.168068 186.119L1.16504 186.041ZM1.08105 184.964V183.964H5.05447e-05L0.0840805 185.042L1.08105 184.964ZM78.6201 184.964L79.6173 184.889L79.548 183.964H78.6201V184.964ZM78.6895 185.889L79.6867 185.814L79.6867 185.814L78.6895 185.889ZM90.4746 213.879L89.7973 214.615L89.7973 214.615L90.4746 213.879ZM119.569 223.477L119.569 224.477H119.569V223.477ZM144.718 216.342L145.323 217.138V217.138L144.718 216.342ZM154.091 197.181H155.091V197.181H154.091ZM146.77 181.428L146.16 182.22V182.22L146.77 181.428ZM120.092 171.233L119.849 172.204L119.858 172.206L119.866 172.208L120.092 171.233ZM120.088 171.232L120.33 170.262L120.318 170.259L120.088 171.232ZM93.166 164.876L93.3958 163.903L93.2825 163.876H93.166V164.876ZM93.165 164.876L92.934 165.849L93.0479 165.876H93.165V164.876ZM29.5059 135.172L28.8066 135.887H28.8066L29.5059 135.172ZM10.8838 87.625H9.88379V87.625H10.8838ZM40.6533 24.8252L40.0246 24.0476H40.0246L40.6533 24.8252ZM433.792 270.642L434.139 271.58L434.146 271.577L433.792 270.642ZM434.861 270.236L435.224 271.168L434.507 269.301L434.861 270.236ZM472.787 265.62L471.838 265.936L471.84 265.94L472.787 265.62ZM472.964 266.13L472.019 266.458L473.908 265.801L472.964 266.13ZM472.741 265.482L473.689 265.164L471.793 265.799L472.741 265.482ZM908.749 256.602L908.026 255.911L909.472 257.293L908.749 256.602ZM909.025 256.31L909.752 256.996L908.298 255.623L909.025 256.31ZM909.467 255.839L908.733 255.159L910.2 256.519L909.467 255.839ZM909.742 255.537L910.48 256.212L909.005 254.862L909.742 255.537ZM910.193 255.041L909.449 254.373L910.937 255.709L910.193 255.041ZM910.484 254.715L911.233 255.378L909.736 254.051L910.484 254.715ZM910.879 254.265L910.125 253.608L911.633 254.922L910.879 254.265ZM911.055 254.066L911.811 254.721V254.721L911.055 254.066ZM911.235 253.854L911.994 254.506L910.477 253.203L911.235 253.854ZM911.539 253.498L910.776 252.852L912.302 254.145L911.539 253.498ZM911.797 253.195L911.03 252.553H911.03L911.797 253.195ZM911.954 253.005L912.723 253.644L911.185 252.365L911.954 253.005ZM912.278 252.61L911.505 251.976L913.051 253.245L912.278 252.61ZM912.578 252.244L913.356 252.873L911.801 251.615L912.578 252.244ZM1203.21 161.739L1204.12 161.316L1202.21 161.8L1203.21 161.739ZM1203.58 173.998H1204.58V173.998H1203.58ZM1200.15 209.642L1199.17 209.436L1198.91 210.642H1200.15V209.642ZM1266.41 209.642L1267.41 209.559L1267.33 208.642H1266.41V209.642ZM1266.49 210.559L1265.49 210.641V210.642L1266.49 210.559ZM1273.34 225.402L1272.69 226.159V226.159L1273.34 225.402ZM1289.42 230.58V231.58V231.58V230.58ZM1303.24 226.888L1303.82 227.701V227.701L1303.24 226.888ZM1308.24 217.372L1309.24 217.372V217.372H1308.24ZM1307.25 212.481L1306.36 212.931V212.931L1307.25 212.481ZM1303.83 208.859L1304.38 208.024L1304.38 208.024L1303.83 208.859ZM1285.85 203.021L1286.06 202.042L1285.96 202.021H1285.85V203.021ZM1285.85 203.021L1285.65 203.999L1285.75 204.021H1285.85V203.021ZM1269.77 199.655H1268.77V200.468L1269.57 200.634L1269.77 199.655ZM1269.77 199.654H1270.77V198.84L1269.98 198.675L1269.77 199.654ZM1215.06 177.275L1214.4 178.029V178.029L1215.06 177.275ZM432.845 227.891L432.992 226.902L432.696 228.88L432.845 227.891ZM433.109 227.929L432.971 228.919L433.248 226.938L433.109 227.929ZM464.71 177.359H465.71V175.258L464.079 176.583L464.71 177.359ZM436.837 189.537L436.546 188.58L436.543 188.581L436.837 189.537ZM421.314 197.654L420.607 196.947L420.607 196.947L421.314 197.654ZM416.606 209.52L415.606 209.52V209.52H416.606ZM422.332 222.313L421.683 223.074V223.074L422.332 222.313ZM437.293 227.215V228.215V228.215V227.215ZM456.791 218.943L457.531 219.616L457.531 219.616L456.791 218.943ZM464.71 195.312H465.71V195.312H464.71ZM429.038 227.031L428.731 227.983L428.743 227.987L429.038 227.031ZM429.246 227.093L428.96 228.051L429.533 226.135L429.246 227.093ZM428.541 226.871L428.848 225.919L428.225 227.82L428.541 226.871ZM1098.63 121.903V120.903V120.903V121.903ZM1075.51 135.354L1074.66 134.832V134.832L1075.51 135.354ZM1067.1 173.998H1066.1V173.998H1067.1ZM1075.51 212.643L1074.66 213.165V213.165L1075.51 212.643ZM1098.63 226.094V227.094V227.094V226.094ZM1121.57 212.648L1122.42 213.165V213.165L1121.57 212.648ZM1129.79 173.998H1130.79V173.998H1129.79ZM1121.57 135.348L1122.42 134.831V134.831L1121.57 135.348ZM424.489 225.053L424.991 224.188L423.987 225.918L424.489 225.053ZM424.608 225.122L424.112 225.99L425.105 224.254L424.608 225.122ZM423.403 224.376L423.96 223.545L422.846 225.207L423.403 224.376ZM423.526 224.457L422.976 225.292L424.077 223.622L423.526 224.457ZM428.992 123.468L428.273 122.773V122.773L428.992 123.468ZM422.588 140.396L423.587 140.447V140.446L422.588 140.396ZM422.54 141.347V142.347H423.491L423.539 141.397L422.54 141.347ZM349.099 141.347L348.101 141.276L348.025 142.347H349.099V141.347ZM349.175 140.275L348.177 140.204V140.204L349.175 140.275ZM351.927 124.895L352.885 125.179L353.267 123.895H351.927V124.895ZM315.923 124.895V123.895H314.923V124.895H315.923ZM318.527 221.619L317.82 222.326L317.82 222.326L318.527 221.619ZM344.393 224.224V225.224H345.516L345.386 224.108L344.393 224.224ZM343.938 216.25H342.938V216.25H343.938ZM361.166 174.309L360.522 173.544V173.544L361.166 174.309ZM419.176 152.821V151.821H419.09L419.006 151.836L419.176 152.821ZM419.179 152.821V153.821H419.263L419.346 153.807L419.179 152.821ZM438.995 149.456L438.885 148.462L438.856 148.465L438.828 148.47L438.995 149.456ZM439.004 149.455L439.114 150.449L439.139 150.446L439.163 150.442L439.004 149.455ZM459.778 143.833L460.288 144.693V144.693L459.778 143.833ZM463.621 140.041L464.507 140.505V140.505L463.621 140.041ZM464.71 134.738L465.71 134.738V134.738H464.71ZM769.746 221.619L769.039 222.326V222.326L769.746 221.619ZM779.228 224.224V225.224V225.224V224.224ZM803.033 224.224V225.224H804.23L804.017 224.046L803.033 224.224ZM801.086 200.546H800.086V200.546H801.086ZM801.086 124.895H802.086V123.895H801.086V124.895ZM767.141 124.895V123.895H766.141V124.895H767.141ZM422.309 223.583L422.923 222.794L421.693 224.371L422.309 223.583ZM422.42 223.671L421.811 224.464L423.029 222.878L422.42 223.671ZM421.75 223.129L422.395 222.365L421.104 223.892L421.75 223.129ZM422.002 223.339L421.371 224.114L422.634 222.564L422.002 223.339ZM421.358 222.789L422.025 222.044L420.691 223.534L421.358 222.789ZM421.589 222.991L420.935 223.747L422.243 222.235L421.589 222.991ZM1266.32 215.566L1267.29 215.313L1265.35 215.819L1266.32 215.566ZM1266.37 215.756L1265.4 216.016L1267.33 215.496L1266.37 215.756ZM1266.14 214.842L1267.11 214.616L1265.17 215.067L1266.14 214.842ZM1266.17 214.967L1265.2 215.197L1267.14 214.737L1266.17 214.967ZM1265.93 213.849L1266.91 213.66L1264.95 214.037L1265.93 213.849ZM1265.98 214.113L1265 214.312L1266.96 213.915L1265.98 214.113ZM1380.95 211.763L1381.95 211.812L1379.95 211.713L1380.95 211.763ZM1381 210.314L1382 210.343L1382 210.336L1381 210.314ZM1380.96 211.554L1379.96 211.507L1381.95 211.6L1380.96 211.554ZM1381.02 209.359L1382.02 209.373L1380.02 209.338L1381.02 209.359ZM1307.42 210.84L1306.6 211.425L1308.23 210.256L1307.42 210.84ZM1307.34 210.739L1308.15 210.143L1306.54 211.334L1307.34 210.739ZM872.4 201.488H871.4V201.5L871.401 201.512L872.4 201.488ZM872.4 201.463L873.4 201.44L871.4 201.463H872.4ZM465.675 197.248L466.674 197.285L466.675 197.267V197.248H465.675ZM465.675 197.233H466.675L464.676 197.196L465.675 197.233ZM423.924 194.229L423.368 193.398L423.361 193.403L423.924 194.229ZM423.513 194.516L422.934 193.7L424.091 195.331L423.513 194.516ZM424.348 193.946L424.903 194.778L423.8 193.11L424.348 193.946ZM425.615 193.162L426.122 194.024L425.109 192.3L425.615 193.162ZM425.531 193.212L425.022 192.351L426.04 194.073L425.531 193.212ZM426.475 192.674L426.956 193.55L425.993 191.797L426.475 192.674ZM426.321 192.759L425.835 191.885L426.807 193.633L426.321 192.759ZM427.396 192.185L427.853 193.074L426.94 191.295L427.396 192.185ZM427.17 192.301L426.707 191.414L427.632 193.187L427.17 192.301ZM428.137 191.813L428.575 192.712L427.699 190.914L428.137 191.813ZM919.769 182.188L920.768 182.221L918.769 182.154L919.769 182.188ZM919.54 186.82L918.542 186.755L920.538 186.886L919.54 186.82ZM450.103 183.968L449.739 183.036L450.466 184.899L450.103 183.968ZM451.197 183.535L450.824 182.607L450.824 182.607L451.197 183.535ZM451.668 183.343L452.045 184.269L451.291 182.417L451.668 183.343ZM451.78 183.297L451.402 182.371L452.159 184.223L451.78 183.297ZM453.256 182.682L453.649 183.601L454.256 183.341V182.682H453.256ZM453.256 182.681H454.256V181.165L452.862 181.761L453.256 182.681ZM919.815 180.604L920.815 180.629L920.815 180.625L919.815 180.604ZM919.8 181.171L918.8 181.143L920.799 181.199L919.8 181.171ZM919.841 179.381L920.841 179.398L918.841 179.36L919.841 179.381ZM142.657 177.66V176.66L142.193 178.546L142.657 177.66ZM143.956 178.372L143.458 179.239L144.454 177.505L143.956 178.372ZM142.658 177.66L143.123 176.775L142.904 176.66H142.658V177.66ZM1206.91 166.401L1206.06 166.93L1206.07 166.94L1206.91 166.401ZM1206.88 166.35L1207.72 165.812L1206.03 166.878L1206.88 166.35ZM660.399 138.137L660.379 137.137L660.375 137.137L660.399 138.137ZM661.329 138.118L661.349 139.118L661.313 137.118L661.329 138.118ZM465.674 135.924L466.672 135.987L466.672 135.978L465.674 135.924ZM465.571 136.986L464.58 136.855L466.563 137.118L465.571 136.986ZM465.693 135.562L466.693 135.604L464.695 135.509L465.693 135.562ZM1199.55 131.797L1200.55 131.89L1200.55 131.843V131.797H1199.55ZM1199.34 135.236L1198.34 135.206L1198.31 136.236H1199.34V135.236ZM1199.34 135.236V136.236H1200.31L1200.34 135.267L1199.34 135.236ZM1199.55 131.796H1200.55L1198.55 131.703L1199.55 131.796ZM465.697 134.104L466.697 134.069L464.698 134.14L465.697 134.104ZM465.71 134.738L464.71 134.75L466.71 134.738H465.71ZM465.704 134.249L466.704 134.237L466.704 134.23L466.704 134.222L465.704 134.249ZM465.676 133.648L464.678 133.709L466.674 133.589L465.676 133.648ZM465.657 133.376L466.654 133.3L464.66 133.451L465.657 133.376ZM464.854 129.312L465.804 129L463.903 129.624L464.854 129.312ZM465.301 130.945L466.277 130.73V130.73L465.301 130.945ZM465.396 131.403L464.414 131.592V131.592L465.396 131.403ZM465.549 132.335L464.56 132.483L466.54 132.2L465.549 132.335ZM465.479 131.866L466.468 131.718L466.465 131.704L465.479 131.866ZM1271.15 129.063H1272.15L1270.15 128.988L1271.15 129.063ZM1271.11 129.851L1270.11 129.826L1272.11 129.888L1271.11 129.851ZM1271.12 129.455L1270.12 129.405L1270.12 129.418L1271.12 129.455ZM1271.15 129.064L1272.14 129.14L1272.15 129.102V129.064H1271.15ZM464.649 128.727H463.649V128.906L463.711 129.073L464.649 128.727ZM464.822 129.221L463.874 129.538L465.771 128.903L464.822 129.221ZM464.649 128.726L465.587 128.379L463.649 128.726H464.649ZM464.318 127.899L463.4 128.295L465.247 127.528L464.318 127.899ZM464.309 127.875L465.237 127.504L465.232 127.491L465.226 127.478L464.309 127.875ZM464.261 127.77L465.176 127.366L463.346 128.173L464.261 127.77ZM463.998 127.201L464.892 126.754L463.099 127.639L463.998 127.201ZM464.064 127.341L463.161 127.77L464.968 126.912L464.064 127.341ZM464.023 127.252L464.924 126.817L464.918 126.805L464.023 127.252ZM463.759 126.73L462.874 127.196L464.644 126.265L463.759 126.73ZM463.665 126.556L464.544 126.08L462.785 127.031L463.665 126.556ZM463.41 126.1L462.546 126.602L464.275 125.597L463.41 126.1ZM463.334 125.972L464.194 125.462L462.474 126.482L463.334 125.972ZM1088.58 122.688L1088.93 123.621L1088.22 121.754L1088.58 122.688ZM1088.2 122.835L1087.83 121.907L1088.57 123.763L1088.2 122.835ZM1089.06 122.507L1089.4 123.447L1088.72 121.566L1089.06 122.507ZM1088.64 122.662L1088.29 121.728L1089 123.597L1088.64 122.662ZM1089.53 122.343L1089.85 123.29L1089.21 121.396L1089.53 122.343ZM1089.17 122.469L1088.83 121.527L1089.51 123.411L1089.17 122.469ZM1089.85 122.237L1090.16 123.188L1089.54 121.286L1089.85 122.237ZM1089.71 122.281L1089.4 121.332L1090.03 123.231L1089.71 122.281ZM1090.31 122.092L1090.6 123.048L1090.02 121.135L1090.31 122.092ZM1090.16 122.14L1089.86 121.185L1090.45 123.095L1090.16 122.14ZM1302.39 122.025L1301.65 122.698L1303.13 121.353L1302.39 122.025ZM1302.02 121.631L1302.74 120.933L1302.73 120.924L1302.02 121.631ZM1302.01 121.621L1302.72 120.914L1301.3 122.319L1302.01 121.621ZM1090.74 121.966L1091.01 122.927L1090.47 121.004L1090.74 121.966ZM1090.61 122.002L1090.33 121.042L1090.89 122.962L1090.61 122.002ZM1091.25 121.826L1091.5 122.793L1090.99 120.859L1091.25 121.826ZM1090.99 121.895L1090.73 120.93L1091.26 122.859L1090.99 121.895ZM1092.17 121.602L1092.39 122.577L1091.95 120.626L1092.17 121.602ZM1091.38 121.792L1091.13 120.824L1091.63 122.76L1091.38 121.792ZM1092.24 121.586L1092.02 120.61L1092.45 122.562L1092.24 121.586ZM1093.08 121.412L1093.27 122.394V122.394L1093.08 121.412ZM1094.88 121.13L1094.76 120.137L1094.75 120.138L1094.75 120.139L1094.88 121.13ZM1094.42 121.19L1094.29 120.2L1094.56 122.182L1094.42 121.19ZM1094.98 121.118L1095.1 122.111L1094.86 120.125L1094.98 121.118ZM1278.5 118.357L1278.07 117.458L1278.5 119.357V118.357ZM1278.5 118.357V119.357H1278.73L1278.94 119.257L1278.5 118.357ZM1278.85 118.196L1279.26 119.106L1278.85 117.196V118.196ZM1278.85 118.196V117.196H1278.63L1278.43 117.287L1278.85 118.196ZM1281.82 117.148V116.148H1281.69L1281.57 116.181L1281.82 117.148ZM1281.31 117.288L1281.04 116.327L1281.59 118.249L1281.31 117.288ZM1281.82 117.148L1282.07 118.116L1281.82 116.148V117.148ZM1283.88 116.722L1283.72 115.734L1283.88 117.722V116.722ZM1283.88 116.722V117.722H1283.96L1284.03 117.709L1283.88 116.722ZM1284.31 116.658L1284.44 117.649L1284.31 115.658V116.658ZM1284.31 116.658V115.658H1284.24L1284.17 115.668L1284.31 116.658ZM112.911 103.325L112.624 104.283L112.629 104.285L112.911 103.325ZM113.142 103.392L112.862 104.352L113.422 102.432L113.142 103.392ZM111.905 103.023L112.193 102.066L111.613 103.98L111.905 103.023ZM105.104 100.609L105.486 99.685L104.723 101.534L105.104 100.609ZM105.16 100.633L104.78 101.558L105.541 99.7081L105.16 100.633ZM103.989 100.135L104.39 99.2185L103.588 101.051L103.989 100.135ZM104.28 100.261L103.885 101.179L104.676 99.3424L104.28 100.261ZM1075.09 99.5654L1075.89 100.17L1074.3 98.9604L1075.09 99.5654ZM1074.61 100.213L1073.81 99.6161L1075.41 100.81L1074.61 100.213ZM1075.99 98.4102L1076.78 99.0301L1075.21 97.7902L1075.99 98.4102ZM1075.51 99.0234L1074.72 98.4114L1076.3 99.6355L1075.51 99.0234ZM1076.91 97.2754L1077.68 97.9103L1076.13 96.6404L1076.91 97.2754ZM1076.37 97.9355L1075.59 97.3094L1077.15 98.5618L1076.37 97.9355ZM1077.85 96.1533L1078.61 96.8033L1077.09 95.5033L1077.85 96.1533ZM1077.26 96.8486L1076.49 96.208L1078.03 97.4893L1077.26 96.8486ZM1078.79 95.0752L1079.53 95.74L1078.04 94.4104L1078.79 95.0752ZM1078.16 95.7871L1077.41 95.1321L1078.92 96.4421L1078.16 95.7871ZM1079.78 93.9805L1080.51 94.6605L1079.05 93.3004L1079.78 93.9805ZM1079.11 94.7158L1078.37 94.0461L1079.85 95.3856L1079.11 94.7158ZM1080.18 93.5488L1079.46 92.8611L1079.46 92.8627L1080.18 93.5488ZM1080.09 93.6504L1079.36 92.9657L1080.82 94.3351L1080.09 93.6504ZM1080.31 93.4189L1081.03 94.1067L1079.58 92.731L1080.31 93.4189ZM91.1338 90.8623L91.9342 90.2628L90.3334 91.4617L91.1338 90.8623ZM91.1768 90.9189L90.379 91.5219L91.9751 90.3167L91.1768 90.9189ZM1287.93 72.043V73.043C1338.41 73.0431 1373.55 97.3473 1379.16 135.485L1380.15 135.34L1381.14 135.194C1375.33 95.7129 1338.98 71.0431 1287.93 71.043V72.043ZM1380.15 135.34L1379.16 135.486L1379.33 136.631L1380.32 136.485L1381.31 136.339L1381.14 135.194L1380.15 135.34ZM1380.32 136.485V135.485H1306.43V136.485V137.485H1380.32V136.485ZM1306.43 136.485L1307.43 136.424L1307.37 135.485L1306.37 135.546L1305.37 135.607L1305.43 136.547L1306.43 136.485ZM1306.37 135.546L1307.37 135.485C1307 129.316 1305.03 124.549 1301.72 121.324L1301.02 122.041L1300.32 122.758C1303.19 125.547 1305.02 129.791 1305.37 135.606L1306.37 135.546ZM1301.02 122.041L1301.72 121.324C1298.4 118.099 1293.72 116.416 1287.93 116.416V117.416V118.416C1293.33 118.416 1297.46 119.977 1300.32 122.758L1301.02 122.041ZM1287.93 117.416V116.416C1282.88 116.416 1278.67 117.725 1275.73 120.108L1276.36 120.886L1276.99 121.663C1279.48 119.641 1283.2 118.416 1287.93 118.416V117.416ZM1276.36 120.886L1275.73 120.109C1272.78 122.492 1271.1 125.951 1271.1 130.251H1272.1H1273.1C1273.1 126.522 1274.54 123.647 1276.99 121.663L1276.36 120.886ZM1272.1 130.251H1271.1C1271.1 132.461 1271.53 134.407 1272.43 136.128C1273.34 137.848 1274.68 139.289 1276.43 140.533L1277.01 139.718L1277.59 138.903C1276.04 137.804 1274.93 136.589 1274.21 135.2C1273.48 133.811 1273.1 132.194 1273.1 130.251H1272.1ZM1277.01 139.718L1276.43 140.533C1279.98 143.057 1285.31 144.834 1292.41 146.329L1292.62 145.351L1292.83 144.372C1285.77 142.886 1280.79 141.174 1277.59 138.903L1277.01 139.718ZM1292.62 145.351L1292.42 146.331L1307.37 149.32L1307.57 148.34L1307.76 147.359L1292.82 144.37L1292.62 145.351ZM1307.57 148.34V147.34H1307.57V148.34V149.34H1307.57V148.34ZM1307.57 148.34L1307.37 149.321C1332.8 154.368 1351.21 161.099 1363.27 170.587L1363.89 169.801L1364.51 169.015C1352.07 159.23 1333.28 152.425 1307.76 147.359L1307.57 148.34ZM1363.89 169.801L1363.27 170.587C1375.33 180.075 1381.03 192.32 1381.03 208.398H1382.03H1383.03C1383.03 191.749 1377.08 178.907 1364.51 169.015L1363.89 169.801ZM1382.03 208.398H1381.03C1381.03 228.963 1371.87 245.602 1355.84 257.099L1356.42 257.912L1357 258.725C1373.54 246.869 1383.03 229.637 1383.03 208.398H1382.03ZM1356.42 257.912L1355.84 257.099C1339.81 268.597 1316.91 274.954 1289.42 274.954V275.954V276.954C1317.18 276.954 1340.54 270.536 1357 258.725L1356.42 257.912ZM1289.42 275.954V274.954C1242.38 274.954 1208.07 256.123 1196.95 224.406L1196.01 224.737L1195.06 225.068C1206.58 257.915 1241.94 276.954 1289.42 276.954V275.954ZM1196.01 224.737L1195.06 224.411C1191.96 233.399 1187.93 241.305 1183.04 248.033L1183.85 248.62L1184.66 249.208C1189.68 242.3 1193.79 234.213 1196.95 225.064L1196.01 224.737ZM1183.85 248.62L1183.04 248.033C1170.42 265.419 1152.1 274.954 1129.29 274.954V275.954V276.954C1152.73 276.954 1171.66 267.12 1184.66 249.208L1183.85 248.62ZM1129.29 275.954V274.954C1104.11 274.954 1082.96 262.845 1070.21 241.177L1069.35 241.685L1068.48 242.192C1081.6 264.47 1103.4 276.954 1129.29 276.954V275.954ZM1069.35 241.685H1068.35V338.771H1069.35H1070.35V241.685H1069.35ZM1069.35 338.771V337.771H1000.04V338.771V339.771H1069.35V338.771ZM1000.04 338.771H1001.04V76.5293H1000.04H999.042V338.771H1000.04ZM1000.04 76.5293V77.5293H1068.22V76.5293V75.5293H1000.04V76.5293ZM1068.22 76.5293H1067.22V108.163H1068.22H1069.22V76.5293H1068.22ZM1068.22 108.163L1069.09 108.66C1082.56 85.1599 1103.36 73.0431 1129.29 73.043V72.043V71.043C1102.62 71.0431 1081.17 83.5634 1067.36 107.666L1068.22 108.163ZM1129.29 72.043V73.043C1152.1 73.043 1170.42 82.5776 1183.04 99.9643L1183.85 99.377L1184.66 98.7896C1171.66 80.8767 1152.73 71.043 1129.29 71.043V72.043ZM1183.85 99.377L1183.04 99.9643C1189.38 108.699 1194.28 119.416 1197.59 131.909L1198.56 131.653L1199.53 131.397C1196.16 118.708 1191.17 107.756 1184.66 98.7896L1183.85 99.377ZM1198.56 131.653L1199.55 131.747C1201.1 115.31 1209.95 101.235 1224.13 90.9903L1223.54 90.1797L1222.96 89.3691C1208.38 99.9014 1199.17 114.47 1197.56 131.56L1198.56 131.653ZM1223.54 90.1797L1224.13 90.9903C1239.79 79.6797 1261.94 73.043 1287.93 73.043V72.043V71.043C1261.62 71.043 1239.03 77.7591 1222.96 89.3691L1223.54 90.1797ZM116.952 1V2C147.239 2 172.571 9.66533 191.22 23.6401L191.819 22.8398L192.419 22.0396C173.349 7.74902 147.566 0 116.952 0V1ZM191.819 22.8398L191.22 23.6401C208.266 36.414 219.723 54.4567 224.281 76.7298L225.261 76.5293L226.24 76.3288C221.588 53.5921 209.869 35.1164 192.419 22.0396L191.819 22.8398ZM225.261 76.5293V77.5293H243.628V76.5293V75.5293H225.261V76.5293ZM243.628 76.5293H244.628V30.165H243.628H242.628V76.5293H243.628ZM243.628 30.165V31.165H315.923V30.165V29.165H243.628V30.165ZM315.923 30.165H314.923V76.5293H315.923H316.923V30.165H315.923ZM315.923 76.5293V77.5293H354.436V76.5293V75.5293H315.923V76.5293ZM354.436 76.5293H353.436V117.914H354.436H355.436V76.5293H354.436ZM354.436 117.914L355.356 118.306C360.004 107.38 367.563 98.1815 377.655 90.9902L377.074 90.1758L376.494 89.3614C366.122 96.7528 358.317 106.237 353.515 117.523L354.436 117.914ZM377.074 90.1758L377.655 90.9902C393.92 79.399 416.728 73.043 444.397 73.043V72.043V71.043C416.446 71.043 393.192 77.4614 376.494 89.3614L377.074 90.1758ZM444.397 72.043V73.043C471.634 73.043 493.437 79.2025 509.447 90.8077L510.034 89.998L510.621 89.1884C494.175 77.2671 471.922 71.043 444.397 71.043V72.043ZM510.034 89.998L509.442 90.804L510.211 91.3685L510.803 90.5625L511.395 89.7565L510.626 89.1921L510.034 89.998ZM510.803 90.5625L510.248 91.3945L510.254 91.3985L510.809 90.5664L511.363 89.7344L511.357 89.7305L510.803 90.5625ZM510.809 90.5664L510.168 91.3346L510.174 91.3395L510.814 90.5713L511.455 89.8031L511.449 89.7982L510.809 90.5664ZM510.814 90.5713L510.206 91.3646C518.245 97.5341 524.227 104.732 528.2 113.753L529.115 113.35L530.03 112.947C525.906 103.581 519.694 96.1252 511.423 89.778L510.814 90.5713ZM529.115 113.35L528.2 113.753C528.635 114.74 529.044 115.751 529.432 116.785L530.368 116.435L531.305 116.084C530.905 115.017 530.482 113.971 530.03 112.947L529.115 113.35ZM530.368 116.435L531.368 116.431L531.218 77.5293L530.218 77.5332L529.218 77.5371L529.368 116.438L530.368 116.435ZM530.218 77.5332L531.218 77.5293L531.214 76.5254L530.214 76.5293L529.214 76.5332L529.218 77.5371L530.218 77.5332ZM530.214 76.5293V77.5293H600.643V76.5293V75.5293H530.214V76.5293ZM600.643 76.5293H599.643V126.013H600.643H601.643V76.5293H600.643ZM600.643 126.013L601.585 126.346C612.707 94.94 639.309 75.2861 669.19 75.2861V74.2861V73.2861C638.37 73.2861 611.072 93.564 599.7 125.679L600.643 126.013ZM669.19 74.2861V75.2861H676.547V74.2861V73.2861H669.19V74.2861ZM676.547 74.2861H675.547V76.5293H676.547H677.547V74.2861H676.547ZM676.547 76.5293V77.5293H694.846V76.5293V75.5293H676.547V76.5293ZM694.846 76.5293H695.846V30.165H694.846H693.846V76.5293H694.846ZM694.846 30.165V31.165H767.141V30.165V29.165H694.846V30.165ZM767.141 30.165H766.141V76.5293H767.141H768.141V30.165H767.141ZM767.141 76.5293V77.5293H873.381V76.5293V75.5293H767.141V76.5293ZM873.381 76.5293H872.381V199.798H873.381H874.381V76.5293H873.381ZM873.381 199.798H872.381C872.381 208.959 874.063 215.783 877.428 220.317L878.231 219.721L879.034 219.125C876.04 215.091 874.381 208.774 874.381 199.798H873.381ZM878.231 219.721L877.428 220.317C880.793 224.85 885.842 227.094 892.572 227.094V226.094V225.094C886.332 225.094 881.944 223.045 879.034 219.125L878.231 219.721ZM892.572 226.094V227.094C897.152 227.094 901.149 226.042 904.566 223.933L904.041 223.082L903.516 222.231C900.457 224.119 896.835 225.094 892.572 225.094V226.094ZM904.041 223.082L904.566 223.933C907.984 221.824 910.824 218.657 913.09 214.427L912.209 213.955L911.328 213.483C909.195 217.463 906.58 220.34 903.516 222.231L904.041 223.082ZM912.209 213.955L913.09 214.427C917.624 205.968 919.867 193.255 919.867 176.242H918.867H917.867C917.867 193.146 915.627 205.461 911.328 213.483L912.209 213.955ZM918.867 176.242H919.867V76.5293H918.867H917.867V176.242H918.867ZM918.867 76.5293V77.5293H991.162V76.5293V75.5293H918.867V76.5293ZM991.162 76.5293H990.162V271.467H991.162H992.162V76.5293H991.162ZM991.162 271.467V270.467H921.858V271.467V272.467H991.162V271.467ZM921.858 271.467H922.858V240.218H921.858H920.858V271.467H921.858ZM921.858 240.218L920.987 239.727C914.337 251.54 906.51 260.294 897.105 266.121L897.632 266.971L898.158 267.821C907.917 261.775 915.957 252.738 922.73 240.708L921.858 240.218ZM897.632 266.971L897.105 266.121C887.524 272.056 876.307 274.954 863.033 274.954V275.954V276.954C876.61 276.954 888.207 273.986 898.158 267.821L897.632 266.971ZM863.033 275.954V274.954C843.029 274.954 827.792 268.504 817.557 255.978L816.782 256.61L816.008 257.243C826.706 270.334 842.572 276.954 863.033 276.954V275.954ZM816.782 256.61L817.557 255.978C812.836 250.201 809.18 243.132 806.609 234.803L805.653 235.098L804.698 235.393C807.332 243.928 811.099 251.236 816.008 257.243L816.782 256.61ZM805.653 235.098H804.653V273.71H805.653H806.653V235.098H805.653ZM805.653 273.71V272.71H751.933V273.71V274.71H805.653V273.71ZM751.933 273.71V272.71C733.237 272.71 719.215 268.036 709.867 258.688L709.16 259.396L708.453 260.103C718.308 269.958 732.929 274.71 751.933 274.71V273.71ZM709.16 259.396L709.867 258.688C700.52 249.341 695.846 235.319 695.846 216.624H694.846H693.846C693.846 235.628 698.598 250.247 708.453 260.103L709.16 259.396ZM694.846 216.624H695.846V124.895H694.846H693.846V216.624H694.846ZM694.846 124.895V123.895H676.547V124.895V125.895H694.846V124.895ZM676.547 124.895H675.547V139.104H676.547H677.547V124.895H676.547ZM676.547 139.104V138.104H663.208V139.104V140.104H676.547V139.104ZM663.208 139.104V138.104C643.017 138.104 627.593 143.151 617.217 152.919L617.902 153.647L618.588 154.376C628.469 145.073 643.326 140.104 663.208 140.104V139.104ZM617.902 153.647L617.217 152.919C606.841 162.688 601.513 177.176 601.513 196.059H602.513H603.513C603.513 177.549 608.727 163.659 618.588 154.376L617.902 153.647ZM602.513 196.059H601.513V271.467H602.513H603.513V196.059H602.513ZM602.513 271.467V270.467H474.04V271.467V272.467H602.513V271.467ZM474.04 271.467L474.95 271.053L474.684 270.467L473.773 270.881L472.863 271.295L473.13 271.881L474.04 271.467ZM473.773 270.881L474.684 270.467C471.097 262.576 468.886 251.24 468.382 241.411L467.384 241.462L466.385 241.513C466.897 251.502 469.14 263.104 472.863 271.295L473.773 270.881ZM467.384 241.462L466.463 241.071C457.942 261.154 435.411 274.954 409.25 274.954V275.954V276.954C436.062 276.954 459.415 262.805 468.304 241.852L467.384 241.462ZM409.25 275.954V274.954C389.994 274.954 373.916 269.064 362.652 258.782L361.978 259.521L361.303 260.259C373 270.936 389.589 276.954 409.25 276.954V275.954ZM361.978 259.521L362.652 258.782C359.884 256.255 357.41 253.464 355.25 250.433L354.436 251.014L353.621 251.594C355.863 254.741 358.432 257.638 361.303 260.259L361.978 259.521ZM354.436 251.014H353.436V273.71H354.436H355.436V251.014H354.436ZM354.436 273.71V272.71H300.714V273.71V274.71H354.436V273.71ZM300.714 273.71V272.71C282.018 272.71 267.997 268.036 258.649 258.688L257.942 259.396L257.235 260.103C267.09 269.958 281.71 274.71 300.714 274.71V273.71ZM257.942 259.396L258.65 258.688C249.302 249.341 244.628 235.319 244.628 216.624H243.628H242.628C242.628 235.628 247.38 250.247 257.235 260.103L257.942 259.396ZM243.628 216.624H244.628V124.895H243.628H242.628V216.624H243.628ZM243.628 124.895V123.895H215.585V124.895V125.895H243.628V124.895ZM215.585 124.895H216.585V84.1387H215.585H214.585V124.895H215.585ZM215.585 84.1387V83.1387H148.931V84.1387V85.1387H215.585V84.1387ZM148.931 84.1387L149.928 84.0617L149.856 83.1379L148.859 83.2148L147.862 83.2918L147.934 84.2156L148.931 84.1387ZM148.859 83.2148L149.856 83.1381C149.109 73.4165 145.556 65.7511 139.807 60.5165L139.134 61.2559L138.461 61.9953C143.767 66.8269 147.146 73.9819 147.862 83.2915L148.859 83.2148ZM139.134 61.2559L139.807 60.5164C134.058 55.282 126.113 52.4775 116.578 52.4775V53.4775V54.4775C125.718 54.4775 133.15 57.1596 138.461 61.9953L139.134 61.2559ZM116.578 53.4775L116.578 52.4775C107.604 52.4776 100.22 55.0018 95.0789 59.395L95.7285 60.1553L96.3782 60.9155C101.08 56.8976 107.969 54.4776 116.578 54.4775L116.578 53.4775ZM95.7285 60.1553L95.0789 59.395C89.9378 63.7883 87.0392 70.0511 87.0391 77.5293L88.0391 77.5293L89.0391 77.5293C89.0392 70.6054 91.7046 64.9093 96.3782 60.9155L95.7285 60.1553ZM88.0391 77.5293H87.0391C87.0391 84.4468 89.2833 90.0555 94.7514 94.6357L95.3936 93.8691L96.0357 93.1025C91.073 88.9457 89.0391 83.9261 89.0391 77.5293H88.0391ZM95.3936 93.8691L94.7514 94.6357C100.22 99.2161 108.913 102.769 121.813 105.573L122.025 104.596L122.238 103.619C109.438 100.836 101.129 97.3684 96.0357 93.1025L95.3936 93.8691ZM122.025 104.596L121.829 105.576L121.834 105.577L122.03 104.597L122.226 103.616L122.222 103.615L122.025 104.596ZM122.03 104.597L121.813 105.573L148.734 111.555L148.951 110.579L149.168 109.603L122.247 103.62L122.03 104.597ZM148.951 110.579L148.635 111.528L148.638 111.529L148.954 110.58L149.27 109.631L149.267 109.63L148.951 110.579ZM148.954 110.58L148.735 111.556C178.647 118.286 199.026 127.914 211.926 140.533L212.625 139.818L213.324 139.104C200.045 126.113 179.252 116.372 149.174 109.604L148.954 110.58ZM212.625 139.818L211.926 140.533C224.825 153.153 230.247 168.764 230.247 187.459H231.247H232.247C232.247 168.332 226.679 152.168 213.324 139.104L212.625 139.818ZM231.247 187.459H230.247C230.247 213.633 219.123 235.507 199.633 250.837L200.251 251.623L200.869 252.409C220.834 236.705 232.247 214.255 232.247 187.459H231.247ZM200.251 251.623L199.633 250.837C180.143 266.167 152.287 274.954 118.822 274.954V275.954V276.954C152.618 276.954 180.945 268.081 200.869 252.409L200.251 251.623ZM118.822 275.954V274.954C51.8921 274.954 6.27499 238.684 2.16201 185.963L1.16504 186.041L0.168068 186.119C4.38625 240.188 51.1875 276.954 118.822 276.954V275.954ZM1.16504 186.041L2.16201 185.963L2.07803 184.886L1.08105 184.964L0.0840805 185.042L0.168065 186.119L1.16504 186.041ZM1.08105 184.964V185.964H78.6201V184.964V183.964H1.08105V184.964ZM78.6201 184.964L77.6229 185.039L77.6923 185.963L78.6895 185.889L79.6867 185.814L79.6173 184.889L78.6201 184.964ZM78.6895 185.889L77.6922 185.963C78.627 198.489 82.7398 208.118 89.7973 214.615L90.4746 213.879L91.1519 213.143C84.5662 207.081 80.595 197.986 79.6867 185.814L78.6895 185.889ZM90.4746 213.879L89.7973 214.615C96.8547 221.111 106.857 224.477 119.569 224.477L119.569 223.477L119.569 222.477C107.203 222.477 97.7399 219.207 91.1519 213.143L90.4746 213.879ZM119.569 223.477V224.477C130.226 224.477 139.106 221.859 145.323 217.138L144.718 216.342L144.113 215.545C138.338 219.931 129.923 222.477 119.569 222.477V223.477ZM144.718 216.342L145.323 217.138C151.539 212.418 155.091 205.594 155.091 197.181H154.091H153.091C153.091 204.966 149.833 211.201 144.113 215.545L144.718 216.342ZM154.091 197.181H155.091C155.091 193.658 154.542 190.568 153.286 187.821C152.027 185.068 150.084 182.716 147.379 180.635L146.77 181.428L146.16 182.22C148.644 184.131 150.362 186.236 151.467 188.653C152.574 191.075 153.091 193.865 153.091 197.181H154.091ZM146.77 181.428L147.379 180.635C141.911 176.429 133.217 173.25 120.318 170.259L120.092 171.233L119.866 172.208C132.736 175.192 141.059 178.296 146.16 182.22L146.77 181.428ZM120.092 171.233L120.334 170.263L120.33 170.262L120.088 171.232L119.845 172.203L119.849 172.204L120.092 171.233ZM120.088 171.232L120.318 170.259L93.3958 163.903L93.166 164.876L92.9362 165.849L119.858 172.206L120.088 171.232ZM93.166 164.876V163.876H93.165V164.876V165.876H93.166V164.876ZM93.165 164.876L93.3961 163.903C63.4834 156.799 43.105 147.076 30.2052 134.457L29.5059 135.172L28.8066 135.887C42.0802 148.872 62.8651 158.708 92.934 165.849L93.165 164.876ZM29.5059 135.172L30.2052 134.457C17.3055 121.838 11.8838 106.32 11.8838 87.625H10.8838H9.88379C9.88379 106.755 15.4541 122.824 28.8066 135.887L29.5059 135.172ZM10.8838 87.625H11.8838C11.8839 62.0124 22.7269 40.6059 41.2821 25.6028L40.6533 24.8252L40.0246 24.0476C21.009 39.4229 9.88386 61.3967 9.88379 87.625H10.8838ZM40.6533 24.8252L41.2821 25.6028C59.8373 10.5997 86.1047 2.00003 116.952 2V1V0C85.7477 2.71201e-05 59.0069 8.69917 40.0246 24.0476L40.6533 24.8252ZM433.792 270.642L433.445 269.704C433.091 269.835 432.737 269.963 432.381 270.088L432.712 271.031L433.043 271.975C433.411 271.846 433.776 271.714 434.139 271.579L433.792 270.642ZM432.712 271.031L433.043 271.975C433.777 271.718 434.504 271.449 435.224 271.168L434.861 270.236L434.498 269.305C433.8 269.577 433.094 269.838 432.381 270.088L432.712 271.031ZM434.861 270.236L434.507 269.301L433.438 269.707L433.792 270.642L434.146 271.577L435.216 271.171L434.861 270.236ZM890.578 269.581V270.581H890.579V269.581V268.581H890.578V269.581ZM890.579 269.581V268.581H890.578V269.581V270.581H890.579V269.581ZM893.435 268.204V269.204H893.436V268.204V267.204H893.435V268.204ZM893.436 268.204V267.204H893.435V268.204V269.204H893.436V268.204ZM472.787 265.62L471.84 265.94C471.899 266.117 471.963 266.296 472.019 266.458L472.964 266.13L473.908 265.801C473.847 265.625 473.79 265.465 473.734 265.3L472.787 265.62ZM472.964 266.13L473.908 265.801C473.833 265.586 473.76 265.375 473.689 265.164L472.741 265.482L471.793 265.801C471.868 266.024 471.945 266.245 472.019 266.458L472.964 266.13ZM472.741 265.482L471.793 265.799L471.838 265.936L472.787 265.62L473.736 265.304L473.69 265.166L472.741 265.482ZM908.749 256.602L909.472 257.293C909.567 257.193 909.663 257.091 909.752 256.996L909.025 256.31L908.298 255.623C908.204 255.723 908.116 255.817 908.026 255.911L908.749 256.602ZM909.025 256.31L908.298 255.623C908.204 255.723 908.116 255.817 908.026 255.911L908.749 256.602L909.472 257.293C909.567 257.193 909.663 257.091 909.752 256.996L909.025 256.31ZM909.467 255.839L910.2 256.519C910.293 256.418 910.4 256.3 910.48 256.212L909.742 255.537L909.005 254.862C908.901 254.975 908.825 255.06 908.733 255.159L909.467 255.839ZM909.742 255.537L909.005 254.862C908.901 254.975 908.825 255.06 908.733 255.159L909.467 255.839L910.2 256.518C910.293 256.418 910.399 256.3 910.48 256.212L909.742 255.537ZM910.193 255.041L910.937 255.709C911.036 255.599 911.134 255.489 911.233 255.378L910.484 254.715L909.736 254.051C909.641 254.159 909.545 254.266 909.449 254.373L910.193 255.041ZM910.484 254.715L909.736 254.051C909.641 254.159 909.545 254.266 909.449 254.373L910.193 255.041L910.938 255.709C911.036 255.599 911.134 255.489 911.233 255.378L910.484 254.715ZM910.879 254.265L911.633 254.922C911.656 254.895 911.681 254.867 911.712 254.833C911.741 254.8 911.776 254.762 911.811 254.721L911.055 254.066L910.298 253.412C910.276 253.438 910.252 253.465 910.222 253.498C910.194 253.53 910.159 253.568 910.125 253.608L910.879 254.265ZM911.055 254.066L911.811 254.721C911.862 254.661 911.957 254.549 911.994 254.506L911.235 253.854L910.477 253.203C910.393 253.301 910.368 253.331 910.298 253.412L911.055 254.066ZM911.235 253.854L910.477 253.203C910.362 253.337 910.247 253.468 910.125 253.608L910.879 254.265L911.633 254.922C911.749 254.789 911.873 254.647 911.994 254.506L911.235 253.854ZM911.539 253.498L912.302 254.145C912.374 254.06 912.479 253.939 912.563 253.838L911.797 253.195L911.03 252.553C910.945 252.655 910.875 252.734 910.776 252.851L911.539 253.498ZM911.797 253.195L912.563 253.838C912.608 253.784 912.692 253.681 912.723 253.644L911.954 253.005L911.185 252.365C911.111 252.455 911.091 252.48 911.03 252.553L911.797 253.195ZM911.954 253.005L911.185 252.365C911.051 252.527 910.915 252.688 910.776 252.852L911.539 253.498L912.302 254.144C912.441 253.981 912.582 253.814 912.723 253.644L911.954 253.005ZM912.278 252.61L913.052 253.244C913.148 253.127 913.254 252.999 913.356 252.873L912.578 252.244L911.801 251.615C911.704 251.735 911.609 251.85 911.505 251.976L912.278 252.61ZM912.578 252.244L911.801 251.615C911.704 251.734 911.608 251.851 911.505 251.976L912.278 252.61L913.051 253.245C913.149 253.126 913.253 253 913.355 252.874L912.578 252.244ZM1203.21 161.739L1202.21 161.8C1202.46 165.756 1202.58 169.823 1202.58 173.998H1203.58H1204.58C1204.58 169.783 1204.45 165.675 1204.21 161.678L1203.21 161.739ZM1203.58 173.998H1202.58C1202.58 186.883 1201.41 198.736 1199.17 209.436L1200.15 209.642L1201.12 209.847C1203.4 198.994 1204.58 187.002 1204.58 173.998H1203.58ZM1200.15 209.642V210.642H1266.41V209.642V208.642H1200.15V209.642ZM1266.41 209.642L1265.42 209.724L1265.49 210.641L1266.49 210.559L1267.49 210.476L1267.41 209.559L1266.41 209.642ZM1266.49 210.559L1265.49 210.642C1266.05 217.372 1268.58 222.607 1272.69 226.159L1273.34 225.402L1274 224.646C1270.35 221.495 1268.01 216.782 1267.49 210.476L1266.49 210.559ZM1273.34 225.402L1272.69 226.159C1276.8 229.711 1282.51 231.58 1289.42 231.58V230.58V229.58C1282.86 229.58 1277.66 227.81 1274 224.646L1273.34 225.402ZM1289.42 230.58V231.58C1295.41 231.58 1300.36 230.178 1303.82 227.701L1303.24 226.888L1302.65 226.075C1299.63 228.241 1295.12 229.58 1289.42 229.58V230.58ZM1303.24 226.888L1303.82 227.701C1307.28 225.224 1309.24 221.672 1309.24 217.372L1308.24 217.372L1307.24 217.372C1307.24 220.985 1305.62 223.948 1302.65 226.075L1303.24 226.888ZM1308.24 217.372H1309.24C1309.24 215.316 1308.91 213.562 1308.14 212.031L1307.25 212.481L1306.36 212.931C1306.95 214.104 1307.24 215.525 1307.24 217.372H1308.24ZM1307.25 212.481L1308.14 212.032C1307.37 210.501 1306.16 209.192 1304.38 208.024L1303.83 208.859L1303.28 209.695C1304.82 210.71 1305.77 211.772 1306.36 212.931L1307.25 212.481ZM1303.83 208.859L1304.38 208.024C1300.83 205.687 1295.03 203.911 1286.06 202.042L1285.85 203.021L1285.65 203.999C1294.64 205.873 1300.08 207.593 1303.28 209.695L1303.83 208.859ZM1285.85 203.021V202.021H1285.85V203.021V204.021H1285.85V203.021ZM1285.85 203.021L1286.06 202.042L1269.98 198.676L1269.77 199.655L1269.57 200.634L1285.65 203.999L1285.85 203.021ZM1269.77 199.655H1270.77V199.654H1269.77H1268.77V199.655H1269.77ZM1269.77 199.654L1269.98 198.675C1244.74 193.44 1227.07 186.43 1215.72 176.522L1215.06 177.275L1214.4 178.029C1226.15 188.281 1244.23 195.377 1269.57 200.633L1269.77 199.654ZM1215.06 177.275L1215.72 176.522C1210.6 172.058 1206.78 167.02 1204.12 161.316L1203.21 161.739L1202.31 162.162C1205.09 168.133 1209.09 173.393 1214.4 178.029L1215.06 177.275ZM432.845 227.891L432.697 228.88C432.789 228.893 432.88 228.906 432.971 228.919L433.109 227.929L433.247 226.938C433.161 226.926 433.076 226.914 432.992 226.902L432.845 227.891ZM433.109 227.929L433.248 226.938C433.16 226.926 433.076 226.914 432.993 226.902L432.845 227.891L432.696 228.88C432.789 228.894 432.882 228.907 432.97 228.919L433.109 227.929ZM464.71 177.359L464.079 176.583C459.591 180.231 451.687 183.972 436.546 188.58L436.837 189.537L437.128 190.494C452.299 185.876 460.53 182.046 465.341 178.135L464.71 177.359ZM436.837 189.537L436.543 188.581C429.253 190.825 424.019 193.536 420.607 196.947L421.314 197.654L422.022 198.361C425.1 195.283 429.977 192.694 437.131 190.493L436.837 189.537ZM421.314 197.654L420.607 196.947C417.196 200.359 415.606 204.472 415.606 209.52L416.606 209.52L417.606 209.52C417.606 204.954 419.018 201.365 422.022 198.361L421.314 197.654ZM416.606 209.52H415.606C415.606 215.128 417.85 219.802 421.683 223.074L422.332 222.313L422.981 221.553C419.603 218.669 417.606 214.554 417.606 209.52H416.606ZM422.332 222.313L421.683 223.074C425.515 226.346 430.937 228.215 437.293 228.215V227.215V226.215C431.319 226.215 426.386 224.46 422.981 221.553L422.332 222.313ZM437.293 227.215V228.215C445.332 228.215 452.437 225.224 457.531 219.616L456.791 218.943L456.051 218.271C451.366 223.429 444.815 226.215 437.293 226.215V227.215ZM456.791 218.943L457.531 219.616C462.626 214.007 465.71 205.781 465.71 195.312H464.71H463.71C463.71 205.389 460.746 213.102 456.051 218.271L456.791 218.943ZM464.71 195.312H465.71V177.359H464.71H463.71V195.312H464.71ZM429.038 227.031L428.743 227.987C428.812 228.008 428.918 228.039 428.96 228.051L429.246 227.093L429.532 226.135C429.435 226.106 429.402 226.097 429.333 226.076L429.038 227.031ZM429.246 227.093L429.533 226.135C429.302 226.066 429.077 225.996 428.857 225.922L428.541 226.871L428.225 227.82C428.47 227.901 428.715 227.978 428.96 228.051L429.246 227.093ZM428.541 226.871L428.234 227.823L428.731 227.983L429.038 227.031L429.345 226.079L428.848 225.919L428.541 226.871ZM1098.63 121.903V120.903C1088.35 120.903 1080.22 125.764 1074.66 134.832L1075.51 135.354L1076.36 135.877C1081.59 127.352 1089.1 122.903 1098.63 122.903V121.903ZM1075.51 135.354L1074.66 134.832C1069.09 143.899 1066.1 157.172 1066.1 173.998H1067.1H1068.1C1068.1 157.363 1071.07 144.506 1076.36 135.877L1075.51 135.354ZM1067.1 173.998H1066.1C1066.1 190.824 1069.09 204.098 1074.66 213.165L1075.51 212.643L1076.36 212.12C1071.07 203.491 1068.1 190.633 1068.1 173.998H1067.1ZM1075.51 212.643L1074.66 213.165C1080.22 222.233 1088.35 227.094 1098.63 227.094V226.094V225.094C1089.1 225.094 1081.59 220.645 1076.36 212.12L1075.51 212.643ZM1098.63 226.094V227.094C1108.92 227.094 1116.95 222.232 1122.42 213.165L1121.57 212.648L1120.71 212.132C1115.57 220.65 1108.16 225.094 1098.63 225.094V226.094ZM1121.57 212.648L1122.42 213.165C1127.89 204.098 1130.79 190.824 1130.79 173.998H1129.79H1128.79C1128.79 190.643 1125.91 203.503 1120.71 212.132L1121.57 212.648ZM1129.79 173.998H1130.79C1130.79 157.172 1127.89 143.898 1122.42 134.831L1121.57 135.348L1120.71 135.864C1125.91 144.493 1128.79 157.353 1128.79 173.998H1129.79ZM1121.57 135.348L1122.42 134.831C1116.95 125.764 1108.92 120.903 1098.63 120.903V121.903V122.903C1108.16 122.903 1115.57 127.346 1120.71 135.864L1121.57 135.348ZM424.489 225.053L423.987 225.918C424.013 225.933 424.07 225.966 424.112 225.99L424.608 225.122L425.105 224.254C425.067 224.232 425.044 224.219 424.991 224.188L424.489 225.053ZM424.608 225.122L425.104 224.254C425.066 224.232 425.045 224.219 424.991 224.188L424.489 225.053L423.987 225.918C424.013 225.932 424.071 225.967 424.112 225.99L424.608 225.122ZM423.403 224.376L422.846 225.207C422.89 225.236 422.946 225.272 422.976 225.292L423.526 224.457L424.077 223.622C424.025 223.588 423.998 223.571 423.96 223.545L423.403 224.376ZM423.526 224.457L424.077 223.622C424.025 223.588 423.997 223.57 423.96 223.545L423.403 224.376L422.847 225.207C422.891 225.236 422.946 225.272 422.976 225.292L423.526 224.457ZM444.771 117.416V116.416C437.854 116.416 432.246 118.66 428.273 122.773L428.992 123.468L429.711 124.163C433.249 120.501 438.306 118.416 444.771 118.416V117.416ZM428.992 123.468L428.273 122.773C424.3 126.886 421.963 132.868 421.589 140.347L422.588 140.396L423.587 140.446C423.943 133.322 426.156 127.844 429.711 124.163L428.992 123.468ZM422.588 140.396L421.589 140.346L421.541 141.296L422.54 141.347L423.539 141.397L423.587 140.447L422.588 140.396ZM422.54 141.347V140.347H349.099V141.347V142.347H422.54V141.347ZM349.099 141.347L350.096 141.418L350.172 140.346L349.175 140.275L348.177 140.204L348.101 141.276L349.099 141.347ZM349.175 140.275L350.172 140.347C350.553 135.014 351.468 129.953 352.885 125.179L351.927 124.895L350.968 124.61C349.508 129.529 348.568 134.734 348.177 140.204L349.175 140.275ZM351.927 124.895V123.895H315.923V124.895V125.895H351.927V124.895ZM315.923 124.895H314.923V212.137H315.923H316.923V124.895H315.923ZM315.923 212.137H314.923C314.923 216.997 315.764 220.27 317.82 222.326L318.527 221.619L319.234 220.912C317.764 219.442 316.923 216.869 316.923 212.137H315.923ZM318.527 221.619L317.82 222.326C319.877 224.383 323.149 225.224 328.01 225.224V224.224V223.224C323.277 223.224 320.704 222.382 319.234 220.912L318.527 221.619ZM328.01 224.224V225.224H344.393V224.224V223.224H328.01V224.224ZM344.393 224.224L345.386 224.108C345.09 221.561 344.938 218.939 344.938 216.25H343.938H342.938C342.938 219.015 343.094 221.713 343.399 224.339L344.393 224.224ZM343.938 216.25H344.938C344.938 198.302 349.985 185.029 361.81 175.074L361.166 174.309L360.522 173.544C348.134 183.973 342.938 197.877 342.938 216.25H343.938ZM361.166 174.309L361.81 175.074C373.635 165.118 392.237 158.481 419.346 153.807L419.176 152.821L419.006 151.836C391.812 156.525 372.768 163.234 360.522 173.544L361.166 174.309ZM419.176 152.821V153.821H419.179V152.821V151.821H419.176V152.821ZM419.179 152.821L419.346 153.807L439.163 150.442L438.995 149.456L438.828 148.47L419.011 151.835L419.179 152.821ZM438.995 149.456L439.106 150.45L439.114 150.449L439.004 149.455L438.893 148.461L438.885 148.462L438.995 149.456ZM439.004 149.455L439.163 150.442C449.632 148.76 456.269 147.077 460.288 144.693L459.778 143.833L459.268 142.973C455.62 145.136 449.348 146.78 438.845 148.468L439.004 149.455ZM459.778 143.833L460.288 144.693C462.298 143.501 463.654 142.135 464.507 140.505L463.621 140.041L462.735 139.577C462.089 140.812 461.029 141.929 459.268 142.973L459.778 143.833ZM463.621 140.041L464.507 140.505C465.36 138.875 465.71 136.981 465.71 134.738L464.71 134.738L463.71 134.738C463.71 136.78 463.39 138.325 462.735 139.577L463.621 140.041ZM464.71 134.738H465.71C465.71 124.271 456.739 116.416 444.771 116.416V117.416V118.416C455.889 118.416 463.71 125.614 463.71 134.738H464.71ZM767.141 212.137H766.141C766.141 216.998 766.983 220.27 769.039 222.326L769.746 221.619L770.453 220.912C768.983 219.442 768.141 216.869 768.141 212.137H767.141ZM769.746 221.619L769.039 222.326C771.095 224.383 774.367 225.224 779.228 225.224V224.224V223.224C774.495 223.224 771.923 222.382 770.453 220.912L769.746 221.619ZM779.228 224.224V225.224H803.033V224.224V223.224H779.228V224.224ZM803.033 224.224L804.017 224.046C802.733 216.924 802.086 209.084 802.086 200.546H801.086H800.086C800.086 209.183 800.74 217.144 802.049 224.401L803.033 224.224ZM801.086 200.546H802.086V124.895H801.086H800.086V200.546H801.086ZM801.086 124.895V123.895H767.141V124.895V125.895H801.086V124.895ZM767.141 124.895H766.141V212.137H767.141H768.141V124.895H767.141ZM422.309 223.583L421.694 224.372C421.707 224.382 421.72 224.392 421.741 224.409C421.759 224.424 421.784 224.444 421.811 224.464L422.42 223.671L423.029 222.878C422.978 222.838 423.005 222.858 422.923 222.794L422.309 223.583ZM422.42 223.671L423.029 222.878C422.981 222.841 423.001 222.855 422.924 222.795L422.309 223.583L421.693 224.371C421.707 224.382 421.72 224.392 421.741 224.409C421.76 224.424 421.784 224.444 421.811 224.464L422.42 223.671ZM421.75 223.129L421.105 223.893C421.188 223.964 421.278 224.039 421.371 224.114L422.002 223.339L422.633 222.563C422.556 222.5 422.478 222.435 422.395 222.365L421.75 223.129ZM422.002 223.339L422.634 222.564C422.556 222.5 422.478 222.435 422.396 222.365L421.75 223.129L421.104 223.892C421.189 223.964 421.278 224.039 421.37 224.114L422.002 223.339ZM421.358 222.789L420.691 223.534C420.774 223.608 420.856 223.679 420.935 223.747L421.589 222.991L422.243 222.235C422.167 222.169 422.095 222.106 422.025 222.044L421.358 222.789ZM421.589 222.991L422.243 222.235C422.167 222.169 422.095 222.106 422.026 222.044L421.358 222.789L420.691 223.534C420.774 223.608 420.857 223.68 420.934 223.747L421.589 222.991ZM1266.32 215.566L1265.35 215.82C1265.37 215.878 1265.39 215.948 1265.4 216.016L1266.37 215.756L1267.33 215.495C1267.32 215.437 1267.3 215.382 1267.29 215.313L1266.32 215.566ZM1266.37 215.756L1267.33 215.496C1267.32 215.438 1267.3 215.381 1267.29 215.314L1266.32 215.566L1265.35 215.819C1265.37 215.879 1265.39 215.948 1265.4 216.016L1266.37 215.756ZM1266.14 214.842L1265.17 215.067C1265.17 215.096 1265.18 215.123 1265.18 215.143C1265.19 215.166 1265.19 215.182 1265.2 215.197L1266.17 214.967L1267.14 214.737C1267.12 214.646 1267.13 214.677 1267.11 214.616L1266.14 214.842ZM1266.17 214.967L1267.14 214.737C1267.12 214.641 1267.13 214.681 1267.11 214.617L1266.14 214.842L1265.17 215.067C1265.17 215.096 1265.18 215.123 1265.18 215.144C1265.19 215.167 1265.19 215.182 1265.2 215.197L1266.17 214.967ZM1265.93 213.849L1264.95 214.038C1264.97 214.124 1264.98 214.218 1265 214.312L1265.98 214.113L1266.96 213.915C1266.95 213.833 1266.93 213.75 1266.91 213.66L1265.93 213.849ZM1265.98 214.113L1266.96 213.915C1266.95 213.833 1266.93 213.749 1266.91 213.66L1265.93 213.849L1264.95 214.037C1264.97 214.125 1264.98 214.218 1265 214.312L1265.98 214.113ZM1380.87 213.075L1381.87 213.145C1381.9 212.701 1381.92 212.256 1381.95 211.813L1380.95 211.763L1379.95 211.713C1379.93 212.148 1379.9 212.579 1379.87 213.005L1380.87 213.075ZM1380.95 211.763L1379.95 211.713C1379.93 212.148 1379.9 212.578 1379.87 213.005L1380.87 213.075L1381.87 213.145C1381.9 212.701 1381.92 212.256 1381.95 211.812L1380.95 211.763ZM1381 210.314L1380 210.286C1379.99 210.693 1379.98 211.099 1379.96 211.507L1380.96 211.554L1381.95 211.6C1381.97 211.186 1381.99 210.766 1382 210.343L1381 210.314ZM1380.96 211.554L1381.95 211.6C1381.99 210.865 1382.01 210.122 1382.02 209.373L1381.02 209.359L1380.02 209.345C1380.01 210.07 1379.99 210.79 1379.96 211.507L1380.96 211.554ZM1381.02 209.359L1380.02 209.338L1380 210.293L1381 210.314L1382 210.336L1382.02 209.381L1381.02 209.359ZM1307.42 210.84L1308.23 210.256C1308.2 210.22 1308.18 210.183 1308.15 210.144L1307.34 210.739L1306.54 211.334C1306.56 211.362 1306.58 211.392 1306.6 211.424L1307.42 210.84ZM1307.34 210.739L1306.54 211.335C1306.56 211.362 1306.58 211.39 1306.6 211.425L1307.42 210.84L1308.23 210.255C1308.2 210.222 1308.18 210.183 1308.15 210.143L1307.34 210.739ZM872.4 201.488L871.401 201.512C871.41 201.909 871.424 202.3 871.44 202.682L872.439 202.641L873.439 202.599C873.423 202.222 873.409 201.845 873.4 201.465L872.4 201.488ZM872.439 202.641L873.439 202.599C873.423 202.216 873.409 201.829 873.4 201.44L872.4 201.463L871.401 201.486C871.41 201.891 871.424 202.29 871.44 202.682L872.439 202.641ZM872.4 201.463H871.4V201.488H872.4H873.4V201.463H872.4ZM465.65 197.747L466.649 197.794C466.656 197.651 466.668 197.456 466.674 197.285L465.675 197.248L464.676 197.211C464.669 197.374 464.66 197.512 464.652 197.7L465.65 197.747ZM465.675 197.248H466.675V197.233H465.675H464.675V197.248H465.675ZM465.675 197.233L464.676 197.196C464.669 197.362 464.66 197.514 464.652 197.7L465.65 197.747L466.649 197.794C466.657 197.639 466.668 197.448 466.674 197.271L465.675 197.233ZM423.924 194.229L423.361 193.403C423.216 193.502 423.074 193.601 422.934 193.7L423.513 194.516L424.091 195.331C424.222 195.238 424.354 195.146 424.487 195.056L423.924 194.229ZM423.513 194.516L424.091 195.331C424.352 195.146 424.62 194.963 424.896 194.783L424.348 193.946L423.8 193.11C423.503 193.304 423.215 193.501 422.934 193.7L423.513 194.516ZM424.348 193.946L423.792 193.115L423.368 193.398L423.924 194.229L424.479 195.061L424.903 194.778L424.348 193.946ZM425.615 193.162L425.109 192.3C425.08 192.316 425.042 192.34 425.022 192.351L425.531 193.212L426.041 194.073C426.077 194.051 426.094 194.041 426.122 194.024L425.615 193.162ZM425.531 193.212L426.04 194.073C426.078 194.051 426.093 194.041 426.122 194.024L425.615 193.162L425.109 192.3C425.081 192.316 425.041 192.34 425.022 192.351L425.531 193.212ZM426.475 192.674L425.993 191.797C425.939 191.827 425.885 191.857 425.835 191.885L426.321 192.759L426.807 193.633C426.859 193.604 426.908 193.577 426.956 193.55L426.475 192.674ZM426.321 192.759L426.807 193.633C426.86 193.604 426.907 193.577 426.956 193.55L426.475 192.674L425.993 191.797C425.939 191.827 425.885 191.857 425.836 191.885L426.321 192.759ZM427.396 192.185L426.94 191.295C426.873 191.329 426.786 191.373 426.707 191.414L427.17 192.301L427.632 193.187C427.704 193.15 427.768 193.118 427.853 193.074L427.396 192.185ZM427.17 192.301L427.632 193.187C427.704 193.15 427.769 193.118 427.853 193.074L427.396 192.185L426.94 191.295C426.873 191.329 426.786 191.373 426.708 191.414L427.17 192.301ZM428.137 191.813L427.699 190.914C427.681 190.923 427.665 190.931 427.651 190.938C427.637 190.945 427.626 190.95 427.616 190.955L428.056 191.854L428.496 192.752C428.553 192.723 428.533 192.733 428.575 192.712L428.137 191.813ZM428.056 191.854L428.496 192.752C428.553 192.723 428.532 192.733 428.575 192.712L428.137 191.813L427.699 190.914C427.681 190.923 427.665 190.931 427.651 190.938C427.637 190.945 427.626 190.95 427.616 190.955L428.056 191.854ZM919.769 182.188L918.769 182.154C918.716 183.73 918.64 185.264 918.542 186.755L919.54 186.82L920.538 186.886C920.637 185.373 920.714 183.818 920.768 182.221L919.769 182.188ZM919.54 186.82L920.538 186.886C920.637 185.373 920.714 183.818 920.768 182.221L919.769 182.188L918.769 182.154C918.716 183.73 918.64 185.264 918.542 186.755L919.54 186.82ZM450.103 183.968L450.466 184.899C450.84 184.754 451.208 184.608 451.57 184.463L451.197 183.535L450.824 182.607C450.471 182.749 450.109 182.892 449.739 183.036L450.103 183.968ZM451.197 183.535L451.57 184.463C451.73 184.399 451.901 184.327 452.045 184.269L451.668 183.343L451.291 182.417C451.123 182.485 450.982 182.544 450.824 182.607L451.197 183.535ZM451.668 183.343L451.291 182.417C450.787 182.622 450.271 182.829 449.739 183.036L450.103 183.968L450.466 184.899C451.009 184.688 451.535 184.477 452.045 184.269L451.668 183.343ZM451.78 183.297L452.159 184.223C452.668 184.014 453.165 183.808 453.649 183.601L453.256 182.682L452.862 181.762C452.392 181.964 451.906 182.165 451.402 182.371L451.78 183.297ZM453.256 182.682H454.256V182.681H453.256H452.256V182.682H453.256ZM453.256 182.681L452.862 181.761C452.391 181.963 451.905 182.166 451.402 182.371L451.78 183.297L452.159 184.222C452.669 184.014 453.166 183.807 453.649 183.6L453.256 182.681ZM919.815 180.604L918.816 180.58C918.811 180.768 918.806 180.95 918.8 181.143L919.8 181.171L920.799 181.199C920.805 181.015 920.81 180.82 920.815 180.629L919.815 180.604ZM919.8 181.171L920.799 181.199C920.816 180.605 920.83 180.005 920.841 179.398L919.841 179.381L918.841 179.364C918.831 179.962 918.816 180.555 918.8 181.143L919.8 181.171ZM919.841 179.381L918.841 179.36L918.816 180.584L919.815 180.604L920.815 180.625L920.841 179.402L919.841 179.381ZM142.657 177.66L142.193 178.546C142.629 178.774 143.05 179.005 143.458 179.239L143.956 178.372L144.454 177.505C144.023 177.257 143.579 177.014 143.122 176.775L142.657 177.66ZM143.956 178.372L144.454 177.505C144.023 177.258 143.58 177.014 143.123 176.775L142.658 177.66L142.194 178.546C142.629 178.774 143.05 179.005 143.458 179.239L143.956 178.372ZM142.658 177.66V176.66H142.657V177.66V178.66H142.658V177.66ZM1206.91 166.401L1206.07 166.94C1206.09 166.968 1206.1 166.995 1206.12 167.011C1206.13 167.031 1206.14 167.04 1206.14 167.049L1206.98 166.508L1207.82 165.967C1207.8 165.939 1207.79 165.914 1207.78 165.898C1207.76 165.879 1207.76 165.87 1207.75 165.863L1206.91 166.401ZM1206.98 166.508L1207.82 165.967C1207.77 165.887 1207.76 165.873 1207.72 165.812L1206.88 166.35L1206.04 166.887C1206.06 166.932 1206.12 167.023 1206.14 167.049L1206.98 166.508ZM1206.88 166.35L1206.03 166.878L1206.06 166.93L1206.91 166.401L1207.76 165.873L1207.73 165.821L1206.88 166.35ZM660.399 138.137L660.375 137.137C660.092 137.144 659.804 137.151 659.517 137.16L659.549 138.159L659.58 139.159C659.858 139.15 660.138 139.143 660.423 139.136L660.399 138.137ZM659.549 138.159L659.58 139.159C660.163 139.14 660.751 139.127 661.345 139.118L661.329 138.118L661.313 137.118C660.712 137.128 660.113 137.141 659.517 137.16L659.549 138.159ZM661.329 138.118L661.309 137.118L660.379 137.137L660.399 138.137L660.419 139.137L661.349 139.118L661.329 138.118ZM465.674 135.924L464.676 135.861C464.654 136.204 464.622 136.535 464.58 136.855L465.571 136.986L466.563 137.118C466.612 136.749 466.648 136.372 466.672 135.987L465.674 135.924ZM465.571 136.986L466.563 137.118C466.628 136.629 466.671 136.125 466.693 135.604L465.693 135.562L464.694 135.521C464.675 135.984 464.637 136.428 464.58 136.855L465.571 136.986ZM465.693 135.562L464.695 135.509L464.675 135.87L465.674 135.924L466.672 135.978L466.692 135.616L465.693 135.562ZM1199.55 131.797L1198.55 131.704C1198.45 132.86 1198.37 134.027 1198.34 135.206L1199.34 135.236L1200.34 135.267C1200.37 134.13 1200.44 133.004 1200.55 131.89L1199.55 131.797ZM1199.34 135.236V136.236H1199.34V135.236V134.236H1199.34V135.236ZM1199.34 135.236L1200.34 135.267C1200.37 134.129 1200.44 133.003 1200.55 131.889L1199.55 131.796L1198.55 131.703C1198.45 132.86 1198.37 134.028 1198.34 135.206L1199.34 135.236ZM1199.55 131.796H1198.55V131.797H1199.55H1200.55V131.796H1199.55ZM465.697 134.104L464.698 134.14C464.705 134.344 464.71 134.542 464.71 134.738H465.71H466.71C466.71 134.51 466.704 134.286 466.697 134.069L465.697 134.104ZM465.71 134.738L466.71 134.726L466.704 134.237L465.704 134.249L464.704 134.261L464.71 134.75L465.71 134.738ZM465.704 134.249L466.704 134.222C466.703 134.182 466.701 134.145 466.699 134.121C466.698 134.093 466.697 134.081 466.697 134.069L465.697 134.104L464.698 134.14C464.699 134.176 464.701 134.212 464.702 134.232C464.704 134.257 464.704 134.268 464.704 134.276L465.704 134.249ZM465.676 133.648L466.674 133.588C466.668 133.493 466.662 133.397 466.654 133.3L465.657 133.376L464.66 133.452C464.667 133.537 464.672 133.622 464.678 133.709L465.676 133.648ZM465.657 133.376L464.66 133.451C464.667 133.537 464.672 133.623 464.678 133.708L465.676 133.648L466.674 133.589C466.668 133.492 466.662 133.396 466.654 133.301L465.657 133.376ZM464.854 129.312L463.903 129.624C464.068 130.126 464.209 130.639 464.324 131.161L465.301 130.945L466.277 130.73C466.147 130.142 465.989 129.565 465.804 129.001L464.854 129.312ZM465.301 130.945L464.324 131.161C464.356 131.304 464.386 131.448 464.414 131.592L465.396 131.403L466.378 131.214C466.346 131.052 466.313 130.89 466.277 130.73L465.301 130.945ZM465.396 131.403L464.414 131.592C464.469 131.883 464.518 132.175 464.558 132.47L465.549 132.335L466.54 132.2C466.494 131.867 466.44 131.539 466.378 131.214L465.396 131.403ZM465.549 132.335L466.538 132.187L466.467 131.718L465.479 131.866L464.49 132.015L464.56 132.483L465.549 132.335ZM465.479 131.866L466.465 131.704C466.313 130.776 466.09 129.874 465.804 129L464.854 129.312L463.903 129.625C464.158 130.401 464.356 131.203 464.492 132.028L465.479 131.866ZM1271.15 129.063L1270.15 128.988C1270.13 129.265 1270.11 129.544 1270.11 129.826L1271.11 129.851L1272.11 129.875C1272.11 129.626 1272.12 129.38 1272.14 129.139L1271.15 129.063ZM1271.11 129.851L1272.11 129.888L1272.12 129.492L1271.12 129.455L1270.12 129.418L1270.11 129.814L1271.11 129.851ZM1271.12 129.455L1272.12 129.505C1272.13 129.382 1272.13 129.26 1272.14 129.14L1271.15 129.064L1270.15 128.989C1270.14 129.127 1270.13 129.266 1270.12 129.405L1271.12 129.455ZM1271.15 129.064H1272.15V129.063H1271.15H1270.15V129.064H1271.15ZM464.649 128.727L463.711 129.073C463.767 129.224 463.82 129.378 463.874 129.538L464.822 129.221L465.771 128.903C465.713 128.732 465.653 128.556 465.587 128.38L464.649 128.727ZM464.822 129.221L465.771 128.903C465.714 128.733 465.653 128.557 465.587 128.379L464.649 128.726L463.712 129.072C463.767 129.222 463.82 129.376 463.874 129.538L464.822 129.221ZM464.649 128.726H463.649V128.727H464.649H465.649V128.726H464.649ZM464.318 127.899L465.247 127.528L465.237 127.504L464.309 127.875L463.38 128.246L463.39 128.271L464.318 127.899ZM464.309 127.875L465.226 127.478C465.213 127.448 465.201 127.42 465.193 127.403C465.183 127.382 465.179 127.374 465.176 127.366L464.261 127.77L463.346 128.173C463.358 128.201 463.37 128.227 463.377 128.242C463.385 128.259 463.389 128.267 463.391 128.272L464.309 127.875ZM464.261 127.77L463.346 128.173C463.374 128.237 463.382 128.254 463.4 128.295L464.318 127.899L465.237 127.503C465.217 127.458 465.186 127.389 465.176 127.366L464.261 127.77ZM463.998 127.201L463.099 127.639C463.119 127.68 463.134 127.713 463.161 127.77L464.064 127.341L464.968 126.912C464.951 126.876 464.922 126.815 464.897 126.764L463.998 127.201ZM464.064 127.341L464.968 126.911C464.965 126.907 464.963 126.901 464.955 126.884C464.948 126.87 464.937 126.844 464.924 126.817L464.023 127.252L463.123 127.687C463.124 127.689 463.126 127.693 463.133 127.709C463.139 127.721 463.149 127.745 463.161 127.77L464.064 127.341ZM464.023 127.252L464.918 126.805L464.892 126.754L463.998 127.201L463.104 127.648L463.129 127.699L464.023 127.252ZM463.759 126.73L464.644 126.265C464.61 126.2 464.575 126.137 464.544 126.08L463.665 126.556L462.786 127.032C462.818 127.091 462.846 127.144 462.874 127.196L463.759 126.73ZM463.665 126.556L462.785 127.031C462.818 127.091 462.846 127.144 462.874 127.196L463.759 126.73L464.644 126.265C464.61 126.2 464.575 126.136 464.545 126.08L463.665 126.556ZM463.41 126.1L464.275 125.597C464.249 125.552 464.208 125.485 464.194 125.462L463.334 125.972L462.474 126.482C462.51 126.543 462.522 126.561 462.546 126.602L463.41 126.1ZM463.334 125.972L462.474 126.482C462.511 126.545 462.521 126.561 462.546 126.602L463.41 126.1L464.275 125.597C464.249 125.553 464.207 125.484 464.194 125.462L463.334 125.972ZM1088.58 122.688L1088.22 121.754C1088.09 121.804 1087.96 121.855 1087.83 121.907L1088.2 122.835L1088.57 123.763C1088.69 123.715 1088.81 123.667 1088.93 123.621L1088.58 122.688ZM1088.2 122.835L1088.57 123.763C1088.69 123.715 1088.81 123.667 1088.93 123.621L1088.58 122.688L1088.22 121.754C1088.09 121.804 1087.96 121.855 1087.83 121.907L1088.2 122.835ZM1089.06 122.507L1088.72 121.566C1088.58 121.618 1088.43 121.672 1088.29 121.728L1088.64 122.662L1089 123.597C1089.13 123.546 1089.27 123.497 1089.4 123.447L1089.06 122.507ZM1088.64 122.662L1089 123.597C1089.13 123.546 1089.27 123.497 1089.4 123.447L1089.06 122.507L1088.72 121.566C1088.58 121.618 1088.43 121.672 1088.29 121.728L1088.64 122.662ZM1089.53 122.343L1089.21 121.396C1089.09 121.438 1088.96 121.482 1088.83 121.527L1089.17 122.469L1089.51 123.411C1089.62 123.37 1089.74 123.33 1089.85 123.29L1089.53 122.343ZM1089.17 122.469L1089.51 123.411C1089.62 123.37 1089.74 123.33 1089.85 123.29L1089.53 122.343L1089.21 121.396C1089.09 121.438 1088.96 121.482 1088.83 121.527L1089.17 122.469ZM1089.85 122.237L1089.54 121.286C1089.51 121.297 1089.45 121.316 1089.4 121.332L1089.71 122.281L1090.03 123.231C1090.07 123.216 1090.1 123.207 1090.16 123.188L1089.85 122.237ZM1089.71 122.281L1090.03 123.231C1090.07 123.216 1090.1 123.208 1090.16 123.188L1089.85 122.237L1089.54 121.286C1089.51 121.296 1089.45 121.317 1089.4 121.332L1089.71 122.281ZM1090.31 122.092L1090.02 121.135C1089.99 121.146 1089.91 121.168 1089.86 121.185L1090.16 122.14L1090.45 123.095C1090.5 123.079 1090.54 123.069 1090.6 123.049L1090.31 122.092ZM1090.16 122.14L1090.45 123.094C1090.5 123.078 1090.53 123.07 1090.6 123.048L1090.31 122.092L1090.02 121.135C1089.99 121.145 1089.91 121.168 1089.86 121.185L1090.16 122.14ZM1302.39 122.025L1303.13 121.353C1303.01 121.215 1302.88 121.074 1302.74 120.933L1302.02 121.631L1301.31 122.328C1301.42 122.446 1301.53 122.568 1301.65 122.698L1302.39 122.025ZM1302.02 121.631L1302.73 120.924L1302.72 120.914L1302.01 121.621L1301.31 122.328L1301.32 122.338L1302.02 121.631ZM1302.01 121.621L1301.3 122.319C1301.41 122.44 1301.53 122.566 1301.65 122.698L1302.39 122.025L1303.13 121.353C1303 121.211 1302.87 121.066 1302.73 120.923L1302.01 121.621ZM1090.74 121.966L1090.47 121.004C1090.45 121.009 1090.37 121.031 1090.33 121.042L1090.61 122.002L1090.89 122.962C1090.94 122.949 1090.95 122.946 1091.01 122.927L1090.74 121.966ZM1090.61 122.002L1090.89 122.962C1090.93 122.95 1090.95 122.945 1091.01 122.928L1090.74 121.966L1090.47 121.004C1090.44 121.011 1090.38 121.029 1090.33 121.042L1090.61 122.002ZM1091.25 121.826L1090.99 120.859C1090.9 120.883 1090.82 120.906 1090.73 120.93L1090.99 121.895L1091.26 122.859C1091.34 122.837 1091.42 122.815 1091.5 122.793L1091.25 121.826ZM1090.99 121.895L1091.26 122.859C1091.34 122.836 1091.42 122.814 1091.5 122.793L1091.25 121.826L1090.99 120.859C1090.9 120.883 1090.82 120.906 1090.73 120.93L1090.99 121.895ZM1092.17 121.602L1091.95 120.626C1091.67 120.688 1091.4 120.754 1091.13 120.824L1091.38 121.792L1091.63 122.76C1091.88 122.695 1092.13 122.634 1092.39 122.577L1092.17 121.602ZM1091.38 121.792L1091.63 122.76C1091.88 122.695 1092.13 122.634 1092.39 122.577L1092.17 121.602L1091.95 120.626C1091.67 120.688 1091.4 120.754 1091.13 120.824L1091.38 121.792ZM1093.08 121.41L1092.9 120.428C1092.6 120.484 1092.31 120.545 1092.02 120.61L1092.24 121.586L1092.45 122.562C1092.72 122.501 1093 122.445 1093.27 122.393L1093.08 121.41ZM1092.24 121.586L1092.45 122.562C1092.72 122.502 1092.99 122.446 1093.27 122.394L1093.08 121.412L1092.89 120.43C1092.6 120.485 1092.31 120.545 1092.02 120.61L1092.24 121.586ZM1093.08 121.412L1093.27 122.394C1093.29 122.39 1093.31 122.386 1093.32 122.381C1093.34 122.377 1093.35 122.373 1093.37 122.37C1093.38 122.367 1093.38 122.364 1093.39 122.362C1093.39 122.361 1093.4 122.361 1093.4 122.36C1093.4 122.36 1093.4 122.36 1093.4 122.36C1093.4 122.36 1093.4 122.359 1093.4 122.359C1093.4 122.359 1093.4 122.36 1093.39 122.362C1093.39 122.363 1093.38 122.366 1093.37 122.369C1093.36 122.372 1093.34 122.376 1093.33 122.38C1093.31 122.384 1093.29 122.388 1093.27 122.393L1093.08 121.41L1092.9 120.428C1092.88 120.432 1092.86 120.437 1092.84 120.441C1092.82 120.445 1092.81 120.449 1092.8 120.452C1092.79 120.455 1092.78 120.458 1092.77 120.46C1092.77 120.461 1092.77 120.462 1092.77 120.462C1092.77 120.462 1092.77 120.462 1092.76 120.463C1092.76 120.463 1092.76 120.463 1092.76 120.463C1092.76 120.463 1092.77 120.462 1092.77 120.461C1092.78 120.459 1092.78 120.456 1092.79 120.453C1092.8 120.45 1092.82 120.446 1092.83 120.442C1092.85 120.438 1092.87 120.434 1092.89 120.43L1093.08 121.412ZM1094.88 121.13L1094.75 120.139L1094.29 120.199L1094.42 121.19L1094.56 122.182L1095.01 122.121L1094.88 121.13ZM1094.42 121.19L1094.56 122.181C1094.74 122.156 1094.92 122.133 1095.1 122.111L1094.98 121.118L1094.86 120.125C1094.67 120.148 1094.48 120.173 1094.29 120.2L1094.42 121.19ZM1094.98 121.118L1094.86 120.125L1094.76 120.137L1094.88 121.13L1094.99 122.123L1095.09 122.111L1094.98 121.118ZM1278.5 118.357V119.357H1278.5V118.357V117.357H1278.5V118.357ZM1278.5 118.357L1278.94 119.257C1279.05 119.206 1279.15 119.156 1279.26 119.106L1278.85 118.196L1278.43 117.287C1278.31 117.342 1278.19 117.399 1278.07 117.458L1278.5 118.357ZM1278.85 118.196V117.196H1278.85V118.196V119.196H1278.85V118.196ZM1278.85 118.196L1278.43 117.287C1278.31 117.342 1278.19 117.399 1278.07 117.458L1278.5 118.357L1278.94 119.257C1279.04 119.206 1279.15 119.156 1279.26 119.106L1278.85 118.196ZM1281.82 117.148L1281.57 116.181C1281.39 116.228 1281.21 116.277 1281.04 116.327L1281.31 117.288L1281.59 118.249C1281.75 118.202 1281.91 118.158 1282.07 118.116L1281.82 117.148ZM1281.31 117.288L1281.59 118.249C1281.75 118.203 1281.91 118.158 1282.07 118.116L1281.82 117.148L1281.57 116.181C1281.39 116.228 1281.21 116.277 1281.04 116.327L1281.31 117.288ZM1281.82 117.148V116.148H1281.82V117.148V118.148H1281.82V117.148ZM1283.88 116.722V117.722H1283.88V116.722V115.722H1283.88V116.722ZM1283.88 116.722L1284.03 117.709C1284.17 117.688 1284.31 117.668 1284.44 117.649L1284.31 116.658L1284.17 115.668C1284.02 115.688 1283.87 115.71 1283.72 115.734L1283.88 116.722ZM1284.31 116.658V115.658H1284.31V116.658V117.658H1284.31V116.658ZM1284.31 116.658L1284.17 115.668C1284.02 115.688 1283.87 115.71 1283.72 115.734L1283.88 116.722L1284.03 117.709C1284.17 117.688 1284.3 117.668 1284.44 117.649L1284.31 116.658ZM112.911 103.325L112.629 104.285C112.69 104.302 112.818 104.339 112.862 104.352L113.142 103.392L113.422 102.432C113.312 102.4 113.286 102.393 113.193 102.366L112.911 103.325ZM113.142 103.392L113.422 102.432C113.006 102.31 112.598 102.19 112.198 102.067L111.905 103.023L111.613 103.98C112.025 104.106 112.442 104.229 112.862 104.352L113.142 103.392ZM111.905 103.023L111.618 103.981L112.624 104.283L112.911 103.325L113.198 102.367L112.193 102.066L111.905 103.023ZM105.104 100.609L104.723 101.534C104.726 101.535 104.73 101.537 104.741 101.541C104.749 101.545 104.764 101.551 104.78 101.558L105.16 100.633L105.541 99.7081C105.538 99.7068 105.534 99.7052 105.524 99.701C105.516 99.6975 105.501 99.6913 105.486 99.685L105.104 100.609ZM105.16 100.633L105.541 99.7081C105.538 99.7068 105.534 99.7051 105.524 99.7009C105.516 99.6974 105.501 99.6913 105.486 99.6851L105.104 100.609L104.723 101.534C104.726 101.535 104.73 101.537 104.741 101.541C104.749 101.545 104.764 101.551 104.779 101.558L105.16 100.633ZM103.989 100.135L103.589 101.051C103.688 101.094 103.787 101.137 103.885 101.179L104.28 100.261L104.676 99.3422C104.578 99.3003 104.483 99.2594 104.39 99.2185L103.989 100.135ZM104.28 100.261L104.676 99.3424C104.578 99.3 104.483 99.2595 104.39 99.2186L103.989 100.135L103.588 101.051C103.688 101.094 103.788 101.138 103.885 101.179L104.28 100.261ZM1075.09 99.5654L1074.3 98.9604C1074.13 99.1799 1073.97 99.4046 1073.81 99.6161L1074.61 100.213L1075.41 100.81C1075.58 100.588 1075.73 100.379 1075.89 100.17L1075.09 99.5654ZM1074.61 100.213L1075.41 100.81C1075.58 100.588 1075.73 100.379 1075.89 100.17L1075.09 99.5654L1074.3 98.9604C1074.13 99.1799 1073.97 99.4047 1073.81 99.6161L1074.61 100.213ZM1075.99 98.4102L1075.21 97.7902C1075.04 97.9973 1074.88 98.2052 1074.72 98.4114L1075.51 99.0234L1076.3 99.6354C1076.46 99.4307 1076.62 99.2292 1076.78 99.0301L1075.99 98.4102ZM1075.51 99.0234L1076.3 99.6355C1076.46 99.4307 1076.62 99.2291 1076.78 99.0301L1075.99 98.4102L1075.21 97.7902C1075.04 97.9973 1074.88 98.2053 1074.72 98.4114L1075.51 99.0234ZM1076.91 97.2754L1076.13 96.6405C1075.95 96.8632 1075.77 97.087 1075.59 97.3094L1076.37 97.9355L1077.15 98.5617C1077.33 98.3414 1077.5 98.1244 1077.68 97.9103L1076.91 97.2754ZM1076.37 97.9355L1077.15 98.5618C1077.33 98.3414 1077.5 98.1244 1077.68 97.9103L1076.91 97.2754L1076.13 96.6404C1075.95 96.8632 1075.77 97.0871 1075.59 97.3093L1076.37 97.9355ZM1077.85 96.1533L1077.09 95.5033C1076.89 95.737 1076.69 95.9721 1076.49 96.208L1077.26 96.8486L1078.03 97.4893C1078.22 97.2584 1078.41 97.0297 1078.61 96.8033L1077.85 96.1533ZM1077.26 96.8486L1078.03 97.4893C1078.22 97.2584 1078.41 97.0296 1078.61 96.8034L1077.85 96.1533L1077.09 95.5033C1076.89 95.737 1076.69 95.9721 1076.49 96.208L1077.26 96.8486ZM1078.79 95.0752L1078.04 94.4104C1077.83 94.6494 1077.62 94.89 1077.41 95.1321L1078.16 95.7871L1078.92 96.4421C1079.12 96.2059 1079.33 95.9718 1079.53 95.74L1078.79 95.0752ZM1078.16 95.7871L1078.92 96.4421C1079.12 96.2059 1079.33 95.9718 1079.53 95.74L1078.79 95.0752L1078.04 94.4104C1077.83 94.6494 1077.62 94.8901 1077.41 95.1321L1078.16 95.7871ZM1079.78 93.9805L1079.05 93.3004C1078.82 93.5466 1078.59 93.7951 1078.37 94.0461L1079.11 94.7158L1079.85 95.3856C1080.07 95.1421 1080.29 94.9005 1080.51 94.6605L1079.78 93.9805ZM1079.11 94.7158L1079.85 95.3856C1080.07 95.1421 1080.29 94.9005 1080.51 94.6605L1079.78 93.9805L1079.05 93.3004C1078.82 93.5466 1078.59 93.7951 1078.37 94.0461L1079.11 94.7158ZM1080.18 93.5488L1079.46 92.8627C1079.44 92.8801 1079.36 92.9616 1079.36 92.9657L1080.09 93.6504L1080.82 94.3351C1080.88 94.2716 1080.86 94.2849 1080.91 94.235L1080.18 93.5488ZM1080.09 93.6504L1080.82 94.3351C1080.89 94.2558 1080.96 94.1816 1081.03 94.1069L1080.31 93.4189L1079.58 92.731C1079.51 92.81 1079.43 92.8905 1079.36 92.9657L1080.09 93.6504ZM1080.31 93.4189L1079.58 92.7312L1079.46 92.8611L1080.18 93.5488L1080.91 94.2366L1081.03 94.1067L1080.31 93.4189ZM91.1338 90.8623L90.3334 91.4617C90.3432 91.4749 90.3526 91.4873 90.3599 91.4968C90.3679 91.5073 90.3732 91.5142 90.3784 91.5212L91.1768 90.9189L91.9751 90.3167C91.9458 90.2779 91.9527 90.2875 91.9342 90.2629L91.1338 90.8623ZM91.1768 90.9189L91.9745 90.316C91.9498 90.2832 91.9493 90.283 91.9342 90.2628L91.1338 90.8623L90.3334 91.4618C90.3467 91.4795 90.3752 91.5169 90.379 91.5219L91.1768 90.9189ZM1093.65 121.31L1093.48 120.323C1093.29 120.356 1093.09 120.39 1092.9 120.428L1093.08 121.41L1093.27 122.393C1093.45 122.359 1093.63 122.327 1093.82 122.296L1093.65 121.31ZM1093.08 121.41L1093.27 122.393C1093.45 122.359 1093.63 122.327 1093.82 122.296L1093.65 121.31L1093.48 120.323C1093.29 120.356 1093.09 120.39 1092.9 120.428L1093.08 121.41Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" mask="url(#path-1-outside-1_5111_61)"></path></g><defs><clipPath id="bgblur_0_5111_61_clip_path" transform="translate(8 8)"><path d="M1287.93 72.043C1338.69 72.0431 1374.44 96.5301 1380.15 135.34L1380.32 136.485H1306.43L1306.37 135.546C1306.01 129.554 1304.11 125.048 1301.02 122.041C1297.93 119.038 1293.53 117.416 1287.93 117.416C1283.04 117.416 1279.08 118.683 1276.36 120.886C1273.66 123.07 1272.1 126.237 1272.1 130.251C1272.1 134.405 1273.71 137.376 1277.01 139.718C1280.38 142.116 1285.54 143.86 1292.62 145.351L1307.57 148.34H1307.57C1333.04 153.397 1351.64 160.164 1363.89 169.801C1376.2 179.491 1382.03 192.035 1382.03 208.398C1382.03 229.3 1372.7 246.235 1356.42 257.912C1340.17 269.567 1317.04 275.954 1289.42 275.954C1242.16 275.954 1207.33 257.019 1196.01 224.737C1192.87 233.806 1188.8 241.802 1183.85 248.62C1171.04 266.27 1152.42 275.954 1129.29 275.954C1103.75 275.954 1082.28 263.658 1069.35 241.685V338.771H1000.04V76.5293H1068.22V108.163C1081.87 84.3617 1102.99 72.0431 1129.29 72.043C1152.42 72.043 1171.04 81.7271 1183.85 99.377C1190.28 108.227 1195.22 119.062 1198.56 131.653C1200.14 114.89 1209.16 100.568 1223.54 90.1797C1239.41 78.7194 1261.78 72.043 1287.93 72.043ZM116.952 1C147.403 1 172.96 8.70717 191.819 22.8398C209.068 35.7652 220.655 54.0244 225.261 76.5293H243.628V30.165H315.923V76.5293H354.436V117.914C359.16 106.809 366.843 97.4672 377.074 90.1758C393.556 78.4302 416.587 72.043 444.397 72.043C471.778 72.043 493.806 78.2348 510.034 89.998L510.803 90.5625L510.809 90.5664L510.814 90.5713C518.969 96.8297 525.066 104.156 529.115 113.35C529.558 114.356 529.975 115.384 530.368 116.435L530.218 77.5332L530.214 76.5293H600.643V126.013C611.89 94.252 638.84 74.2861 669.19 74.2861H676.547V76.5293H694.846V30.165H767.141V76.5293H873.381V199.798C873.381 208.866 875.052 215.437 878.231 219.721C881.369 223.947 886.087 226.094 892.572 226.094C896.994 226.094 900.803 225.08 904.041 223.082C907.282 221.082 910.009 218.06 912.209 213.955C916.625 205.714 918.867 193.201 918.867 176.242V76.5293H991.162V271.467H921.858V240.218C915.147 252.139 907.213 261.035 897.632 266.971C887.865 273.021 876.458 275.954 863.033 275.954C842.8 275.954 827.249 269.419 816.782 256.61C811.967 250.718 808.256 243.53 805.653 235.098V273.71H751.933C733.083 273.71 718.762 268.997 709.16 259.396C699.559 249.794 694.846 235.473 694.846 216.624V124.895H676.547V139.104H663.208C643.171 139.104 628.031 144.112 617.902 153.647C607.784 163.173 602.513 177.362 602.513 196.059V271.467H474.04L473.773 270.881C470.118 262.84 467.891 251.371 467.384 241.462C458.679 261.979 435.736 275.954 409.25 275.954C389.791 275.954 373.458 270 361.978 259.521C359.158 256.946 356.637 254.102 354.436 251.014V273.71H300.714C281.864 273.71 267.544 268.997 257.942 259.396C248.341 249.794 243.628 235.474 243.628 216.624V124.895H215.585V84.1387H148.931L148.859 83.2148C148.127 73.6992 144.661 66.289 139.134 61.2559C133.604 56.2208 125.915 53.4775 116.578 53.4775C107.787 53.4776 100.65 55.9497 95.7285 60.1553C90.8212 64.3488 88.0392 70.3283 88.0391 77.5293C88.0391 84.1864 90.1781 89.5006 95.3936 93.8691C100.674 98.2923 109.175 101.802 122.025 104.596L122.03 104.597L148.951 110.579L148.954 110.58C178.95 117.329 199.535 127.013 212.625 139.818C225.752 152.66 231.247 168.548 231.247 187.459C231.247 213.944 219.978 236.106 200.251 251.623C180.544 267.124 152.453 275.954 118.822 275.954C51.5398 275.954 5.33062 239.436 1.16504 186.041L1.08105 184.964H78.6201L78.6895 185.889C79.611 198.237 83.653 207.599 90.4746 213.879C97.2973 220.159 107.03 223.477 119.569 223.477C130.075 223.477 138.722 220.895 144.718 216.342C150.686 211.809 154.091 205.28 154.091 197.181C154.091 190.343 151.959 185.42 146.77 181.428C141.485 177.362 132.977 174.221 120.092 171.233L120.088 171.232L93.166 164.876H93.165C63.1742 157.753 42.5926 147.974 29.5059 135.172C16.3798 122.331 10.8838 106.538 10.8838 87.625C10.8839 61.7045 21.868 40.0144 40.6533 24.8252C59.4221 9.64945 85.9262 1.00003 116.952 1ZM433.792 270.642C433.434 270.774 433.074 270.904 432.712 271.031C433.435 270.778 434.152 270.513 434.861 270.236L433.792 270.642ZM890.578 269.581H890.579H890.578ZM893.435 268.204H893.436H893.435ZM472.787 265.62C472.845 265.791 472.905 265.961 472.964 266.13C472.889 265.915 472.814 265.7 472.741 265.482L472.787 265.62ZM908.749 256.602C908.842 256.505 908.933 256.407 909.025 256.31C908.933 256.407 908.842 256.505 908.749 256.602ZM909.467 255.839C909.559 255.739 909.65 255.638 909.742 255.537C909.65 255.638 909.559 255.739 909.467 255.839ZM910.193 255.041C910.291 254.933 910.388 254.824 910.484 254.715C910.388 254.824 910.291 254.933 910.193 255.041ZM910.879 254.265C910.937 254.198 910.997 254.133 911.055 254.066C911.115 253.996 911.175 253.925 911.235 253.854C911.117 253.992 910.998 254.128 910.879 254.265ZM911.539 253.498C911.625 253.397 911.712 253.297 911.797 253.195C911.85 253.132 911.901 253.068 911.954 253.005C911.816 253.17 911.678 253.334 911.539 253.498ZM912.278 252.61C912.378 252.489 912.479 252.367 912.578 252.244C912.479 252.367 912.378 252.489 912.278 252.61ZM1203.21 161.739C1203.46 165.715 1203.58 169.803 1203.58 173.998C1203.58 186.943 1202.41 198.865 1200.15 209.642H1266.41L1266.49 210.559C1267.03 217.077 1269.46 222.051 1273.34 225.402C1277.23 228.761 1282.68 230.58 1289.42 230.58C1295.26 230.58 1299.99 229.21 1303.24 226.888C1306.45 224.586 1308.24 221.328 1308.24 217.372C1308.24 215.42 1307.93 213.833 1307.25 212.481C1306.57 211.136 1305.49 209.951 1303.83 208.859C1300.46 206.64 1294.84 204.892 1285.85 203.021H1285.85L1269.77 199.655V199.654C1244.49 194.409 1226.61 187.355 1215.06 177.275C1209.84 172.725 1205.94 167.576 1203.21 161.739ZM432.845 227.891C432.933 227.904 433.021 227.916 433.109 227.929C433.021 227.916 432.933 227.904 432.845 227.891ZM464.71 177.359C460.061 181.138 451.993 184.924 436.837 189.537C429.615 191.76 424.559 194.409 421.314 197.654C418.107 200.862 416.606 204.713 416.606 209.52C416.606 214.841 418.726 219.235 422.332 222.313C425.951 225.403 431.128 227.215 437.293 227.215C445.073 227.215 451.901 224.327 456.791 218.943C461.686 213.555 464.71 205.585 464.71 195.312V177.359ZM429.038 227.031C429.107 227.053 429.177 227.072 429.246 227.093C429.009 227.022 428.773 226.949 428.541 226.871L429.038 227.031ZM1098.63 121.903C1088.73 121.903 1080.9 126.558 1075.51 135.354C1070.08 144.203 1067.1 157.268 1067.1 173.998C1067.1 190.729 1070.08 203.794 1075.51 212.643C1080.9 221.439 1088.73 226.094 1098.63 226.094C1108.54 226.094 1116.26 221.441 1121.57 212.648C1126.9 203.8 1129.79 190.733 1129.79 173.998C1129.79 157.263 1126.9 144.196 1121.57 135.348C1116.26 126.555 1108.54 121.903 1098.63 121.903ZM424.489 225.053C424.529 225.076 424.568 225.099 424.608 225.122C424.568 225.099 424.529 225.076 424.489 225.053ZM423.403 224.376C423.444 224.403 423.485 224.43 423.526 224.457C423.485 224.43 423.444 224.403 423.403 224.376ZM444.771 117.416C438.08 117.416 432.747 119.58 428.992 123.468C425.228 127.365 422.953 133.095 422.588 140.396L422.54 141.347H349.099L349.175 140.275C349.561 134.874 350.488 129.741 351.927 124.895H315.923V212.137C315.923 216.933 316.764 219.856 318.527 221.619C320.291 223.382 323.213 224.224 328.01 224.224H344.393C344.092 221.637 343.938 218.977 343.938 216.25C343.938 198.09 349.06 184.501 361.166 174.309C373.201 164.176 392.024 157.503 419.176 152.821H419.179L438.995 149.456L439.004 149.455C449.49 147.77 455.944 146.107 459.778 143.833C461.663 142.715 462.871 141.474 463.621 140.041C464.375 138.6 464.71 136.881 464.71 134.738C464.71 124.942 456.314 117.416 444.771 117.416ZM767.141 212.137C767.141 216.933 767.983 219.856 769.746 221.619C771.509 223.382 774.431 224.224 779.228 224.224H803.033C801.737 217.034 801.086 209.134 801.086 200.546V124.895H767.141V212.137ZM422.309 223.583C422.346 223.612 422.382 223.642 422.42 223.671C422.382 223.642 422.346 223.612 422.309 223.583ZM421.75 223.129C421.833 223.199 421.917 223.27 422.002 223.339C421.917 223.27 421.833 223.199 421.75 223.129ZM421.358 222.789C421.434 222.857 421.511 222.924 421.589 222.991C421.512 222.924 421.434 222.857 421.358 222.789ZM1266.32 215.566C1266.34 215.63 1266.35 215.693 1266.37 215.756C1266.35 215.693 1266.34 215.63 1266.32 215.566ZM1266.14 214.842C1266.15 214.884 1266.16 214.925 1266.17 214.967C1266.16 214.925 1266.15 214.884 1266.14 214.842ZM1265.93 213.849C1265.95 213.937 1265.96 214.025 1265.98 214.113C1265.96 214.025 1265.95 213.937 1265.93 213.849ZM1380.87 213.075C1380.9 212.64 1380.92 212.202 1380.95 211.763C1380.92 212.202 1380.9 212.64 1380.87 213.075ZM1381 210.314C1380.99 210.729 1380.98 211.142 1380.96 211.554C1380.99 210.827 1381.01 210.096 1381.02 209.359L1381 210.314ZM1307.42 210.84C1307.39 210.806 1307.37 210.773 1307.34 210.739C1307.37 210.773 1307.39 210.806 1307.42 210.84ZM872.4 201.488C872.41 201.877 872.424 202.261 872.439 202.641C872.423 202.253 872.41 201.86 872.4 201.463V201.488ZM465.65 197.747C465.658 197.581 465.669 197.415 465.675 197.248V197.233C465.668 197.405 465.658 197.576 465.65 197.747ZM423.924 194.229C423.785 194.324 423.648 194.42 423.513 194.516C423.784 194.323 424.062 194.133 424.348 193.946L423.924 194.229ZM425.615 193.162C425.587 193.179 425.559 193.195 425.531 193.212C425.559 193.195 425.587 193.179 425.615 193.162ZM426.475 192.674C426.423 192.702 426.372 192.73 426.321 192.759C426.372 192.73 426.423 192.702 426.475 192.674ZM427.396 192.185C427.321 192.223 427.245 192.262 427.17 192.301C427.245 192.262 427.321 192.223 427.396 192.185ZM428.137 191.813C428.11 191.827 428.083 191.84 428.056 191.854C428.083 191.84 428.11 191.827 428.137 191.813ZM919.769 182.188C919.715 183.774 919.638 185.318 919.54 186.82C919.638 185.318 919.715 183.774 919.769 182.188ZM450.103 183.968C450.475 183.823 450.84 183.679 451.197 183.535C451.356 183.471 451.512 183.406 451.668 183.343C451.161 183.549 450.64 183.758 450.103 183.968ZM451.78 183.297C452.287 183.09 452.779 182.886 453.256 182.682V182.681C452.779 182.885 452.287 183.09 451.78 183.297ZM919.815 180.604C919.811 180.794 919.805 180.983 919.8 181.171C919.816 180.58 919.831 179.983 919.841 179.381L919.815 180.604ZM142.657 177.66C143.104 177.894 143.537 178.131 143.956 178.372C143.537 178.131 143.104 177.894 142.658 177.66H142.657ZM1206.91 166.401C1206.93 166.437 1206.96 166.472 1206.98 166.508C1206.95 166.455 1206.91 166.403 1206.88 166.35L1206.91 166.401ZM660.399 138.137C660.115 138.144 659.831 138.15 659.549 138.159C660.138 138.141 660.731 138.128 661.329 138.118L660.399 138.137ZM465.674 135.924C465.651 136.288 465.617 136.642 465.571 136.986C465.632 136.529 465.673 136.054 465.693 135.562L465.674 135.924ZM1199.55 131.797C1199.44 132.932 1199.37 134.079 1199.34 135.236H1199.34C1199.37 134.079 1199.44 132.932 1199.55 131.796V131.797ZM465.697 134.104C465.705 134.315 465.71 134.526 465.71 134.738L465.704 134.249C465.703 134.201 465.699 134.153 465.697 134.104ZM465.676 133.648C465.67 133.557 465.664 133.467 465.657 133.376C465.664 133.467 465.67 133.557 465.676 133.648ZM464.854 129.312C465.029 129.846 465.178 130.39 465.301 130.945C465.334 131.097 465.366 131.25 465.396 131.403C465.455 131.711 465.506 132.021 465.549 132.335L465.479 131.866C465.335 130.989 465.124 130.137 464.854 129.312ZM1271.15 129.063C1271.13 129.322 1271.11 129.585 1271.11 129.851L1271.12 129.455C1271.13 129.324 1271.14 129.194 1271.15 129.064V129.063ZM464.649 128.727C464.71 128.89 464.767 129.055 464.822 129.221C464.767 129.055 464.71 128.889 464.649 128.726V128.727ZM464.318 127.899L464.309 127.875C464.293 127.84 464.276 127.805 464.261 127.77C464.28 127.813 464.3 127.856 464.318 127.899ZM463.998 127.201C464.021 127.248 464.042 127.294 464.064 127.341C464.05 127.311 464.038 127.281 464.023 127.252L463.998 127.201ZM463.759 126.73C463.728 126.672 463.697 126.614 463.665 126.556C463.696 126.614 463.728 126.672 463.759 126.73ZM463.41 126.1C463.385 126.057 463.359 126.014 463.334 125.972C463.359 126.014 463.385 126.057 463.41 126.1ZM1088.58 122.688C1088.45 122.736 1088.33 122.785 1088.2 122.835C1088.33 122.785 1088.45 122.736 1088.58 122.688ZM1089.06 122.507C1088.92 122.558 1088.78 122.609 1088.64 122.662C1088.78 122.609 1088.92 122.558 1089.06 122.507ZM1089.53 122.343C1089.41 122.384 1089.29 122.426 1089.17 122.469C1089.29 122.426 1089.41 122.384 1089.53 122.343ZM1089.85 122.237C1089.8 122.252 1089.76 122.266 1089.71 122.281C1089.76 122.266 1089.8 122.252 1089.85 122.237ZM1090.31 122.092C1090.26 122.108 1090.21 122.123 1090.16 122.14C1090.21 122.123 1090.26 122.108 1090.31 122.092ZM1302.39 122.025C1302.27 121.892 1302.15 121.76 1302.02 121.631L1302.01 121.621C1302.14 121.753 1302.27 121.888 1302.39 122.025ZM1090.74 121.966C1090.7 121.978 1090.65 121.99 1090.61 122.002C1090.65 121.99 1090.7 121.978 1090.74 121.966ZM1091.25 121.826C1091.16 121.849 1091.08 121.871 1090.99 121.895C1091.08 121.871 1091.16 121.849 1091.25 121.826ZM1092.17 121.602C1091.9 121.661 1091.64 121.725 1091.38 121.792C1091.64 121.725 1091.9 121.661 1092.17 121.602ZM1093.08 121.41C1092.8 121.464 1092.52 121.523 1092.24 121.586C1092.51 121.524 1092.8 121.466 1093.08 121.412C1093.08 121.412 1093.08 121.411 1093.08 121.41ZM1094.88 121.13L1094.42 121.19C1094.61 121.165 1094.79 121.14 1094.98 121.118L1094.88 121.13ZM1278.5 118.357H1278.5C1278.62 118.302 1278.73 118.249 1278.85 118.196H1278.85C1278.73 118.249 1278.62 118.302 1278.5 118.357ZM1281.82 117.148C1281.65 117.193 1281.48 117.24 1281.31 117.288C1281.48 117.24 1281.65 117.193 1281.82 117.148H1281.82ZM1283.88 116.722H1283.88C1284.02 116.699 1284.16 116.678 1284.31 116.658H1284.31C1284.16 116.678 1284.02 116.699 1283.88 116.722ZM112.911 103.325C112.988 103.348 113.065 103.369 113.142 103.392C112.724 103.27 112.311 103.148 111.905 103.023L112.911 103.325ZM105.104 100.609C105.123 100.617 105.142 100.625 105.16 100.633C105.142 100.625 105.123 100.617 105.104 100.609ZM103.989 100.135C104.086 100.177 104.183 100.219 104.28 100.261C104.183 100.219 104.086 100.177 103.989 100.135ZM1075.09 99.5654C1074.93 99.7795 1074.77 99.9963 1074.61 100.213C1074.77 99.9963 1074.93 99.7794 1075.09 99.5654ZM1075.99 98.4102C1075.83 98.6132 1075.67 98.818 1075.51 99.0234C1075.67 98.818 1075.83 98.6132 1075.99 98.4102ZM1076.91 97.2754C1076.73 97.4938 1076.55 97.7142 1076.37 97.9355C1076.55 97.7142 1076.73 97.4938 1076.91 97.2754ZM1077.85 96.1533C1077.65 96.3833 1077.45 96.6152 1077.26 96.8486C1077.45 96.6153 1077.65 96.3833 1077.85 96.1533ZM1078.79 95.0752C1078.58 95.3106 1078.37 95.548 1078.16 95.7871C1078.37 95.548 1078.58 95.3106 1078.79 95.0752ZM1079.78 93.9805C1079.56 94.2235 1079.33 94.4686 1079.11 94.7158C1079.33 94.4686 1079.56 94.2236 1079.78 93.9805ZM1080.18 93.5488C1080.15 93.5825 1080.12 93.6166 1080.09 93.6504C1080.16 93.5731 1080.23 93.4958 1080.31 93.4189L1080.18 93.5488ZM91.1338 90.8623C91.148 90.8813 91.1625 90.9 91.1768 90.9189C91.1625 90.9 91.148 90.8813 91.1338 90.8623ZM1093.65 121.31C1093.46 121.341 1093.27 121.375 1093.08 121.41C1093.27 121.375 1093.46 121.341 1093.65 121.31Z"></path></clipPath></defs></svg></div></div><div class="absolute w-full overflow-visible z-2" style="top:33.2%;height:39%"><svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display:block;filter:drop-shadow(0 0 8px rgba(255, 80, 10, 0.06))" viewBox="0 0 1375.95 337.771" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0"><path d="M117.741 273.954C50.811 273.954 5.19406 237.685 1.08105 184.963H76.6107C78.4803 210.015 93.0628 223.476 118.489 223.476C139.801 223.476 154.01 213.007 154.01 196.181C154.01 181.972 145.036 175.242 119.236 169.259L92.3149 162.903C32.4894 148.694 10.8027 124.016 10.8027 86.6253C10.8027 35.3997 54.1762 1 115.871 1C176.445 1 217.201 31.6606 224.305 82.1383H148.775C147.28 62.6951 134.567 51.4778 115.497 51.4778C97.5497 51.4778 85.9585 61.5733 85.9585 76.5297C85.9585 90.3643 94.9323 98.9643 120.732 104.573L147.654 110.555C207.479 124.016 229.166 149.068 229.166 186.459C229.166 238.806 184.671 273.954 117.741 273.954Z" fill="#FF500A" fill-opacity="1"></path><path d="M117.741 273.954C50.811 273.954 5.19406 237.685 1.08105 184.963H76.6107C78.4803 210.015 93.0628 223.476 118.489 223.476C139.801 223.476 154.01 213.007 154.01 196.181C154.01 181.972 145.036 175.242 119.236 169.259L92.3149 162.903C32.4894 148.694 10.8027 124.016 10.8027 86.6253C10.8027 35.3997 54.1762 1 115.871 1C176.445 1 217.201 31.6606 224.305 82.1383H148.775C147.28 62.6951 134.567 51.4778 115.497 51.4778C97.5497 51.4778 85.9585 61.5733 85.9585 76.5297C85.9585 90.3643 94.9323 98.9643 120.732 104.573L147.654 110.555C207.479 124.016 229.166 149.068 229.166 186.459C229.166 238.806 184.671 273.954 117.741 273.954Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M299.633 271.71C262.242 271.71 243.547 253.015 243.547 215.624V122.894H215.503V76.5297H243.547V30.1649H313.842V76.5297H352.354V122.894H313.842V211.137C313.842 220.859 317.207 224.224 326.928 224.224H352.354V271.71H299.633Z" fill="#FF500A" fill-opacity="1"></path><path d="M299.633 271.71C262.242 271.71 243.547 253.015 243.547 215.624V122.894H215.503V76.5297H243.547V30.1649H313.842V76.5297H352.354V122.894H313.842V211.137C313.842 220.859 317.207 224.224 326.928 224.224H352.354V271.71H299.633Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M408.169 273.954C369.656 273.954 343.857 250.398 343.857 215.25C343.857 179.355 364.048 162.155 418.265 152.807L438.082 149.442C459.021 146.077 464.629 142.712 464.629 133.738C464.629 123.268 455.656 115.416 443.69 115.416C429.856 115.416 421.256 124.39 420.508 139.346H349.091C352.083 97.4686 387.978 72.0428 443.317 72.0428C470.986 72.0428 493.046 78.3992 509.125 90.3643C525.203 102.703 533.055 119.155 533.055 146.077V217.867C533.055 241.05 534.924 255.258 539.411 269.467H473.603C469.864 261.241 467.621 249.276 467.247 239.18H465.751C457.525 259.745 434.717 273.954 408.169 273.954ZM436.212 227.215C452.29 227.215 464.629 215.25 464.629 194.311V174.12C460.516 178.233 452.664 182.346 435.464 187.581C420.882 192.068 414.526 198.424 414.526 208.52C414.526 219.737 423.499 227.215 436.212 227.215Z" fill="#FF500A" fill-opacity="1"></path><path d="M408.169 273.954C369.656 273.954 343.857 250.398 343.857 215.25C343.857 179.355 364.048 162.155 418.265 152.807L438.082 149.442C459.021 146.077 464.629 142.712 464.629 133.738C464.629 123.268 455.656 115.416 443.69 115.416C429.856 115.416 421.256 124.39 420.508 139.346H349.091C352.083 97.4686 387.978 72.0428 443.317 72.0428C470.986 72.0428 493.046 78.3992 509.125 90.3643C525.203 102.703 533.055 119.155 533.055 146.077V217.867C533.055 241.05 534.924 255.258 539.411 269.467H473.603C469.864 261.241 467.621 249.276 467.247 239.18H465.751C457.525 259.745 434.717 273.954 408.169 273.954ZM436.212 227.215C452.29 227.215 464.629 215.25 464.629 194.311V174.12C460.516 178.233 452.664 182.346 435.464 187.581C420.882 192.068 414.526 198.424 414.526 208.52C414.526 219.737 423.499 227.215 436.212 227.215Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M530.884 269.467L530.137 76.5297H598.562V126.634H600.058C610.901 94.4773 637.822 74.2862 668.109 74.2862H674.466V137.103H662.127C621.744 137.103 600.431 157.294 600.431 195.059V269.467H530.884Z" fill="#FF500A" fill-opacity="1"></path><path d="M530.884 269.467L530.137 76.5297H598.562V126.634H600.058C610.901 94.4773 637.822 74.2862 668.109 74.2862H674.466V137.103H662.127C621.744 137.103 600.431 157.294 600.431 195.059V269.467H530.884Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M750.851 271.71C713.46 271.71 694.765 253.015 694.765 215.624V122.894H666.721V76.5297H694.765V30.1649H765.06V76.5297H803.572V122.894H765.06V211.137C765.06 220.859 768.425 224.224 778.147 224.224H803.572V271.71H750.851Z" fill="#FF500A" fill-opacity="1"></path><path d="M750.851 271.71C713.46 271.71 694.765 253.015 694.765 215.624V122.894H666.721V76.5297H694.765V30.1649H765.06V76.5297H803.572V122.894H765.06V211.137C765.06 220.859 768.425 224.224 778.147 224.224H803.572V271.71H750.851Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M861.952 273.954C821.944 273.954 801.005 248.154 801.005 199.546V76.5297H871.3V198.798C871.3 217.12 878.03 226.093 891.491 226.093C909.812 226.093 918.786 209.268 918.786 175.242V76.5297H989.081V269.467H921.777V238.059H920.282C906.821 262.363 888.499 273.954 861.952 273.954Z" fill="#FF500A" fill-opacity="1"></path><path d="M861.952 273.954C821.944 273.954 801.005 248.154 801.005 199.546V76.5297H871.3V198.798C871.3 217.12 878.03 226.093 891.491 226.093C909.812 226.093 918.786 209.268 918.786 175.242V76.5297H989.081V269.467H921.777V238.059H920.282C906.821 262.363 888.499 273.954 861.952 273.954Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M992.961 336.771V76.5297H1059.14V108.312H1060.64C1074.1 84.3818 1095.04 72.0428 1121.21 72.0428C1166.83 72.0428 1194.5 110.182 1194.5 172.998C1194.5 235.815 1166.83 273.954 1121.21 273.954C1095.79 273.954 1074.47 261.615 1061.76 239.554H1060.27V336.771H992.961ZM1090.55 226.093C1111.12 226.093 1122.71 206.65 1122.71 172.998C1122.71 139.346 1111.12 119.903 1090.55 119.903C1069.99 119.903 1058.02 139.346 1058.02 172.998C1058.02 206.65 1069.99 226.093 1090.55 226.093Z" fill="#FF500A" fill-opacity="1"></path><path d="M992.961 336.771V76.5297H1059.14V108.312H1060.64C1074.1 84.3818 1095.04 72.0428 1121.21 72.0428C1166.83 72.0428 1194.5 110.182 1194.5 172.998C1194.5 235.815 1166.83 273.954 1121.21 273.954C1095.79 273.954 1074.47 261.615 1061.76 239.554H1060.27V336.771H992.961ZM1090.55 226.093C1111.12 226.093 1122.71 206.65 1122.71 172.998C1122.71 139.346 1111.12 119.903 1090.55 119.903C1069.99 119.903 1058.02 139.346 1058.02 172.998C1058.02 206.65 1069.99 226.093 1090.55 226.093Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g><g opacity="0"><path d="M1281.34 273.954C1227.87 273.954 1190.86 249.65 1185.62 209.641H1257.41C1258.53 223.102 1267.51 230.58 1281.34 230.58C1293.31 230.58 1301.16 224.972 1301.16 216.372C1301.16 208.146 1295.92 204.781 1277.98 201.042L1261.9 197.676C1211.42 187.207 1191.23 169.633 1191.23 135.981C1191.23 98.5904 1227.87 72.0428 1279.85 72.0428C1330.32 72.0428 1365.47 96.3469 1371.08 134.486H1299.29C1298.54 122.147 1291.44 115.416 1279.85 115.416C1269.75 115.416 1263.02 120.651 1263.02 129.251C1263.02 138.225 1270.12 142.338 1284.33 145.329L1299.29 148.32C1350.14 158.416 1372.95 175.242 1372.95 207.398C1372.95 248.528 1336.31 273.954 1281.34 273.954Z" fill="#FF500A" fill-opacity="1"></path><path d="M1281.34 273.954C1227.87 273.954 1190.86 249.65 1185.62 209.641H1257.41C1258.53 223.102 1267.51 230.58 1281.34 230.58C1293.31 230.58 1301.16 224.972 1301.16 216.372C1301.16 208.146 1295.92 204.781 1277.98 201.042L1261.9 197.676C1211.42 187.207 1191.23 169.633 1191.23 135.981C1191.23 98.5904 1227.87 72.0428 1279.85 72.0428C1330.32 72.0428 1365.47 96.3469 1371.08 134.486H1299.29C1298.54 122.147 1291.44 115.416 1279.85 115.416C1269.75 115.416 1263.02 120.651 1263.02 129.251C1263.02 138.225 1270.12 142.338 1284.33 145.329L1299.29 148.32C1350.14 158.416 1372.95 175.242 1372.95 207.398C1372.95 248.528 1336.31 273.954 1281.34 273.954Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" fill="none"></path></g></svg></div><div class="absolute w-full overflow-visible z-0" style="top:63.9%;height:39%"><div class="h-full w-full" style="opacity:0;filter:blur(14px)"><svg width="100%" height="100%" viewBox="0 0 1384 340" fill="none" class="block h-full w-full" xmlns="http://www.w3.org/2000/svg"><foreignObject x="-8" y="-8" width="1399.03" height="355.771"><div style="backdrop-filter:blur(4px);clip-path:url(#bgblur_0_5111_61_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="8"><mask id="path-1-outside-1_5111_61" maskUnits="userSpaceOnUse" x="-0.918945" y="0" width="1384" height="340" fill="black"><rect fill="white" x="-0.918945" width="1384" height="340"></rect><path d="M1287.93 72.043C1338.69 72.0431 1374.44 96.5301 1380.15 135.34L1380.32 136.485H1306.43L1306.37 135.546C1306.01 129.554 1304.11 125.048 1301.02 122.041C1297.93 119.038 1293.53 117.416 1287.93 117.416C1283.04 117.416 1279.08 118.683 1276.36 120.886C1273.66 123.07 1272.1 126.237 1272.1 130.251C1272.1 134.405 1273.71 137.376 1277.01 139.718C1280.38 142.116 1285.54 143.86 1292.62 145.351L1307.57 148.34H1307.57C1333.04 153.397 1351.64 160.164 1363.89 169.801C1376.2 179.491 1382.03 192.035 1382.03 208.398C1382.03 229.3 1372.7 246.235 1356.42 257.912C1340.17 269.567 1317.04 275.954 1289.42 275.954C1242.16 275.954 1207.33 257.019 1196.01 224.737C1192.87 233.806 1188.8 241.802 1183.85 248.62C1171.04 266.27 1152.42 275.954 1129.29 275.954C1103.75 275.954 1082.28 263.658 1069.35 241.685V338.771H1000.04V76.5293H1068.22V108.163C1081.87 84.3617 1102.99 72.0431 1129.29 72.043C1152.42 72.043 1171.04 81.7271 1183.85 99.377C1190.28 108.227 1195.22 119.062 1198.56 131.653C1200.14 114.89 1209.16 100.568 1223.54 90.1797C1239.41 78.7194 1261.78 72.043 1287.93 72.043ZM116.952 1C147.403 1 172.96 8.70717 191.819 22.8398C209.068 35.7652 220.655 54.0244 225.261 76.5293H243.628V30.165H315.923V76.5293H354.436V117.914C359.16 106.809 366.843 97.4672 377.074 90.1758C393.556 78.4302 416.587 72.043 444.397 72.043C471.778 72.043 493.806 78.2348 510.034 89.998L510.803 90.5625L510.809 90.5664L510.814 90.5713C518.969 96.8297 525.066 104.156 529.115 113.35C529.558 114.356 529.975 115.384 530.368 116.435L530.218 77.5332L530.214 76.5293H600.643V126.013C611.89 94.252 638.84 74.2861 669.19 74.2861H676.547V76.5293H694.846V30.165H767.141V76.5293H873.381V199.798C873.381 208.866 875.052 215.437 878.231 219.721C881.369 223.947 886.087 226.094 892.572 226.094C896.994 226.094 900.803 225.08 904.041 223.082C907.282 221.082 910.009 218.06 912.209 213.955C916.625 205.714 918.867 193.201 918.867 176.242V76.5293H991.162V271.467H921.858V240.218C915.147 252.139 907.213 261.035 897.632 266.971C887.865 273.021 876.458 275.954 863.033 275.954C842.8 275.954 827.249 269.419 816.782 256.61C811.967 250.718 808.256 243.53 805.653 235.098V273.71H751.933C733.083 273.71 718.762 268.997 709.16 259.396C699.559 249.794 694.846 235.473 694.846 216.624V124.895H676.547V139.104H663.208C643.171 139.104 628.031 144.112 617.902 153.647C607.784 163.173 602.513 177.362 602.513 196.059V271.467H474.04L473.773 270.881C470.118 262.84 467.891 251.371 467.384 241.462C458.679 261.979 435.736 275.954 409.25 275.954C389.791 275.954 373.458 270 361.978 259.521C359.158 256.946 356.637 254.102 354.436 251.014V273.71H300.714C281.864 273.71 267.544 268.997 257.942 259.396C248.341 249.794 243.628 235.474 243.628 216.624V124.895H215.585V84.1387H148.931L148.859 83.2148C148.127 73.6992 144.661 66.289 139.134 61.2559C133.604 56.2208 125.915 53.4775 116.578 53.4775C107.787 53.4776 100.65 55.9497 95.7285 60.1553C90.8212 64.3488 88.0392 70.3283 88.0391 77.5293C88.0391 84.1864 90.1781 89.5006 95.3936 93.8691C100.674 98.2923 109.175 101.802 122.025 104.596L122.03 104.597L148.951 110.579L148.954 110.58C178.95 117.329 199.535 127.013 212.625 139.818C225.752 152.66 231.247 168.548 231.247 187.459C231.247 213.944 219.978 236.106 200.251 251.623C180.544 267.124 152.453 275.954 118.822 275.954C51.5398 275.954 5.33062 239.436 1.16504 186.041L1.08105 184.964H78.6201L78.6895 185.889C79.611 198.237 83.653 207.599 90.4746 213.879C97.2973 220.159 107.03 223.477 119.569 223.477C130.075 223.477 138.722 220.895 144.718 216.342C150.686 211.809 154.091 205.28 154.091 197.181C154.091 190.343 151.959 185.42 146.77 181.428C141.485 177.362 132.977 174.221 120.092 171.233L120.088 171.232L93.166 164.876H93.165C63.1742 157.753 42.5926 147.974 29.5059 135.172C16.3798 122.331 10.8838 106.538 10.8838 87.625C10.8839 61.7045 21.868 40.0144 40.6533 24.8252C59.4221 9.64945 85.9262 1.00003 116.952 1ZM433.792 270.642C433.434 270.774 433.074 270.904 432.712 271.031C433.435 270.778 434.152 270.513 434.861 270.236L433.792 270.642ZM890.578 269.581H890.579H890.578ZM893.435 268.204H893.436H893.435ZM472.787 265.62C472.845 265.791 472.905 265.961 472.964 266.13C472.889 265.915 472.814 265.7 472.741 265.482L472.787 265.62ZM908.749 256.602C908.842 256.505 908.933 256.407 909.025 256.31C908.933 256.407 908.842 256.505 908.749 256.602ZM909.467 255.839C909.559 255.739 909.65 255.638 909.742 255.537C909.65 255.638 909.559 255.739 909.467 255.839ZM910.193 255.041C910.291 254.933 910.388 254.824 910.484 254.715C910.388 254.824 910.291 254.933 910.193 255.041ZM910.879 254.265C910.937 254.198 910.997 254.133 911.055 254.066C911.115 253.996 911.175 253.925 911.235 253.854C911.117 253.992 910.998 254.128 910.879 254.265ZM911.539 253.498C911.625 253.397 911.712 253.297 911.797 253.195C911.85 253.132 911.901 253.068 911.954 253.005C911.816 253.17 911.678 253.334 911.539 253.498ZM912.278 252.61C912.378 252.489 912.479 252.367 912.578 252.244C912.479 252.367 912.378 252.489 912.278 252.61ZM1203.21 161.739C1203.46 165.715 1203.58 169.803 1203.58 173.998C1203.58 186.943 1202.41 198.865 1200.15 209.642H1266.41L1266.49 210.559C1267.03 217.077 1269.46 222.051 1273.34 225.402C1277.23 228.761 1282.68 230.58 1289.42 230.58C1295.26 230.58 1299.99 229.21 1303.24 226.888C1306.45 224.586 1308.24 221.328 1308.24 217.372C1308.24 215.42 1307.93 213.833 1307.25 212.481C1306.57 211.136 1305.49 209.951 1303.83 208.859C1300.46 206.64 1294.84 204.892 1285.85 203.021H1285.85L1269.77 199.655V199.654C1244.49 194.409 1226.61 187.355 1215.06 177.275C1209.84 172.725 1205.94 167.576 1203.21 161.739ZM432.845 227.891C432.933 227.904 433.021 227.916 433.109 227.929C433.021 227.916 432.933 227.904 432.845 227.891ZM464.71 177.359C460.061 181.138 451.993 184.924 436.837 189.537C429.615 191.76 424.559 194.409 421.314 197.654C418.107 200.862 416.606 204.713 416.606 209.52C416.606 214.841 418.726 219.235 422.332 222.313C425.951 225.403 431.128 227.215 437.293 227.215C445.073 227.215 451.901 224.327 456.791 218.943C461.686 213.555 464.71 205.585 464.71 195.312V177.359ZM429.038 227.031C429.107 227.053 429.177 227.072 429.246 227.093C429.009 227.022 428.773 226.949 428.541 226.871L429.038 227.031ZM1098.63 121.903C1088.73 121.903 1080.9 126.558 1075.51 135.354C1070.08 144.203 1067.1 157.268 1067.1 173.998C1067.1 190.729 1070.08 203.794 1075.51 212.643C1080.9 221.439 1088.73 226.094 1098.63 226.094C1108.54 226.094 1116.26 221.441 1121.57 212.648C1126.9 203.8 1129.79 190.733 1129.79 173.998C1129.79 157.263 1126.9 144.196 1121.57 135.348C1116.26 126.555 1108.54 121.903 1098.63 121.903ZM424.489 225.053C424.529 225.076 424.568 225.099 424.608 225.122C424.568 225.099 424.529 225.076 424.489 225.053ZM423.403 224.376C423.444 224.403 423.485 224.43 423.526 224.457C423.485 224.43 423.444 224.403 423.403 224.376ZM444.771 117.416C438.08 117.416 432.747 119.58 428.992 123.468C425.228 127.365 422.953 133.095 422.588 140.396L422.54 141.347H349.099L349.175 140.275C349.561 134.874 350.488 129.741 351.927 124.895H315.923V212.137C315.923 216.933 316.764 219.856 318.527 221.619C320.291 223.382 323.213 224.224 328.01 224.224H344.393C344.092 221.637 343.938 218.977 343.938 216.25C343.938 198.09 349.06 184.501 361.166 174.309C373.201 164.176 392.024 157.503 419.176 152.821H419.179L438.995 149.456L439.004 149.455C449.49 147.77 455.944 146.107 459.778 143.833C461.663 142.715 462.871 141.474 463.621 140.041C464.375 138.6 464.71 136.881 464.71 134.738C464.71 124.942 456.314 117.416 444.771 117.416ZM767.141 212.137C767.141 216.933 767.983 219.856 769.746 221.619C771.509 223.382 774.431 224.224 779.228 224.224H803.033C801.737 217.034 801.086 209.134 801.086 200.546V124.895H767.141V212.137ZM422.309 223.583C422.346 223.612 422.382 223.642 422.42 223.671C422.382 223.642 422.346 223.612 422.309 223.583ZM421.75 223.129C421.833 223.199 421.917 223.27 422.002 223.339C421.917 223.27 421.833 223.199 421.75 223.129ZM421.358 222.789C421.434 222.857 421.511 222.924 421.589 222.991C421.512 222.924 421.434 222.857 421.358 222.789ZM1266.32 215.566C1266.34 215.63 1266.35 215.693 1266.37 215.756C1266.35 215.693 1266.34 215.63 1266.32 215.566ZM1266.14 214.842C1266.15 214.884 1266.16 214.925 1266.17 214.967C1266.16 214.925 1266.15 214.884 1266.14 214.842ZM1265.93 213.849C1265.95 213.937 1265.96 214.025 1265.98 214.113C1265.96 214.025 1265.95 213.937 1265.93 213.849ZM1380.87 213.075C1380.9 212.64 1380.92 212.202 1380.95 211.763C1380.92 212.202 1380.9 212.64 1380.87 213.075ZM1381 210.314C1380.99 210.729 1380.98 211.142 1380.96 211.554C1380.99 210.827 1381.01 210.096 1381.02 209.359L1381 210.314ZM1307.42 210.84C1307.39 210.806 1307.37 210.773 1307.34 210.739C1307.37 210.773 1307.39 210.806 1307.42 210.84ZM872.4 201.488C872.41 201.877 872.424 202.261 872.439 202.641C872.423 202.253 872.41 201.86 872.4 201.463V201.488ZM465.65 197.747C465.658 197.581 465.669 197.415 465.675 197.248V197.233C465.668 197.405 465.658 197.576 465.65 197.747ZM423.924 194.229C423.785 194.324 423.648 194.42 423.513 194.516C423.784 194.323 424.062 194.133 424.348 193.946L423.924 194.229ZM425.615 193.162C425.587 193.179 425.559 193.195 425.531 193.212C425.559 193.195 425.587 193.179 425.615 193.162ZM426.475 192.674C426.423 192.702 426.372 192.73 426.321 192.759C426.372 192.73 426.423 192.702 426.475 192.674ZM427.396 192.185C427.321 192.223 427.245 192.262 427.17 192.301C427.245 192.262 427.321 192.223 427.396 192.185ZM428.137 191.813C428.11 191.827 428.083 191.84 428.056 191.854C428.083 191.84 428.11 191.827 428.137 191.813ZM919.769 182.188C919.715 183.774 919.638 185.318 919.54 186.82C919.638 185.318 919.715 183.774 919.769 182.188ZM450.103 183.968C450.475 183.823 450.84 183.679 451.197 183.535C451.356 183.471 451.512 183.406 451.668 183.343C451.161 183.549 450.64 183.758 450.103 183.968ZM451.78 183.297C452.287 183.09 452.779 182.886 453.256 182.682V182.681C452.779 182.885 452.287 183.09 451.78 183.297ZM919.815 180.604C919.811 180.794 919.805 180.983 919.8 181.171C919.816 180.58 919.831 179.983 919.841 179.381L919.815 180.604ZM142.657 177.66C143.104 177.894 143.537 178.131 143.956 178.372C143.537 178.131 143.104 177.894 142.658 177.66H142.657ZM1206.91 166.401C1206.93 166.437 1206.96 166.472 1206.98 166.508C1206.95 166.455 1206.91 166.403 1206.88 166.35L1206.91 166.401ZM660.399 138.137C660.115 138.144 659.831 138.15 659.549 138.159C660.138 138.141 660.731 138.128 661.329 138.118L660.399 138.137ZM465.674 135.924C465.651 136.288 465.617 136.642 465.571 136.986C465.632 136.529 465.673 136.054 465.693 135.562L465.674 135.924ZM1199.55 131.797C1199.44 132.932 1199.37 134.079 1199.34 135.236H1199.34C1199.37 134.079 1199.44 132.932 1199.55 131.796V131.797ZM465.697 134.104C465.705 134.315 465.71 134.526 465.71 134.738L465.704 134.249C465.703 134.201 465.699 134.153 465.697 134.104ZM465.676 133.648C465.67 133.557 465.664 133.467 465.657 133.376C465.664 133.467 465.67 133.557 465.676 133.648ZM464.854 129.312C465.029 129.846 465.178 130.39 465.301 130.945C465.334 131.097 465.366 131.25 465.396 131.403C465.455 131.711 465.506 132.021 465.549 132.335L465.479 131.866C465.335 130.989 465.124 130.137 464.854 129.312ZM1271.15 129.063C1271.13 129.322 1271.11 129.585 1271.11 129.851L1271.12 129.455C1271.13 129.324 1271.14 129.194 1271.15 129.064V129.063ZM464.649 128.727C464.71 128.89 464.767 129.055 464.822 129.221C464.767 129.055 464.71 128.889 464.649 128.726V128.727ZM464.318 127.899L464.309 127.875C464.293 127.84 464.276 127.805 464.261 127.77C464.28 127.813 464.3 127.856 464.318 127.899ZM463.998 127.201C464.021 127.248 464.042 127.294 464.064 127.341C464.05 127.311 464.038 127.281 464.023 127.252L463.998 127.201ZM463.759 126.73C463.728 126.672 463.697 126.614 463.665 126.556C463.696 126.614 463.728 126.672 463.759 126.73ZM463.41 126.1C463.385 126.057 463.359 126.014 463.334 125.972C463.359 126.014 463.385 126.057 463.41 126.1ZM1088.58 122.688C1088.45 122.736 1088.33 122.785 1088.2 122.835C1088.33 122.785 1088.45 122.736 1088.58 122.688ZM1089.06 122.507C1088.92 122.558 1088.78 122.609 1088.64 122.662C1088.78 122.609 1088.92 122.558 1089.06 122.507ZM1089.53 122.343C1089.41 122.384 1089.29 122.426 1089.17 122.469C1089.29 122.426 1089.41 122.384 1089.53 122.343ZM1089.85 122.237C1089.8 122.252 1089.76 122.266 1089.71 122.281C1089.76 122.266 1089.8 122.252 1089.85 122.237ZM1090.31 122.092C1090.26 122.108 1090.21 122.123 1090.16 122.14C1090.21 122.123 1090.26 122.108 1090.31 122.092ZM1302.39 122.025C1302.27 121.892 1302.15 121.76 1302.02 121.631L1302.01 121.621C1302.14 121.753 1302.27 121.888 1302.39 122.025ZM1090.74 121.966C1090.7 121.978 1090.65 121.99 1090.61 122.002C1090.65 121.99 1090.7 121.978 1090.74 121.966ZM1091.25 121.826C1091.16 121.849 1091.08 121.871 1090.99 121.895C1091.08 121.871 1091.16 121.849 1091.25 121.826ZM1092.17 121.602C1091.9 121.661 1091.64 121.725 1091.38 121.792C1091.64 121.725 1091.9 121.661 1092.17 121.602ZM1093.08 121.41C1092.8 121.464 1092.52 121.523 1092.24 121.586C1092.51 121.524 1092.8 121.466 1093.08 121.412C1093.08 121.412 1093.08 121.411 1093.08 121.41ZM1094.88 121.13L1094.42 121.19C1094.61 121.165 1094.79 121.14 1094.98 121.118L1094.88 121.13ZM1278.5 118.357H1278.5C1278.62 118.302 1278.73 118.249 1278.85 118.196H1278.85C1278.73 118.249 1278.62 118.302 1278.5 118.357ZM1281.82 117.148C1281.65 117.193 1281.48 117.24 1281.31 117.288C1281.48 117.24 1281.65 117.193 1281.82 117.148H1281.82ZM1283.88 116.722H1283.88C1284.02 116.699 1284.16 116.678 1284.31 116.658H1284.31C1284.16 116.678 1284.02 116.699 1283.88 116.722ZM112.911 103.325C112.988 103.348 113.065 103.369 113.142 103.392C112.724 103.27 112.311 103.148 111.905 103.023L112.911 103.325ZM105.104 100.609C105.123 100.617 105.142 100.625 105.16 100.633C105.142 100.625 105.123 100.617 105.104 100.609ZM103.989 100.135C104.086 100.177 104.183 100.219 104.28 100.261C104.183 100.219 104.086 100.177 103.989 100.135ZM1075.09 99.5654C1074.93 99.7795 1074.77 99.9963 1074.61 100.213C1074.77 99.9963 1074.93 99.7794 1075.09 99.5654ZM1075.99 98.4102C1075.83 98.6132 1075.67 98.818 1075.51 99.0234C1075.67 98.818 1075.83 98.6132 1075.99 98.4102ZM1076.91 97.2754C1076.73 97.4938 1076.55 97.7142 1076.37 97.9355C1076.55 97.7142 1076.73 97.4938 1076.91 97.2754ZM1077.85 96.1533C1077.65 96.3833 1077.45 96.6152 1077.26 96.8486C1077.45 96.6153 1077.65 96.3833 1077.85 96.1533ZM1078.79 95.0752C1078.58 95.3106 1078.37 95.548 1078.16 95.7871C1078.37 95.548 1078.58 95.3106 1078.79 95.0752ZM1079.78 93.9805C1079.56 94.2235 1079.33 94.4686 1079.11 94.7158C1079.33 94.4686 1079.56 94.2236 1079.78 93.9805ZM1080.18 93.5488C1080.15 93.5825 1080.12 93.6166 1080.09 93.6504C1080.16 93.5731 1080.23 93.4958 1080.31 93.4189L1080.18 93.5488ZM91.1338 90.8623C91.148 90.8813 91.1625 90.9 91.1768 90.9189C91.1625 90.9 91.148 90.8813 91.1338 90.8623ZM1093.65 121.31C1093.46 121.341 1093.27 121.375 1093.08 121.41C1093.27 121.375 1093.46 121.341 1093.65 121.31Z"></path></mask><path d="M1287.93 72.043C1338.69 72.0431 1374.44 96.5301 1380.15 135.34L1380.32 136.485H1306.43L1306.37 135.546C1306.01 129.554 1304.11 125.048 1301.02 122.041C1297.93 119.038 1293.53 117.416 1287.93 117.416C1283.04 117.416 1279.08 118.683 1276.36 120.886C1273.66 123.07 1272.1 126.237 1272.1 130.251C1272.1 134.405 1273.71 137.376 1277.01 139.718C1280.38 142.116 1285.54 143.86 1292.62 145.351L1307.57 148.34H1307.57C1333.04 153.397 1351.64 160.164 1363.89 169.801C1376.2 179.491 1382.03 192.035 1382.03 208.398C1382.03 229.3 1372.7 246.235 1356.42 257.912C1340.17 269.567 1317.04 275.954 1289.42 275.954C1242.16 275.954 1207.33 257.019 1196.01 224.737C1192.87 233.806 1188.8 241.802 1183.85 248.62C1171.04 266.27 1152.42 275.954 1129.29 275.954C1103.75 275.954 1082.28 263.658 1069.35 241.685V338.771H1000.04V76.5293H1068.22V108.163C1081.87 84.3617 1102.99 72.0431 1129.29 72.043C1152.42 72.043 1171.04 81.7271 1183.85 99.377C1190.28 108.227 1195.22 119.062 1198.56 131.653C1200.14 114.89 1209.16 100.568 1223.54 90.1797C1239.41 78.7194 1261.78 72.043 1287.93 72.043ZM116.952 1C147.403 1 172.96 8.70717 191.819 22.8398C209.068 35.7652 220.655 54.0244 225.261 76.5293H243.628V30.165H315.923V76.5293H354.436V117.914C359.16 106.809 366.843 97.4672 377.074 90.1758C393.556 78.4302 416.587 72.043 444.397 72.043C471.778 72.043 493.806 78.2348 510.034 89.998L510.803 90.5625L510.809 90.5664L510.814 90.5713C518.969 96.8297 525.066 104.156 529.115 113.35C529.558 114.356 529.975 115.384 530.368 116.435L530.218 77.5332L530.214 76.5293H600.643V126.013C611.89 94.252 638.84 74.2861 669.19 74.2861H676.547V76.5293H694.846V30.165H767.141V76.5293H873.381V199.798C873.381 208.866 875.052 215.437 878.231 219.721C881.369 223.947 886.087 226.094 892.572 226.094C896.994 226.094 900.803 225.08 904.041 223.082C907.282 221.082 910.009 218.06 912.209 213.955C916.625 205.714 918.867 193.201 918.867 176.242V76.5293H991.162V271.467H921.858V240.218C915.147 252.139 907.213 261.035 897.632 266.971C887.865 273.021 876.458 275.954 863.033 275.954C842.8 275.954 827.249 269.419 816.782 256.61C811.967 250.718 808.256 243.53 805.653 235.098V273.71H751.933C733.083 273.71 718.762 268.997 709.16 259.396C699.559 249.794 694.846 235.473 694.846 216.624V124.895H676.547V139.104H663.208C643.171 139.104 628.031 144.112 617.902 153.647C607.784 163.173 602.513 177.362 602.513 196.059V271.467H474.04L473.773 270.881C470.118 262.84 467.891 251.371 467.384 241.462C458.679 261.979 435.736 275.954 409.25 275.954C389.791 275.954 373.458 270 361.978 259.521C359.158 256.946 356.637 254.102 354.436 251.014V273.71H300.714C281.864 273.71 267.544 268.997 257.942 259.396C248.341 249.794 243.628 235.474 243.628 216.624V124.895H215.585V84.1387H148.931L148.859 83.2148C148.127 73.6992 144.661 66.289 139.134 61.2559C133.604 56.2208 125.915 53.4775 116.578 53.4775C107.787 53.4776 100.65 55.9497 95.7285 60.1553C90.8212 64.3488 88.0392 70.3283 88.0391 77.5293C88.0391 84.1864 90.1781 89.5006 95.3936 93.8691C100.674 98.2923 109.175 101.802 122.025 104.596L122.03 104.597L148.951 110.579L148.954 110.58C178.95 117.329 199.535 127.013 212.625 139.818C225.752 152.66 231.247 168.548 231.247 187.459C231.247 213.944 219.978 236.106 200.251 251.623C180.544 267.124 152.453 275.954 118.822 275.954C51.5398 275.954 5.33062 239.436 1.16504 186.041L1.08105 184.964H78.6201L78.6895 185.889C79.611 198.237 83.653 207.599 90.4746 213.879C97.2973 220.159 107.03 223.477 119.569 223.477C130.075 223.477 138.722 220.895 144.718 216.342C150.686 211.809 154.091 205.28 154.091 197.181C154.091 190.343 151.959 185.42 146.77 181.428C141.485 177.362 132.977 174.221 120.092 171.233L120.088 171.232L93.166 164.876H93.165C63.1742 157.753 42.5926 147.974 29.5059 135.172C16.3798 122.331 10.8838 106.538 10.8838 87.625C10.8839 61.7045 21.868 40.0144 40.6533 24.8252C59.4221 9.64945 85.9262 1.00003 116.952 1ZM433.792 270.642C433.434 270.774 433.074 270.904 432.712 271.031C433.435 270.778 434.152 270.513 434.861 270.236L433.792 270.642ZM890.578 269.581H890.579H890.578ZM893.435 268.204H893.436H893.435ZM472.787 265.62C472.845 265.791 472.905 265.961 472.964 266.13C472.889 265.915 472.814 265.7 472.741 265.482L472.787 265.62ZM908.749 256.602C908.842 256.505 908.933 256.407 909.025 256.31C908.933 256.407 908.842 256.505 908.749 256.602ZM909.467 255.839C909.559 255.739 909.65 255.638 909.742 255.537C909.65 255.638 909.559 255.739 909.467 255.839ZM910.193 255.041C910.291 254.933 910.388 254.824 910.484 254.715C910.388 254.824 910.291 254.933 910.193 255.041ZM910.879 254.265C910.937 254.198 910.997 254.133 911.055 254.066C911.115 253.996 911.175 253.925 911.235 253.854C911.117 253.992 910.998 254.128 910.879 254.265ZM911.539 253.498C911.625 253.397 911.712 253.297 911.797 253.195C911.85 253.132 911.901 253.068 911.954 253.005C911.816 253.17 911.678 253.334 911.539 253.498ZM912.278 252.61C912.378 252.489 912.479 252.367 912.578 252.244C912.479 252.367 912.378 252.489 912.278 252.61ZM1203.21 161.739C1203.46 165.715 1203.58 169.803 1203.58 173.998C1203.58 186.943 1202.41 198.865 1200.15 209.642H1266.41L1266.49 210.559C1267.03 217.077 1269.46 222.051 1273.34 225.402C1277.23 228.761 1282.68 230.58 1289.42 230.58C1295.26 230.58 1299.99 229.21 1303.24 226.888C1306.45 224.586 1308.24 221.328 1308.24 217.372C1308.24 215.42 1307.93 213.833 1307.25 212.481C1306.57 211.136 1305.49 209.951 1303.83 208.859C1300.46 206.64 1294.84 204.892 1285.85 203.021H1285.85L1269.77 199.655V199.654C1244.49 194.409 1226.61 187.355 1215.06 177.275C1209.84 172.725 1205.94 167.576 1203.21 161.739ZM432.845 227.891C432.933 227.904 433.021 227.916 433.109 227.929C433.021 227.916 432.933 227.904 432.845 227.891ZM464.71 177.359C460.061 181.138 451.993 184.924 436.837 189.537C429.615 191.76 424.559 194.409 421.314 197.654C418.107 200.862 416.606 204.713 416.606 209.52C416.606 214.841 418.726 219.235 422.332 222.313C425.951 225.403 431.128 227.215 437.293 227.215C445.073 227.215 451.901 224.327 456.791 218.943C461.686 213.555 464.71 205.585 464.71 195.312V177.359ZM429.038 227.031C429.107 227.053 429.177 227.072 429.246 227.093C429.009 227.022 428.773 226.949 428.541 226.871L429.038 227.031ZM1098.63 121.903C1088.73 121.903 1080.9 126.558 1075.51 135.354C1070.08 144.203 1067.1 157.268 1067.1 173.998C1067.1 190.729 1070.08 203.794 1075.51 212.643C1080.9 221.439 1088.73 226.094 1098.63 226.094C1108.54 226.094 1116.26 221.441 1121.57 212.648C1126.9 203.8 1129.79 190.733 1129.79 173.998C1129.79 157.263 1126.9 144.196 1121.57 135.348C1116.26 126.555 1108.54 121.903 1098.63 121.903ZM424.489 225.053C424.529 225.076 424.568 225.099 424.608 225.122C424.568 225.099 424.529 225.076 424.489 225.053ZM423.403 224.376C423.444 224.403 423.485 224.43 423.526 224.457C423.485 224.43 423.444 224.403 423.403 224.376ZM444.771 117.416C438.08 117.416 432.747 119.58 428.992 123.468C425.228 127.365 422.953 133.095 422.588 140.396L422.54 141.347H349.099L349.175 140.275C349.561 134.874 350.488 129.741 351.927 124.895H315.923V212.137C315.923 216.933 316.764 219.856 318.527 221.619C320.291 223.382 323.213 224.224 328.01 224.224H344.393C344.092 221.637 343.938 218.977 343.938 216.25C343.938 198.09 349.06 184.501 361.166 174.309C373.201 164.176 392.024 157.503 419.176 152.821H419.179L438.995 149.456L439.004 149.455C449.49 147.77 455.944 146.107 459.778 143.833C461.663 142.715 462.871 141.474 463.621 140.041C464.375 138.6 464.71 136.881 464.71 134.738C464.71 124.942 456.314 117.416 444.771 117.416ZM767.141 212.137C767.141 216.933 767.983 219.856 769.746 221.619C771.509 223.382 774.431 224.224 779.228 224.224H803.033C801.737 217.034 801.086 209.134 801.086 200.546V124.895H767.141V212.137ZM422.309 223.583C422.346 223.612 422.382 223.642 422.42 223.671C422.382 223.642 422.346 223.612 422.309 223.583ZM421.75 223.129C421.833 223.199 421.917 223.27 422.002 223.339C421.917 223.27 421.833 223.199 421.75 223.129ZM421.358 222.789C421.434 222.857 421.511 222.924 421.589 222.991C421.512 222.924 421.434 222.857 421.358 222.789ZM1266.32 215.566C1266.34 215.63 1266.35 215.693 1266.37 215.756C1266.35 215.693 1266.34 215.63 1266.32 215.566ZM1266.14 214.842C1266.15 214.884 1266.16 214.925 1266.17 214.967C1266.16 214.925 1266.15 214.884 1266.14 214.842ZM1265.93 213.849C1265.95 213.937 1265.96 214.025 1265.98 214.113C1265.96 214.025 1265.95 213.937 1265.93 213.849ZM1380.87 213.075C1380.9 212.64 1380.92 212.202 1380.95 211.763C1380.92 212.202 1380.9 212.64 1380.87 213.075ZM1381 210.314C1380.99 210.729 1380.98 211.142 1380.96 211.554C1380.99 210.827 1381.01 210.096 1381.02 209.359L1381 210.314ZM1307.42 210.84C1307.39 210.806 1307.37 210.773 1307.34 210.739C1307.37 210.773 1307.39 210.806 1307.42 210.84ZM872.4 201.488C872.41 201.877 872.424 202.261 872.439 202.641C872.423 202.253 872.41 201.86 872.4 201.463V201.488ZM465.65 197.747C465.658 197.581 465.669 197.415 465.675 197.248V197.233C465.668 197.405 465.658 197.576 465.65 197.747ZM423.924 194.229C423.785 194.324 423.648 194.42 423.513 194.516C423.784 194.323 424.062 194.133 424.348 193.946L423.924 194.229ZM425.615 193.162C425.587 193.179 425.559 193.195 425.531 193.212C425.559 193.195 425.587 193.179 425.615 193.162ZM426.475 192.674C426.423 192.702 426.372 192.73 426.321 192.759C426.372 192.73 426.423 192.702 426.475 192.674ZM427.396 192.185C427.321 192.223 427.245 192.262 427.17 192.301C427.245 192.262 427.321 192.223 427.396 192.185ZM428.137 191.813C428.11 191.827 428.083 191.84 428.056 191.854C428.083 191.84 428.11 191.827 428.137 191.813ZM919.769 182.188C919.715 183.774 919.638 185.318 919.54 186.82C919.638 185.318 919.715 183.774 919.769 182.188ZM450.103 183.968C450.475 183.823 450.84 183.679 451.197 183.535C451.356 183.471 451.512 183.406 451.668 183.343C451.161 183.549 450.64 183.758 450.103 183.968ZM451.78 183.297C452.287 183.09 452.779 182.886 453.256 182.682V182.681C452.779 182.885 452.287 183.09 451.78 183.297ZM919.815 180.604C919.811 180.794 919.805 180.983 919.8 181.171C919.816 180.58 919.831 179.983 919.841 179.381L919.815 180.604ZM142.657 177.66C143.104 177.894 143.537 178.131 143.956 178.372C143.537 178.131 143.104 177.894 142.658 177.66H142.657ZM1206.91 166.401C1206.93 166.437 1206.96 166.472 1206.98 166.508C1206.95 166.455 1206.91 166.403 1206.88 166.35L1206.91 166.401ZM660.399 138.137C660.115 138.144 659.831 138.15 659.549 138.159C660.138 138.141 660.731 138.128 661.329 138.118L660.399 138.137ZM465.674 135.924C465.651 136.288 465.617 136.642 465.571 136.986C465.632 136.529 465.673 136.054 465.693 135.562L465.674 135.924ZM1199.55 131.797C1199.44 132.932 1199.37 134.079 1199.34 135.236H1199.34C1199.37 134.079 1199.44 132.932 1199.55 131.796V131.797ZM465.697 134.104C465.705 134.315 465.71 134.526 465.71 134.738L465.704 134.249C465.703 134.201 465.699 134.153 465.697 134.104ZM465.676 133.648C465.67 133.557 465.664 133.467 465.657 133.376C465.664 133.467 465.67 133.557 465.676 133.648ZM464.854 129.312C465.029 129.846 465.178 130.39 465.301 130.945C465.334 131.097 465.366 131.25 465.396 131.403C465.455 131.711 465.506 132.021 465.549 132.335L465.479 131.866C465.335 130.989 465.124 130.137 464.854 129.312ZM1271.15 129.063C1271.13 129.322 1271.11 129.585 1271.11 129.851L1271.12 129.455C1271.13 129.324 1271.14 129.194 1271.15 129.064V129.063ZM464.649 128.727C464.71 128.89 464.767 129.055 464.822 129.221C464.767 129.055 464.71 128.889 464.649 128.726V128.727ZM464.318 127.899L464.309 127.875C464.293 127.84 464.276 127.805 464.261 127.77C464.28 127.813 464.3 127.856 464.318 127.899ZM463.998 127.201C464.021 127.248 464.042 127.294 464.064 127.341C464.05 127.311 464.038 127.281 464.023 127.252L463.998 127.201ZM463.759 126.73C463.728 126.672 463.697 126.614 463.665 126.556C463.696 126.614 463.728 126.672 463.759 126.73ZM463.41 126.1C463.385 126.057 463.359 126.014 463.334 125.972C463.359 126.014 463.385 126.057 463.41 126.1ZM1088.58 122.688C1088.45 122.736 1088.33 122.785 1088.2 122.835C1088.33 122.785 1088.45 122.736 1088.58 122.688ZM1089.06 122.507C1088.92 122.558 1088.78 122.609 1088.64 122.662C1088.78 122.609 1088.92 122.558 1089.06 122.507ZM1089.53 122.343C1089.41 122.384 1089.29 122.426 1089.17 122.469C1089.29 122.426 1089.41 122.384 1089.53 122.343ZM1089.85 122.237C1089.8 122.252 1089.76 122.266 1089.71 122.281C1089.76 122.266 1089.8 122.252 1089.85 122.237ZM1090.31 122.092C1090.26 122.108 1090.21 122.123 1090.16 122.14C1090.21 122.123 1090.26 122.108 1090.31 122.092ZM1302.39 122.025C1302.27 121.892 1302.15 121.76 1302.02 121.631L1302.01 121.621C1302.14 121.753 1302.27 121.888 1302.39 122.025ZM1090.74 121.966C1090.7 121.978 1090.65 121.99 1090.61 122.002C1090.65 121.99 1090.7 121.978 1090.74 121.966ZM1091.25 121.826C1091.16 121.849 1091.08 121.871 1090.99 121.895C1091.08 121.871 1091.16 121.849 1091.25 121.826ZM1092.17 121.602C1091.9 121.661 1091.64 121.725 1091.38 121.792C1091.64 121.725 1091.9 121.661 1092.17 121.602ZM1093.08 121.41C1092.8 121.464 1092.52 121.523 1092.24 121.586C1092.51 121.524 1092.8 121.466 1093.08 121.412C1093.08 121.412 1093.08 121.411 1093.08 121.41ZM1094.88 121.13L1094.42 121.19C1094.61 121.165 1094.79 121.14 1094.98 121.118L1094.88 121.13ZM1278.5 118.357H1278.5C1278.62 118.302 1278.73 118.249 1278.85 118.196H1278.85C1278.73 118.249 1278.62 118.302 1278.5 118.357ZM1281.82 117.148C1281.65 117.193 1281.48 117.24 1281.31 117.288C1281.48 117.24 1281.65 117.193 1281.82 117.148H1281.82ZM1283.88 116.722H1283.88C1284.02 116.699 1284.16 116.678 1284.31 116.658H1284.31C1284.16 116.678 1284.02 116.699 1283.88 116.722ZM112.911 103.325C112.988 103.348 113.065 103.369 113.142 103.392C112.724 103.27 112.311 103.148 111.905 103.023L112.911 103.325ZM105.104 100.609C105.123 100.617 105.142 100.625 105.16 100.633C105.142 100.625 105.123 100.617 105.104 100.609ZM103.989 100.135C104.086 100.177 104.183 100.219 104.28 100.261C104.183 100.219 104.086 100.177 103.989 100.135ZM1075.09 99.5654C1074.93 99.7795 1074.77 99.9963 1074.61 100.213C1074.77 99.9963 1074.93 99.7794 1075.09 99.5654ZM1075.99 98.4102C1075.83 98.6132 1075.67 98.818 1075.51 99.0234C1075.67 98.818 1075.83 98.6132 1075.99 98.4102ZM1076.91 97.2754C1076.73 97.4938 1076.55 97.7142 1076.37 97.9355C1076.55 97.7142 1076.73 97.4938 1076.91 97.2754ZM1077.85 96.1533C1077.65 96.3833 1077.45 96.6152 1077.26 96.8486C1077.45 96.6153 1077.65 96.3833 1077.85 96.1533ZM1078.79 95.0752C1078.58 95.3106 1078.37 95.548 1078.16 95.7871C1078.37 95.548 1078.58 95.3106 1078.79 95.0752ZM1079.78 93.9805C1079.56 94.2235 1079.33 94.4686 1079.11 94.7158C1079.33 94.4686 1079.56 94.2236 1079.78 93.9805ZM1080.18 93.5488C1080.15 93.5825 1080.12 93.6166 1080.09 93.6504C1080.16 93.5731 1080.23 93.4958 1080.31 93.4189L1080.18 93.5488ZM91.1338 90.8623C91.148 90.8813 91.1625 90.9 91.1768 90.9189C91.1625 90.9 91.148 90.8813 91.1338 90.8623ZM1093.65 121.31C1093.46 121.341 1093.27 121.375 1093.08 121.41C1093.27 121.375 1093.46 121.341 1093.65 121.31Z" fill="#FF500A" fill-opacity="0.08"></path><path d="M1287.93 72.043V71.043V71.043V72.043ZM1380.15 135.34L1379.16 135.485L1379.16 135.486L1380.15 135.34ZM1380.32 136.485V137.485H1381.48L1381.31 136.339L1380.32 136.485ZM1306.43 136.485L1305.43 136.547L1305.49 137.485H1306.43V136.485ZM1306.37 135.546L1305.37 135.606V135.607L1306.37 135.546ZM1301.02 122.041L1301.72 121.324V121.324L1301.02 122.041ZM1287.93 117.416V116.416V116.416V117.416ZM1276.36 120.886L1275.73 120.108L1275.73 120.109L1276.36 120.886ZM1272.1 130.251H1271.1V130.251H1272.1ZM1277.01 139.718L1276.43 140.533V140.533L1277.01 139.718ZM1292.62 145.351L1292.41 146.329L1292.42 146.331L1292.62 145.351ZM1307.57 148.34V149.34L1307.76 147.359L1307.57 148.34ZM1307.57 148.34V147.34L1307.37 149.321L1307.57 148.34ZM1363.89 169.801L1364.51 169.015V169.015L1363.89 169.801ZM1382.03 208.398H1383.03V208.398H1382.03ZM1356.42 257.912L1357 258.725V258.725L1356.42 257.912ZM1289.42 275.954V276.954V276.954V275.954ZM1196.01 224.737L1196.95 224.406L1196 221.696L1195.06 224.411L1196.01 224.737ZM1183.85 248.62L1184.66 249.208V249.208L1183.85 248.62ZM1129.29 275.954V276.954V276.954V275.954ZM1069.35 241.685L1070.21 241.177L1068.35 238.014V241.685H1069.35ZM1069.35 338.771V339.771H1070.35V338.771H1069.35ZM1000.04 338.771H999.042V339.771H1000.04V338.771ZM1000.04 76.5293V75.5293H999.042V76.5293H1000.04ZM1068.22 76.5293H1069.22V75.5293H1068.22V76.5293ZM1068.22 108.163H1067.22V111.918L1069.09 108.66L1068.22 108.163ZM1129.29 72.043V71.043V71.043V72.043ZM1183.85 99.377L1184.66 98.7896V98.7896L1183.85 99.377ZM1198.56 131.653L1197.59 131.909L1199.55 131.747L1198.56 131.653ZM1223.54 90.1797L1222.96 89.3691V89.3691L1223.54 90.1797ZM116.952 1V0V0V1ZM191.819 22.8398L192.419 22.0396L192.419 22.0396L191.819 22.8398ZM225.261 76.5293L224.281 76.7298L224.445 77.5293H225.261V76.5293ZM243.628 76.5293V77.5293H244.628V76.5293H243.628ZM243.628 30.165V29.165H242.628V30.165H243.628ZM315.923 30.165H316.923V29.165H315.923V30.165ZM315.923 76.5293H314.923V77.5293H315.923V76.5293ZM354.436 76.5293H355.436V75.5293H354.436V76.5293ZM354.436 117.914H353.436L355.356 118.306L354.436 117.914ZM377.074 90.1758L376.494 89.3614V89.3614L377.074 90.1758ZM444.397 72.043V71.043V71.043V72.043ZM510.034 89.998L510.626 89.192L510.621 89.1884L510.034 89.998ZM510.803 90.5625L510.211 91.3685L510.229 91.3819L510.248 91.3945L510.803 90.5625ZM510.809 90.5664L511.449 89.7982L511.408 89.764L511.363 89.7344L510.809 90.5664ZM510.814 90.5713L510.174 91.3395L510.19 91.3524L510.206 91.3646L510.814 90.5713ZM529.115 113.35L530.03 112.947V112.947L529.115 113.35ZM530.368 116.435L529.432 116.785L531.368 116.431L530.368 116.435ZM530.218 77.5332L531.218 77.5293V77.5293L530.218 77.5332ZM530.214 76.5293V75.5293H529.21L529.214 76.5332L530.214 76.5293ZM600.643 76.5293H601.643V75.5293H600.643V76.5293ZM600.643 126.013H599.643L601.585 126.346L600.643 126.013ZM676.547 74.2861H677.547V73.2861H676.547V74.2861ZM676.547 76.5293H675.547V77.5293H676.547V76.5293ZM694.846 76.5293V77.5293H695.846V76.5293H694.846ZM694.846 30.165V29.165H693.846V30.165H694.846ZM767.141 30.165H768.141V29.165H767.141V30.165ZM767.141 76.5293H766.141V77.5293H767.141V76.5293ZM873.381 76.5293H874.381V75.5293H873.381V76.5293ZM878.231 219.721L877.428 220.317V220.317L878.231 219.721ZM892.572 226.094V227.094V227.094V226.094ZM904.041 223.082L903.516 222.231V222.231L904.041 223.082ZM912.209 213.955L911.328 213.483V213.483L912.209 213.955ZM918.867 176.242H919.867V176.242H918.867ZM918.867 76.5293V75.5293H917.867V76.5293H918.867ZM991.162 76.5293H992.162V75.5293H991.162V76.5293ZM991.162 271.467V272.467H992.162V271.467H991.162ZM921.858 271.467H920.858V272.467H921.858V271.467ZM921.858 240.218H922.858V236.403L920.987 239.727L921.858 240.218ZM897.632 266.971L898.158 267.821V267.821L897.632 266.971ZM863.033 275.954V276.954V276.954V275.954ZM816.782 256.61L816.008 257.243V257.243L816.782 256.61ZM805.653 235.098L806.609 234.803L804.653 235.098H805.653ZM805.653 273.71V274.71H806.653V273.71H805.653ZM709.16 259.396L708.453 260.103V260.103L709.16 259.396ZM694.846 216.624H693.846V216.624H694.846ZM694.846 124.895H695.846V123.895H694.846V124.895ZM676.547 124.895V123.895H675.547V124.895H676.547ZM676.547 139.104V140.104H677.547V139.104H676.547ZM617.902 153.647L617.217 152.919V152.919L617.902 153.647ZM602.513 196.059H601.513V196.059H602.513ZM602.513 271.467V272.467H603.513V271.467H602.513ZM474.04 271.467L473.13 271.881L473.396 272.467H474.04V271.467ZM473.773 270.881L472.863 271.295L472.863 271.295L473.773 270.881ZM467.384 241.462L468.382 241.411L466.463 241.071L467.384 241.462ZM409.25 275.954V276.954V276.954V275.954ZM361.978 259.521L361.303 260.259V260.259L361.978 259.521ZM354.436 251.014L355.25 250.433L353.436 247.887V251.014H354.436ZM354.436 273.71V274.71H355.436V273.71H354.436ZM300.714 273.71V274.71V274.71V273.71ZM257.942 259.396L257.235 260.103H257.235L257.942 259.396ZM243.628 216.624H242.628V216.624H243.628ZM243.628 124.895H244.628V123.895H243.628V124.895ZM215.585 124.895H214.585V125.895H215.585V124.895ZM215.585 84.1387H216.585V83.1387H215.585V84.1387ZM148.931 84.1387L147.934 84.2156L148.005 85.1387H148.931V84.1387ZM148.859 83.2148L147.862 83.2915L147.862 83.2918L148.859 83.2148ZM139.134 61.2559L139.807 60.5165L139.807 60.5164L139.134 61.2559ZM116.578 53.4775V52.4775H116.578L116.578 53.4775ZM95.7285 60.1553L95.0789 59.395L95.0789 59.395L95.7285 60.1553ZM88.0391 77.5293L87.0391 77.5293V77.5293H88.0391ZM95.3936 93.8691L94.7514 94.6357L94.7514 94.6357L95.3936 93.8691ZM122.025 104.596L121.813 105.573L121.821 105.575L121.829 105.576L122.025 104.596ZM122.03 104.597L122.247 103.62L122.237 103.618L122.226 103.616L122.03 104.597ZM148.951 110.579L149.267 109.63L149.218 109.614L149.168 109.603L148.951 110.579ZM148.954 110.58L148.638 111.529L148.686 111.545L148.735 111.556L148.954 110.58ZM212.625 139.818L213.324 139.104V139.104L212.625 139.818ZM231.247 187.459H232.247V187.459H231.247ZM200.251 251.623L200.869 252.409V252.409L200.251 251.623ZM118.822 275.954V276.954V276.954V275.954ZM1.16504 186.041L0.168065 186.119L0.168068 186.119L1.16504 186.041ZM1.08105 184.964V183.964H5.05447e-05L0.0840805 185.042L1.08105 184.964ZM78.6201 184.964L79.6173 184.889L79.548 183.964H78.6201V184.964ZM78.6895 185.889L79.6867 185.814L79.6867 185.814L78.6895 185.889ZM90.4746 213.879L89.7973 214.615L89.7973 214.615L90.4746 213.879ZM119.569 223.477L119.569 224.477H119.569V223.477ZM144.718 216.342L145.323 217.138V217.138L144.718 216.342ZM154.091 197.181H155.091V197.181H154.091ZM146.77 181.428L146.16 182.22V182.22L146.77 181.428ZM120.092 171.233L119.849 172.204L119.858 172.206L119.866 172.208L120.092 171.233ZM120.088 171.232L120.33 170.262L120.318 170.259L120.088 171.232ZM93.166 164.876L93.3958 163.903L93.2825 163.876H93.166V164.876ZM93.165 164.876L92.934 165.849L93.0479 165.876H93.165V164.876ZM29.5059 135.172L28.8066 135.887H28.8066L29.5059 135.172ZM10.8838 87.625H9.88379V87.625H10.8838ZM40.6533 24.8252L40.0246 24.0476H40.0246L40.6533 24.8252ZM433.792 270.642L434.139 271.58L434.146 271.577L433.792 270.642ZM434.861 270.236L435.224 271.168L434.507 269.301L434.861 270.236ZM472.787 265.62L471.838 265.936L471.84 265.94L472.787 265.62ZM472.964 266.13L472.019 266.458L473.908 265.801L472.964 266.13ZM472.741 265.482L473.689 265.164L471.793 265.799L472.741 265.482ZM908.749 256.602L908.026 255.911L909.472 257.293L908.749 256.602ZM909.025 256.31L909.752 256.996L908.298 255.623L909.025 256.31ZM909.467 255.839L908.733 255.159L910.2 256.519L909.467 255.839ZM909.742 255.537L910.48 256.212L909.005 254.862L909.742 255.537ZM910.193 255.041L909.449 254.373L910.937 255.709L910.193 255.041ZM910.484 254.715L911.233 255.378L909.736 254.051L910.484 254.715ZM910.879 254.265L910.125 253.608L911.633 254.922L910.879 254.265ZM911.055 254.066L911.811 254.721V254.721L911.055 254.066ZM911.235 253.854L911.994 254.506L910.477 253.203L911.235 253.854ZM911.539 253.498L910.776 252.852L912.302 254.145L911.539 253.498ZM911.797 253.195L911.03 252.553H911.03L911.797 253.195ZM911.954 253.005L912.723 253.644L911.185 252.365L911.954 253.005ZM912.278 252.61L911.505 251.976L913.051 253.245L912.278 252.61ZM912.578 252.244L913.356 252.873L911.801 251.615L912.578 252.244ZM1203.21 161.739L1204.12 161.316L1202.21 161.8L1203.21 161.739ZM1203.58 173.998H1204.58V173.998H1203.58ZM1200.15 209.642L1199.17 209.436L1198.91 210.642H1200.15V209.642ZM1266.41 209.642L1267.41 209.559L1267.33 208.642H1266.41V209.642ZM1266.49 210.559L1265.49 210.641V210.642L1266.49 210.559ZM1273.34 225.402L1272.69 226.159V226.159L1273.34 225.402ZM1289.42 230.58V231.58V231.58V230.58ZM1303.24 226.888L1303.82 227.701V227.701L1303.24 226.888ZM1308.24 217.372L1309.24 217.372V217.372H1308.24ZM1307.25 212.481L1306.36 212.931V212.931L1307.25 212.481ZM1303.83 208.859L1304.38 208.024L1304.38 208.024L1303.83 208.859ZM1285.85 203.021L1286.06 202.042L1285.96 202.021H1285.85V203.021ZM1285.85 203.021L1285.65 203.999L1285.75 204.021H1285.85V203.021ZM1269.77 199.655H1268.77V200.468L1269.57 200.634L1269.77 199.655ZM1269.77 199.654H1270.77V198.84L1269.98 198.675L1269.77 199.654ZM1215.06 177.275L1214.4 178.029V178.029L1215.06 177.275ZM432.845 227.891L432.992 226.902L432.696 228.88L432.845 227.891ZM433.109 227.929L432.971 228.919L433.248 226.938L433.109 227.929ZM464.71 177.359H465.71V175.258L464.079 176.583L464.71 177.359ZM436.837 189.537L436.546 188.58L436.543 188.581L436.837 189.537ZM421.314 197.654L420.607 196.947L420.607 196.947L421.314 197.654ZM416.606 209.52L415.606 209.52V209.52H416.606ZM422.332 222.313L421.683 223.074V223.074L422.332 222.313ZM437.293 227.215V228.215V228.215V227.215ZM456.791 218.943L457.531 219.616L457.531 219.616L456.791 218.943ZM464.71 195.312H465.71V195.312H464.71ZM429.038 227.031L428.731 227.983L428.743 227.987L429.038 227.031ZM429.246 227.093L428.96 228.051L429.533 226.135L429.246 227.093ZM428.541 226.871L428.848 225.919L428.225 227.82L428.541 226.871ZM1098.63 121.903V120.903V120.903V121.903ZM1075.51 135.354L1074.66 134.832V134.832L1075.51 135.354ZM1067.1 173.998H1066.1V173.998H1067.1ZM1075.51 212.643L1074.66 213.165V213.165L1075.51 212.643ZM1098.63 226.094V227.094V227.094V226.094ZM1121.57 212.648L1122.42 213.165V213.165L1121.57 212.648ZM1129.79 173.998H1130.79V173.998H1129.79ZM1121.57 135.348L1122.42 134.831V134.831L1121.57 135.348ZM424.489 225.053L424.991 224.188L423.987 225.918L424.489 225.053ZM424.608 225.122L424.112 225.99L425.105 224.254L424.608 225.122ZM423.403 224.376L423.96 223.545L422.846 225.207L423.403 224.376ZM423.526 224.457L422.976 225.292L424.077 223.622L423.526 224.457ZM428.992 123.468L428.273 122.773V122.773L428.992 123.468ZM422.588 140.396L423.587 140.447V140.446L422.588 140.396ZM422.54 141.347V142.347H423.491L423.539 141.397L422.54 141.347ZM349.099 141.347L348.101 141.276L348.025 142.347H349.099V141.347ZM349.175 140.275L348.177 140.204V140.204L349.175 140.275ZM351.927 124.895L352.885 125.179L353.267 123.895H351.927V124.895ZM315.923 124.895V123.895H314.923V124.895H315.923ZM318.527 221.619L317.82 222.326L317.82 222.326L318.527 221.619ZM344.393 224.224V225.224H345.516L345.386 224.108L344.393 224.224ZM343.938 216.25H342.938V216.25H343.938ZM361.166 174.309L360.522 173.544V173.544L361.166 174.309ZM419.176 152.821V151.821H419.09L419.006 151.836L419.176 152.821ZM419.179 152.821V153.821H419.263L419.346 153.807L419.179 152.821ZM438.995 149.456L438.885 148.462L438.856 148.465L438.828 148.47L438.995 149.456ZM439.004 149.455L439.114 150.449L439.139 150.446L439.163 150.442L439.004 149.455ZM459.778 143.833L460.288 144.693V144.693L459.778 143.833ZM463.621 140.041L464.507 140.505V140.505L463.621 140.041ZM464.71 134.738L465.71 134.738V134.738H464.71ZM769.746 221.619L769.039 222.326V222.326L769.746 221.619ZM779.228 224.224V225.224V225.224V224.224ZM803.033 224.224V225.224H804.23L804.017 224.046L803.033 224.224ZM801.086 200.546H800.086V200.546H801.086ZM801.086 124.895H802.086V123.895H801.086V124.895ZM767.141 124.895V123.895H766.141V124.895H767.141ZM422.309 223.583L422.923 222.794L421.693 224.371L422.309 223.583ZM422.42 223.671L421.811 224.464L423.029 222.878L422.42 223.671ZM421.75 223.129L422.395 222.365L421.104 223.892L421.75 223.129ZM422.002 223.339L421.371 224.114L422.634 222.564L422.002 223.339ZM421.358 222.789L422.025 222.044L420.691 223.534L421.358 222.789ZM421.589 222.991L420.935 223.747L422.243 222.235L421.589 222.991ZM1266.32 215.566L1267.29 215.313L1265.35 215.819L1266.32 215.566ZM1266.37 215.756L1265.4 216.016L1267.33 215.496L1266.37 215.756ZM1266.14 214.842L1267.11 214.616L1265.17 215.067L1266.14 214.842ZM1266.17 214.967L1265.2 215.197L1267.14 214.737L1266.17 214.967ZM1265.93 213.849L1266.91 213.66L1264.95 214.037L1265.93 213.849ZM1265.98 214.113L1265 214.312L1266.96 213.915L1265.98 214.113ZM1380.95 211.763L1381.95 211.812L1379.95 211.713L1380.95 211.763ZM1381 210.314L1382 210.343L1382 210.336L1381 210.314ZM1380.96 211.554L1379.96 211.507L1381.95 211.6L1380.96 211.554ZM1381.02 209.359L1382.02 209.373L1380.02 209.338L1381.02 209.359ZM1307.42 210.84L1306.6 211.425L1308.23 210.256L1307.42 210.84ZM1307.34 210.739L1308.15 210.143L1306.54 211.334L1307.34 210.739ZM872.4 201.488H871.4V201.5L871.401 201.512L872.4 201.488ZM872.4 201.463L873.4 201.44L871.4 201.463H872.4ZM465.675 197.248L466.674 197.285L466.675 197.267V197.248H465.675ZM465.675 197.233H466.675L464.676 197.196L465.675 197.233ZM423.924 194.229L423.368 193.398L423.361 193.403L423.924 194.229ZM423.513 194.516L422.934 193.7L424.091 195.331L423.513 194.516ZM424.348 193.946L424.903 194.778L423.8 193.11L424.348 193.946ZM425.615 193.162L426.122 194.024L425.109 192.3L425.615 193.162ZM425.531 193.212L425.022 192.351L426.04 194.073L425.531 193.212ZM426.475 192.674L426.956 193.55L425.993 191.797L426.475 192.674ZM426.321 192.759L425.835 191.885L426.807 193.633L426.321 192.759ZM427.396 192.185L427.853 193.074L426.94 191.295L427.396 192.185ZM427.17 192.301L426.707 191.414L427.632 193.187L427.17 192.301ZM428.137 191.813L428.575 192.712L427.699 190.914L428.137 191.813ZM919.769 182.188L920.768 182.221L918.769 182.154L919.769 182.188ZM919.54 186.82L918.542 186.755L920.538 186.886L919.54 186.82ZM450.103 183.968L449.739 183.036L450.466 184.899L450.103 183.968ZM451.197 183.535L450.824 182.607L450.824 182.607L451.197 183.535ZM451.668 183.343L452.045 184.269L451.291 182.417L451.668 183.343ZM451.78 183.297L451.402 182.371L452.159 184.223L451.78 183.297ZM453.256 182.682L453.649 183.601L454.256 183.341V182.682H453.256ZM453.256 182.681H454.256V181.165L452.862 181.761L453.256 182.681ZM919.815 180.604L920.815 180.629L920.815 180.625L919.815 180.604ZM919.8 181.171L918.8 181.143L920.799 181.199L919.8 181.171ZM919.841 179.381L920.841 179.398L918.841 179.36L919.841 179.381ZM142.657 177.66V176.66L142.193 178.546L142.657 177.66ZM143.956 178.372L143.458 179.239L144.454 177.505L143.956 178.372ZM142.658 177.66L143.123 176.775L142.904 176.66H142.658V177.66ZM1206.91 166.401L1206.06 166.93L1206.07 166.94L1206.91 166.401ZM1206.88 166.35L1207.72 165.812L1206.03 166.878L1206.88 166.35ZM660.399 138.137L660.379 137.137L660.375 137.137L660.399 138.137ZM661.329 138.118L661.349 139.118L661.313 137.118L661.329 138.118ZM465.674 135.924L466.672 135.987L466.672 135.978L465.674 135.924ZM465.571 136.986L464.58 136.855L466.563 137.118L465.571 136.986ZM465.693 135.562L466.693 135.604L464.695 135.509L465.693 135.562ZM1199.55 131.797L1200.55 131.89L1200.55 131.843V131.797H1199.55ZM1199.34 135.236L1198.34 135.206L1198.31 136.236H1199.34V135.236ZM1199.34 135.236V136.236H1200.31L1200.34 135.267L1199.34 135.236ZM1199.55 131.796H1200.55L1198.55 131.703L1199.55 131.796ZM465.697 134.104L466.697 134.069L464.698 134.14L465.697 134.104ZM465.71 134.738L464.71 134.75L466.71 134.738H465.71ZM465.704 134.249L466.704 134.237L466.704 134.23L466.704 134.222L465.704 134.249ZM465.676 133.648L464.678 133.709L466.674 133.589L465.676 133.648ZM465.657 133.376L466.654 133.3L464.66 133.451L465.657 133.376ZM464.854 129.312L465.804 129L463.903 129.624L464.854 129.312ZM465.301 130.945L466.277 130.73V130.73L465.301 130.945ZM465.396 131.403L464.414 131.592V131.592L465.396 131.403ZM465.549 132.335L464.56 132.483L466.54 132.2L465.549 132.335ZM465.479 131.866L466.468 131.718L466.465 131.704L465.479 131.866ZM1271.15 129.063H1272.15L1270.15 128.988L1271.15 129.063ZM1271.11 129.851L1270.11 129.826L1272.11 129.888L1271.11 129.851ZM1271.12 129.455L1270.12 129.405L1270.12 129.418L1271.12 129.455ZM1271.15 129.064L1272.14 129.14L1272.15 129.102V129.064H1271.15ZM464.649 128.727H463.649V128.906L463.711 129.073L464.649 128.727ZM464.822 129.221L463.874 129.538L465.771 128.903L464.822 129.221ZM464.649 128.726L465.587 128.379L463.649 128.726H464.649ZM464.318 127.899L463.4 128.295L465.247 127.528L464.318 127.899ZM464.309 127.875L465.237 127.504L465.232 127.491L465.226 127.478L464.309 127.875ZM464.261 127.77L465.176 127.366L463.346 128.173L464.261 127.77ZM463.998 127.201L464.892 126.754L463.099 127.639L463.998 127.201ZM464.064 127.341L463.161 127.77L464.968 126.912L464.064 127.341ZM464.023 127.252L464.924 126.817L464.918 126.805L464.023 127.252ZM463.759 126.73L462.874 127.196L464.644 126.265L463.759 126.73ZM463.665 126.556L464.544 126.08L462.785 127.031L463.665 126.556ZM463.41 126.1L462.546 126.602L464.275 125.597L463.41 126.1ZM463.334 125.972L464.194 125.462L462.474 126.482L463.334 125.972ZM1088.58 122.688L1088.93 123.621L1088.22 121.754L1088.58 122.688ZM1088.2 122.835L1087.83 121.907L1088.57 123.763L1088.2 122.835ZM1089.06 122.507L1089.4 123.447L1088.72 121.566L1089.06 122.507ZM1088.64 122.662L1088.29 121.728L1089 123.597L1088.64 122.662ZM1089.53 122.343L1089.85 123.29L1089.21 121.396L1089.53 122.343ZM1089.17 122.469L1088.83 121.527L1089.51 123.411L1089.17 122.469ZM1089.85 122.237L1090.16 123.188L1089.54 121.286L1089.85 122.237ZM1089.71 122.281L1089.4 121.332L1090.03 123.231L1089.71 122.281ZM1090.31 122.092L1090.6 123.048L1090.02 121.135L1090.31 122.092ZM1090.16 122.14L1089.86 121.185L1090.45 123.095L1090.16 122.14ZM1302.39 122.025L1301.65 122.698L1303.13 121.353L1302.39 122.025ZM1302.02 121.631L1302.74 120.933L1302.73 120.924L1302.02 121.631ZM1302.01 121.621L1302.72 120.914L1301.3 122.319L1302.01 121.621ZM1090.74 121.966L1091.01 122.927L1090.47 121.004L1090.74 121.966ZM1090.61 122.002L1090.33 121.042L1090.89 122.962L1090.61 122.002ZM1091.25 121.826L1091.5 122.793L1090.99 120.859L1091.25 121.826ZM1090.99 121.895L1090.73 120.93L1091.26 122.859L1090.99 121.895ZM1092.17 121.602L1092.39 122.577L1091.95 120.626L1092.17 121.602ZM1091.38 121.792L1091.13 120.824L1091.63 122.76L1091.38 121.792ZM1092.24 121.586L1092.02 120.61L1092.45 122.562L1092.24 121.586ZM1093.08 121.412L1093.27 122.394V122.394L1093.08 121.412ZM1094.88 121.13L1094.76 120.137L1094.75 120.138L1094.75 120.139L1094.88 121.13ZM1094.42 121.19L1094.29 120.2L1094.56 122.182L1094.42 121.19ZM1094.98 121.118L1095.1 122.111L1094.86 120.125L1094.98 121.118ZM1278.5 118.357L1278.07 117.458L1278.5 119.357V118.357ZM1278.5 118.357V119.357H1278.73L1278.94 119.257L1278.5 118.357ZM1278.85 118.196L1279.26 119.106L1278.85 117.196V118.196ZM1278.85 118.196V117.196H1278.63L1278.43 117.287L1278.85 118.196ZM1281.82 117.148V116.148H1281.69L1281.57 116.181L1281.82 117.148ZM1281.31 117.288L1281.04 116.327L1281.59 118.249L1281.31 117.288ZM1281.82 117.148L1282.07 118.116L1281.82 116.148V117.148ZM1283.88 116.722L1283.72 115.734L1283.88 117.722V116.722ZM1283.88 116.722V117.722H1283.96L1284.03 117.709L1283.88 116.722ZM1284.31 116.658L1284.44 117.649L1284.31 115.658V116.658ZM1284.31 116.658V115.658H1284.24L1284.17 115.668L1284.31 116.658ZM112.911 103.325L112.624 104.283L112.629 104.285L112.911 103.325ZM113.142 103.392L112.862 104.352L113.422 102.432L113.142 103.392ZM111.905 103.023L112.193 102.066L111.613 103.98L111.905 103.023ZM105.104 100.609L105.486 99.685L104.723 101.534L105.104 100.609ZM105.16 100.633L104.78 101.558L105.541 99.7081L105.16 100.633ZM103.989 100.135L104.39 99.2185L103.588 101.051L103.989 100.135ZM104.28 100.261L103.885 101.179L104.676 99.3424L104.28 100.261ZM1075.09 99.5654L1075.89 100.17L1074.3 98.9604L1075.09 99.5654ZM1074.61 100.213L1073.81 99.6161L1075.41 100.81L1074.61 100.213ZM1075.99 98.4102L1076.78 99.0301L1075.21 97.7902L1075.99 98.4102ZM1075.51 99.0234L1074.72 98.4114L1076.3 99.6355L1075.51 99.0234ZM1076.91 97.2754L1077.68 97.9103L1076.13 96.6404L1076.91 97.2754ZM1076.37 97.9355L1075.59 97.3094L1077.15 98.5618L1076.37 97.9355ZM1077.85 96.1533L1078.61 96.8033L1077.09 95.5033L1077.85 96.1533ZM1077.26 96.8486L1076.49 96.208L1078.03 97.4893L1077.26 96.8486ZM1078.79 95.0752L1079.53 95.74L1078.04 94.4104L1078.79 95.0752ZM1078.16 95.7871L1077.41 95.1321L1078.92 96.4421L1078.16 95.7871ZM1079.78 93.9805L1080.51 94.6605L1079.05 93.3004L1079.78 93.9805ZM1079.11 94.7158L1078.37 94.0461L1079.85 95.3856L1079.11 94.7158ZM1080.18 93.5488L1079.46 92.8611L1079.46 92.8627L1080.18 93.5488ZM1080.09 93.6504L1079.36 92.9657L1080.82 94.3351L1080.09 93.6504ZM1080.31 93.4189L1081.03 94.1067L1079.58 92.731L1080.31 93.4189ZM91.1338 90.8623L91.9342 90.2628L90.3334 91.4617L91.1338 90.8623ZM91.1768 90.9189L90.379 91.5219L91.9751 90.3167L91.1768 90.9189ZM1287.93 72.043V73.043C1338.41 73.0431 1373.55 97.3473 1379.16 135.485L1380.15 135.34L1381.14 135.194C1375.33 95.7129 1338.98 71.0431 1287.93 71.043V72.043ZM1380.15 135.34L1379.16 135.486L1379.33 136.631L1380.32 136.485L1381.31 136.339L1381.14 135.194L1380.15 135.34ZM1380.32 136.485V135.485H1306.43V136.485V137.485H1380.32V136.485ZM1306.43 136.485L1307.43 136.424L1307.37 135.485L1306.37 135.546L1305.37 135.607L1305.43 136.547L1306.43 136.485ZM1306.37 135.546L1307.37 135.485C1307 129.316 1305.03 124.549 1301.72 121.324L1301.02 122.041L1300.32 122.758C1303.19 125.547 1305.02 129.791 1305.37 135.606L1306.37 135.546ZM1301.02 122.041L1301.72 121.324C1298.4 118.099 1293.72 116.416 1287.93 116.416V117.416V118.416C1293.33 118.416 1297.46 119.977 1300.32 122.758L1301.02 122.041ZM1287.93 117.416V116.416C1282.88 116.416 1278.67 117.725 1275.73 120.108L1276.36 120.886L1276.99 121.663C1279.48 119.641 1283.2 118.416 1287.93 118.416V117.416ZM1276.36 120.886L1275.73 120.109C1272.78 122.492 1271.1 125.951 1271.1 130.251H1272.1H1273.1C1273.1 126.522 1274.54 123.647 1276.99 121.663L1276.36 120.886ZM1272.1 130.251H1271.1C1271.1 132.461 1271.53 134.407 1272.43 136.128C1273.34 137.848 1274.68 139.289 1276.43 140.533L1277.01 139.718L1277.59 138.903C1276.04 137.804 1274.93 136.589 1274.21 135.2C1273.48 133.811 1273.1 132.194 1273.1 130.251H1272.1ZM1277.01 139.718L1276.43 140.533C1279.98 143.057 1285.31 144.834 1292.41 146.329L1292.62 145.351L1292.83 144.372C1285.77 142.886 1280.79 141.174 1277.59 138.903L1277.01 139.718ZM1292.62 145.351L1292.42 146.331L1307.37 149.32L1307.57 148.34L1307.76 147.359L1292.82 144.37L1292.62 145.351ZM1307.57 148.34V147.34H1307.57V148.34V149.34H1307.57V148.34ZM1307.57 148.34L1307.37 149.321C1332.8 154.368 1351.21 161.099 1363.27 170.587L1363.89 169.801L1364.51 169.015C1352.07 159.23 1333.28 152.425 1307.76 147.359L1307.57 148.34ZM1363.89 169.801L1363.27 170.587C1375.33 180.075 1381.03 192.32 1381.03 208.398H1382.03H1383.03C1383.03 191.749 1377.08 178.907 1364.51 169.015L1363.89 169.801ZM1382.03 208.398H1381.03C1381.03 228.963 1371.87 245.602 1355.84 257.099L1356.42 257.912L1357 258.725C1373.54 246.869 1383.03 229.637 1383.03 208.398H1382.03ZM1356.42 257.912L1355.84 257.099C1339.81 268.597 1316.91 274.954 1289.42 274.954V275.954V276.954C1317.18 276.954 1340.54 270.536 1357 258.725L1356.42 257.912ZM1289.42 275.954V274.954C1242.38 274.954 1208.07 256.123 1196.95 224.406L1196.01 224.737L1195.06 225.068C1206.58 257.915 1241.94 276.954 1289.42 276.954V275.954ZM1196.01 224.737L1195.06 224.411C1191.96 233.399 1187.93 241.305 1183.04 248.033L1183.85 248.62L1184.66 249.208C1189.68 242.3 1193.79 234.213 1196.95 225.064L1196.01 224.737ZM1183.85 248.62L1183.04 248.033C1170.42 265.419 1152.1 274.954 1129.29 274.954V275.954V276.954C1152.73 276.954 1171.66 267.12 1184.66 249.208L1183.85 248.62ZM1129.29 275.954V274.954C1104.11 274.954 1082.96 262.845 1070.21 241.177L1069.35 241.685L1068.48 242.192C1081.6 264.47 1103.4 276.954 1129.29 276.954V275.954ZM1069.35 241.685H1068.35V338.771H1069.35H1070.35V241.685H1069.35ZM1069.35 338.771V337.771H1000.04V338.771V339.771H1069.35V338.771ZM1000.04 338.771H1001.04V76.5293H1000.04H999.042V338.771H1000.04ZM1000.04 76.5293V77.5293H1068.22V76.5293V75.5293H1000.04V76.5293ZM1068.22 76.5293H1067.22V108.163H1068.22H1069.22V76.5293H1068.22ZM1068.22 108.163L1069.09 108.66C1082.56 85.1599 1103.36 73.0431 1129.29 73.043V72.043V71.043C1102.62 71.0431 1081.17 83.5634 1067.36 107.666L1068.22 108.163ZM1129.29 72.043V73.043C1152.1 73.043 1170.42 82.5776 1183.04 99.9643L1183.85 99.377L1184.66 98.7896C1171.66 80.8767 1152.73 71.043 1129.29 71.043V72.043ZM1183.85 99.377L1183.04 99.9643C1189.38 108.699 1194.28 119.416 1197.59 131.909L1198.56 131.653L1199.53 131.397C1196.16 118.708 1191.17 107.756 1184.66 98.7896L1183.85 99.377ZM1198.56 131.653L1199.55 131.747C1201.1 115.31 1209.95 101.235 1224.13 90.9903L1223.54 90.1797L1222.96 89.3691C1208.38 99.9014 1199.17 114.47 1197.56 131.56L1198.56 131.653ZM1223.54 90.1797L1224.13 90.9903C1239.79 79.6797 1261.94 73.043 1287.93 73.043V72.043V71.043C1261.62 71.043 1239.03 77.7591 1222.96 89.3691L1223.54 90.1797ZM116.952 1V2C147.239 2 172.571 9.66533 191.22 23.6401L191.819 22.8398L192.419 22.0396C173.349 7.74902 147.566 0 116.952 0V1ZM191.819 22.8398L191.22 23.6401C208.266 36.414 219.723 54.4567 224.281 76.7298L225.261 76.5293L226.24 76.3288C221.588 53.5921 209.869 35.1164 192.419 22.0396L191.819 22.8398ZM225.261 76.5293V77.5293H243.628V76.5293V75.5293H225.261V76.5293ZM243.628 76.5293H244.628V30.165H243.628H242.628V76.5293H243.628ZM243.628 30.165V31.165H315.923V30.165V29.165H243.628V30.165ZM315.923 30.165H314.923V76.5293H315.923H316.923V30.165H315.923ZM315.923 76.5293V77.5293H354.436V76.5293V75.5293H315.923V76.5293ZM354.436 76.5293H353.436V117.914H354.436H355.436V76.5293H354.436ZM354.436 117.914L355.356 118.306C360.004 107.38 367.563 98.1815 377.655 90.9902L377.074 90.1758L376.494 89.3614C366.122 96.7528 358.317 106.237 353.515 117.523L354.436 117.914ZM377.074 90.1758L377.655 90.9902C393.92 79.399 416.728 73.043 444.397 73.043V72.043V71.043C416.446 71.043 393.192 77.4614 376.494 89.3614L377.074 90.1758ZM444.397 72.043V73.043C471.634 73.043 493.437 79.2025 509.447 90.8077L510.034 89.998L510.621 89.1884C494.175 77.2671 471.922 71.043 444.397 71.043V72.043ZM510.034 89.998L509.442 90.804L510.211 91.3685L510.803 90.5625L511.395 89.7565L510.626 89.1921L510.034 89.998ZM510.803 90.5625L510.248 91.3945L510.254 91.3985L510.809 90.5664L511.363 89.7344L511.357 89.7305L510.803 90.5625ZM510.809 90.5664L510.168 91.3346L510.174 91.3395L510.814 90.5713L511.455 89.8031L511.449 89.7982L510.809 90.5664ZM510.814 90.5713L510.206 91.3646C518.245 97.5341 524.227 104.732 528.2 113.753L529.115 113.35L530.03 112.947C525.906 103.581 519.694 96.1252 511.423 89.778L510.814 90.5713ZM529.115 113.35L528.2 113.753C528.635 114.74 529.044 115.751 529.432 116.785L530.368 116.435L531.305 116.084C530.905 115.017 530.482 113.971 530.03 112.947L529.115 113.35ZM530.368 116.435L531.368 116.431L531.218 77.5293L530.218 77.5332L529.218 77.5371L529.368 116.438L530.368 116.435ZM530.218 77.5332L531.218 77.5293L531.214 76.5254L530.214 76.5293L529.214 76.5332L529.218 77.5371L530.218 77.5332ZM530.214 76.5293V77.5293H600.643V76.5293V75.5293H530.214V76.5293ZM600.643 76.5293H599.643V126.013H600.643H601.643V76.5293H600.643ZM600.643 126.013L601.585 126.346C612.707 94.94 639.309 75.2861 669.19 75.2861V74.2861V73.2861C638.37 73.2861 611.072 93.564 599.7 125.679L600.643 126.013ZM669.19 74.2861V75.2861H676.547V74.2861V73.2861H669.19V74.2861ZM676.547 74.2861H675.547V76.5293H676.547H677.547V74.2861H676.547ZM676.547 76.5293V77.5293H694.846V76.5293V75.5293H676.547V76.5293ZM694.846 76.5293H695.846V30.165H694.846H693.846V76.5293H694.846ZM694.846 30.165V31.165H767.141V30.165V29.165H694.846V30.165ZM767.141 30.165H766.141V76.5293H767.141H768.141V30.165H767.141ZM767.141 76.5293V77.5293H873.381V76.5293V75.5293H767.141V76.5293ZM873.381 76.5293H872.381V199.798H873.381H874.381V76.5293H873.381ZM873.381 199.798H872.381C872.381 208.959 874.063 215.783 877.428 220.317L878.231 219.721L879.034 219.125C876.04 215.091 874.381 208.774 874.381 199.798H873.381ZM878.231 219.721L877.428 220.317C880.793 224.85 885.842 227.094 892.572 227.094V226.094V225.094C886.332 225.094 881.944 223.045 879.034 219.125L878.231 219.721ZM892.572 226.094V227.094C897.152 227.094 901.149 226.042 904.566 223.933L904.041 223.082L903.516 222.231C900.457 224.119 896.835 225.094 892.572 225.094V226.094ZM904.041 223.082L904.566 223.933C907.984 221.824 910.824 218.657 913.09 214.427L912.209 213.955L911.328 213.483C909.195 217.463 906.58 220.34 903.516 222.231L904.041 223.082ZM912.209 213.955L913.09 214.427C917.624 205.968 919.867 193.255 919.867 176.242H918.867H917.867C917.867 193.146 915.627 205.461 911.328 213.483L912.209 213.955ZM918.867 176.242H919.867V76.5293H918.867H917.867V176.242H918.867ZM918.867 76.5293V77.5293H991.162V76.5293V75.5293H918.867V76.5293ZM991.162 76.5293H990.162V271.467H991.162H992.162V76.5293H991.162ZM991.162 271.467V270.467H921.858V271.467V272.467H991.162V271.467ZM921.858 271.467H922.858V240.218H921.858H920.858V271.467H921.858ZM921.858 240.218L920.987 239.727C914.337 251.54 906.51 260.294 897.105 266.121L897.632 266.971L898.158 267.821C907.917 261.775 915.957 252.738 922.73 240.708L921.858 240.218ZM897.632 266.971L897.105 266.121C887.524 272.056 876.307 274.954 863.033 274.954V275.954V276.954C876.61 276.954 888.207 273.986 898.158 267.821L897.632 266.971ZM863.033 275.954V274.954C843.029 274.954 827.792 268.504 817.557 255.978L816.782 256.61L816.008 257.243C826.706 270.334 842.572 276.954 863.033 276.954V275.954ZM816.782 256.61L817.557 255.978C812.836 250.201 809.18 243.132 806.609 234.803L805.653 235.098L804.698 235.393C807.332 243.928 811.099 251.236 816.008 257.243L816.782 256.61ZM805.653 235.098H804.653V273.71H805.653H806.653V235.098H805.653ZM805.653 273.71V272.71H751.933V273.71V274.71H805.653V273.71ZM751.933 273.71V272.71C733.237 272.71 719.215 268.036 709.867 258.688L709.16 259.396L708.453 260.103C718.308 269.958 732.929 274.71 751.933 274.71V273.71ZM709.16 259.396L709.867 258.688C700.52 249.341 695.846 235.319 695.846 216.624H694.846H693.846C693.846 235.628 698.598 250.247 708.453 260.103L709.16 259.396ZM694.846 216.624H695.846V124.895H694.846H693.846V216.624H694.846ZM694.846 124.895V123.895H676.547V124.895V125.895H694.846V124.895ZM676.547 124.895H675.547V139.104H676.547H677.547V124.895H676.547ZM676.547 139.104V138.104H663.208V139.104V140.104H676.547V139.104ZM663.208 139.104V138.104C643.017 138.104 627.593 143.151 617.217 152.919L617.902 153.647L618.588 154.376C628.469 145.073 643.326 140.104 663.208 140.104V139.104ZM617.902 153.647L617.217 152.919C606.841 162.688 601.513 177.176 601.513 196.059H602.513H603.513C603.513 177.549 608.727 163.659 618.588 154.376L617.902 153.647ZM602.513 196.059H601.513V271.467H602.513H603.513V196.059H602.513ZM602.513 271.467V270.467H474.04V271.467V272.467H602.513V271.467ZM474.04 271.467L474.95 271.053L474.684 270.467L473.773 270.881L472.863 271.295L473.13 271.881L474.04 271.467ZM473.773 270.881L474.684 270.467C471.097 262.576 468.886 251.24 468.382 241.411L467.384 241.462L466.385 241.513C466.897 251.502 469.14 263.104 472.863 271.295L473.773 270.881ZM467.384 241.462L466.463 241.071C457.942 261.154 435.411 274.954 409.25 274.954V275.954V276.954C436.062 276.954 459.415 262.805 468.304 241.852L467.384 241.462ZM409.25 275.954V274.954C389.994 274.954 373.916 269.064 362.652 258.782L361.978 259.521L361.303 260.259C373 270.936 389.589 276.954 409.25 276.954V275.954ZM361.978 259.521L362.652 258.782C359.884 256.255 357.41 253.464 355.25 250.433L354.436 251.014L353.621 251.594C355.863 254.741 358.432 257.638 361.303 260.259L361.978 259.521ZM354.436 251.014H353.436V273.71H354.436H355.436V251.014H354.436ZM354.436 273.71V272.71H300.714V273.71V274.71H354.436V273.71ZM300.714 273.71V272.71C282.018 272.71 267.997 268.036 258.649 258.688L257.942 259.396L257.235 260.103C267.09 269.958 281.71 274.71 300.714 274.71V273.71ZM257.942 259.396L258.65 258.688C249.302 249.341 244.628 235.319 244.628 216.624H243.628H242.628C242.628 235.628 247.38 250.247 257.235 260.103L257.942 259.396ZM243.628 216.624H244.628V124.895H243.628H242.628V216.624H243.628ZM243.628 124.895V123.895H215.585V124.895V125.895H243.628V124.895ZM215.585 124.895H216.585V84.1387H215.585H214.585V124.895H215.585ZM215.585 84.1387V83.1387H148.931V84.1387V85.1387H215.585V84.1387ZM148.931 84.1387L149.928 84.0617L149.856 83.1379L148.859 83.2148L147.862 83.2918L147.934 84.2156L148.931 84.1387ZM148.859 83.2148L149.856 83.1381C149.109 73.4165 145.556 65.7511 139.807 60.5165L139.134 61.2559L138.461 61.9953C143.767 66.8269 147.146 73.9819 147.862 83.2915L148.859 83.2148ZM139.134 61.2559L139.807 60.5164C134.058 55.282 126.113 52.4775 116.578 52.4775V53.4775V54.4775C125.718 54.4775 133.15 57.1596 138.461 61.9953L139.134 61.2559ZM116.578 53.4775L116.578 52.4775C107.604 52.4776 100.22 55.0018 95.0789 59.395L95.7285 60.1553L96.3782 60.9155C101.08 56.8976 107.969 54.4776 116.578 54.4775L116.578 53.4775ZM95.7285 60.1553L95.0789 59.395C89.9378 63.7883 87.0392 70.0511 87.0391 77.5293L88.0391 77.5293L89.0391 77.5293C89.0392 70.6054 91.7046 64.9093 96.3782 60.9155L95.7285 60.1553ZM88.0391 77.5293H87.0391C87.0391 84.4468 89.2833 90.0555 94.7514 94.6357L95.3936 93.8691L96.0357 93.1025C91.073 88.9457 89.0391 83.9261 89.0391 77.5293H88.0391ZM95.3936 93.8691L94.7514 94.6357C100.22 99.2161 108.913 102.769 121.813 105.573L122.025 104.596L122.238 103.619C109.438 100.836 101.129 97.3684 96.0357 93.1025L95.3936 93.8691ZM122.025 104.596L121.829 105.576L121.834 105.577L122.03 104.597L122.226 103.616L122.222 103.615L122.025 104.596ZM122.03 104.597L121.813 105.573L148.734 111.555L148.951 110.579L149.168 109.603L122.247 103.62L122.03 104.597ZM148.951 110.579L148.635 111.528L148.638 111.529L148.954 110.58L149.27 109.631L149.267 109.63L148.951 110.579ZM148.954 110.58L148.735 111.556C178.647 118.286 199.026 127.914 211.926 140.533L212.625 139.818L213.324 139.104C200.045 126.113 179.252 116.372 149.174 109.604L148.954 110.58ZM212.625 139.818L211.926 140.533C224.825 153.153 230.247 168.764 230.247 187.459H231.247H232.247C232.247 168.332 226.679 152.168 213.324 139.104L212.625 139.818ZM231.247 187.459H230.247C230.247 213.633 219.123 235.507 199.633 250.837L200.251 251.623L200.869 252.409C220.834 236.705 232.247 214.255 232.247 187.459H231.247ZM200.251 251.623L199.633 250.837C180.143 266.167 152.287 274.954 118.822 274.954V275.954V276.954C152.618 276.954 180.945 268.081 200.869 252.409L200.251 251.623ZM118.822 275.954V274.954C51.8921 274.954 6.27499 238.684 2.16201 185.963L1.16504 186.041L0.168068 186.119C4.38625 240.188 51.1875 276.954 118.822 276.954V275.954ZM1.16504 186.041L2.16201 185.963L2.07803 184.886L1.08105 184.964L0.0840805 185.042L0.168065 186.119L1.16504 186.041ZM1.08105 184.964V185.964H78.6201V184.964V183.964H1.08105V184.964ZM78.6201 184.964L77.6229 185.039L77.6923 185.963L78.6895 185.889L79.6867 185.814L79.6173 184.889L78.6201 184.964ZM78.6895 185.889L77.6922 185.963C78.627 198.489 82.7398 208.118 89.7973 214.615L90.4746 213.879L91.1519 213.143C84.5662 207.081 80.595 197.986 79.6867 185.814L78.6895 185.889ZM90.4746 213.879L89.7973 214.615C96.8547 221.111 106.857 224.477 119.569 224.477L119.569 223.477L119.569 222.477C107.203 222.477 97.7399 219.207 91.1519 213.143L90.4746 213.879ZM119.569 223.477V224.477C130.226 224.477 139.106 221.859 145.323 217.138L144.718 216.342L144.113 215.545C138.338 219.931 129.923 222.477 119.569 222.477V223.477ZM144.718 216.342L145.323 217.138C151.539 212.418 155.091 205.594 155.091 197.181H154.091H153.091C153.091 204.966 149.833 211.201 144.113 215.545L144.718 216.342ZM154.091 197.181H155.091C155.091 193.658 154.542 190.568 153.286 187.821C152.027 185.068 150.084 182.716 147.379 180.635L146.77 181.428L146.16 182.22C148.644 184.131 150.362 186.236 151.467 188.653C152.574 191.075 153.091 193.865 153.091 197.181H154.091ZM146.77 181.428L147.379 180.635C141.911 176.429 133.217 173.25 120.318 170.259L120.092 171.233L119.866 172.208C132.736 175.192 141.059 178.296 146.16 182.22L146.77 181.428ZM120.092 171.233L120.334 170.263L120.33 170.262L120.088 171.232L119.845 172.203L119.849 172.204L120.092 171.233ZM120.088 171.232L120.318 170.259L93.3958 163.903L93.166 164.876L92.9362 165.849L119.858 172.206L120.088 171.232ZM93.166 164.876V163.876H93.165V164.876V165.876H93.166V164.876ZM93.165 164.876L93.3961 163.903C63.4834 156.799 43.105 147.076 30.2052 134.457L29.5059 135.172L28.8066 135.887C42.0802 148.872 62.8651 158.708 92.934 165.849L93.165 164.876ZM29.5059 135.172L30.2052 134.457C17.3055 121.838 11.8838 106.32 11.8838 87.625H10.8838H9.88379C9.88379 106.755 15.4541 122.824 28.8066 135.887L29.5059 135.172ZM10.8838 87.625H11.8838C11.8839 62.0124 22.7269 40.6059 41.2821 25.6028L40.6533 24.8252L40.0246 24.0476C21.009 39.4229 9.88386 61.3967 9.88379 87.625H10.8838ZM40.6533 24.8252L41.2821 25.6028C59.8373 10.5997 86.1047 2.00003 116.952 2V1V0C85.7477 2.71201e-05 59.0069 8.69917 40.0246 24.0476L40.6533 24.8252ZM433.792 270.642L433.445 269.704C433.091 269.835 432.737 269.963 432.381 270.088L432.712 271.031L433.043 271.975C433.411 271.846 433.776 271.714 434.139 271.579L433.792 270.642ZM432.712 271.031L433.043 271.975C433.777 271.718 434.504 271.449 435.224 271.168L434.861 270.236L434.498 269.305C433.8 269.577 433.094 269.838 432.381 270.088L432.712 271.031ZM434.861 270.236L434.507 269.301L433.438 269.707L433.792 270.642L434.146 271.577L435.216 271.171L434.861 270.236ZM890.578 269.581V270.581H890.579V269.581V268.581H890.578V269.581ZM890.579 269.581V268.581H890.578V269.581V270.581H890.579V269.581ZM893.435 268.204V269.204H893.436V268.204V267.204H893.435V268.204ZM893.436 268.204V267.204H893.435V268.204V269.204H893.436V268.204ZM472.787 265.62L471.84 265.94C471.899 266.117 471.963 266.296 472.019 266.458L472.964 266.13L473.908 265.801C473.847 265.625 473.79 265.465 473.734 265.3L472.787 265.62ZM472.964 266.13L473.908 265.801C473.833 265.586 473.76 265.375 473.689 265.164L472.741 265.482L471.793 265.801C471.868 266.024 471.945 266.245 472.019 266.458L472.964 266.13ZM472.741 265.482L471.793 265.799L471.838 265.936L472.787 265.62L473.736 265.304L473.69 265.166L472.741 265.482ZM908.749 256.602L909.472 257.293C909.567 257.193 909.663 257.091 909.752 256.996L909.025 256.31L908.298 255.623C908.204 255.723 908.116 255.817 908.026 255.911L908.749 256.602ZM909.025 256.31L908.298 255.623C908.204 255.723 908.116 255.817 908.026 255.911L908.749 256.602L909.472 257.293C909.567 257.193 909.663 257.091 909.752 256.996L909.025 256.31ZM909.467 255.839L910.2 256.519C910.293 256.418 910.4 256.3 910.48 256.212L909.742 255.537L909.005 254.862C908.901 254.975 908.825 255.06 908.733 255.159L909.467 255.839ZM909.742 255.537L909.005 254.862C908.901 254.975 908.825 255.06 908.733 255.159L909.467 255.839L910.2 256.518C910.293 256.418 910.399 256.3 910.48 256.212L909.742 255.537ZM910.193 255.041L910.937 255.709C911.036 255.599 911.134 255.489 911.233 255.378L910.484 254.715L909.736 254.051C909.641 254.159 909.545 254.266 909.449 254.373L910.193 255.041ZM910.484 254.715L909.736 254.051C909.641 254.159 909.545 254.266 909.449 254.373L910.193 255.041L910.938 255.709C911.036 255.599 911.134 255.489 911.233 255.378L910.484 254.715ZM910.879 254.265L911.633 254.922C911.656 254.895 911.681 254.867 911.712 254.833C911.741 254.8 911.776 254.762 911.811 254.721L911.055 254.066L910.298 253.412C910.276 253.438 910.252 253.465 910.222 253.498C910.194 253.53 910.159 253.568 910.125 253.608L910.879 254.265ZM911.055 254.066L911.811 254.721C911.862 254.661 911.957 254.549 911.994 254.506L911.235 253.854L910.477 253.203C910.393 253.301 910.368 253.331 910.298 253.412L911.055 254.066ZM911.235 253.854L910.477 253.203C910.362 253.337 910.247 253.468 910.125 253.608L910.879 254.265L911.633 254.922C911.749 254.789 911.873 254.647 911.994 254.506L911.235 253.854ZM911.539 253.498L912.302 254.145C912.374 254.06 912.479 253.939 912.563 253.838L911.797 253.195L911.03 252.553C910.945 252.655 910.875 252.734 910.776 252.851L911.539 253.498ZM911.797 253.195L912.563 253.838C912.608 253.784 912.692 253.681 912.723 253.644L911.954 253.005L911.185 252.365C911.111 252.455 911.091 252.48 911.03 252.553L911.797 253.195ZM911.954 253.005L911.185 252.365C911.051 252.527 910.915 252.688 910.776 252.852L911.539 253.498L912.302 254.144C912.441 253.981 912.582 253.814 912.723 253.644L911.954 253.005ZM912.278 252.61L913.052 253.244C913.148 253.127 913.254 252.999 913.356 252.873L912.578 252.244L911.801 251.615C911.704 251.735 911.609 251.85 911.505 251.976L912.278 252.61ZM912.578 252.244L911.801 251.615C911.704 251.734 911.608 251.851 911.505 251.976L912.278 252.61L913.051 253.245C913.149 253.126 913.253 253 913.355 252.874L912.578 252.244ZM1203.21 161.739L1202.21 161.8C1202.46 165.756 1202.58 169.823 1202.58 173.998H1203.58H1204.58C1204.58 169.783 1204.45 165.675 1204.21 161.678L1203.21 161.739ZM1203.58 173.998H1202.58C1202.58 186.883 1201.41 198.736 1199.17 209.436L1200.15 209.642L1201.12 209.847C1203.4 198.994 1204.58 187.002 1204.58 173.998H1203.58ZM1200.15 209.642V210.642H1266.41V209.642V208.642H1200.15V209.642ZM1266.41 209.642L1265.42 209.724L1265.49 210.641L1266.49 210.559L1267.49 210.476L1267.41 209.559L1266.41 209.642ZM1266.49 210.559L1265.49 210.642C1266.05 217.372 1268.58 222.607 1272.69 226.159L1273.34 225.402L1274 224.646C1270.35 221.495 1268.01 216.782 1267.49 210.476L1266.49 210.559ZM1273.34 225.402L1272.69 226.159C1276.8 229.711 1282.51 231.58 1289.42 231.58V230.58V229.58C1282.86 229.58 1277.66 227.81 1274 224.646L1273.34 225.402ZM1289.42 230.58V231.58C1295.41 231.58 1300.36 230.178 1303.82 227.701L1303.24 226.888L1302.65 226.075C1299.63 228.241 1295.12 229.58 1289.42 229.58V230.58ZM1303.24 226.888L1303.82 227.701C1307.28 225.224 1309.24 221.672 1309.24 217.372L1308.24 217.372L1307.24 217.372C1307.24 220.985 1305.62 223.948 1302.65 226.075L1303.24 226.888ZM1308.24 217.372H1309.24C1309.24 215.316 1308.91 213.562 1308.14 212.031L1307.25 212.481L1306.36 212.931C1306.95 214.104 1307.24 215.525 1307.24 217.372H1308.24ZM1307.25 212.481L1308.14 212.032C1307.37 210.501 1306.16 209.192 1304.38 208.024L1303.83 208.859L1303.28 209.695C1304.82 210.71 1305.77 211.772 1306.36 212.931L1307.25 212.481ZM1303.83 208.859L1304.38 208.024C1300.83 205.687 1295.03 203.911 1286.06 202.042L1285.85 203.021L1285.65 203.999C1294.64 205.873 1300.08 207.593 1303.28 209.695L1303.83 208.859ZM1285.85 203.021V202.021H1285.85V203.021V204.021H1285.85V203.021ZM1285.85 203.021L1286.06 202.042L1269.98 198.676L1269.77 199.655L1269.57 200.634L1285.65 203.999L1285.85 203.021ZM1269.77 199.655H1270.77V199.654H1269.77H1268.77V199.655H1269.77ZM1269.77 199.654L1269.98 198.675C1244.74 193.44 1227.07 186.43 1215.72 176.522L1215.06 177.275L1214.4 178.029C1226.15 188.281 1244.23 195.377 1269.57 200.633L1269.77 199.654ZM1215.06 177.275L1215.72 176.522C1210.6 172.058 1206.78 167.02 1204.12 161.316L1203.21 161.739L1202.31 162.162C1205.09 168.133 1209.09 173.393 1214.4 178.029L1215.06 177.275ZM432.845 227.891L432.697 228.88C432.789 228.893 432.88 228.906 432.971 228.919L433.109 227.929L433.247 226.938C433.161 226.926 433.076 226.914 432.992 226.902L432.845 227.891ZM433.109 227.929L433.248 226.938C433.16 226.926 433.076 226.914 432.993 226.902L432.845 227.891L432.696 228.88C432.789 228.894 432.882 228.907 432.97 228.919L433.109 227.929ZM464.71 177.359L464.079 176.583C459.591 180.231 451.687 183.972 436.546 188.58L436.837 189.537L437.128 190.494C452.299 185.876 460.53 182.046 465.341 178.135L464.71 177.359ZM436.837 189.537L436.543 188.581C429.253 190.825 424.019 193.536 420.607 196.947L421.314 197.654L422.022 198.361C425.1 195.283 429.977 192.694 437.131 190.493L436.837 189.537ZM421.314 197.654L420.607 196.947C417.196 200.359 415.606 204.472 415.606 209.52L416.606 209.52L417.606 209.52C417.606 204.954 419.018 201.365 422.022 198.361L421.314 197.654ZM416.606 209.52H415.606C415.606 215.128 417.85 219.802 421.683 223.074L422.332 222.313L422.981 221.553C419.603 218.669 417.606 214.554 417.606 209.52H416.606ZM422.332 222.313L421.683 223.074C425.515 226.346 430.937 228.215 437.293 228.215V227.215V226.215C431.319 226.215 426.386 224.46 422.981 221.553L422.332 222.313ZM437.293 227.215V228.215C445.332 228.215 452.437 225.224 457.531 219.616L456.791 218.943L456.051 218.271C451.366 223.429 444.815 226.215 437.293 226.215V227.215ZM456.791 218.943L457.531 219.616C462.626 214.007 465.71 205.781 465.71 195.312H464.71H463.71C463.71 205.389 460.746 213.102 456.051 218.271L456.791 218.943ZM464.71 195.312H465.71V177.359H464.71H463.71V195.312H464.71ZM429.038 227.031L428.743 227.987C428.812 228.008 428.918 228.039 428.96 228.051L429.246 227.093L429.532 226.135C429.435 226.106 429.402 226.097 429.333 226.076L429.038 227.031ZM429.246 227.093L429.533 226.135C429.302 226.066 429.077 225.996 428.857 225.922L428.541 226.871L428.225 227.82C428.47 227.901 428.715 227.978 428.96 228.051L429.246 227.093ZM428.541 226.871L428.234 227.823L428.731 227.983L429.038 227.031L429.345 226.079L428.848 225.919L428.541 226.871ZM1098.63 121.903V120.903C1088.35 120.903 1080.22 125.764 1074.66 134.832L1075.51 135.354L1076.36 135.877C1081.59 127.352 1089.1 122.903 1098.63 122.903V121.903ZM1075.51 135.354L1074.66 134.832C1069.09 143.899 1066.1 157.172 1066.1 173.998H1067.1H1068.1C1068.1 157.363 1071.07 144.506 1076.36 135.877L1075.51 135.354ZM1067.1 173.998H1066.1C1066.1 190.824 1069.09 204.098 1074.66 213.165L1075.51 212.643L1076.36 212.12C1071.07 203.491 1068.1 190.633 1068.1 173.998H1067.1ZM1075.51 212.643L1074.66 213.165C1080.22 222.233 1088.35 227.094 1098.63 227.094V226.094V225.094C1089.1 225.094 1081.59 220.645 1076.36 212.12L1075.51 212.643ZM1098.63 226.094V227.094C1108.92 227.094 1116.95 222.232 1122.42 213.165L1121.57 212.648L1120.71 212.132C1115.57 220.65 1108.16 225.094 1098.63 225.094V226.094ZM1121.57 212.648L1122.42 213.165C1127.89 204.098 1130.79 190.824 1130.79 173.998H1129.79H1128.79C1128.79 190.643 1125.91 203.503 1120.71 212.132L1121.57 212.648ZM1129.79 173.998H1130.79C1130.79 157.172 1127.89 143.898 1122.42 134.831L1121.57 135.348L1120.71 135.864C1125.91 144.493 1128.79 157.353 1128.79 173.998H1129.79ZM1121.57 135.348L1122.42 134.831C1116.95 125.764 1108.92 120.903 1098.63 120.903V121.903V122.903C1108.16 122.903 1115.57 127.346 1120.71 135.864L1121.57 135.348ZM424.489 225.053L423.987 225.918C424.013 225.933 424.07 225.966 424.112 225.99L424.608 225.122L425.105 224.254C425.067 224.232 425.044 224.219 424.991 224.188L424.489 225.053ZM424.608 225.122L425.104 224.254C425.066 224.232 425.045 224.219 424.991 224.188L424.489 225.053L423.987 225.918C424.013 225.932 424.071 225.967 424.112 225.99L424.608 225.122ZM423.403 224.376L422.846 225.207C422.89 225.236 422.946 225.272 422.976 225.292L423.526 224.457L424.077 223.622C424.025 223.588 423.998 223.571 423.96 223.545L423.403 224.376ZM423.526 224.457L424.077 223.622C424.025 223.588 423.997 223.57 423.96 223.545L423.403 224.376L422.847 225.207C422.891 225.236 422.946 225.272 422.976 225.292L423.526 224.457ZM444.771 117.416V116.416C437.854 116.416 432.246 118.66 428.273 122.773L428.992 123.468L429.711 124.163C433.249 120.501 438.306 118.416 444.771 118.416V117.416ZM428.992 123.468L428.273 122.773C424.3 126.886 421.963 132.868 421.589 140.347L422.588 140.396L423.587 140.446C423.943 133.322 426.156 127.844 429.711 124.163L428.992 123.468ZM422.588 140.396L421.589 140.346L421.541 141.296L422.54 141.347L423.539 141.397L423.587 140.447L422.588 140.396ZM422.54 141.347V140.347H349.099V141.347V142.347H422.54V141.347ZM349.099 141.347L350.096 141.418L350.172 140.346L349.175 140.275L348.177 140.204L348.101 141.276L349.099 141.347ZM349.175 140.275L350.172 140.347C350.553 135.014 351.468 129.953 352.885 125.179L351.927 124.895L350.968 124.61C349.508 129.529 348.568 134.734 348.177 140.204L349.175 140.275ZM351.927 124.895V123.895H315.923V124.895V125.895H351.927V124.895ZM315.923 124.895H314.923V212.137H315.923H316.923V124.895H315.923ZM315.923 212.137H314.923C314.923 216.997 315.764 220.27 317.82 222.326L318.527 221.619L319.234 220.912C317.764 219.442 316.923 216.869 316.923 212.137H315.923ZM318.527 221.619L317.82 222.326C319.877 224.383 323.149 225.224 328.01 225.224V224.224V223.224C323.277 223.224 320.704 222.382 319.234 220.912L318.527 221.619ZM328.01 224.224V225.224H344.393V224.224V223.224H328.01V224.224ZM344.393 224.224L345.386 224.108C345.09 221.561 344.938 218.939 344.938 216.25H343.938H342.938C342.938 219.015 343.094 221.713 343.399 224.339L344.393 224.224ZM343.938 216.25H344.938C344.938 198.302 349.985 185.029 361.81 175.074L361.166 174.309L360.522 173.544C348.134 183.973 342.938 197.877 342.938 216.25H343.938ZM361.166 174.309L361.81 175.074C373.635 165.118 392.237 158.481 419.346 153.807L419.176 152.821L419.006 151.836C391.812 156.525 372.768 163.234 360.522 173.544L361.166 174.309ZM419.176 152.821V153.821H419.179V152.821V151.821H419.176V152.821ZM419.179 152.821L419.346 153.807L439.163 150.442L438.995 149.456L438.828 148.47L419.011 151.835L419.179 152.821ZM438.995 149.456L439.106 150.45L439.114 150.449L439.004 149.455L438.893 148.461L438.885 148.462L438.995 149.456ZM439.004 149.455L439.163 150.442C449.632 148.76 456.269 147.077 460.288 144.693L459.778 143.833L459.268 142.973C455.62 145.136 449.348 146.78 438.845 148.468L439.004 149.455ZM459.778 143.833L460.288 144.693C462.298 143.501 463.654 142.135 464.507 140.505L463.621 140.041L462.735 139.577C462.089 140.812 461.029 141.929 459.268 142.973L459.778 143.833ZM463.621 140.041L464.507 140.505C465.36 138.875 465.71 136.981 465.71 134.738L464.71 134.738L463.71 134.738C463.71 136.78 463.39 138.325 462.735 139.577L463.621 140.041ZM464.71 134.738H465.71C465.71 124.271 456.739 116.416 444.771 116.416V117.416V118.416C455.889 118.416 463.71 125.614 463.71 134.738H464.71ZM767.141 212.137H766.141C766.141 216.998 766.983 220.27 769.039 222.326L769.746 221.619L770.453 220.912C768.983 219.442 768.141 216.869 768.141 212.137H767.141ZM769.746 221.619L769.039 222.326C771.095 224.383 774.367 225.224 779.228 225.224V224.224V223.224C774.495 223.224 771.923 222.382 770.453 220.912L769.746 221.619ZM779.228 224.224V225.224H803.033V224.224V223.224H779.228V224.224ZM803.033 224.224L804.017 224.046C802.733 216.924 802.086 209.084 802.086 200.546H801.086H800.086C800.086 209.183 800.74 217.144 802.049 224.401L803.033 224.224ZM801.086 200.546H802.086V124.895H801.086H800.086V200.546H801.086ZM801.086 124.895V123.895H767.141V124.895V125.895H801.086V124.895ZM767.141 124.895H766.141V212.137H767.141H768.141V124.895H767.141ZM422.309 223.583L421.694 224.372C421.707 224.382 421.72 224.392 421.741 224.409C421.759 224.424 421.784 224.444 421.811 224.464L422.42 223.671L423.029 222.878C422.978 222.838 423.005 222.858 422.923 222.794L422.309 223.583ZM422.42 223.671L423.029 222.878C422.981 222.841 423.001 222.855 422.924 222.795L422.309 223.583L421.693 224.371C421.707 224.382 421.72 224.392 421.741 224.409C421.76 224.424 421.784 224.444 421.811 224.464L422.42 223.671ZM421.75 223.129L421.105 223.893C421.188 223.964 421.278 224.039 421.371 224.114L422.002 223.339L422.633 222.563C422.556 222.5 422.478 222.435 422.395 222.365L421.75 223.129ZM422.002 223.339L422.634 222.564C422.556 222.5 422.478 222.435 422.396 222.365L421.75 223.129L421.104 223.892C421.189 223.964 421.278 224.039 421.37 224.114L422.002 223.339ZM421.358 222.789L420.691 223.534C420.774 223.608 420.856 223.679 420.935 223.747L421.589 222.991L422.243 222.235C422.167 222.169 422.095 222.106 422.025 222.044L421.358 222.789ZM421.589 222.991L422.243 222.235C422.167 222.169 422.095 222.106 422.026 222.044L421.358 222.789L420.691 223.534C420.774 223.608 420.857 223.68 420.934 223.747L421.589 222.991ZM1266.32 215.566L1265.35 215.82C1265.37 215.878 1265.39 215.948 1265.4 216.016L1266.37 215.756L1267.33 215.495C1267.32 215.437 1267.3 215.382 1267.29 215.313L1266.32 215.566ZM1266.37 215.756L1267.33 215.496C1267.32 215.438 1267.3 215.381 1267.29 215.314L1266.32 215.566L1265.35 215.819C1265.37 215.879 1265.39 215.948 1265.4 216.016L1266.37 215.756ZM1266.14 214.842L1265.17 215.067C1265.17 215.096 1265.18 215.123 1265.18 215.143C1265.19 215.166 1265.19 215.182 1265.2 215.197L1266.17 214.967L1267.14 214.737C1267.12 214.646 1267.13 214.677 1267.11 214.616L1266.14 214.842ZM1266.17 214.967L1267.14 214.737C1267.12 214.641 1267.13 214.681 1267.11 214.617L1266.14 214.842L1265.17 215.067C1265.17 215.096 1265.18 215.123 1265.18 215.144C1265.19 215.167 1265.19 215.182 1265.2 215.197L1266.17 214.967ZM1265.93 213.849L1264.95 214.038C1264.97 214.124 1264.98 214.218 1265 214.312L1265.98 214.113L1266.96 213.915C1266.95 213.833 1266.93 213.75 1266.91 213.66L1265.93 213.849ZM1265.98 214.113L1266.96 213.915C1266.95 213.833 1266.93 213.749 1266.91 213.66L1265.93 213.849L1264.95 214.037C1264.97 214.125 1264.98 214.218 1265 214.312L1265.98 214.113ZM1380.87 213.075L1381.87 213.145C1381.9 212.701 1381.92 212.256 1381.95 211.813L1380.95 211.763L1379.95 211.713C1379.93 212.148 1379.9 212.579 1379.87 213.005L1380.87 213.075ZM1380.95 211.763L1379.95 211.713C1379.93 212.148 1379.9 212.578 1379.87 213.005L1380.87 213.075L1381.87 213.145C1381.9 212.701 1381.92 212.256 1381.95 211.812L1380.95 211.763ZM1381 210.314L1380 210.286C1379.99 210.693 1379.98 211.099 1379.96 211.507L1380.96 211.554L1381.95 211.6C1381.97 211.186 1381.99 210.766 1382 210.343L1381 210.314ZM1380.96 211.554L1381.95 211.6C1381.99 210.865 1382.01 210.122 1382.02 209.373L1381.02 209.359L1380.02 209.345C1380.01 210.07 1379.99 210.79 1379.96 211.507L1380.96 211.554ZM1381.02 209.359L1380.02 209.338L1380 210.293L1381 210.314L1382 210.336L1382.02 209.381L1381.02 209.359ZM1307.42 210.84L1308.23 210.256C1308.2 210.22 1308.18 210.183 1308.15 210.144L1307.34 210.739L1306.54 211.334C1306.56 211.362 1306.58 211.392 1306.6 211.424L1307.42 210.84ZM1307.34 210.739L1306.54 211.335C1306.56 211.362 1306.58 211.39 1306.6 211.425L1307.42 210.84L1308.23 210.255C1308.2 210.222 1308.18 210.183 1308.15 210.143L1307.34 210.739ZM872.4 201.488L871.401 201.512C871.41 201.909 871.424 202.3 871.44 202.682L872.439 202.641L873.439 202.599C873.423 202.222 873.409 201.845 873.4 201.465L872.4 201.488ZM872.439 202.641L873.439 202.599C873.423 202.216 873.409 201.829 873.4 201.44L872.4 201.463L871.401 201.486C871.41 201.891 871.424 202.29 871.44 202.682L872.439 202.641ZM872.4 201.463H871.4V201.488H872.4H873.4V201.463H872.4ZM465.65 197.747L466.649 197.794C466.656 197.651 466.668 197.456 466.674 197.285L465.675 197.248L464.676 197.211C464.669 197.374 464.66 197.512 464.652 197.7L465.65 197.747ZM465.675 197.248H466.675V197.233H465.675H464.675V197.248H465.675ZM465.675 197.233L464.676 197.196C464.669 197.362 464.66 197.514 464.652 197.7L465.65 197.747L466.649 197.794C466.657 197.639 466.668 197.448 466.674 197.271L465.675 197.233ZM423.924 194.229L423.361 193.403C423.216 193.502 423.074 193.601 422.934 193.7L423.513 194.516L424.091 195.331C424.222 195.238 424.354 195.146 424.487 195.056L423.924 194.229ZM423.513 194.516L424.091 195.331C424.352 195.146 424.62 194.963 424.896 194.783L424.348 193.946L423.8 193.11C423.503 193.304 423.215 193.501 422.934 193.7L423.513 194.516ZM424.348 193.946L423.792 193.115L423.368 193.398L423.924 194.229L424.479 195.061L424.903 194.778L424.348 193.946ZM425.615 193.162L425.109 192.3C425.08 192.316 425.042 192.34 425.022 192.351L425.531 193.212L426.041 194.073C426.077 194.051 426.094 194.041 426.122 194.024L425.615 193.162ZM425.531 193.212L426.04 194.073C426.078 194.051 426.093 194.041 426.122 194.024L425.615 193.162L425.109 192.3C425.081 192.316 425.041 192.34 425.022 192.351L425.531 193.212ZM426.475 192.674L425.993 191.797C425.939 191.827 425.885 191.857 425.835 191.885L426.321 192.759L426.807 193.633C426.859 193.604 426.908 193.577 426.956 193.55L426.475 192.674ZM426.321 192.759L426.807 193.633C426.86 193.604 426.907 193.577 426.956 193.55L426.475 192.674L425.993 191.797C425.939 191.827 425.885 191.857 425.836 191.885L426.321 192.759ZM427.396 192.185L426.94 191.295C426.873 191.329 426.786 191.373 426.707 191.414L427.17 192.301L427.632 193.187C427.704 193.15 427.768 193.118 427.853 193.074L427.396 192.185ZM427.17 192.301L427.632 193.187C427.704 193.15 427.769 193.118 427.853 193.074L427.396 192.185L426.94 191.295C426.873 191.329 426.786 191.373 426.708 191.414L427.17 192.301ZM428.137 191.813L427.699 190.914C427.681 190.923 427.665 190.931 427.651 190.938C427.637 190.945 427.626 190.95 427.616 190.955L428.056 191.854L428.496 192.752C428.553 192.723 428.533 192.733 428.575 192.712L428.137 191.813ZM428.056 191.854L428.496 192.752C428.553 192.723 428.532 192.733 428.575 192.712L428.137 191.813L427.699 190.914C427.681 190.923 427.665 190.931 427.651 190.938C427.637 190.945 427.626 190.95 427.616 190.955L428.056 191.854ZM919.769 182.188L918.769 182.154C918.716 183.73 918.64 185.264 918.542 186.755L919.54 186.82L920.538 186.886C920.637 185.373 920.714 183.818 920.768 182.221L919.769 182.188ZM919.54 186.82L920.538 186.886C920.637 185.373 920.714 183.818 920.768 182.221L919.769 182.188L918.769 182.154C918.716 183.73 918.64 185.264 918.542 186.755L919.54 186.82ZM450.103 183.968L450.466 184.899C450.84 184.754 451.208 184.608 451.57 184.463L451.197 183.535L450.824 182.607C450.471 182.749 450.109 182.892 449.739 183.036L450.103 183.968ZM451.197 183.535L451.57 184.463C451.73 184.399 451.901 184.327 452.045 184.269L451.668 183.343L451.291 182.417C451.123 182.485 450.982 182.544 450.824 182.607L451.197 183.535ZM451.668 183.343L451.291 182.417C450.787 182.622 450.271 182.829 449.739 183.036L450.103 183.968L450.466 184.899C451.009 184.688 451.535 184.477 452.045 184.269L451.668 183.343ZM451.78 183.297L452.159 184.223C452.668 184.014 453.165 183.808 453.649 183.601L453.256 182.682L452.862 181.762C452.392 181.964 451.906 182.165 451.402 182.371L451.78 183.297ZM453.256 182.682H454.256V182.681H453.256H452.256V182.682H453.256ZM453.256 182.681L452.862 181.761C452.391 181.963 451.905 182.166 451.402 182.371L451.78 183.297L452.159 184.222C452.669 184.014 453.166 183.807 453.649 183.6L453.256 182.681ZM919.815 180.604L918.816 180.58C918.811 180.768 918.806 180.95 918.8 181.143L919.8 181.171L920.799 181.199C920.805 181.015 920.81 180.82 920.815 180.629L919.815 180.604ZM919.8 181.171L920.799 181.199C920.816 180.605 920.83 180.005 920.841 179.398L919.841 179.381L918.841 179.364C918.831 179.962 918.816 180.555 918.8 181.143L919.8 181.171ZM919.841 179.381L918.841 179.36L918.816 180.584L919.815 180.604L920.815 180.625L920.841 179.402L919.841 179.381ZM142.657 177.66L142.193 178.546C142.629 178.774 143.05 179.005 143.458 179.239L143.956 178.372L144.454 177.505C144.023 177.257 143.579 177.014 143.122 176.775L142.657 177.66ZM143.956 178.372L144.454 177.505C144.023 177.258 143.58 177.014 143.123 176.775L142.658 177.66L142.194 178.546C142.629 178.774 143.05 179.005 143.458 179.239L143.956 178.372ZM142.658 177.66V176.66H142.657V177.66V178.66H142.658V177.66ZM1206.91 166.401L1206.07 166.94C1206.09 166.968 1206.1 166.995 1206.12 167.011C1206.13 167.031 1206.14 167.04 1206.14 167.049L1206.98 166.508L1207.82 165.967C1207.8 165.939 1207.79 165.914 1207.78 165.898C1207.76 165.879 1207.76 165.87 1207.75 165.863L1206.91 166.401ZM1206.98 166.508L1207.82 165.967C1207.77 165.887 1207.76 165.873 1207.72 165.812L1206.88 166.35L1206.04 166.887C1206.06 166.932 1206.12 167.023 1206.14 167.049L1206.98 166.508ZM1206.88 166.35L1206.03 166.878L1206.06 166.93L1206.91 166.401L1207.76 165.873L1207.73 165.821L1206.88 166.35ZM660.399 138.137L660.375 137.137C660.092 137.144 659.804 137.151 659.517 137.16L659.549 138.159L659.58 139.159C659.858 139.15 660.138 139.143 660.423 139.136L660.399 138.137ZM659.549 138.159L659.58 139.159C660.163 139.14 660.751 139.127 661.345 139.118L661.329 138.118L661.313 137.118C660.712 137.128 660.113 137.141 659.517 137.16L659.549 138.159ZM661.329 138.118L661.309 137.118L660.379 137.137L660.399 138.137L660.419 139.137L661.349 139.118L661.329 138.118ZM465.674 135.924L464.676 135.861C464.654 136.204 464.622 136.535 464.58 136.855L465.571 136.986L466.563 137.118C466.612 136.749 466.648 136.372 466.672 135.987L465.674 135.924ZM465.571 136.986L466.563 137.118C466.628 136.629 466.671 136.125 466.693 135.604L465.693 135.562L464.694 135.521C464.675 135.984 464.637 136.428 464.58 136.855L465.571 136.986ZM465.693 135.562L464.695 135.509L464.675 135.87L465.674 135.924L466.672 135.978L466.692 135.616L465.693 135.562ZM1199.55 131.797L1198.55 131.704C1198.45 132.86 1198.37 134.027 1198.34 135.206L1199.34 135.236L1200.34 135.267C1200.37 134.13 1200.44 133.004 1200.55 131.89L1199.55 131.797ZM1199.34 135.236V136.236H1199.34V135.236V134.236H1199.34V135.236ZM1199.34 135.236L1200.34 135.267C1200.37 134.129 1200.44 133.003 1200.55 131.889L1199.55 131.796L1198.55 131.703C1198.45 132.86 1198.37 134.028 1198.34 135.206L1199.34 135.236ZM1199.55 131.796H1198.55V131.797H1199.55H1200.55V131.796H1199.55ZM465.697 134.104L464.698 134.14C464.705 134.344 464.71 134.542 464.71 134.738H465.71H466.71C466.71 134.51 466.704 134.286 466.697 134.069L465.697 134.104ZM465.71 134.738L466.71 134.726L466.704 134.237L465.704 134.249L464.704 134.261L464.71 134.75L465.71 134.738ZM465.704 134.249L466.704 134.222C466.703 134.182 466.701 134.145 466.699 134.121C466.698 134.093 466.697 134.081 466.697 134.069L465.697 134.104L464.698 134.14C464.699 134.176 464.701 134.212 464.702 134.232C464.704 134.257 464.704 134.268 464.704 134.276L465.704 134.249ZM465.676 133.648L466.674 133.588C466.668 133.493 466.662 133.397 466.654 133.3L465.657 133.376L464.66 133.452C464.667 133.537 464.672 133.622 464.678 133.709L465.676 133.648ZM465.657 133.376L464.66 133.451C464.667 133.537 464.672 133.623 464.678 133.708L465.676 133.648L466.674 133.589C466.668 133.492 466.662 133.396 466.654 133.301L465.657 133.376ZM464.854 129.312L463.903 129.624C464.068 130.126 464.209 130.639 464.324 131.161L465.301 130.945L466.277 130.73C466.147 130.142 465.989 129.565 465.804 129.001L464.854 129.312ZM465.301 130.945L464.324 131.161C464.356 131.304 464.386 131.448 464.414 131.592L465.396 131.403L466.378 131.214C466.346 131.052 466.313 130.89 466.277 130.73L465.301 130.945ZM465.396 131.403L464.414 131.592C464.469 131.883 464.518 132.175 464.558 132.47L465.549 132.335L466.54 132.2C466.494 131.867 466.44 131.539 466.378 131.214L465.396 131.403ZM465.549 132.335L466.538 132.187L466.467 131.718L465.479 131.866L464.49 132.015L464.56 132.483L465.549 132.335ZM465.479 131.866L466.465 131.704C466.313 130.776 466.09 129.874 465.804 129L464.854 129.312L463.903 129.625C464.158 130.401 464.356 131.203 464.492 132.028L465.479 131.866ZM1271.15 129.063L1270.15 128.988C1270.13 129.265 1270.11 129.544 1270.11 129.826L1271.11 129.851L1272.11 129.875C1272.11 129.626 1272.12 129.38 1272.14 129.139L1271.15 129.063ZM1271.11 129.851L1272.11 129.888L1272.12 129.492L1271.12 129.455L1270.12 129.418L1270.11 129.814L1271.11 129.851ZM1271.12 129.455L1272.12 129.505C1272.13 129.382 1272.13 129.26 1272.14 129.14L1271.15 129.064L1270.15 128.989C1270.14 129.127 1270.13 129.266 1270.12 129.405L1271.12 129.455ZM1271.15 129.064H1272.15V129.063H1271.15H1270.15V129.064H1271.15ZM464.649 128.727L463.711 129.073C463.767 129.224 463.82 129.378 463.874 129.538L464.822 129.221L465.771 128.903C465.713 128.732 465.653 128.556 465.587 128.38L464.649 128.727ZM464.822 129.221L465.771 128.903C465.714 128.733 465.653 128.557 465.587 128.379L464.649 128.726L463.712 129.072C463.767 129.222 463.82 129.376 463.874 129.538L464.822 129.221ZM464.649 128.726H463.649V128.727H464.649H465.649V128.726H464.649ZM464.318 127.899L465.247 127.528L465.237 127.504L464.309 127.875L463.38 128.246L463.39 128.271L464.318 127.899ZM464.309 127.875L465.226 127.478C465.213 127.448 465.201 127.42 465.193 127.403C465.183 127.382 465.179 127.374 465.176 127.366L464.261 127.77L463.346 128.173C463.358 128.201 463.37 128.227 463.377 128.242C463.385 128.259 463.389 128.267 463.391 128.272L464.309 127.875ZM464.261 127.77L463.346 128.173C463.374 128.237 463.382 128.254 463.4 128.295L464.318 127.899L465.237 127.503C465.217 127.458 465.186 127.389 465.176 127.366L464.261 127.77ZM463.998 127.201L463.099 127.639C463.119 127.68 463.134 127.713 463.161 127.77L464.064 127.341L464.968 126.912C464.951 126.876 464.922 126.815 464.897 126.764L463.998 127.201ZM464.064 127.341L464.968 126.911C464.965 126.907 464.963 126.901 464.955 126.884C464.948 126.87 464.937 126.844 464.924 126.817L464.023 127.252L463.123 127.687C463.124 127.689 463.126 127.693 463.133 127.709C463.139 127.721 463.149 127.745 463.161 127.77L464.064 127.341ZM464.023 127.252L464.918 126.805L464.892 126.754L463.998 127.201L463.104 127.648L463.129 127.699L464.023 127.252ZM463.759 126.73L464.644 126.265C464.61 126.2 464.575 126.137 464.544 126.08L463.665 126.556L462.786 127.032C462.818 127.091 462.846 127.144 462.874 127.196L463.759 126.73ZM463.665 126.556L462.785 127.031C462.818 127.091 462.846 127.144 462.874 127.196L463.759 126.73L464.644 126.265C464.61 126.2 464.575 126.136 464.545 126.08L463.665 126.556ZM463.41 126.1L464.275 125.597C464.249 125.552 464.208 125.485 464.194 125.462L463.334 125.972L462.474 126.482C462.51 126.543 462.522 126.561 462.546 126.602L463.41 126.1ZM463.334 125.972L462.474 126.482C462.511 126.545 462.521 126.561 462.546 126.602L463.41 126.1L464.275 125.597C464.249 125.553 464.207 125.484 464.194 125.462L463.334 125.972ZM1088.58 122.688L1088.22 121.754C1088.09 121.804 1087.96 121.855 1087.83 121.907L1088.2 122.835L1088.57 123.763C1088.69 123.715 1088.81 123.667 1088.93 123.621L1088.58 122.688ZM1088.2 122.835L1088.57 123.763C1088.69 123.715 1088.81 123.667 1088.93 123.621L1088.58 122.688L1088.22 121.754C1088.09 121.804 1087.96 121.855 1087.83 121.907L1088.2 122.835ZM1089.06 122.507L1088.72 121.566C1088.58 121.618 1088.43 121.672 1088.29 121.728L1088.64 122.662L1089 123.597C1089.13 123.546 1089.27 123.497 1089.4 123.447L1089.06 122.507ZM1088.64 122.662L1089 123.597C1089.13 123.546 1089.27 123.497 1089.4 123.447L1089.06 122.507L1088.72 121.566C1088.58 121.618 1088.43 121.672 1088.29 121.728L1088.64 122.662ZM1089.53 122.343L1089.21 121.396C1089.09 121.438 1088.96 121.482 1088.83 121.527L1089.17 122.469L1089.51 123.411C1089.62 123.37 1089.74 123.33 1089.85 123.29L1089.53 122.343ZM1089.17 122.469L1089.51 123.411C1089.62 123.37 1089.74 123.33 1089.85 123.29L1089.53 122.343L1089.21 121.396C1089.09 121.438 1088.96 121.482 1088.83 121.527L1089.17 122.469ZM1089.85 122.237L1089.54 121.286C1089.51 121.297 1089.45 121.316 1089.4 121.332L1089.71 122.281L1090.03 123.231C1090.07 123.216 1090.1 123.207 1090.16 123.188L1089.85 122.237ZM1089.71 122.281L1090.03 123.231C1090.07 123.216 1090.1 123.208 1090.16 123.188L1089.85 122.237L1089.54 121.286C1089.51 121.296 1089.45 121.317 1089.4 121.332L1089.71 122.281ZM1090.31 122.092L1090.02 121.135C1089.99 121.146 1089.91 121.168 1089.86 121.185L1090.16 122.14L1090.45 123.095C1090.5 123.079 1090.54 123.069 1090.6 123.049L1090.31 122.092ZM1090.16 122.14L1090.45 123.094C1090.5 123.078 1090.53 123.07 1090.6 123.048L1090.31 122.092L1090.02 121.135C1089.99 121.145 1089.91 121.168 1089.86 121.185L1090.16 122.14ZM1302.39 122.025L1303.13 121.353C1303.01 121.215 1302.88 121.074 1302.74 120.933L1302.02 121.631L1301.31 122.328C1301.42 122.446 1301.53 122.568 1301.65 122.698L1302.39 122.025ZM1302.02 121.631L1302.73 120.924L1302.72 120.914L1302.01 121.621L1301.31 122.328L1301.32 122.338L1302.02 121.631ZM1302.01 121.621L1301.3 122.319C1301.41 122.44 1301.53 122.566 1301.65 122.698L1302.39 122.025L1303.13 121.353C1303 121.211 1302.87 121.066 1302.73 120.923L1302.01 121.621ZM1090.74 121.966L1090.47 121.004C1090.45 121.009 1090.37 121.031 1090.33 121.042L1090.61 122.002L1090.89 122.962C1090.94 122.949 1090.95 122.946 1091.01 122.927L1090.74 121.966ZM1090.61 122.002L1090.89 122.962C1090.93 122.95 1090.95 122.945 1091.01 122.928L1090.74 121.966L1090.47 121.004C1090.44 121.011 1090.38 121.029 1090.33 121.042L1090.61 122.002ZM1091.25 121.826L1090.99 120.859C1090.9 120.883 1090.82 120.906 1090.73 120.93L1090.99 121.895L1091.26 122.859C1091.34 122.837 1091.42 122.815 1091.5 122.793L1091.25 121.826ZM1090.99 121.895L1091.26 122.859C1091.34 122.836 1091.42 122.814 1091.5 122.793L1091.25 121.826L1090.99 120.859C1090.9 120.883 1090.82 120.906 1090.73 120.93L1090.99 121.895ZM1092.17 121.602L1091.95 120.626C1091.67 120.688 1091.4 120.754 1091.13 120.824L1091.38 121.792L1091.63 122.76C1091.88 122.695 1092.13 122.634 1092.39 122.577L1092.17 121.602ZM1091.38 121.792L1091.63 122.76C1091.88 122.695 1092.13 122.634 1092.39 122.577L1092.17 121.602L1091.95 120.626C1091.67 120.688 1091.4 120.754 1091.13 120.824L1091.38 121.792ZM1093.08 121.41L1092.9 120.428C1092.6 120.484 1092.31 120.545 1092.02 120.61L1092.24 121.586L1092.45 122.562C1092.72 122.501 1093 122.445 1093.27 122.393L1093.08 121.41ZM1092.24 121.586L1092.45 122.562C1092.72 122.502 1092.99 122.446 1093.27 122.394L1093.08 121.412L1092.89 120.43C1092.6 120.485 1092.31 120.545 1092.02 120.61L1092.24 121.586ZM1093.08 121.412L1093.27 122.394C1093.29 122.39 1093.31 122.386 1093.32 122.381C1093.34 122.377 1093.35 122.373 1093.37 122.37C1093.38 122.367 1093.38 122.364 1093.39 122.362C1093.39 122.361 1093.4 122.361 1093.4 122.36C1093.4 122.36 1093.4 122.36 1093.4 122.36C1093.4 122.36 1093.4 122.359 1093.4 122.359C1093.4 122.359 1093.4 122.36 1093.39 122.362C1093.39 122.363 1093.38 122.366 1093.37 122.369C1093.36 122.372 1093.34 122.376 1093.33 122.38C1093.31 122.384 1093.29 122.388 1093.27 122.393L1093.08 121.41L1092.9 120.428C1092.88 120.432 1092.86 120.437 1092.84 120.441C1092.82 120.445 1092.81 120.449 1092.8 120.452C1092.79 120.455 1092.78 120.458 1092.77 120.46C1092.77 120.461 1092.77 120.462 1092.77 120.462C1092.77 120.462 1092.77 120.462 1092.76 120.463C1092.76 120.463 1092.76 120.463 1092.76 120.463C1092.76 120.463 1092.77 120.462 1092.77 120.461C1092.78 120.459 1092.78 120.456 1092.79 120.453C1092.8 120.45 1092.82 120.446 1092.83 120.442C1092.85 120.438 1092.87 120.434 1092.89 120.43L1093.08 121.412ZM1094.88 121.13L1094.75 120.139L1094.29 120.199L1094.42 121.19L1094.56 122.182L1095.01 122.121L1094.88 121.13ZM1094.42 121.19L1094.56 122.181C1094.74 122.156 1094.92 122.133 1095.1 122.111L1094.98 121.118L1094.86 120.125C1094.67 120.148 1094.48 120.173 1094.29 120.2L1094.42 121.19ZM1094.98 121.118L1094.86 120.125L1094.76 120.137L1094.88 121.13L1094.99 122.123L1095.09 122.111L1094.98 121.118ZM1278.5 118.357V119.357H1278.5V118.357V117.357H1278.5V118.357ZM1278.5 118.357L1278.94 119.257C1279.05 119.206 1279.15 119.156 1279.26 119.106L1278.85 118.196L1278.43 117.287C1278.31 117.342 1278.19 117.399 1278.07 117.458L1278.5 118.357ZM1278.85 118.196V117.196H1278.85V118.196V119.196H1278.85V118.196ZM1278.85 118.196L1278.43 117.287C1278.31 117.342 1278.19 117.399 1278.07 117.458L1278.5 118.357L1278.94 119.257C1279.04 119.206 1279.15 119.156 1279.26 119.106L1278.85 118.196ZM1281.82 117.148L1281.57 116.181C1281.39 116.228 1281.21 116.277 1281.04 116.327L1281.31 117.288L1281.59 118.249C1281.75 118.202 1281.91 118.158 1282.07 118.116L1281.82 117.148ZM1281.31 117.288L1281.59 118.249C1281.75 118.203 1281.91 118.158 1282.07 118.116L1281.82 117.148L1281.57 116.181C1281.39 116.228 1281.21 116.277 1281.04 116.327L1281.31 117.288ZM1281.82 117.148V116.148H1281.82V117.148V118.148H1281.82V117.148ZM1283.88 116.722V117.722H1283.88V116.722V115.722H1283.88V116.722ZM1283.88 116.722L1284.03 117.709C1284.17 117.688 1284.31 117.668 1284.44 117.649L1284.31 116.658L1284.17 115.668C1284.02 115.688 1283.87 115.71 1283.72 115.734L1283.88 116.722ZM1284.31 116.658V115.658H1284.31V116.658V117.658H1284.31V116.658ZM1284.31 116.658L1284.17 115.668C1284.02 115.688 1283.87 115.71 1283.72 115.734L1283.88 116.722L1284.03 117.709C1284.17 117.688 1284.3 117.668 1284.44 117.649L1284.31 116.658ZM112.911 103.325L112.629 104.285C112.69 104.302 112.818 104.339 112.862 104.352L113.142 103.392L113.422 102.432C113.312 102.4 113.286 102.393 113.193 102.366L112.911 103.325ZM113.142 103.392L113.422 102.432C113.006 102.31 112.598 102.19 112.198 102.067L111.905 103.023L111.613 103.98C112.025 104.106 112.442 104.229 112.862 104.352L113.142 103.392ZM111.905 103.023L111.618 103.981L112.624 104.283L112.911 103.325L113.198 102.367L112.193 102.066L111.905 103.023ZM105.104 100.609L104.723 101.534C104.726 101.535 104.73 101.537 104.741 101.541C104.749 101.545 104.764 101.551 104.78 101.558L105.16 100.633L105.541 99.7081C105.538 99.7068 105.534 99.7052 105.524 99.701C105.516 99.6975 105.501 99.6913 105.486 99.685L105.104 100.609ZM105.16 100.633L105.541 99.7081C105.538 99.7068 105.534 99.7051 105.524 99.7009C105.516 99.6974 105.501 99.6913 105.486 99.6851L105.104 100.609L104.723 101.534C104.726 101.535 104.73 101.537 104.741 101.541C104.749 101.545 104.764 101.551 104.779 101.558L105.16 100.633ZM103.989 100.135L103.589 101.051C103.688 101.094 103.787 101.137 103.885 101.179L104.28 100.261L104.676 99.3422C104.578 99.3003 104.483 99.2594 104.39 99.2185L103.989 100.135ZM104.28 100.261L104.676 99.3424C104.578 99.3 104.483 99.2595 104.39 99.2186L103.989 100.135L103.588 101.051C103.688 101.094 103.788 101.138 103.885 101.179L104.28 100.261ZM1075.09 99.5654L1074.3 98.9604C1074.13 99.1799 1073.97 99.4046 1073.81 99.6161L1074.61 100.213L1075.41 100.81C1075.58 100.588 1075.73 100.379 1075.89 100.17L1075.09 99.5654ZM1074.61 100.213L1075.41 100.81C1075.58 100.588 1075.73 100.379 1075.89 100.17L1075.09 99.5654L1074.3 98.9604C1074.13 99.1799 1073.97 99.4047 1073.81 99.6161L1074.61 100.213ZM1075.99 98.4102L1075.21 97.7902C1075.04 97.9973 1074.88 98.2052 1074.72 98.4114L1075.51 99.0234L1076.3 99.6354C1076.46 99.4307 1076.62 99.2292 1076.78 99.0301L1075.99 98.4102ZM1075.51 99.0234L1076.3 99.6355C1076.46 99.4307 1076.62 99.2291 1076.78 99.0301L1075.99 98.4102L1075.21 97.7902C1075.04 97.9973 1074.88 98.2053 1074.72 98.4114L1075.51 99.0234ZM1076.91 97.2754L1076.13 96.6405C1075.95 96.8632 1075.77 97.087 1075.59 97.3094L1076.37 97.9355L1077.15 98.5617C1077.33 98.3414 1077.5 98.1244 1077.68 97.9103L1076.91 97.2754ZM1076.37 97.9355L1077.15 98.5618C1077.33 98.3414 1077.5 98.1244 1077.68 97.9103L1076.91 97.2754L1076.13 96.6404C1075.95 96.8632 1075.77 97.0871 1075.59 97.3093L1076.37 97.9355ZM1077.85 96.1533L1077.09 95.5033C1076.89 95.737 1076.69 95.9721 1076.49 96.208L1077.26 96.8486L1078.03 97.4893C1078.22 97.2584 1078.41 97.0297 1078.61 96.8033L1077.85 96.1533ZM1077.26 96.8486L1078.03 97.4893C1078.22 97.2584 1078.41 97.0296 1078.61 96.8034L1077.85 96.1533L1077.09 95.5033C1076.89 95.737 1076.69 95.9721 1076.49 96.208L1077.26 96.8486ZM1078.79 95.0752L1078.04 94.4104C1077.83 94.6494 1077.62 94.89 1077.41 95.1321L1078.16 95.7871L1078.92 96.4421C1079.12 96.2059 1079.33 95.9718 1079.53 95.74L1078.79 95.0752ZM1078.16 95.7871L1078.92 96.4421C1079.12 96.2059 1079.33 95.9718 1079.53 95.74L1078.79 95.0752L1078.04 94.4104C1077.83 94.6494 1077.62 94.8901 1077.41 95.1321L1078.16 95.7871ZM1079.78 93.9805L1079.05 93.3004C1078.82 93.5466 1078.59 93.7951 1078.37 94.0461L1079.11 94.7158L1079.85 95.3856C1080.07 95.1421 1080.29 94.9005 1080.51 94.6605L1079.78 93.9805ZM1079.11 94.7158L1079.85 95.3856C1080.07 95.1421 1080.29 94.9005 1080.51 94.6605L1079.78 93.9805L1079.05 93.3004C1078.82 93.5466 1078.59 93.7951 1078.37 94.0461L1079.11 94.7158ZM1080.18 93.5488L1079.46 92.8627C1079.44 92.8801 1079.36 92.9616 1079.36 92.9657L1080.09 93.6504L1080.82 94.3351C1080.88 94.2716 1080.86 94.2849 1080.91 94.235L1080.18 93.5488ZM1080.09 93.6504L1080.82 94.3351C1080.89 94.2558 1080.96 94.1816 1081.03 94.1069L1080.31 93.4189L1079.58 92.731C1079.51 92.81 1079.43 92.8905 1079.36 92.9657L1080.09 93.6504ZM1080.31 93.4189L1079.58 92.7312L1079.46 92.8611L1080.18 93.5488L1080.91 94.2366L1081.03 94.1067L1080.31 93.4189ZM91.1338 90.8623L90.3334 91.4617C90.3432 91.4749 90.3526 91.4873 90.3599 91.4968C90.3679 91.5073 90.3732 91.5142 90.3784 91.5212L91.1768 90.9189L91.9751 90.3167C91.9458 90.2779 91.9527 90.2875 91.9342 90.2629L91.1338 90.8623ZM91.1768 90.9189L91.9745 90.316C91.9498 90.2832 91.9493 90.283 91.9342 90.2628L91.1338 90.8623L90.3334 91.4618C90.3467 91.4795 90.3752 91.5169 90.379 91.5219L91.1768 90.9189ZM1093.65 121.31L1093.48 120.323C1093.29 120.356 1093.09 120.39 1092.9 120.428L1093.08 121.41L1093.27 122.393C1093.45 122.359 1093.63 122.327 1093.82 122.296L1093.65 121.31ZM1093.08 121.41L1093.27 122.393C1093.45 122.359 1093.63 122.327 1093.82 122.296L1093.65 121.31L1093.48 120.323C1093.29 120.356 1093.09 120.39 1092.9 120.428L1093.08 121.41Z" stroke="#FF500A" stroke-opacity="0.24" stroke-width="2" mask="url(#path-1-outside-1_5111_61)"></path></g><defs><clipPath id="bgblur_0_5111_61_clip_path" transform="translate(8 8)"><path d="M1287.93 72.043C1338.69 72.0431 1374.44 96.5301 1380.15 135.34L1380.32 136.485H1306.43L1306.37 135.546C1306.01 129.554 1304.11 125.048 1301.02 122.041C1297.93 119.038 1293.53 117.416 1287.93 117.416C1283.04 117.416 1279.08 118.683 1276.36 120.886C1273.66 123.07 1272.1 126.237 1272.1 130.251C1272.1 134.405 1273.71 137.376 1277.01 139.718C1280.38 142.116 1285.54 143.86 1292.62 145.351L1307.57 148.34H1307.57C1333.04 153.397 1351.64 160.164 1363.89 169.801C1376.2 179.491 1382.03 192.035 1382.03 208.398C1382.03 229.3 1372.7 246.235 1356.42 257.912C1340.17 269.567 1317.04 275.954 1289.42 275.954C1242.16 275.954 1207.33 257.019 1196.01 224.737C1192.87 233.806 1188.8 241.802 1183.85 248.62C1171.04 266.27 1152.42 275.954 1129.29 275.954C1103.75 275.954 1082.28 263.658 1069.35 241.685V338.771H1000.04V76.5293H1068.22V108.163C1081.87 84.3617 1102.99 72.0431 1129.29 72.043C1152.42 72.043 1171.04 81.7271 1183.85 99.377C1190.28 108.227 1195.22 119.062 1198.56 131.653C1200.14 114.89 1209.16 100.568 1223.54 90.1797C1239.41 78.7194 1261.78 72.043 1287.93 72.043ZM116.952 1C147.403 1 172.96 8.70717 191.819 22.8398C209.068 35.7652 220.655 54.0244 225.261 76.5293H243.628V30.165H315.923V76.5293H354.436V117.914C359.16 106.809 366.843 97.4672 377.074 90.1758C393.556 78.4302 416.587 72.043 444.397 72.043C471.778 72.043 493.806 78.2348 510.034 89.998L510.803 90.5625L510.809 90.5664L510.814 90.5713C518.969 96.8297 525.066 104.156 529.115 113.35C529.558 114.356 529.975 115.384 530.368 116.435L530.218 77.5332L530.214 76.5293H600.643V126.013C611.89 94.252 638.84 74.2861 669.19 74.2861H676.547V76.5293H694.846V30.165H767.141V76.5293H873.381V199.798C873.381 208.866 875.052 215.437 878.231 219.721C881.369 223.947 886.087 226.094 892.572 226.094C896.994 226.094 900.803 225.08 904.041 223.082C907.282 221.082 910.009 218.06 912.209 213.955C916.625 205.714 918.867 193.201 918.867 176.242V76.5293H991.162V271.467H921.858V240.218C915.147 252.139 907.213 261.035 897.632 266.971C887.865 273.021 876.458 275.954 863.033 275.954C842.8 275.954 827.249 269.419 816.782 256.61C811.967 250.718 808.256 243.53 805.653 235.098V273.71H751.933C733.083 273.71 718.762 268.997 709.16 259.396C699.559 249.794 694.846 235.473 694.846 216.624V124.895H676.547V139.104H663.208C643.171 139.104 628.031 144.112 617.902 153.647C607.784 163.173 602.513 177.362 602.513 196.059V271.467H474.04L473.773 270.881C470.118 262.84 467.891 251.371 467.384 241.462C458.679 261.979 435.736 275.954 409.25 275.954C389.791 275.954 373.458 270 361.978 259.521C359.158 256.946 356.637 254.102 354.436 251.014V273.71H300.714C281.864 273.71 267.544 268.997 257.942 259.396C248.341 249.794 243.628 235.474 243.628 216.624V124.895H215.585V84.1387H148.931L148.859 83.2148C148.127 73.6992 144.661 66.289 139.134 61.2559C133.604 56.2208 125.915 53.4775 116.578 53.4775C107.787 53.4776 100.65 55.9497 95.7285 60.1553C90.8212 64.3488 88.0392 70.3283 88.0391 77.5293C88.0391 84.1864 90.1781 89.5006 95.3936 93.8691C100.674 98.2923 109.175 101.802 122.025 104.596L122.03 104.597L148.951 110.579L148.954 110.58C178.95 117.329 199.535 127.013 212.625 139.818C225.752 152.66 231.247 168.548 231.247 187.459C231.247 213.944 219.978 236.106 200.251 251.623C180.544 267.124 152.453 275.954 118.822 275.954C51.5398 275.954 5.33062 239.436 1.16504 186.041L1.08105 184.964H78.6201L78.6895 185.889C79.611 198.237 83.653 207.599 90.4746 213.879C97.2973 220.159 107.03 223.477 119.569 223.477C130.075 223.477 138.722 220.895 144.718 216.342C150.686 211.809 154.091 205.28 154.091 197.181C154.091 190.343 151.959 185.42 146.77 181.428C141.485 177.362 132.977 174.221 120.092 171.233L120.088 171.232L93.166 164.876H93.165C63.1742 157.753 42.5926 147.974 29.5059 135.172C16.3798 122.331 10.8838 106.538 10.8838 87.625C10.8839 61.7045 21.868 40.0144 40.6533 24.8252C59.4221 9.64945 85.9262 1.00003 116.952 1ZM433.792 270.642C433.434 270.774 433.074 270.904 432.712 271.031C433.435 270.778 434.152 270.513 434.861 270.236L433.792 270.642ZM890.578 269.581H890.579H890.578ZM893.435 268.204H893.436H893.435ZM472.787 265.62C472.845 265.791 472.905 265.961 472.964 266.13C472.889 265.915 472.814 265.7 472.741 265.482L472.787 265.62ZM908.749 256.602C908.842 256.505 908.933 256.407 909.025 256.31C908.933 256.407 908.842 256.505 908.749 256.602ZM909.467 255.839C909.559 255.739 909.65 255.638 909.742 255.537C909.65 255.638 909.559 255.739 909.467 255.839ZM910.193 255.041C910.291 254.933 910.388 254.824 910.484 254.715C910.388 254.824 910.291 254.933 910.193 255.041ZM910.879 254.265C910.937 254.198 910.997 254.133 911.055 254.066C911.115 253.996 911.175 253.925 911.235 253.854C911.117 253.992 910.998 254.128 910.879 254.265ZM911.539 253.498C911.625 253.397 911.712 253.297 911.797 253.195C911.85 253.132 911.901 253.068 911.954 253.005C911.816 253.17 911.678 253.334 911.539 253.498ZM912.278 252.61C912.378 252.489 912.479 252.367 912.578 252.244C912.479 252.367 912.378 252.489 912.278 252.61ZM1203.21 161.739C1203.46 165.715 1203.58 169.803 1203.58 173.998C1203.58 186.943 1202.41 198.865 1200.15 209.642H1266.41L1266.49 210.559C1267.03 217.077 1269.46 222.051 1273.34 225.402C1277.23 228.761 1282.68 230.58 1289.42 230.58C1295.26 230.58 1299.99 229.21 1303.24 226.888C1306.45 224.586 1308.24 221.328 1308.24 217.372C1308.24 215.42 1307.93 213.833 1307.25 212.481C1306.57 211.136 1305.49 209.951 1303.83 208.859C1300.46 206.64 1294.84 204.892 1285.85 203.021H1285.85L1269.77 199.655V199.654C1244.49 194.409 1226.61 187.355 1215.06 177.275C1209.84 172.725 1205.94 167.576 1203.21 161.739ZM432.845 227.891C432.933 227.904 433.021 227.916 433.109 227.929C433.021 227.916 432.933 227.904 432.845 227.891ZM464.71 177.359C460.061 181.138 451.993 184.924 436.837 189.537C429.615 191.76 424.559 194.409 421.314 197.654C418.107 200.862 416.606 204.713 416.606 209.52C416.606 214.841 418.726 219.235 422.332 222.313C425.951 225.403 431.128 227.215 437.293 227.215C445.073 227.215 451.901 224.327 456.791 218.943C461.686 213.555 464.71 205.585 464.71 195.312V177.359ZM429.038 227.031C429.107 227.053 429.177 227.072 429.246 227.093C429.009 227.022 428.773 226.949 428.541 226.871L429.038 227.031ZM1098.63 121.903C1088.73 121.903 1080.9 126.558 1075.51 135.354C1070.08 144.203 1067.1 157.268 1067.1 173.998C1067.1 190.729 1070.08 203.794 1075.51 212.643C1080.9 221.439 1088.73 226.094 1098.63 226.094C1108.54 226.094 1116.26 221.441 1121.57 212.648C1126.9 203.8 1129.79 190.733 1129.79 173.998C1129.79 157.263 1126.9 144.196 1121.57 135.348C1116.26 126.555 1108.54 121.903 1098.63 121.903ZM424.489 225.053C424.529 225.076 424.568 225.099 424.608 225.122C424.568 225.099 424.529 225.076 424.489 225.053ZM423.403 224.376C423.444 224.403 423.485 224.43 423.526 224.457C423.485 224.43 423.444 224.403 423.403 224.376ZM444.771 117.416C438.08 117.416 432.747 119.58 428.992 123.468C425.228 127.365 422.953 133.095 422.588 140.396L422.54 141.347H349.099L349.175 140.275C349.561 134.874 350.488 129.741 351.927 124.895H315.923V212.137C315.923 216.933 316.764 219.856 318.527 221.619C320.291 223.382 323.213 224.224 328.01 224.224H344.393C344.092 221.637 343.938 218.977 343.938 216.25C343.938 198.09 349.06 184.501 361.166 174.309C373.201 164.176 392.024 157.503 419.176 152.821H419.179L438.995 149.456L439.004 149.455C449.49 147.77 455.944 146.107 459.778 143.833C461.663 142.715 462.871 141.474 463.621 140.041C464.375 138.6 464.71 136.881 464.71 134.738C464.71 124.942 456.314 117.416 444.771 117.416ZM767.141 212.137C767.141 216.933 767.983 219.856 769.746 221.619C771.509 223.382 774.431 224.224 779.228 224.224H803.033C801.737 217.034 801.086 209.134 801.086 200.546V124.895H767.141V212.137ZM422.309 223.583C422.346 223.612 422.382 223.642 422.42 223.671C422.382 223.642 422.346 223.612 422.309 223.583ZM421.75 223.129C421.833 223.199 421.917 223.27 422.002 223.339C421.917 223.27 421.833 223.199 421.75 223.129ZM421.358 222.789C421.434 222.857 421.511 222.924 421.589 222.991C421.512 222.924 421.434 222.857 421.358 222.789ZM1266.32 215.566C1266.34 215.63 1266.35 215.693 1266.37 215.756C1266.35 215.693 1266.34 215.63 1266.32 215.566ZM1266.14 214.842C1266.15 214.884 1266.16 214.925 1266.17 214.967C1266.16 214.925 1266.15 214.884 1266.14 214.842ZM1265.93 213.849C1265.95 213.937 1265.96 214.025 1265.98 214.113C1265.96 214.025 1265.95 213.937 1265.93 213.849ZM1380.87 213.075C1380.9 212.64 1380.92 212.202 1380.95 211.763C1380.92 212.202 1380.9 212.64 1380.87 213.075ZM1381 210.314C1380.99 210.729 1380.98 211.142 1380.96 211.554C1380.99 210.827 1381.01 210.096 1381.02 209.359L1381 210.314ZM1307.42 210.84C1307.39 210.806 1307.37 210.773 1307.34 210.739C1307.37 210.773 1307.39 210.806 1307.42 210.84ZM872.4 201.488C872.41 201.877 872.424 202.261 872.439 202.641C872.423 202.253 872.41 201.86 872.4 201.463V201.488ZM465.65 197.747C465.658 197.581 465.669 197.415 465.675 197.248V197.233C465.668 197.405 465.658 197.576 465.65 197.747ZM423.924 194.229C423.785 194.324 423.648 194.42 423.513 194.516C423.784 194.323 424.062 194.133 424.348 193.946L423.924 194.229ZM425.615 193.162C425.587 193.179 425.559 193.195 425.531 193.212C425.559 193.195 425.587 193.179 425.615 193.162ZM426.475 192.674C426.423 192.702 426.372 192.73 426.321 192.759C426.372 192.73 426.423 192.702 426.475 192.674ZM427.396 192.185C427.321 192.223 427.245 192.262 427.17 192.301C427.245 192.262 427.321 192.223 427.396 192.185ZM428.137 191.813C428.11 191.827 428.083 191.84 428.056 191.854C428.083 191.84 428.11 191.827 428.137 191.813ZM919.769 182.188C919.715 183.774 919.638 185.318 919.54 186.82C919.638 185.318 919.715 183.774 919.769 182.188ZM450.103 183.968C450.475 183.823 450.84 183.679 451.197 183.535C451.356 183.471 451.512 183.406 451.668 183.343C451.161 183.549 450.64 183.758 450.103 183.968ZM451.78 183.297C452.287 183.09 452.779 182.886 453.256 182.682V182.681C452.779 182.885 452.287 183.09 451.78 183.297ZM919.815 180.604C919.811 180.794 919.805 180.983 919.8 181.171C919.816 180.58 919.831 179.983 919.841 179.381L919.815 180.604ZM142.657 177.66C143.104 177.894 143.537 178.131 143.956 178.372C143.537 178.131 143.104 177.894 142.658 177.66H142.657ZM1206.91 166.401C1206.93 166.437 1206.96 166.472 1206.98 166.508C1206.95 166.455 1206.91 166.403 1206.88 166.35L1206.91 166.401ZM660.399 138.137C660.115 138.144 659.831 138.15 659.549 138.159C660.138 138.141 660.731 138.128 661.329 138.118L660.399 138.137ZM465.674 135.924C465.651 136.288 465.617 136.642 465.571 136.986C465.632 136.529 465.673 136.054 465.693 135.562L465.674 135.924ZM1199.55 131.797C1199.44 132.932 1199.37 134.079 1199.34 135.236H1199.34C1199.37 134.079 1199.44 132.932 1199.55 131.796V131.797ZM465.697 134.104C465.705 134.315 465.71 134.526 465.71 134.738L465.704 134.249C465.703 134.201 465.699 134.153 465.697 134.104ZM465.676 133.648C465.67 133.557 465.664 133.467 465.657 133.376C465.664 133.467 465.67 133.557 465.676 133.648ZM464.854 129.312C465.029 129.846 465.178 130.39 465.301 130.945C465.334 131.097 465.366 131.25 465.396 131.403C465.455 131.711 465.506 132.021 465.549 132.335L465.479 131.866C465.335 130.989 465.124 130.137 464.854 129.312ZM1271.15 129.063C1271.13 129.322 1271.11 129.585 1271.11 129.851L1271.12 129.455C1271.13 129.324 1271.14 129.194 1271.15 129.064V129.063ZM464.649 128.727C464.71 128.89 464.767 129.055 464.822 129.221C464.767 129.055 464.71 128.889 464.649 128.726V128.727ZM464.318 127.899L464.309 127.875C464.293 127.84 464.276 127.805 464.261 127.77C464.28 127.813 464.3 127.856 464.318 127.899ZM463.998 127.201C464.021 127.248 464.042 127.294 464.064 127.341C464.05 127.311 464.038 127.281 464.023 127.252L463.998 127.201ZM463.759 126.73C463.728 126.672 463.697 126.614 463.665 126.556C463.696 126.614 463.728 126.672 463.759 126.73ZM463.41 126.1C463.385 126.057 463.359 126.014 463.334 125.972C463.359 126.014 463.385 126.057 463.41 126.1ZM1088.58 122.688C1088.45 122.736 1088.33 122.785 1088.2 122.835C1088.33 122.785 1088.45 122.736 1088.58 122.688ZM1089.06 122.507C1088.92 122.558 1088.78 122.609 1088.64 122.662C1088.78 122.609 1088.92 122.558 1089.06 122.507ZM1089.53 122.343C1089.41 122.384 1089.29 122.426 1089.17 122.469C1089.29 122.426 1089.41 122.384 1089.53 122.343ZM1089.85 122.237C1089.8 122.252 1089.76 122.266 1089.71 122.281C1089.76 122.266 1089.8 122.252 1089.85 122.237ZM1090.31 122.092C1090.26 122.108 1090.21 122.123 1090.16 122.14C1090.21 122.123 1090.26 122.108 1090.31 122.092ZM1302.39 122.025C1302.27 121.892 1302.15 121.76 1302.02 121.631L1302.01 121.621C1302.14 121.753 1302.27 121.888 1302.39 122.025ZM1090.74 121.966C1090.7 121.978 1090.65 121.99 1090.61 122.002C1090.65 121.99 1090.7 121.978 1090.74 121.966ZM1091.25 121.826C1091.16 121.849 1091.08 121.871 1090.99 121.895C1091.08 121.871 1091.16 121.849 1091.25 121.826ZM1092.17 121.602C1091.9 121.661 1091.64 121.725 1091.38 121.792C1091.64 121.725 1091.9 121.661 1092.17 121.602ZM1093.08 121.41C1092.8 121.464 1092.52 121.523 1092.24 121.586C1092.51 121.524 1092.8 121.466 1093.08 121.412C1093.08 121.412 1093.08 121.411 1093.08 121.41ZM1094.88 121.13L1094.42 121.19C1094.61 121.165 1094.79 121.14 1094.98 121.118L1094.88 121.13ZM1278.5 118.357H1278.5C1278.62 118.302 1278.73 118.249 1278.85 118.196H1278.85C1278.73 118.249 1278.62 118.302 1278.5 118.357ZM1281.82 117.148C1281.65 117.193 1281.48 117.24 1281.31 117.288C1281.48 117.24 1281.65 117.193 1281.82 117.148H1281.82ZM1283.88 116.722H1283.88C1284.02 116.699 1284.16 116.678 1284.31 116.658H1284.31C1284.16 116.678 1284.02 116.699 1283.88 116.722ZM112.911 103.325C112.988 103.348 113.065 103.369 113.142 103.392C112.724 103.27 112.311 103.148 111.905 103.023L112.911 103.325ZM105.104 100.609C105.123 100.617 105.142 100.625 105.16 100.633C105.142 100.625 105.123 100.617 105.104 100.609ZM103.989 100.135C104.086 100.177 104.183 100.219 104.28 100.261C104.183 100.219 104.086 100.177 103.989 100.135ZM1075.09 99.5654C1074.93 99.7795 1074.77 99.9963 1074.61 100.213C1074.77 99.9963 1074.93 99.7794 1075.09 99.5654ZM1075.99 98.4102C1075.83 98.6132 1075.67 98.818 1075.51 99.0234C1075.67 98.818 1075.83 98.6132 1075.99 98.4102ZM1076.91 97.2754C1076.73 97.4938 1076.55 97.7142 1076.37 97.9355C1076.55 97.7142 1076.73 97.4938 1076.91 97.2754ZM1077.85 96.1533C1077.65 96.3833 1077.45 96.6152 1077.26 96.8486C1077.45 96.6153 1077.65 96.3833 1077.85 96.1533ZM1078.79 95.0752C1078.58 95.3106 1078.37 95.548 1078.16 95.7871C1078.37 95.548 1078.58 95.3106 1078.79 95.0752ZM1079.78 93.9805C1079.56 94.2235 1079.33 94.4686 1079.11 94.7158C1079.33 94.4686 1079.56 94.2236 1079.78 93.9805ZM1080.18 93.5488C1080.15 93.5825 1080.12 93.6166 1080.09 93.6504C1080.16 93.5731 1080.23 93.4958 1080.31 93.4189L1080.18 93.5488ZM91.1338 90.8623C91.148 90.8813 91.1625 90.9 91.1768 90.9189C91.1625 90.9 91.148 90.8813 91.1338 90.8623ZM1093.65 121.31C1093.46 121.341 1093.27 121.375 1093.08 121.41C1093.27 121.375 1093.46 121.341 1093.65 121.31Z"></path></clipPath></defs></svg></div></div></div><!--astro:end--></astro-island> </div>  <div class="pointer-events-none absolute inset-0 z-4 hidden md:block" aria-hidden="true" data-astro-cid-ulwdghz4> <astro-island uid="Z3YwrD" prefix="r101" component-url="/_astro/_startups-hero-path-logos.B0xIDcER.js" component-export="StartupsHeroPathLogos" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;topLogos&quot;:[1,[[0,{&quot;logo&quot;:[0,&quot;Perplexity.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Notion.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Lovable.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Gamma.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}]]],&quot;bottomLogos&quot;:[1,[[0,{&quot;logo&quot;:[0,&quot;Robinhood.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Revolut.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;BeReal.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Opera.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}]]],&quot;data-astro-cid-ulwdghz4&quot;:[0,true]}" ssr client="visible" opts="{&quot;name&quot;:&quot;StartupsHeroPathLogos&quot;,&quot;value&quot;:true}" await-children><div class="pointer-events-none absolute left-[3.47%] top-[15.29%] z-4 h-[57.47%] w-[93.47%]" aria-hidden="true"><svg class="pointer-events-none absolute inset-0 h-full w-full" viewBox="0 0 1382.57 498.415" preserveAspectRatio="none"><path d="M 1.704745 496.3405 C 4.32 494.31, 7.19 492.08, 9.56 490.26 C 11.93 488.44, 13.77 487.05, 15.91 485.43 C 18.05 483.81, 20.26 482.14, 22.40 480.53 C 24.53 478.93, 26.61 477.37, 28.73 475.79 C 30.85 474.21, 32.96 472.65, 35.11 471.05 C 37.27 469.45, 39.52 467.79, 41.67 466.21 C 43.81 464.63, 45.85 463.14, 47.99 461.57 C 50.14 459.99, 52.39 458.36, 54.55 456.78 C 56.71 455.21, 58.82 453.68, 60.97 452.13 C 63.12 450.57, 65.26 449.02, 67.44 447.45 C 69.62 445.88, 71.89 444.26, 74.05 442.71 C 76.21 441.16, 78.26 439.70, 80.43 438.16 C 82.59 436.61, 84.86 435.00, 87.05 433.45 C 89.24 431.90, 91.39 430.38, 93.55 428.85 C 95.72 427.33, 97.84 425.83, 100.03 424.29 C 102.23 422.76, 104.51 421.16, 106.71 419.62 C 108.90 418.09, 111.04 416.60, 113.21 415.09 C 115.38 413.58, 117.53 412.09, 119.73 410.57 C 121.93 409.05, 124.20 407.48, 126.41 405.96 C 128.62 404.44, 130.81 402.94, 132.99 401.44 C 135.18 399.94, 137.32 398.48, 139.52 396.98 C 141.72 395.48, 143.95 393.96, 146.18 392.45 C 148.41 390.93, 150.69 389.39, 152.89 387.90 C 155.10 386.41, 157.22 384.98, 159.42 383.50 C 161.61 382.03, 163.82 380.55, 166.05 379.05 C 168.28 377.56, 170.57 376.03, 172.80 374.55 C 175.03 373.06, 177.22 371.60, 179.43 370.14 C 181.64 368.68, 183.82 367.23, 186.04 365.77 C 188.26 364.30, 190.49 362.83, 192.74 361.35 C 194.99 359.88, 197.29 358.37, 199.53 356.91 C 201.77 355.44, 203.94 354.03, 206.16 352.58 C 208.37 351.14, 210.59 349.70, 212.82 348.25 C 215.06 346.81, 217.32 345.35, 219.58 343.89 C 221.84 342.44, 224.14 340.95, 226.39 339.51 C 228.63 338.07, 230.82 336.67, 233.05 335.25 C 235.28 333.82, 237.52 332.40, 239.77 330.97 C 242.01 329.54, 244.28 328.11, 246.55 326.67 C 248.82 325.24, 251.13 323.78, 253.39 322.36 C 255.66 320.93, 257.87 319.55, 260.11 318.14 C 262.36 316.74, 264.60 315.34, 266.86 313.93 C 269.12 312.52, 271.39 311.11, 273.67 309.70 C 275.95 308.28, 278.26 306.85, 280.54 305.45 C 282.82 304.04, 285.07 302.66, 287.33 301.27 C 289.59 299.88, 291.84 298.51, 294.10 297.12 C 296.37 295.74, 298.65 294.35, 300.94 292.96 C 303.22 291.57, 305.53 290.18, 307.82 288.79 C 310.12 287.40, 312.43 286.01, 314.71 284.64 C 316.99 283.27, 319.23 281.92, 321.51 280.56 C 323.79 279.20, 326.07 277.84, 328.36 276.48 C 330.65 275.11, 332.95 273.75, 335.26 272.38 C 337.57 271.02, 339.91 269.64, 342.21 268.28 C 344.51 266.93, 346.79 265.60, 349.08 264.26 C 351.37 262.92, 353.65 261.58, 355.95 260.24 C 358.25 258.91, 360.56 257.57, 362.87 256.23 C 365.18 254.89, 367.51 253.55, 369.83 252.21 C 372.15 250.88, 374.50 249.53, 376.81 248.21 C 379.12 246.89, 381.40 245.59, 383.71 244.27 C 386.02 242.96, 388.33 241.65, 390.65 240.34 C 392.97 239.03, 395.29 237.72, 397.63 236.40 C 399.96 235.09, 402.31 233.78, 404.64 232.47 C 406.97 231.17, 409.31 229.87, 411.63 228.58 C 413.96 227.28, 416.27 226.01, 418.60 224.72 C 420.92 223.44, 423.26 222.15, 425.60 220.87 C 427.93 219.59, 430.28 218.30, 432.63 217.02 C 434.98 215.74, 437.34 214.46, 439.69 213.18 C 442.04 211.91, 444.38 210.65, 446.72 209.39 C 449.06 208.13, 451.40 206.88, 453.74 205.62 C 456.09 204.37, 458.44 203.12, 460.80 201.86 C 463.15 200.61, 465.52 199.36, 467.88 198.11 C 470.25 196.86, 472.63 195.61, 474.99 194.37 C 477.36 193.14, 479.71 191.91, 482.07 190.68 C 484.43 189.45, 486.78 188.23, 489.15 187.01 C 491.52 185.79, 493.89 184.57, 496.26 183.35 C 498.63 182.13, 501.01 180.91, 503.40 179.70 C 505.78 178.49, 508.17 177.27, 510.55 176.07 C 512.93 174.86, 515.30 173.67, 517.68 172.48 C 520.06 171.28, 522.44 170.09, 524.82 168.91 C 527.21 167.72, 529.60 166.53, 531.99 165.35 C 534.38 164.17, 536.78 162.99, 539.18 161.81 C 541.57 160.64, 543.98 159.46, 546.38 158.29 C 548.78 157.13, 551.17 155.97, 553.57 154.81 C 555.97 153.66, 558.37 152.50, 560.77 151.35 C 563.17 150.20, 565.58 149.06, 567.99 147.91 C 570.40 146.77, 572.81 145.63, 575.23 144.49 C 577.65 143.35, 580.07 142.22, 582.49 141.09 C 584.90 139.97, 587.32 138.84, 589.73 137.73 C 592.15 136.61, 594.57 135.50, 597.00 134.38 C 599.42 133.27, 601.85 132.17, 604.27 131.07 C 606.70 129.96, 609.13 128.87, 611.57 127.77 C 614.00 126.68, 616.44 125.59, 618.88 124.50 C 621.31 123.42, 623.75 122.34, 626.19 121.26 C 628.63 120.19, 631.07 119.11, 633.51 118.05 C 635.95 116.98, 638.40 115.92, 640.85 114.86 C 643.29 113.80, 645.75 112.75, 648.20 111.70 C 650.65 110.65, 653.10 109.61, 655.56 108.57 C 658.01 107.53, 660.47 106.49, 662.93 105.46 C 665.39 104.43, 667.86 103.41, 670.32 102.39 C 672.78 101.37, 675.25 100.36, 677.72 99.35 C 680.19 98.34, 682.65 97.33, 685.13 96.33 C 687.60 95.33, 690.07 94.34, 692.54 93.35 C 695.02 92.36, 697.50 91.37, 699.98 90.39 C 702.47 89.41, 704.95 88.44, 707.44 87.47 C 709.92 86.50, 712.41 85.54, 714.89 84.58 C 717.38 83.62, 719.87 82.67, 722.36 81.72 C 724.85 80.78, 727.34 79.84, 729.84 78.90 C 732.33 77.97, 734.84 77.03, 737.34 76.11 C 739.85 75.18, 742.36 74.26, 744.86 73.35 C 747.37 72.44, 749.88 71.53, 752.38 70.63 C 754.89 69.73, 757.40 68.83, 759.91 67.94 C 762.42 67.06, 764.93 66.18, 767.44 65.30 C 769.96 64.42, 772.49 63.55, 775.02 62.68 C 777.55 61.82, 780.08 60.96, 782.61 60.10 C 785.14 59.25, 787.66 58.41, 790.19 57.57 C 792.72 56.73, 795.25 55.90, 797.78 55.07 C 800.31 54.25, 802.83 53.44, 805.39 52.62 C 807.95 51.80, 810.57 50.97, 813.16 50.16 C 815.74 49.35, 818.30 48.49, 820.89 47.76 C 823.47 47.04, 826.10 46.50, 828.67 45.80 C 831.23 45.09, 833.74 44.28, 836.28 43.54 C 838.82 42.79, 841.32 42.07, 843.90 41.33 C 846.48 40.59, 849.14 39.84, 851.74 39.11 C 854.35 38.38, 856.94 37.67, 859.52 36.97 C 862.10 36.26, 864.68 35.57, 867.24 34.89 C 869.80 34.21, 872.32 33.55, 874.89 32.89 C 877.47 32.22, 880.08 31.56, 882.70 30.90 C 885.31 30.25, 887.96 29.59, 890.57 28.96 C 893.18 28.32, 895.79 27.69, 898.38 27.08 C 900.97 26.47, 903.54 25.87, 906.12 25.29 C 908.70 24.70, 911.25 24.12, 913.87 23.54 C 916.49 22.96, 919.19 22.38, 921.83 21.82 C 924.47 21.25, 927.10 20.70, 929.71 20.17 C 932.33 19.63, 934.92 19.11, 937.52 18.59 C 940.12 18.08, 942.67 17.59, 945.30 17.09 C 947.92 16.59, 950.63 16.09, 953.29 15.61 C 955.94 15.12, 958.60 14.65, 961.23 14.20 C 963.87 13.74, 966.48 13.30, 969.09 12.87 C 971.71 12.44, 974.27 12.03, 976.91 11.62 C 979.55 11.20, 982.28 10.79, 984.95 10.40 C 987.62 10.00, 990.28 9.62, 992.93 9.25 C 995.57 8.89, 998.19 8.53, 1000.82 8.19 C 1003.45 7.85, 1006.03 7.52, 1008.69 7.20 C 1011.35 6.88, 1014.10 6.56, 1016.78 6.26 C 1019.45 5.96, 1022.12 5.67, 1024.76 5.40 C 1027.41 5.13, 1030.01 4.88, 1032.66 4.63 C 1035.31 4.38, 1037.99 4.14, 1040.66 3.92 C 1043.34 3.70, 1046.06 3.48, 1048.73 3.28 C 1051.40 3.08, 1054.05 2.90, 1056.70 2.73 C 1059.35 2.56, 1061.94 2.41, 1064.62 2.26 C 1067.29 2.12, 1070.04 1.98, 1072.73 1.86 C 1075.42 1.75, 1078.10 1.64, 1080.76 1.55 C 1083.41 1.46, 1086.00 1.39, 1088.67 1.33 C 1091.34 1.27, 1094.06 1.22, 1096.76 1.18 C 1099.45 1.15, 1102.15 1.13, 1104.82 1.13 C 1107.48 1.12, 1110.09 1.13, 1112.76 1.16 C 1115.42 1.19, 1118.11 1.23, 1120.80 1.28 C 1123.49 1.34, 1126.20 1.41, 1128.87 1.50 C 1131.54 1.59, 1134.15 1.69, 1136.81 1.80 C 1139.47 1.92, 1142.16 2.06, 1144.84 2.21 C 1147.52 2.36, 1150.23 2.53, 1152.89 2.71 C 1155.55 2.89, 1158.14 3.09, 1160.80 3.30 C 1163.46 3.52, 1166.18 3.75, 1168.85 4.01 C 1171.52 4.26, 1174.20 4.53, 1176.85 4.81 C 1179.49 5.09, 1182.07 5.39, 1184.72 5.71 C 1187.37 6.03, 1190.11 6.37, 1192.77 6.73 C 1195.43 7.09, 1198.04 7.45, 1200.68 7.84 C 1203.31 8.23, 1205.94 8.64, 1208.58 9.07 C 1211.22 9.50, 1213.91 9.96, 1216.54 10.42 C 1219.17 10.89, 1221.72 11.36, 1224.34 11.87 C 1226.97 12.37, 1229.67 12.91, 1232.29 13.46 C 1234.91 14.00, 1237.46 14.55, 1240.07 15.14 C 1242.67 15.72, 1245.32 16.34, 1247.92 16.96 C 1250.52 17.59, 1253.09 18.23, 1255.68 18.89 C 1258.27 19.56, 1260.86 20.25, 1263.43 20.96 C 1266.01 21.67, 1268.59 22.40, 1271.15 23.15 C 1273.72 23.91, 1276.27 24.68, 1278.82 25.48 C 1281.37 26.27, 1283.91 27.09, 1286.45 27.94 C 1288.98 28.78, 1291.54 29.65, 1294.05 30.54 C 1296.56 31.43, 1299.03 32.32, 1301.53 33.26 C 1304.04 34.20, 1306.60 35.18, 1309.09 36.17 C 1311.57 37.15, 1313.98 38.14, 1316.44 39.17 C 1318.90 40.21, 1321.38 41.28, 1323.84 42.37 C 1326.29 43.46, 1328.73 44.59, 1331.14 45.73 C 1333.56 46.87, 1335.91 48.01, 1338.30 49.21 C 1340.68 50.40, 1343.07 51.63, 1345.42 52.89 C 1347.78 54.15, 1350.12 55.43, 1352.44 56.75 C 1354.76 58.07, 1357.07 59.42, 1359.36 60.81 C 1361.65 62.20, 1363.93 63.64, 1366.16 65.10 C 1368.40 66.57, 1370.39 67.94, 1372.76 69.61 C 1375.13 71.28, 1377.86 73.28, 1380.41 75.11" fill="none"></path></svg><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Perplexity.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Notion.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Lovable.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Gamma.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div></div><div class="pointer-events-none absolute left-[16.23%] top-[22.39%] z-4 h-[80.16%] w-[79.43%]" aria-hidden="true"><svg class="pointer-events-none absolute inset-0 h-full w-full" viewBox="0 0 1176.1 693.501" preserveAspectRatio="none"><path d="M 2.008378 691.8165 C 4.11 689.24, 6.42 686.40, 8.33 684.07 C 10.23 681.75, 11.73 679.95, 13.44 677.89 C 15.15 675.83, 16.89 673.75, 18.59 671.72 C 20.29 669.69, 21.92 667.75, 23.64 665.71 C 25.37 663.66, 27.21 661.47, 28.94 659.43 C 30.67 657.39, 32.29 655.49, 34.02 653.46 C 35.75 651.42, 37.61 649.25, 39.35 647.22 C 41.08 645.19, 42.70 643.31, 44.44 641.28 C 46.19 639.26, 48.06 637.09, 49.81 635.06 C 51.57 633.03, 53.21 631.13, 54.95 629.13 C 56.69 627.13, 58.47 625.08, 60.25 623.05 C 62.02 621.02, 63.83 618.95, 65.59 616.95 C 67.34 614.94, 69.02 613.04, 70.78 611.04 C 72.54 609.04, 74.37 606.97, 76.15 604.95 C 77.94 602.93, 79.72 600.92, 81.49 598.93 C 83.25 596.95, 84.96 595.02, 86.74 593.03 C 88.51 591.04, 90.34 589.00, 92.14 586.99 C 93.94 584.99, 95.76 582.96, 97.53 580.98 C 99.31 579.00, 101.03 577.10, 102.81 575.12 C 104.59 573.15, 106.40 571.16, 108.21 569.16 C 110.03 567.16, 111.90 565.10, 113.70 563.12 C 115.50 561.15, 117.23 559.25, 119.01 557.30 C 120.80 555.34, 122.59 553.39, 124.41 551.41 C 126.22 549.44, 128.07 547.42, 129.90 545.44 C 131.72 543.46, 133.55 541.49, 135.35 539.54 C 137.16 537.59, 138.93 535.68, 140.73 533.73 C 142.54 531.79, 144.37 529.83, 146.20 527.86 C 148.04 525.89, 149.92 523.88, 151.76 521.92 C 153.59 519.97, 155.39 518.05, 157.21 516.11 C 159.03 514.18, 160.83 512.27, 162.66 510.33 C 164.49 508.40, 166.33 506.45, 168.18 504.50 C 170.04 502.55, 171.93 500.55, 173.78 498.61 C 175.63 496.67, 177.45 494.77, 179.28 492.85 C 181.11 490.93, 182.94 489.03, 184.78 487.11 C 186.63 485.19, 188.49 483.26, 190.35 481.33 C 192.22 479.39, 194.12 477.43, 195.98 475.50 C 197.85 473.57, 199.70 471.67, 201.55 469.76 C 203.41 467.86, 205.24 465.97, 207.10 464.07 C 208.96 462.17, 210.83 460.26, 212.71 458.34 C 214.59 456.43, 216.49 454.50, 218.37 452.59 C 220.26 450.67, 222.15 448.75, 224.03 446.86 C 225.90 444.96, 227.75 443.10, 229.62 441.22 C 231.50 439.33, 233.38 437.45, 235.27 435.55 C 237.16 433.66, 239.06 431.76, 240.96 429.87 C 242.87 427.97, 244.80 426.05, 246.69 424.16 C 248.59 422.28, 250.46 420.43, 252.35 418.56 C 254.24 416.70, 256.13 414.83, 258.03 412.96 C 259.94 411.09, 261.85 409.22, 263.76 407.34 C 265.68 405.47, 267.61 403.58, 269.53 401.71 C 271.45 399.84, 273.38 397.97, 275.29 396.11 C 277.20 394.26, 279.10 392.42, 281.02 390.57 C 282.93 388.72, 284.85 386.87, 286.78 385.02 C 288.71 383.17, 290.64 381.32, 292.59 379.46 C 294.53 377.61, 296.49 375.74, 298.43 373.89 C 300.36 372.05, 302.28 370.23, 304.22 368.40 C 306.15 366.57, 308.08 364.75, 310.03 362.92 C 311.97 361.09, 313.92 359.26, 315.87 357.43 C 317.82 355.60, 319.78 353.77, 321.75 351.94 C 323.71 350.12, 325.68 348.28, 327.64 346.46 C 329.60 344.65, 331.54 342.85, 333.50 341.05 C 335.46 339.24, 337.42 337.44, 339.39 335.63 C 341.36 333.83, 343.33 332.02, 345.31 330.22 C 347.29 328.41, 349.27 326.61, 351.26 324.81 C 353.24 323.01, 355.23 321.21, 357.21 319.42 C 359.19 317.64, 361.17 315.86, 363.15 314.08 C 365.14 312.30, 367.13 310.52, 369.12 308.74 C 371.11 306.96, 373.11 305.19, 375.12 303.41 C 377.12 301.64, 379.13 299.86, 381.14 298.09 C 383.14 296.32, 385.15 294.56, 387.16 292.80 C 389.17 291.04, 391.17 289.29, 393.19 287.54 C 395.20 285.78, 397.22 284.03, 399.24 282.29 C 401.26 280.54, 403.28 278.79, 405.31 277.05 C 407.34 275.30, 409.37 273.56, 411.41 271.82 C 413.44 270.09, 415.47 268.36, 417.51 266.63 C 419.55 264.90, 421.58 263.18, 423.63 261.46 C 425.67 259.73, 427.71 258.01, 429.76 256.30 C 431.81 254.58, 433.86 252.87, 435.92 251.16 C 437.97 249.45, 440.03 247.75, 442.09 246.05 C 444.15 244.34, 446.22 242.64, 448.28 240.95 C 450.35 239.26, 452.42 237.57, 454.49 235.88 C 456.56 234.19, 458.64 232.51, 460.72 230.83 C 462.79 229.15, 464.88 227.48, 466.96 225.81 C 469.04 224.13, 471.13 222.47, 473.22 220.80 C 475.31 219.14, 477.41 217.48, 479.51 215.82 C 481.61 214.16, 483.71 212.51, 485.81 210.86 C 487.92 209.21, 490.02 207.57, 492.13 205.93 C 494.24 204.29, 496.35 202.66, 498.46 201.03 C 500.58 199.40, 502.69 197.78, 504.82 196.16 C 506.94 194.53, 509.08 192.91, 511.21 191.29 C 513.34 189.68, 515.48 188.07, 517.62 186.46 C 519.76 184.86, 521.89 183.26, 524.04 181.67 C 526.18 180.07, 528.32 178.49, 530.47 176.91 C 532.61 175.32, 534.76 173.75, 536.92 172.17 C 539.08 170.59, 541.26 169.01, 543.43 167.44 C 545.60 165.88, 547.77 164.31, 549.94 162.76 C 552.12 161.20, 554.29 159.65, 556.47 158.11 C 558.64 156.57, 560.82 155.04, 563.00 153.51 C 565.18 151.98, 567.38 150.45, 569.58 148.92 C 571.78 147.40, 573.99 145.87, 576.20 144.36 C 578.41 142.84, 580.62 141.34, 582.83 139.84 C 585.04 138.34, 587.25 136.85, 589.46 135.36 C 591.67 133.88, 593.88 132.41, 596.10 130.94 C 598.33 129.47, 600.58 127.99, 602.82 126.52 C 605.06 125.05, 607.32 123.59, 609.56 122.14 C 611.81 120.68, 614.06 119.24, 616.31 117.81 C 618.56 116.37, 620.81 114.95, 623.06 113.53 C 625.32 112.12, 627.56 110.71, 629.83 109.31 C 632.10 107.90, 634.41 106.48, 636.70 105.08 C 638.99 103.68, 641.28 102.29, 643.57 100.91 C 645.86 99.53, 648.15 98.16, 650.44 96.80 C 652.73 95.44, 655.01 94.10, 657.31 92.76 C 659.61 91.42, 661.93 90.08, 664.25 88.74 C 666.58 87.41, 668.92 86.07, 671.26 84.75 C 673.59 83.44, 675.93 82.13, 678.26 80.84 C 680.60 79.54, 682.93 78.26, 685.26 76.99 C 687.60 75.72, 689.91 74.47, 692.29 73.20 C 694.67 71.93, 697.13 70.63, 699.54 69.38 C 701.95 68.12, 704.34 66.82, 706.76 65.65 C 709.19 64.49, 711.69 63.51, 714.10 62.39 C 716.50 61.26, 718.79 60.07, 721.19 58.90 C 723.60 57.74, 726.07 56.56, 728.53 55.40 C 730.98 54.25, 733.46 53.09, 735.92 51.97 C 738.37 50.85, 740.81 49.75, 743.24 48.67 C 745.67 47.59, 748.04 46.55, 750.49 45.49 C 752.95 44.43, 755.45 43.37, 757.95 42.33 C 760.45 41.29, 762.99 40.25, 765.49 39.24 C 767.99 38.23, 770.47 37.25, 772.95 36.28 C 775.42 35.32, 777.83 34.40, 780.34 33.47 C 782.84 32.53, 785.44 31.57, 787.99 30.66 C 790.54 29.74, 793.11 28.84, 795.65 27.96 C 798.18 27.09, 800.69 26.25, 803.22 25.42 C 805.74 24.59, 808.22 23.79, 810.79 22.98 C 813.36 22.18, 816.02 21.36, 818.62 20.59 C 821.21 19.82, 823.79 19.07, 826.35 18.35 C 828.92 17.63, 831.41 16.95, 834.00 16.27 C 836.58 15.58, 839.25 14.90, 841.88 14.25 C 844.50 13.59, 847.14 12.96, 849.75 12.36 C 852.36 11.76, 854.91 11.19, 857.52 10.63 C 860.14 10.08, 862.77 9.54, 865.42 9.02 C 868.07 8.50, 870.76 8.00, 873.40 7.53 C 876.05 7.06, 878.64 6.63, 881.27 6.21 C 883.91 5.79, 886.56 5.40, 889.22 5.02 C 891.89 4.65, 894.61 4.30, 897.28 3.98 C 899.94 3.65, 902.55 3.37, 905.21 3.10 C 907.87 2.83, 910.55 2.59, 913.23 2.37 C 915.92 2.16, 918.64 1.96, 921.31 1.80 C 923.98 1.64, 926.58 1.51, 929.25 1.41 C 931.93 1.31, 934.67 1.19, 937.37 1.18 C 940.06 1.17, 942.75 1.34, 945.42 1.35 C 948.09 1.37, 950.71 1.22, 953.39 1.26 C 956.08 1.29, 958.84 1.44, 961.52 1.57 C 964.21 1.71, 966.82 1.87, 969.49 2.06 C 972.16 2.26, 974.87 2.49, 977.54 2.75 C 980.22 3.02, 982.90 3.31, 985.55 3.63 C 988.21 3.96, 990.82 4.31, 993.47 4.70 C 996.13 5.09, 998.84 5.53, 1001.48 5.99 C 1004.12 6.44, 1006.69 6.92, 1009.32 7.45 C 1011.95 7.97, 1014.64 8.55, 1017.26 9.14 C 1019.88 9.73, 1022.43 10.35, 1025.02 11.01 C 1027.62 11.67, 1030.26 12.38, 1032.85 13.11 C 1035.43 13.84, 1037.96 14.59, 1040.51 15.39 C 1043.07 16.19, 1045.66 17.04, 1048.20 17.91 C 1050.74 18.78, 1053.23 19.67, 1055.74 20.60 C 1058.25 21.54, 1060.79 22.53, 1063.28 23.53 C 1065.76 24.54, 1068.19 25.56, 1070.65 26.64 C 1073.11 27.71, 1075.60 28.84, 1078.03 29.99 C 1080.45 31.13, 1082.81 32.29, 1085.20 33.50 C 1087.60 34.71, 1090.03 35.98, 1092.38 37.25 C 1094.74 38.53, 1097.05 39.83, 1099.37 41.17 C 1101.68 42.51, 1104.00 43.90, 1106.28 45.31 C 1108.57 46.72, 1110.85 48.18, 1113.09 49.65 C 1115.33 51.12, 1117.16 52.30, 1119.71 54.15 C 1122.26 56.00, 1124.88 57.61, 1128.40 60.76 C 1131.92 63.91, 1136.68 68.95, 1140.83 73.04 C 1144.97 77.13, 1149.11 81.23, 1153.26 85.32 C 1157.40 89.42, 1162.06 94.02, 1165.69 97.60 C 1169.31 101.18, 1171.90 103.74, 1175.01 106.81" fill="none"></path></svg><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Robinhood.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Revolut.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/BeReal.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none absolute left-0 top-0 w-[88px] overflow-hidden rounded-[14px] aspect-[2.4/3] will-change-transform" style="transform:translate(-50%, -50%) scale(0)"><div aria-hidden="true" class="absolute inset-0 isolate rounded-[14px] border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Opera.png" alt="" class="pointer-events-none rounded-lg" style="width:47px;height:47px;opacity:0" loading="lazy" decoding="async"/></div></div></div><!--astro:end--></astro-island> </div> </div> <div class="flex flex-col items-center gap-4 pt-12 pb-2 text-center md:pt-14" data-astro-cid-ulwdghz4> <p class="max-w-[640px]" data-cms-path="pages.startups.hero.subtitle" data-cms-type="text" data-astro-cid-ulwdghz4> Cloudflare for Startups gives early-stage companies up to $350k in credits to build the next big idea. Startups get access to our developer platform and global network to build fast, secure, and scalable applications. </p> <a href="/lp/startups" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center gap-2 whitespace-nowrap border font-medium backdrop-blur-md transition-[scale,translate] duration-[0.16s] ease-[cubic-bezier(0.25,0.46,0.45,0.94)] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none rounded-xl md:rounded-full border-accent-100 bg-accent-100 text-light-foreground active:scale-[0.98] hover:border-light-foreground hover:before:opacity-[0.26] focus-visible:before:opacity-[0.26] px-6 py-5 md:py-3 text-lg" data-signup-flow="startups" data-cms-path="pages.startups.hero.primaryCta.href" data-cms-type="text" data-astro-cid-ulwdghz4="true"> <span data-cms-path="pages.startups.hero.primaryCta.text" data-cms-type="text" data-astro-cid-ulwdghz4>Apply now!</span> </a> <div class="hero-logo-carousel-mount mt-2 w-full max-w-full overflow-hidden mask-[linear-gradient(to_right,transparent,black_10%,black_90%,transparent)] pt-5 md:hidden" data-astro-cid-ulwdghz4> <astro-island uid="Z1EBnQ5" prefix="r102" component-url="/_astro/_startups-hero-logo-carousel.B45Ps2pG.js" component-export="StartupsHeroLogoCarousel" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;items&quot;:[1,[[0,{&quot;logo&quot;:[0,&quot;Perplexity.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Notion.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Lovable.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Gamma.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Robinhood.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Revolut.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;BeReal.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}],[0,{&quot;logo&quot;:[0,&quot;Opera.png&quot;],&quot;logoSize&quot;:[0,47],&quot;logoOpacity&quot;:[0,1],&quot;staticDir&quot;:[0,true]}]]],&quot;data-astro-cid-ulwdghz4&quot;:[0,true]}" ssr client="visible" opts="{&quot;name&quot;:&quot;StartupsHeroLogoCarousel&quot;,&quot;value&quot;:true}" await-children><div class="w-full" aria-hidden="true"><div class="overflow-hidden py-1"><div class="flex w-max items-center" style="gap:20px;flex-direction:row;transform:none"><div class="flex shrink-0 items-center" style="gap:20px;flex-direction:row"><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Perplexity.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Notion.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Lovable.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Gamma.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Robinhood.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Revolut.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/BeReal.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Opera.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div></div><div aria-hidden="true" class="flex shrink-0 items-center" style="gap:20px;flex-direction:row"><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Perplexity.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Notion.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Lovable.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Gamma.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Robinhood.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Revolut.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/BeReal.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div><div class="pointer-events-none relative w-[72px] shrink-0 overflow-hidden rounded-xl aspect-[2.4/3]"><div aria-hidden="true" class="absolute inset-0 rounded-xl border border-[#e5cbb3] bg-[rgba(255,251,245,0.38)] shadow-[inset_0_1px_0_rgba(255,255,255,0.55),inset_0_-1px_0_rgba(51,10,0,0.04),0_4px_12px_rgba(0,0,0,0.04),0_0_32px_rgba(0,0,0,0.03),0_2px_12px_rgba(0,0,0,0.04)] backdrop-blur-[12px] backdrop-saturate-[1.15]"></div><div class="relative z-1 flex size-full items-center justify-center"><img src="/static/startups/Opera.png" alt="" class="pointer-events-none rounded-lg" style="width:37px;height:37px;opacity:1" loading="lazy" decoding="async"/></div></div></div></div></div></div><!--astro:end--></astro-island> </div> </div> </section> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <section id="startups-tiers" class="px-section relative pb-12 md:pb-16" data-cms-path="pages.startups.tiers"> <section id="startups-title-1" class="px-section relative z-10 pt-12 md:pt-16" data-cms-path="pages.startups.tiers"><div class="flex w-full min-w-0 flex-col items-center justify-center"><div class="mx-auto flex w-full max-w-[1080px] min-w-0 flex-col items-center text-center"><h3 class="text-foreground-100 w-full min-w-0 text-balance whitespace-pre-line" data-cms-path="pages.startups.tiers.title" data-cms-type="text">Program tiers<astro-island uid="EMMp1" prefix="r128" component-url="/_astro/index.D1AUFFac.js" component-export="CopyLink" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;sectionId&quot;:[0,&quot;startups-title-1&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;CopyLink&quot;,&quot;value&quot;:true}" await-children><button class="relative hidden px-2 items-center justify-center text-foreground-100/40 active:scale-90 hover:text-foreground-100/70 shrink-0 cursor-pointer opacity-0 group-hover:opacity-100 duration-200 ease-out transition-all md:hidden py-1 translate-y-0.5 -translate-x-2" aria-hidden="true" title="Copy link to clipboard" tabindex="-1" type="button"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6 transition-all select-none" aria-hidden="true"><use href="/icons.svg#link"></use></svg><svg viewBox="0 0 24 24" class="inline-block shrink-0 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transition-all select-none size-6 scale-0 opacity-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg></button><!--astro:end--></astro-island></h3><p class="heading-visual-h5 mt-4 w-full min-w-0 text-balance whitespace-pre-line text-foreground-100/70" data-cms-path="pages.startups.tiers.subtitle" data-cms-type="text">Receive up to $350,000 in credits for a year to support your startup. The program is structured around where you are in your journey.</p></div></div></section> <div class="mx-auto w-full max-w-[1140px]"> <div class="mt-12 grid grid-cols-1 gap-3 lg:mt-16 lg:grid-cols-3"> <article class="bg-background-200 relative [z-index:var(--mobile-z)] flex flex-col gap-6 overflow-visible rounded-[12px] border px-5 py-6 sm:px-7 sm:py-8 lg:z-auto" style="--mobile-z: 3" aria-label="Tier 3 — $10k"> <div class="sr-only"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.tiers.items.0.icon" data-cms-type="icon" data-cms-value="hammer"><svg viewBox="0 0 56 56" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#hammer"></use></svg></span> </div> <div class="relative flex flex-col items-center justify-center px-2 pt-8 sm:pt-10"><div aria-hidden="true" class="pointer-events-none absolute inset-0 z-0 flex translate-y-6 items-center justify-center sm:translate-y-10 after:inset-0 after:h-[125%] after:absolute after:bg-background-200 after:mask-t-from-0 after:translate-y-1/3"><div class="relative aspect-square w-[clamp(140px,50%,220px)] md:w-[clamp(260px,90%,340px)]"><img alt="" class="absolute inset-0 block mask-b-from-50% size-full max-w-none" src="/images/startups/tier-card/diamond.svg"/><div class="absolute inset-0 rotate-45 rounded-lg scale-75 border bg-background-100/10 backdrop-blur-[6px]"></div></div></div><h6 class="text-foreground-100 relative z-10 text-center font-semibold! uppercase" data-cms-path="pages.startups.tiers.items.0.name" data-cms-type="text">Tier 3</h6><h2 class="text-accent-100 relative z-10 mt-2 text-center font-semibold! whitespace-nowrap" data-cms-path="pages.startups.tiers.items.0.credits" data-cms-type="text">$10k</h2></div> <p class="text-foreground-100/80 relative z-10 text-center text-balance" data-cms-path="pages.startups.tiers.items.0.description" data-cms-type="text"> Get started with $10k in credits to build and launch your product, no minimum funding required. </p> <div class="border-border-100/60 relative border-t"></div>  <div class="relative flex flex-col gap-3"> <small class="text-tertiary">Criteria</small> <ul class="flex flex-col gap-2"> <li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg> <span data-cms-path="pages.startups.tiers.items.0.criteria.0.line" data-cms-type="text"> Bootstrapped or self-funded </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg> <span data-cms-path="pages.startups.tiers.items.0.criteria.1.line" data-cms-type="text"> Under $1M raised </span> </li> </ul> </div>  <div class="flex flex-col gap-3"> <small class="text-tertiary">Benefits</small> <ul class="flex flex-col gap-2"> <li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.0.benefits.0.line" data-cms-type="text"> Credits: $10k </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.0.benefits.1.line" data-cms-type="text"> Community &amp; events </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.0.benefits.2.line" data-cms-type="text"> Developer docs and Discord community </span> </li> </ul> </div> </article><article class="bg-background-200 relative [z-index:var(--mobile-z)] flex flex-col gap-6 overflow-visible rounded-[12px] border px-5 py-6 sm:px-7 sm:py-8 lg:z-auto" style="--mobile-z: 2" aria-label="Tier 2 — $100k"> <div class="sr-only"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.tiers.items.1.icon" data-cms-type="icon" data-cms-value="cube"><svg viewBox="0 0 16 19" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#cube"></use></svg></span> </div> <div class="relative flex flex-col items-center justify-center px-2 pt-8 sm:pt-10"><div aria-hidden="true" class="pointer-events-none absolute inset-0 z-0 flex translate-y-6 items-center justify-center sm:translate-y-10 after:inset-0 after:h-[125%] after:absolute after:bg-background-200 after:mask-t-from-0 after:translate-y-1/3"><div class="relative aspect-square w-[clamp(140px,50%,220px)] md:w-[clamp(260px,90%,340px)]"><img alt="" class="absolute inset-0 block mask-b-from-50% size-full max-w-none" src="/images/startups/tier-card/diamond.svg"/><div class="absolute inset-0 rotate-45 rounded-lg scale-75 border bg-background-100/10 backdrop-blur-[6px]"></div></div></div><h6 class="text-foreground-100 relative z-10 text-center font-semibold! uppercase" data-cms-path="pages.startups.tiers.items.1.name" data-cms-type="text">Tier 2</h6><h2 class="text-accent-100 relative z-10 mt-2 text-center font-semibold! whitespace-nowrap" data-cms-path="pages.startups.tiers.items.1.credits" data-cms-type="text">$100k</h2></div> <p class="text-foreground-100/80 relative z-10 text-center text-balance" data-cms-path="pages.startups.tiers.items.1.description" data-cms-type="text"> Access expanded $100k in credits, an account manager, and technical sessions with Cloudflare experts. </p> <div class="border-border-100/60 relative border-t"></div>  <div class="relative flex flex-col gap-3"> <small class="text-tertiary">Criteria</small> <ul class="flex flex-col gap-2"> <li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg> <span data-cms-path="pages.startups.tiers.items.1.criteria.0.line" data-cms-type="text"> Under $5M raised </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg> <span data-cms-path="pages.startups.tiers.items.1.criteria.1.line" data-cms-type="text"> Funded by an affiliated partner </span> </li> </ul> </div>  <div class="flex flex-col gap-3"> <small class="text-tertiary">Benefits</small> <ul class="flex flex-col gap-2"> <li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.1.benefits.0.line" data-cms-type="text"> Credits: $100k </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.1.benefits.1.line" data-cms-type="text"> Account manager (case-dependent) </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.1.benefits.2.line" data-cms-type="text"> Technical sessions with Cloudflare experts </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.1.benefits.3.line" data-cms-type="text"> Community &amp; events </span> </li> </ul> </div> </article><article class="bg-background-200 relative [z-index:var(--mobile-z)] flex flex-col gap-6 overflow-visible rounded-[12px] border px-5 py-6 sm:px-7 sm:py-8 lg:z-auto" style="--mobile-z: 1" aria-label="Tier 1 — $350k"> <div class="sr-only"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.tiers.items.2.icon" data-cms-type="icon" data-cms-value="flash"><svg viewBox="0 0 11 17" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#flash"></use></svg></span> </div> <div class="relative flex flex-col items-center justify-center px-2 pt-8 sm:pt-10"><div aria-hidden="true" class="pointer-events-none absolute inset-0 z-0 flex translate-y-6 items-center justify-center sm:translate-y-10 after:inset-0 after:h-[125%] after:absolute after:bg-background-200 after:mask-t-from-0 after:translate-y-1/3"><div class="relative aspect-square w-[clamp(140px,50%,220px)] md:w-[clamp(260px,90%,340px)]"><img alt="" class="absolute inset-0 block mask-b-from-50% size-full max-w-none" src="/images/startups/tier-card/diamond.svg"/><div class="absolute inset-0 rotate-45 rounded-lg scale-75 border bg-background-100/10 backdrop-blur-[6px]"></div></div></div><h6 class="text-foreground-100 relative z-10 text-center font-semibold! uppercase" data-cms-path="pages.startups.tiers.items.2.name" data-cms-type="text">Tier 1</h6><h2 class="text-accent-100 relative z-10 mt-2 text-center font-semibold! whitespace-nowrap" data-cms-path="pages.startups.tiers.items.2.credits" data-cms-type="text">$350k</h2></div> <p class="text-foreground-100/80 relative z-10 text-center text-balance" data-cms-path="pages.startups.tiers.items.2.description" data-cms-type="text"> Unlock $350k maximum credits, Office Hours with experts, and priority technical support to scale globally. </p> <div class="border-border-100/60 relative border-t"></div>  <div class="relative flex flex-col gap-3"> <small class="text-tertiary">Criteria</small> <ul class="flex flex-col gap-2"> <li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.criteria.0.line" data-cms-type="text"> $5M+ raised </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.criteria.1.line" data-cms-type="text"> Funded by an affiliated partner </span> </li> </ul> </div>  <div class="flex flex-col gap-3"> <small class="text-tertiary">Benefits</small> <ul class="flex flex-col gap-2"> <li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.benefits.0.line" data-cms-type="text"> Credits: $350k </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.benefits.1.line" data-cms-type="text"> Account manager </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.benefits.2.line" data-cms-type="text"> Priority technical support </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.benefits.3.line" data-cms-type="text"> Bi-weekly Solutions Architect office hours </span> </li><li class="text-foreground-100 flex items-start gap-2"> <svg viewBox="0 0 24 24" class="inline-block text-accent-100 mt-0.5 size-4 shrink-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg> <span data-cms-path="pages.startups.tiers.items.2.benefits.4.line" data-cms-type="text"> Community &amp; events </span> </li> </ul> </div> </article> </div>  </div> </section> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <section id="startups-title-2" class="px-section relative" data-cms-path="pages.startups.whatYouGet"><div class="flex w-full min-w-0 flex-col items-center justify-center"><div class="mx-auto flex w-full max-w-[1080px] min-w-0 flex-col items-center text-center"><h3 class="text-foreground-100 w-full min-w-0 text-balance whitespace-pre-line" data-cms-path="pages.startups.whatYouGet.title" data-cms-type="text">Everything you need to build and ship.<astro-island uid="EMUpo" prefix="r130" component-url="/_astro/index.D1AUFFac.js" component-export="CopyLink" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;sectionId&quot;:[0,&quot;startups-title-2&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;CopyLink&quot;,&quot;value&quot;:true}" await-children><button class="relative hidden px-2 items-center justify-center text-foreground-100/40 active:scale-90 hover:text-foreground-100/70 shrink-0 cursor-pointer opacity-0 group-hover:opacity-100 duration-200 ease-out transition-all md:hidden py-1 translate-y-0.5 -translate-x-2" aria-hidden="true" title="Copy link to clipboard" tabindex="-1" type="button"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6 transition-all select-none" aria-hidden="true"><use href="/icons.svg#link"></use></svg><svg viewBox="0 0 24 24" class="inline-block shrink-0 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transition-all select-none size-6 scale-0 opacity-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg></button><!--astro:end--></astro-island></h3><p class="heading-visual-h5 mt-4 w-full min-w-0 text-balance whitespace-pre-line text-foreground-100/70" data-cms-path="pages.startups.whatYouGet.subtitle" data-cms-type="text">Credits cover usage-based services. Core security and networking features are included at no cost, regardless of tier.</p></div></div></section> <section class="px-section relative" data-cms-path="pages.startups.whatYouGet"> <div class="relative mx-auto w-full max-w-[1200px]"> <div class="hidden md:block pointer-events-none absolute inset-0 z-10 select-none" aria-hidden="true"><div class="bg-background-100 dark:bg-background-200 absolute" style="top:-7px;left:-7px;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="top:-7px;right:-7px;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;bottom:-7px;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;bottom:-7px;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div></div> <div class="bg-background-100 overflow-hidden border"> <div class="grid grid-cols-1 divide-y lg:grid-cols-2 lg:divide-x lg:divide-y-0">  <div class="relative flex flex-col gap-6 p-6 md:p-10"> <div class="flex flex-col gap-1"> <h4 data-cms-path="pages.startups.whatYouGet.coveredByCredits.label" data-cms-type="text"> Covered by Credits </h4> <p class="text-foreground-100/70">
Usage-based services deducted from your credit balance
</p> </div> <div class="flex flex-col gap-5"> <table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.0.category" data-cms-type="text"> Compute </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.0.items.0" data-cms-type="text"> Workers </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.0.items.1" data-cms-type="text"> Workers for Platforms </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.0.items.2" data-cms-type="text"> Durable Objects </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.0.items.3" data-cms-type="text"> Workflows </span> </div> </td> </tr> </tbody> </table><table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.1.category" data-cms-type="text"> AI </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.1.items.0" data-cms-type="text"> Workers AI (up to $50,000) </span> </div> </td> </tr> </tbody> </table><table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.2.category" data-cms-type="text"> Storage &amp; Data </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.2.items.0" data-cms-type="text"> Workers KV </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.2.items.1" data-cms-type="text"> D1 </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.2.items.2" data-cms-type="text"> Queues </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.2.items.3" data-cms-type="text"> Vectorize </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.2.items.4" data-cms-type="text"> R2 (up to $10,000) </span> </div> </td> </tr> </tbody> </table><table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.3.category" data-cms-type="text"> Delivery </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.3.items.0" data-cms-type="text"> Pages </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.3.items.1" data-cms-type="text"> Images and Stream </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.3.items.2" data-cms-type="text"> Cache Reserve </span><span class="bg-accent-100/5 border-accent-100/20 text-accent-100 rounded-md border px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.coveredByCredits.groups.3.items.3" data-cms-type="text"> Argo Smart Routing </span> </div> </td> </tr> </tbody> </table> </div> </div>  <div class="relative flex flex-col gap-6 p-6 md:p-10"> <div class="flex flex-col gap-1"> <h4 data-cms-path="pages.startups.whatYouGet.includedFree.label" data-cms-type="text"> Included at No Cost </h4> <p class="text-foreground-100/70">
Core security and networking features for every tier
</p> </div> <div class="flex flex-col gap-5"> <table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.includedFree.groups.0.category" data-cms-type="text"> Domains &amp; Plans </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.0.items.0" data-cms-type="text"> Three enterprise domains </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.0.items.1" data-cms-type="text"> Unlimited Business and Pro plans </span> </div> </td> </tr> </tbody> </table><table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.includedFree.groups.1.category" data-cms-type="text"> Security </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.1.items.0" data-cms-type="text"> DDoS and bot protection </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.1.items.1" data-cms-type="text"> WAF with 1,000 custom rules </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.1.items.2" data-cms-type="text"> Security Analytics </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.1.items.3" data-cms-type="text"> SSL certificates </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.1.items.4" data-cms-type="text"> Page Shield </span> </div> </td> </tr> </tbody> </table><table class="m-0 w-full border-collapse"> <caption class="caption-top pb-2 text-left"> <small class="text-muted-foreground" data-cms-path="pages.startups.whatYouGet.includedFree.groups.2.category" data-cms-type="text"> Network &amp; Reliability </small> </caption> <tbody> <tr> <td class="p-0 align-top"> <div class="flex flex-wrap gap-1.5"> <span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.2.items.0" data-cms-type="text"> CDN and DNS </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.2.items.1" data-cms-type="text"> Load Balancing (2 origins) </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.2.items.2" data-cms-type="text"> Rate Limiting (1 rule) </span><span class="rounded-md border border-dashed px-2.5 py-1 text-sm font-medium" data-cms-path="pages.startups.whatYouGet.includedFree.groups.2.items.3" data-cms-type="text"> 100% SLA </span> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </section> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <section id="startups-title-3" class="px-section relative" data-cms-path="pages.startups.qualifications"><div class="flex w-full min-w-0 flex-col items-center justify-center"><div class="mx-auto flex w-full max-w-[1080px] min-w-0 flex-col items-center text-center"><h3 class="text-foreground-100 w-full min-w-0 text-balance whitespace-pre-line" data-cms-path="pages.startups.qualifications.title" data-cms-type="text">Do I qualify?<astro-island uid="EN3pL" prefix="r132" component-url="/_astro/index.D1AUFFac.js" component-export="CopyLink" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;sectionId&quot;:[0,&quot;startups-title-3&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;CopyLink&quot;,&quot;value&quot;:true}" await-children><button class="relative hidden px-2 items-center justify-center text-foreground-100/40 active:scale-90 hover:text-foreground-100/70 shrink-0 cursor-pointer opacity-0 group-hover:opacity-100 duration-200 ease-out transition-all md:hidden py-1 translate-y-0.5 -translate-x-2" aria-hidden="true" title="Copy link to clipboard" tabindex="-1" type="button"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6 transition-all select-none" aria-hidden="true"><use href="/icons.svg#link"></use></svg><svg viewBox="0 0 24 24" class="inline-block shrink-0 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transition-all select-none size-6 scale-0 opacity-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg></button><!--astro:end--></astro-island></h3><p class="heading-visual-h5 mt-4 w-full min-w-0 text-balance whitespace-pre-line text-foreground-100/70" data-cms-path="pages.startups.qualifications.subtitle" data-cms-type="text">You qualify if your startup meets all of the following:</p></div></div></section> <section id="startups-benefits" class="px-section" data-cms-path="pages.startups.qualifications"> <div class="relative mx-auto max-w-[1200px] border">  <div class="grid grid-cols-1 lg:grid-cols-3"> <div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col lg:border-l-0 col-span-1"> <div class="pointer-events-none absolute inset-0 z-10 select-none" aria-hidden="true"><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;top:-7px;key:top-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;top:-7px;key:top-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;bottom:-7px;key:bottom-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;bottom:-7px;key:bottom-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div></div>  <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.0.icon" data-cms-type="icon" data-cms-value="calendar"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#calendar"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.0.title" data-cms-type="text"> <strong>Founded within the last 10 years</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.0.description" data-cms-type="text"> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><astro-island uid="AmIYo" prefix="r139" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;Your company was incorporated no more than 10 years ago&quot;],&quot;title&quot;:[0,&quot;Founded within the last 10 years&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>Your company was incorporated no more than 10 years ago</span><!--astro:end--></astro-island> </p>  </div>  </div><div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col border-t lg:border-t-0 lg:border-l col-span-1">   <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.1.icon" data-cms-type="icon" data-cms-value="barChart"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#barChart"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.1.title" data-cms-type="text"> <strong>Funded up to Series B</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.1.description" data-cms-type="text"> <astro-island uid="Z28Ihfj" prefix="r141" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;Funded within the last 12 months&quot;],&quot;title&quot;:[0,&quot;Funded up to Series B&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>Funded within the last 12 months</span><!--astro:end--></astro-island> </p>  </div>  </div><div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col border-t lg:border-t-0 lg:border-l col-span-1"> <div class="pointer-events-none absolute inset-0 z-10 select-none" aria-hidden="true"><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;top:-7px;key:top-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;top:-7px;key:top-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;bottom:-7px;key:bottom-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;bottom:-7px;key:bottom-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div></div>  <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.2.icon" data-cms-type="icon" data-cms-value="code"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#code"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.2.title" data-cms-type="text"> <strong>Building a technology product</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.2.description" data-cms-type="text"> <astro-island uid="Z2u5mfy" prefix="r143" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;Actively developing a technology product&quot;],&quot;title&quot;:[0,&quot;Building a technology product&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>Actively developing a technology product</span><!--astro:end--></astro-island> </p>  </div>  </div><div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col border-t lg:border-t lg:border-l-0 col-span-1"> <div class="pointer-events-none absolute inset-0 z-10 select-none" aria-hidden="true"><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;top:-7px;key:top-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;top:-7px;key:top-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;bottom:-7px;key:bottom-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;bottom:-7px;key:bottom-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div></div>  <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.3.icon" data-cms-type="icon" data-cms-value="browser"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#browser"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.3.title" data-cms-type="text"> <strong>Has a valid, publicly accessible website</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.3.description" data-cms-type="text"> <astro-island uid="XhDqh" prefix="r145" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;Your startup has a live website we can verify&quot;],&quot;title&quot;:[0,&quot;Has a valid, publicly accessible website&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>Your startup has a live website we can verify</span><!--astro:end--></astro-island> </p>  </div>  </div><div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col border-t lg:border-t lg:border-l col-span-1">   <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.4.icon" data-cms-type="icon" data-cms-value="earth"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#earth"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.4.title" data-cms-type="text"> <strong>Active on LinkedIn, X (Twitter), or GitHub</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.4.description" data-cms-type="text"> <astro-island uid="Z2oVjpO" prefix="r147" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;Your startup has a public social media presence&quot;],&quot;title&quot;:[0,&quot;Active on LinkedIn, X (Twitter), or GitHub&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>Your startup has a public social media presence</span><!--astro:end--></astro-island> </p>  </div>  </div><div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col border-t lg:border-t lg:border-l col-span-1"> <div class="pointer-events-none absolute inset-0 z-10 select-none" aria-hidden="true"><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;top:-7px;key:top-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;top:-7px;key:top-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;bottom:-7px;key:bottom-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;bottom:-7px;key:bottom-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div></div>  <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.5.icon" data-cms-type="icon" data-cms-value="checkmarkSquare"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#checkmarkSquare"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.5.title" data-cms-type="text"> <strong>Has not previously been approved into the program</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.5.description" data-cms-type="text"> <astro-island uid="2aXuYY" prefix="r149" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;First-time applicants only&quot;],&quot;title&quot;:[0,&quot;Has not previously been approved into the program&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>First-time applicants only</span><!--astro:end--></astro-island> </p>  </div>  </div><div class="border-border-100 bg-background-100 group/benefit relative flex h-full flex-col border-t lg:border-t col-span-3"> <div class="pointer-events-none absolute inset-0 z-10 select-none" aria-hidden="true"><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;top:-7px;key:top-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;top:-7px;key:top-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="left:-7px;bottom:-7px;key:bottom-left;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div><div class="bg-background-100 dark:bg-background-200 absolute" style="right:-7px;bottom:-7px;key:bottom-right;width:14px;height:14px;border:1px solid var(--color-border-100);border-radius:3px"></div></div>  <div class="flex h-full flex-1 flex-col items-start p-6 lg:p-8"> <span class="inline-flex shrink-0 items-center justify-center size-6" data-cms-path="pages.startups.qualifications.items.6.icon" data-cms-type="icon" data-cms-value="user"><svg viewBox="0 0 18 19" class="inline-block shrink-0 size-6" aria-hidden="true"><use href="/icons.svg#user"></use></svg></span> <p class="text-foreground-200 dark:text-foreground-100 pt-2 pb-1" data-cms-path="pages.startups.qualifications.items.6.title" data-cms-type="text"> <strong>For-profit business with a business email matching your domain</strong> </p> <p class="text-foreground-200/70" data-cms-path="pages.startups.qualifications.items.6.description" data-cms-type="text"> <astro-island uid="fs3wP" prefix="r151" component-url="/_astro/index.D1AUFFac.js" component-export="LinkifiedDescription" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;description&quot;:[0,&quot;Business email required — no personal email addresses&quot;],&quot;title&quot;:[0,&quot;For-profit business with a business email matching your domain&quot;],&quot;locale&quot;:[0]}" ssr client="load" opts="{&quot;name&quot;:&quot;LinkifiedDescription&quot;,&quot;value&quot;:true}" await-children><span>Business email required — no personal email addresses</span><!--astro:end--></astro-island> </p>  </div>  </div> </div> </div> </section> <script>
  (() => {
    const GLOBAL_KEY = '__cfBenefitsEqualizeInit';
    const SECTION_SELECTOR = '[data-equalize-all-rows="true"]';
    const CARD_SELECTOR = '[data-equalize-card="true"]';

    const equalizeSection = (section) => {
      const cards = Array.from(section.querySelectorAll(CARD_SELECTOR));
      if (cards.length === 0) return;

      for (const card of cards) {
        card.style.minHeight = '';
      }

      let maxHeight = 0;
      for (const card of cards) {
        maxHeight = Math.max(maxHeight, card.getBoundingClientRect().height);
      }

      if (maxHeight <= 0) return;
      const targetHeight = `${Math.ceil(maxHeight)}px`;
      for (const card of cards) {
        card.style.minHeight = targetHeight;
      }
    };

    const run = () => {
      const sections = document.querySelectorAll(SECTION_SELECTOR);
      for (const section of sections) {
        equalizeSection(section);
      }
    };

    const schedule = () => requestAnimationFrame(run);

    if (!(GLOBAL_KEY in window)) {
      window[GLOBAL_KEY] = true;
      window.addEventListener('resize', schedule, { passive: true });
      window.addEventListener('load', schedule, { once: true });
      document.addEventListener('astro:page-load', schedule);
      document.addEventListener('astro:after-swap', schedule);
    }

    if (document.readyState === 'loading') {
      document.addEventListener('DOMContentLoaded', schedule, { once: true });
    } else {
      schedule();
    }
  })();
</script> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <section class="px-section relative py-12 md:py-16" data-cms-path="pages.startups.resources"> <section id="startups-title-4" class="px-section relative" data-cms-path="pages.startups.resources"><div class="flex w-full min-w-0 flex-col items-center justify-center"><div class="mx-auto flex w-full max-w-[1080px] min-w-0 flex-col items-center text-center"><h3 class="text-foreground-100 w-full min-w-0 text-balance whitespace-pre-line" data-cms-path="pages.startups.resources.title" data-cms-type="text">Resources for founders<astro-island uid="ENbq9" prefix="r153" component-url="/_astro/index.D1AUFFac.js" component-export="CopyLink" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;sectionId&quot;:[0,&quot;startups-title-4&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;CopyLink&quot;,&quot;value&quot;:true}" await-children><button class="relative hidden px-2 items-center justify-center text-foreground-100/40 active:scale-90 hover:text-foreground-100/70 shrink-0 cursor-pointer opacity-0 group-hover:opacity-100 duration-200 ease-out transition-all md:hidden py-1 translate-y-0.5 -translate-x-2" aria-hidden="true" title="Copy link to clipboard" tabindex="-1" type="button"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6 transition-all select-none" aria-hidden="true"><use href="/icons.svg#link"></use></svg><svg viewBox="0 0 24 24" class="inline-block shrink-0 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transition-all select-none size-6 scale-0 opacity-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg></button><!--astro:end--></astro-island></h3><p class="heading-visual-h5 mt-4 w-full min-w-0 text-balance whitespace-pre-line text-foreground-100/70" data-cms-path="pages.startups.resources.subtitle" data-cms-type="text">Begin building with Cloudflare</p></div></div></section> <div class="mx-auto mt-10 flex max-w-[800px] flex-col gap-3 sm:flex-row sm:justify-center"> <a href="https://agents.cloudflare.com/" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center whitespace-nowrap rounded-full border font-medium backdrop-blur-md transition-[scale,translate] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none border-border-100 bg-transparent text-foreground-100 active:scale-[0.98] hover:border-accent-100 hover:bg-accent-200/5 hover:text-accent-100 px-4 py-2 gap-0.5 !transition-[color,background-color,border-color,transform,translate] duration-200 ease-out hover:!opacity-100" data-cms-path="pages.startups.resources.links.0.href" data-cms-type="text"> <span data-cms-path="pages.startups.resources.links.0.name" data-cms-type="text"> Cloudflare Agents </span> </a><a href="https://developers.cloudflare.com" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center whitespace-nowrap rounded-full border font-medium backdrop-blur-md transition-[scale,translate] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none border-border-100 bg-transparent text-foreground-100 active:scale-[0.98] hover:border-accent-100 hover:bg-accent-200/5 hover:text-accent-100 px-4 py-2 gap-0.5 !transition-[color,background-color,border-color,transform,translate] duration-200 ease-out hover:!opacity-100" data-cms-path="pages.startups.resources.links.1.href" data-cms-type="text"> <span data-cms-path="pages.startups.resources.links.1.name" data-cms-type="text"> Developer docs </span> </a><a href="https://discord.cloudflare.com" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center whitespace-nowrap rounded-full border font-medium backdrop-blur-md transition-[scale,translate] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none border-border-100 bg-transparent text-foreground-100 active:scale-[0.98] hover:border-accent-100 hover:bg-accent-200/5 hover:text-accent-100 px-4 py-2 gap-0.5 !transition-[color,background-color,border-color,transform,translate] duration-200 ease-out hover:!opacity-100" data-cms-path="pages.startups.resources.links.2.href" data-cms-type="text"> <span data-cms-path="pages.startups.resources.links.2.name" data-cms-type="text"> Discord community </span> </a> </div> </section> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <section id="startups-title-5" class="px-section relative" data-cms-path="pages.startups.faq"><div class="flex w-full min-w-0 flex-col items-center justify-center"><div class="mx-auto flex w-full max-w-[1080px] min-w-0 flex-col items-center text-center"><h3 class="text-foreground-100 w-full min-w-0 text-balance whitespace-pre-line" data-cms-path="pages.startups.faq.title" data-cms-type="text">Frequently asked questions<astro-island uid="ENjqw" prefix="r155" component-url="/_astro/index.D1AUFFac.js" component-export="CopyLink" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;sectionId&quot;:[0,&quot;startups-title-5&quot;]}" ssr client="idle" opts="{&quot;name&quot;:&quot;CopyLink&quot;,&quot;value&quot;:true}" await-children><button class="relative hidden px-2 items-center justify-center text-foreground-100/40 active:scale-90 hover:text-foreground-100/70 shrink-0 cursor-pointer opacity-0 group-hover:opacity-100 duration-200 ease-out transition-all md:hidden py-1 translate-y-0.5 -translate-x-2" aria-hidden="true" title="Copy link to clipboard" tabindex="-1" type="button"><svg viewBox="0 0 24 24" class="inline-block shrink-0 size-6 transition-all select-none" aria-hidden="true"><use href="/icons.svg#link"></use></svg><svg viewBox="0 0 24 24" class="inline-block shrink-0 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transition-all select-none size-6 scale-0 opacity-0" aria-hidden="true"><use href="/icons.svg#checkmark"></use></svg></button><!--astro:end--></astro-island></h3></div></div></section> <astro-island uid="Z280xJW" prefix="r8" component-url="/_astro/index.BRStLjJY.js" component-export="Faq" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;items&quot;:[1,[[0,{&quot;question&quot;:[0,&quot;What do credits cover?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;Once your credits are confirmed, all eligible usage-based features will be automatically deducted from your credit balance or applied at no cost as a program benefit. Core security and networking features are included entirely for free across all tiers.&lt;/p&gt;&lt;p&gt;Your monthly invoices will include a detailed breakdown of your usage, credits deducted, and features covered at no cost.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Note on Dashboard Visibility:&lt;/strong&gt; Credits are not currently visible directly inside your Cloudflare dashboard. You can track your remaining balance and consumption details on your monthly invoices.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Product-Specific Caps &amp;amp; Exclusions:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;While credits cover the vast majority of our compute, storage, and Developer Platform, please keep the following specific rules in mind:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;R2 Object Storage:&lt;/strong&gt; Covered up to a $10,000 cap.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Workers AI:&lt;/strong&gt; Covered up to a $2,500 cap for Tier 3, $25,000 for Tier 2, and $50,000 for Tier 1 (standard partner model pricing applies).&lt;/li&gt;&lt;li&gt;&lt;strong&gt;AI Gateway:&lt;/strong&gt; &lt;em&gt;Temporarily&lt;/em&gt; not covered by credits. We are actively working to make it accessible and will update all startups in the program as soon as it goes live.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;Can I get upgraded to the new credit tiers?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;We recently updated our program tiers, increasing Tier 3 from $5,000 to $10,000 to give early-stage founders even more runway, and increasing Tier 1 from $250,000 to $350,000 to better support our fastest-scaling startups.&lt;/p&gt;&lt;p&gt;If you are an active member of the program who joined under our previous limits (at either the $5,000 or $250,000 level) and you are approaching your cap, you may request an evaluation for an upgrade. Please note the following guidelines:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Case-by-case Basis:&lt;/strong&gt; Upgrades are not automatic. Our team reviews each request individually based on your current product usage, architecture scaling needs, and overall program engagement.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;No Expiry Extension:&lt;/strong&gt; If approved for an upgrade, please note that this &lt;strong&gt;does not reset&lt;/strong&gt; your 1-year program expiration date. The additional credits will still expire at the end of your original 12-month cohort window.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;How to Request:&lt;/strong&gt; If you would like our team to evaluate your account for a tier increase, please reach out to us at &lt;a href=\&quot;mailto:startups@cloudflare.com\&quot;&gt;startups@cloudflare.com&lt;/a&gt; with your account ID and a brief summary of how you are utilizing Cloudflare products.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;Which features require a request to enable?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;Some advanced features must be manually enabled by our team before you can access them. Depending on the feature, please follow the specific request paths below:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Request via email (&lt;a href=\&quot;mailto:startups@cloudflare.com\&quot;&gt;startups@cloudflare.com&lt;/a&gt;):&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Advanced Certificate Manager (ACM).&lt;/li&gt;&lt;li&gt;SSL for SaaS.&lt;/li&gt;&lt;li&gt;Advanced Rate Limiting.&lt;/li&gt;&lt;li&gt;Load Balancing (for adding additional origins).&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Request via Support Ticket:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Bot Management.&lt;/li&gt;&lt;li&gt;API Shield.&lt;/li&gt;&lt;li&gt;Apex Proxying.&lt;/li&gt;&lt;li&gt;Additional Zero Trust seats.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;What&#39;s not covered?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;The following products and services are currently excluded from Startup Program credit coverage:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;AI Gateway:&lt;/strong&gt; Temporarily not covered by credits.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Registrar Services:&lt;/strong&gt; Domain registration and renewal fees are not eligible for credit deductions.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Enterprise Feature Add-Ons:&lt;/strong&gt; These are excluded by default, but you can request access by emailing us at &lt;a href=\&quot;mailto:startups@cloudflare.com\&quot;&gt;startups@cloudflare.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Premium Network Services:&lt;/strong&gt; Magic Transit, Enterprise Spectrum, Dedicated IPs, and the China Network are excluded and require a dedicated contracted plan.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;How long do credits last, and can they be extended?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;Credits are valid for one year or until fully consumed, whichever comes first. We are not able to approve extensions at this time. Mark the date you received your confirmation email on your calendar, so you&#39;re not caught off guard when you approach graduation.&lt;/p&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;What happens when I graduate from the program?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;We want to make your transition as smooth as possible. Our team will reach out to the contact email listed on your application with &lt;strong&gt;three reminders&lt;/strong&gt; leading up to your official graduation date.&lt;/p&gt;&lt;p&gt;Upon graduation, you have a few options depending on your setup:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Move to a Self-Serve Plan:&lt;/strong&gt; You can select any self-serve plan directly from your Cloudflare dashboard to continue using pay-as-you-go features without interruption.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Downgrade to a Free Plan:&lt;/strong&gt; Any Enterprise domains that are not actively moved to a paid self-serve plan by your graduation date will automatically revert to our Free plan.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Stay on Enterprise:&lt;/strong&gt; If your startup has scaled and you would like to remain on an Enterprise plan, please reach out to our team prior to graduation to discuss pricing and options.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;Who isn&#39;t a good fit?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;Right now, this program isn&#39;t open to educational institutions, personal blogs, consultancies, service-based agencies, MSPs, or resellers.&lt;/p&gt;&lt;p&gt;If you are a government entity or a civic project, we&#39;d still love to support you! We offer free security and performance for state and local election websites through the &lt;a href=\&quot;https://www.cloudflare.com/athenian/\&quot;&gt;Athenian Project&lt;/a&gt;, and robust protection for civic projects through &lt;a href=\&quot;https://www.cloudflare.com/galileo/\&quot;&gt;Project Galileo&lt;/a&gt;.&lt;/p&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;Is the program available more than once, or can I transfer my credits?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;The Startup Program is a one-time opportunity per startup and credits cannot be transferred between accounts. However, if you manage multiple distinct startups, you are welcome to apply for each one using different account IDs and email addresses.&lt;/p&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;How long does approval take, and how will I be notified?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;Our review process typically takes up to 48 hours. Once approved, you&#39;ll receive a confirmation email at the address provided in your application form.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Haven&#39;t heard back?&lt;/strong&gt; Please check your spam folder or reach out to us at &lt;a href=\&quot;mailto:startups@cloudflare.com\&quot;&gt;startups@cloudflare.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Was your application rejected?&lt;/strong&gt; Our team will always provide a reason for the decision. If you believe you qualify and can provide supporting information, we&#39;re happy to re-evaluate your application.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;What support do I have access to?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;All tiers include priority ticket support and chat. If you ever need help escalating an issue, simply share your ticket number with the startup team. Additional support varies by tier:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Tier 3:&lt;/strong&gt; Developer documentation and Discord community access.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Tier 2:&lt;/strong&gt; Access to a dedicated Account Manager (case-dependent).&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Tier 1:&lt;/strong&gt; Bi-weekly Solutions Architect office hours.&lt;/li&gt;&lt;/ul&gt;&quot;]}],[0,{&quot;question&quot;:[0,&quot;Why don&#39;t I see any credit usage?&quot;],&quot;answer&quot;:[0,&quot;&lt;p&gt;Because Cloudflare offers a generous free tier across many of our features, you may be using our products without drawing from your balance. Your Startup Program credits will only be applied when you utilize paid features or exceed the limits of the free tier.&lt;/p&gt;&quot;]}]]],&quot;cmsCollection&quot;:[0,&quot;pages&quot;],&quot;pageSlug&quot;:[0,&quot;startups&quot;],&quot;cmsField&quot;:[0,&quot;faq.items&quot;]}" ssr client="visible" opts="{&quot;name&quot;:&quot;Faq&quot;,&quot;value&quot;:true}" await-children><section class="px-section" data-cms-path="pages.startups.faq.items"><div class="mx-auto max-w-[800px]"><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.0.question" data-cms-type="text">What do credits cover?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.0.answer" data-cms-type="richtext"><p>Once your credits are confirmed, all eligible usage-based features will be automatically deducted from your credit balance or applied at no cost as a program benefit. Core security and networking features are included entirely for free across all tiers.</p><p>Your monthly invoices will include a detailed breakdown of your usage, credits deducted, and features covered at no cost.</p><p><strong>Note on Dashboard Visibility:</strong> Credits are not currently visible directly inside your Cloudflare dashboard. You can track your remaining balance and consumption details on your monthly invoices.</p><p><strong>Product-Specific Caps &amp; Exclusions:</strong></p><p>While credits cover the vast majority of our compute, storage, and Developer Platform, please keep the following specific rules in mind:</p><ul><li><strong>R2 Object Storage:</strong> Covered up to a $10,000 cap.</li><li><strong>Workers AI:</strong> Covered up to a $2,500 cap for Tier 3, $25,000 for Tier 2, and $50,000 for Tier 1 (standard partner model pricing applies).</li><li><strong>AI Gateway:</strong> <em>Temporarily</em> not covered by credits. We are actively working to make it accessible and will update all startups in the program as soon as it goes live.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.1.question" data-cms-type="text">Can I get upgraded to the new credit tiers?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.1.answer" data-cms-type="richtext"><p>We recently updated our program tiers, increasing Tier 3 from $5,000 to $10,000 to give early-stage founders even more runway, and increasing Tier 1 from $250,000 to $350,000 to better support our fastest-scaling startups.</p><p>If you are an active member of the program who joined under our previous limits (at either the $5,000 or $250,000 level) and you are approaching your cap, you may request an evaluation for an upgrade. Please note the following guidelines:</p><ul><li><strong>Case-by-case Basis:</strong> Upgrades are not automatic. Our team reviews each request individually based on your current product usage, architecture scaling needs, and overall program engagement.</li><li><strong>No Expiry Extension:</strong> If approved for an upgrade, please note that this <strong>does not reset</strong> your 1-year program expiration date. The additional credits will still expire at the end of your original 12-month cohort window.</li><li><strong>How to Request:</strong> If you would like our team to evaluate your account for a tier increase, please reach out to us at <a href="mailto:startups@cloudflare.com">startups@cloudflare.com</a> with your account ID and a brief summary of how you are utilizing Cloudflare products.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.2.question" data-cms-type="text">Which features require a request to enable?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.2.answer" data-cms-type="richtext"><p>Some advanced features must be manually enabled by our team before you can access them. Depending on the feature, please follow the specific request paths below:</p><p><strong>Request via email (<a href="mailto:startups@cloudflare.com">startups@cloudflare.com</a>):</strong></p><ul><li>Advanced Certificate Manager (ACM).</li><li>SSL for SaaS.</li><li>Advanced Rate Limiting.</li><li>Load Balancing (for adding additional origins).</li></ul><p><strong>Request via Support Ticket:</strong></p><ul><li>Bot Management.</li><li>API Shield.</li><li>Apex Proxying.</li><li>Additional Zero Trust seats.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.3.question" data-cms-type="text">What&#x27;s not covered?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.3.answer" data-cms-type="richtext"><p>The following products and services are currently excluded from Startup Program credit coverage:</p><ul><li><strong>AI Gateway:</strong> Temporarily not covered by credits.</li><li><strong>Registrar Services:</strong> Domain registration and renewal fees are not eligible for credit deductions.</li><li><strong>Enterprise Feature Add-Ons:</strong> These are excluded by default, but you can request access by emailing us at <a href="mailto:startups@cloudflare.com">startups@cloudflare.com</a>.</li><li><strong>Premium Network Services:</strong> Magic Transit, Enterprise Spectrum, Dedicated IPs, and the China Network are excluded and require a dedicated contracted plan.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.4.question" data-cms-type="text">How long do credits last, and can they be extended?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.4.answer" data-cms-type="richtext"><p>Credits are valid for one year or until fully consumed, whichever comes first. We are not able to approve extensions at this time. Mark the date you received your confirmation email on your calendar, so you're not caught off guard when you approach graduation.</p></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.5.question" data-cms-type="text">What happens when I graduate from the program?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.5.answer" data-cms-type="richtext"><p>We want to make your transition as smooth as possible. Our team will reach out to the contact email listed on your application with <strong>three reminders</strong> leading up to your official graduation date.</p><p>Upon graduation, you have a few options depending on your setup:</p><ul><li><strong>Move to a Self-Serve Plan:</strong> You can select any self-serve plan directly from your Cloudflare dashboard to continue using pay-as-you-go features without interruption.</li><li><strong>Downgrade to a Free Plan:</strong> Any Enterprise domains that are not actively moved to a paid self-serve plan by your graduation date will automatically revert to our Free plan.</li><li><strong>Stay on Enterprise:</strong> If your startup has scaled and you would like to remain on an Enterprise plan, please reach out to our team prior to graduation to discuss pricing and options.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.6.question" data-cms-type="text">Who isn&#x27;t a good fit?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.6.answer" data-cms-type="richtext"><p>Right now, this program isn't open to educational institutions, personal blogs, consultancies, service-based agencies, MSPs, or resellers.</p><p>If you are a government entity or a civic project, we'd still love to support you! We offer free security and performance for state and local election websites through the <a href="https://www.cloudflare.com/athenian/">Athenian Project</a>, and robust protection for civic projects through <a href="https://www.cloudflare.com/galileo/">Project Galileo</a>.</p></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.7.question" data-cms-type="text">Is the program available more than once, or can I transfer my credits?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.7.answer" data-cms-type="richtext"><p>The Startup Program is a one-time opportunity per startup and credits cannot be transferred between accounts. However, if you manage multiple distinct startups, you are welcome to apply for each one using different account IDs and email addresses.</p></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.8.question" data-cms-type="text">How long does approval take, and how will I be notified?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.8.answer" data-cms-type="richtext"><p>Our review process typically takes up to 48 hours. Once approved, you'll receive a confirmation email at the address provided in your application form.</p><ul><li><strong>Haven't heard back?</strong> Please check your spam folder or reach out to us at <a href="mailto:startups@cloudflare.com">startups@cloudflare.com</a>.</li><li><strong>Was your application rejected?</strong> Our team will always provide a reason for the decision. If you believe you qualify and can provide supporting information, we're happy to re-evaluate your application.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.9.question" data-cms-type="text">What support do I have access to?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.9.answer" data-cms-type="richtext"><p>All tiers include priority ticket support and chat. If you ever need help escalating an issue, simply share your ticket number with the startup team. Additional support varies by tier:</p><ul><li><strong>Tier 3:</strong> Developer documentation and Discord community access.</li><li><strong>Tier 2:</strong> Access to a dedicated Account Manager (case-dependent).</li><li><strong>Tier 1:</strong> Bi-weekly Solutions Architect office hours.</li></ul></div></div></div></div><div class="border-border-100 border-b last:border-b-0"><button type="button" class="flex w-full items-center justify-between gap-4 py-6 text-left"><h6 class="text-foreground-100" data-cms-path="pages.startups.faq.items.10.question" data-cms-type="text">Why don&#x27;t I see any credit usage?</h6><svg class="text-foreground-100/40 size-5 shrink-0 transition-transform duration-200" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 4v12M4 10h12"></path></svg></button><div class="grid transition-all duration-200 ease-out grid-rows-[0fr]"><div class="overflow-hidden"><div class="max-w-none text-foreground-200/70 [&amp;_ul]:my-3 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:my-3 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1 [&amp;_p]:my-2 [&amp;_a]:text-accent-100 [&amp;_a]:underline [&amp;_a]:underline-offset-2" data-cms-path="pages.startups.faq.items.10.answer" data-cms-type="richtext"><p>Because Cloudflare offers a generous free tier across many of our features, you may be using our products without drawing from your balance. Your Startup Program credits will only be applied when you utilize paid features or exceed the limits of the free tier.</p></div></div></div></div></div></section><!--astro:end--></astro-island> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <section class="relative" data-cms-path="pages.startups.cta"> <div class="px-section relative flex flex-col items-center justify-center gap-6 py-14 text-center md:gap-8 md:py-24"> <h2 class="text-foreground-100" data-cms-path="pages.startups.cta.title" data-cms-type="text"> Ready to build? </h2> <a href="/lp/startups" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center gap-2 whitespace-nowrap border font-medium backdrop-blur-md transition-[scale,translate] duration-[0.16s] ease-[cubic-bezier(0.25,0.46,0.45,0.94)] hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none rounded-xl md:rounded-full border-accent-100 bg-accent-100 text-light-foreground active:scale-[0.98] hover:border-light-foreground hover:before:opacity-[0.26] focus-visible:before:opacity-[0.26] px-6 py-5 md:py-3 text-lg" data-signup-flow="startups" data-cms-path="pages.startups.cta.primaryCta.href" data-cms-type="text"> <span data-cms-path="pages.startups.cta.primaryCta.text" data-cms-type="text">Apply here</span> </a> </div> </section> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden  ">  <svg class="corner-line top-line absolute top-0 left-0 hidden h-1 transition-opacity duration-2000 ease-out xl:block" style="width:max(0px, calc((100vw - 1480px) / 2))" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <svg class="corner-line top-line absolute top-0 right-0 hidden h-1 transition-opacity duration-2000 ease-out xl:block" style="width:max(0px, calc((100vw - 1480px) / 2))" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg>  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out " style="width:min(100%, 1200px)" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <astro-island uid="22tMeb" prefix="r9" component-url="/_astro/_startups-signup-flow.BrHj0LMy.js" component-export="StartupsSignupFlow" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;content&quot;:[0,{&quot;modalTitle&quot;:[0,&quot;Apply to Cloudflare for Startups&quot;],&quot;modalSubtitle&quot;:[0,&quot;Tell us a little about your company. Most founders finish in under three minutes — we&#39;ll verify eligibility right at the end.&quot;],&quot;sideRail&quot;:[0,{&quot;eyebrow&quot;:[0,&quot;Cloudflare for Startups&quot;],&quot;title&quot;:[0,&quot;Up to $350k in credits for the next generation of builders.&quot;],&quot;subtitle&quot;:[0,&quot;A single form, a fast review, and the full Cloudflare developer platform the moment you&#39;re approved.&quot;],&quot;bullets&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Credits for Workers, AI, R2, D1, Pages, and more&quot;]}],[0,{&quot;text&quot;:[0,&quot;Priority support and solutions-architect office hours&quot;]}],[0,{&quot;text&quot;:[0,&quot;Three enterprise domains included at no cost&quot;]}],[0,{&quot;text&quot;:[0,&quot;Most approvals complete within 48 hours&quot;]}]]],&quot;footer&quot;:[0,&quot;Questions before you apply?\nEmail startups@cloudflare.com and our team will help.&quot;]}],&quot;steps&quot;:[0,{&quot;company&quot;:[0,{&quot;title&quot;:[0,&quot;About your company&quot;],&quot;description&quot;:[0,&quot;We use this to verify eligibility — basics only, nothing you wouldn&#39;t put on your website.&quot;],&quot;label&quot;:[0,&quot;Company&quot;]}],&quot;contact&quot;:[0,{&quot;title&quot;:[0,&quot;Contact &amp; identity&quot;],&quot;description&quot;:[0,&quot;Connect the Cloudflare account you&#39;ll use for credits. Add LinkedIn and other socials so we can verify you faster — all optional.&quot;],&quot;label&quot;:[0,&quot;Contact&quot;]}],&quot;funding&quot;:[0,{&quot;title&quot;:[0,&quot;Funding &amp; stage&quot;],&quot;description&quot;:[0,&quot;Your funding stage determines which tier you qualify for. Approximate numbers are fine.&quot;],&quot;label&quot;:[0,&quot;Funding&quot;]}],&quot;accelerator&quot;:[0,{&quot;title&quot;:[0,&quot;Accelerator &amp; referrals&quot;],&quot;description&quot;:[0,&quot;Accelerator and VC partners can unlock larger credit tiers — pick one if it applies.&quot;],&quot;label&quot;:[0,&quot;Accelerator&quot;]}]}],&quot;verification&quot;:[0,{&quot;heading&quot;:[0,&quot;Verifying your application&quot;],&quot;subheading&quot;:[0,&quot;This normally takes a few seconds. We&#39;re confirming your identity, domain, and Cloudflare account.&quot;],&quot;successTitle&quot;:[0,&quot;Your application has been received&quot;],&quot;successMessage&quot;:[0,&quot;Thank you for applying to Cloudflare for Startups. You will be updated soon.&quot;],&quot;failureMessage&quot;:[0,&quot;We couldn&#39;t automatically verify your application. Our team will follow up within one business day.&quot;],&quot;checks&quot;:[1,[[0,{&quot;id&quot;:[0,&quot;identity&quot;],&quot;label&quot;:[0,&quot;Verifying identity&quot;]}],[0,{&quot;id&quot;:[0,&quot;domain&quot;],&quot;label&quot;:[0,&quot;Confirming company domain&quot;]}],[0,{&quot;id&quot;:[0,&quot;eligibility&quot;],&quot;label&quot;:[0,&quot;Checking eligibility&quot;]}],[0,{&quot;id&quot;:[0,&quot;account&quot;],&quot;label&quot;:[0,&quot;Linking Cloudflare account&quot;]}]]]}],&quot;submitLabel&quot;:[0,&quot;Submit application&quot;]}]}" ssr client="load" opts="{&quot;name&quot;:&quot;StartupsSignupFlow&quot;,&quot;value&quot;:true}"></astro-island>  </div> </main> <div class="overflow-x-clip"> <footer class="z-10 mx-auto max-w-[1480px] px-px" data-astro-cid-7q6xnliy> <div class="footer-scroll-host bg-background-100 px-section relative mx-auto flex w-full flex-col justify-between overflow-visible bg-linear-to-b pt-8 select-none [@media(max-height:924px)]:min-h-screen" data-astro-cid-7q6xnliy> <div class="pointer-events-none relative flex h-full w-full flex-col items-start gap-8 pb-8 lg:justify-between" data-astro-cid-7q6xnliy> <div class="flex justify-start lg:block lg:justify-center" data-astro-cid-7q6xnliy> <div class="flex flex-col items-start justify-start transition-opacity duration-200 ease-out lg:flex-row" data-astro-cid-7q6xnliy> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 719 59" fill="none" class="footer-cf-wordmark text-foreground-200 h-[12px] w-auto" aria-label="Cloudflare wordmark" role="img" data-astro-cid-7q6xnliy="true"><path d="M77.1016 1.09961H92.7015V43.5996H119.802V57.1996H77.1016V1.09961Z" fill="currentColor"></path><path d="M135.898 29.3V29.2C135.898 13.1 148.898 0 166.198 0C183.498 0 196.298 12.9 196.298 29V29.2C196.298 45.3 183.298 58.4 165.998 58.4C148.798 58.3 135.898 45.4 135.898 29.3ZM180.498 29.3V29.2C180.498 21.1 174.698 14.1 166.098 14.1C157.598 14.1 151.898 21 151.898 29.1V29.3C151.898 37.4 157.698 44.4 166.198 44.4C174.798 44.3 180.498 37.4 180.498 29.3Z" fill="currentColor"></path><path d="M215.398 32.5996V1.09961H231.198V32.2996C231.198 40.3996 235.298 44.1996 241.498 44.1996C247.698 44.1996 251.798 40.4996 251.798 32.6996V1.09961H267.598V32.1996C267.598 50.2996 257.298 58.1996 241.298 58.1996C225.398 58.2996 215.398 50.1996 215.398 32.5996Z" fill="currentColor"></path><path d="M291.398 1.09961H313.098C333.098 1.09961 344.798 12.5996 344.798 28.7996V28.9996C344.798 45.1996 332.998 57.1996 312.798 57.1996H291.498L291.398 1.09961ZM313.298 43.3996C322.598 43.3996 328.798 38.2996 328.798 29.1996V28.9996C328.798 19.9996 322.598 14.7996 313.298 14.7996H306.998V43.2996L313.298 43.3996Z" fill="currentColor"></path><path d="M367.297 1.09961H412.197V14.7996H382.797V24.2996H409.397V37.1996H382.797V57.1996H367.297V1.09961Z" fill="currentColor"></path><path d="M433.797 1.09961H449.297V43.5996H476.497V57.1996H433.797V1.09961Z" fill="currentColor"></path><path d="M517.097 0.699219H532.097L555.997 57.1992H539.297L535.197 47.1992H513.597L509.597 57.1992H493.297L517.097 0.699219ZM530.797 35.0992L524.597 19.1992L518.297 35.0992H530.797Z" fill="currentColor"></path><path d="M576 1.09961H602.5C611.1 1.09961 617 3.29962 620.8 7.19962C624.1 10.3996 625.8 14.6996 625.8 20.2996V20.4996C625.8 29.0996 621.2 34.7996 614.3 37.6996L627.7 57.2996H609.7L598.4 40.2996H591.6V57.2996H576.1L576 1.09961ZM601.8 28.0996C607.1 28.0996 610.1 25.4996 610.1 21.4996V21.1996C610.1 16.7996 606.9 14.5996 601.7 14.5996H591.5V28.0996H601.8Z" fill="currentColor"></path><path d="M648.203 1.09961H693.303V14.3996H663.603V22.7996H690.503V35.0996H663.603V43.9996H693.703V57.1996H648.203V1.09961Z" fill="currentColor"></path><path d="M43.1 35.9C40.9 40.8 36.3 44.3 30.3 44.3C21.8 44.3 16 37.2 16 29.2V29C16 20.9 21.7 14 30.2 14C36.6 14 41.5 17.9 43.5 23.3H59.9C57.3 9.9 45.5 0 30.3 0C13 0 0 13.1 0 29.2V29.4C0 45.5 12.8 58.4 30.1 58.4C44.9 58.4 56.5 48.8 59.5 36L43.1 35.9Z" fill="currentColor"></path></svg> </div> </div> <div class="grid w-full grid-cols-1 justify-start gap-8 lg:ml-auto lg:w-auto lg:grid-cols-4 lg:items-stretch" data-astro-cid-7q6xnliy> <div class="grid w-full grid-cols-2 gap-8 lg:h-full lg:max-w-[264px] lg:grid-cols-1 lg:grid-rows-2 lg:gap-y-10" data-astro-cid-7q6xnliy> <div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Getting started </span> </div> <a href="/plans/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Plans </a><a href="/resource/contact-enterprise-sales/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Contact sales </a><a href="/partners/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Partners </a><a href="https://partnerlocator.cloudflare.com/dashboard" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Find a partner </a><a href="/startups/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Startups </a><a href="/under-attack-hotline/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Under attack? </a><a href="https://domains.cloudflare.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Domain name search </a> </div><div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Company </span> </div> <a href="/about/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> About </a><a href="/careers/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Careers </a><a href="https://cloudflare.net/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Investors </a><a href="/press/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Press </a><a href="/press/press-kit/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Press kit </a><a href="/network/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Global network </a> </div> </div><div class="grid w-full grid-cols-2 gap-8 lg:h-full lg:max-w-[264px] lg:grid-cols-1 lg:grid-rows-2 lg:gap-y-10" data-astro-cid-7q6xnliy> <div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Public interest </span> </div> <a href="/galileo/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Project Galileo </a><a href="/athenian/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Athenian Project </a><a href="/campaigns/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Cloudflare for Campaigns </a><a href="/fair-shot/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Project Fairshot </a><a href="/impact/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Impact/ESG </a> </div><div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Compliance </span> </div> <a href="/trust-hub/compliance-resources/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Compliance resources </a><a href="/trust-hub/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Trust Hub </a><a href="/trust-hub/gdpr/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Data Protection </a><a href="/trust-hub/responsible-ai/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Responsible AI </a><a href="/transparency/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Transparency report </a><a href="/trust-hub/abuse-approach/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Report abuse </a> </div> </div><div class="grid w-full grid-cols-2 gap-8 lg:h-full lg:max-w-[264px] lg:grid-cols-1 lg:grid-rows-2 lg:gap-y-10" data-astro-cid-7q6xnliy> <div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Resources </span> </div> <a href="/resource/app-innovation-report/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> App innovation report </a><a href="https://radar.cloudflare.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Cloudflare Radar </a><a href="/case-studies/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Case studies </a><a href="https://www.cloudflarestatus.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Status </a><a href="https://support.cloudflare.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Support </a><a href="/events/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Events </a><a href="https://blog.cloudflare.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Blog </a> </div><div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Developers </span> </div> <a href="https://developers.cloudflare.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Documentation </a><a href="/learning/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Learning center </a><a href="https://community.cloudflare.com/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Community </a> </div> </div><div class="grid w-full grid-cols-2 gap-8 lg:h-full lg:max-w-[264px] lg:grid-cols-1 lg:grid-rows-2 lg:gap-y-10" data-astro-cid-7q6xnliy> <div class="flex w-full flex-col lg:min-h-0" data-astro-cid-7q6xnliy> <div class="flex w-full pb-2 lg:pb-3" data-astro-cid-7q6xnliy> <span class="text-tertiary hover:text-foreground-200/70 text-sm leading-none font-medium transition-colors duration-200 max-lg:text-xs" data-astro-cid-7q6xnliy> Solutions </span> </div> <a href="/sase/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> SSE and SASE platform </a><a href="/solutions/ai/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Cloudflare AI Cloud </a><a href="/solutions/ai-security/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> AI Security </a><a href="/solutions/frontends/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Frontend Development Platform </a><a href="/solutions/platforms/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Multi-Tenant Platform Development </a><a href="/solutions/security/" class="text-foreground-200 hover:text-tertiary pointer-events-auto py-1 leading-none transition-colors duration-200 ease-out lg:py-2" data-astro-cid-7q6xnliy> Web Security Platform </a> </div> </div> <div class="pointer-events-auto flex flex-col items-start gap-2 lg:hidden" data-astro-cid-7q6xnliy> <astro-island uid="Z1patvH" prefix="r161" component-url="/_astro/index.BPn4f-ZV.js" component-export="Button" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;variant&quot;:[0,&quot;link&quot;],&quot;href&quot;:[0,&quot;https://dash.cloudflare.com/sign-up&quot;],&quot;data-astro-cid-7q6xnliy&quot;:[0,true]}" ssr client="visible" opts="{&quot;name&quot;:&quot;Button&quot;,&quot;value&quot;:{&quot;rootMargin&quot;:&quot;400px&quot;}}" await-children><a href="https://dash.cloudflare.com/sign-up" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center whitespace-nowrap font-medium hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none bg-transparent text-base text-foreground-100 underline-offset-2 transition-colors hover:bg-transparent hover:text-accent-100 hover:underline px-6 py-5 md:py-3 h-auto min-h-0 w-fit gap-0 rounded-none border-0 !bg-transparent !p-0 !shadow-none backdrop-blur-none !transition-colors duration-200 ease-out hover:!opacity-100 active:!scale-100 active:!translate-y-0 before:!hidden after:!hidden" data-astro-cid-7q6xnliy="true"><astro-slot>
Start Building
</astro-slot><svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="size-4 shrink-0"><path d="M7 17 17 7m0 0H7m10 0v10"></path></svg></a><!--astro:end--></astro-island> <astro-island uid="1oHOYG" prefix="r162" component-url="/_astro/index.BPn4f-ZV.js" component-export="Button" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;variant&quot;:[0,&quot;link&quot;],&quot;href&quot;:[0,&quot;https://dash.cloudflare.com/login&quot;],&quot;data-astro-cid-7q6xnliy&quot;:[0,true]}" ssr client="visible" opts="{&quot;name&quot;:&quot;Button&quot;,&quot;value&quot;:{&quot;rootMargin&quot;:&quot;400px&quot;}}" await-children><a href="https://dash.cloudflare.com/login" data-slot="button" class="relative isolate inline-flex shrink-0 origin-center items-center justify-center whitespace-nowrap font-medium hover:opacity-95 active:translate-y-[1px] outline-[0.5px] outline-transparent outline-offset-2 focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;&gt;*]:relative [&amp;&gt;*]:z-[4] before:absolute before:-inset-[1px] before:z-[3] before:rounded-[inherit] before:bg-background-300 before:opacity-0 before:pointer-events-none before:content-[&#x27;&#x27;] before:transition-opacity before:duration-[0.16s] before:ease-[cubic-bezier(0.55,0.085,0.68,0.53)] active:before:transition-none after:absolute after:-inset-[1px] after:z-[2] after:rounded-[inherit] after:border-[1px] after:border-current after:opacity-0 after:pointer-events-none after:content-[&#x27;&#x27;] after:transition-opacity after:delay-[0.1s] after:duration-[0.6s] after:ease-[cubic-bezier(0.25,0.46,0.45,0.94)] active:after:opacity-100 active:after:transition-none bg-transparent text-base text-foreground-100 underline-offset-2 transition-colors hover:bg-transparent hover:text-accent-100 hover:underline px-6 py-5 md:py-3 h-auto min-h-0 w-fit gap-0 rounded-none border-0 !bg-transparent !p-0 !shadow-none backdrop-blur-none !transition-colors duration-200 ease-out hover:!opacity-100 active:!scale-100 active:!translate-y-0 before:!hidden after:!hidden" data-astro-cid-7q6xnliy="true"><astro-slot>
Log In
</astro-slot><svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="size-4 shrink-0"><path d="M7 17 17 7m0 0H7m10 0v10"></path></svg></a><!--astro:end--></astro-island> </div> </div>  <div class="pointer-events-none relative flex w-full flex-1 items-end" data-astro-cid-7q6xnliy> <div class="text-accent-100 aspect-561/250 w-full overflow-hidden pb-5 lg:hidden" data-astro-cid-7q6xnliy> <svg aria-hidden="true" viewBox="0 0 561 250" fill="none" xmlns="http://www.w3.org/2000/svg" class="block h-full w-full" data-astro-cid-7q6xnliy> <g opacity="0.42" stroke="currentColor" stroke-width="0.75" stroke-dasharray="3.11 3.11" data-astro-cid-7q6xnliy> <ellipse cx="303.718" cy="134.931" rx="134.906" ry="134.556" data-astro-cid-7q6xnliy></ellipse> <ellipse cx="140.739" cy="138.82" rx="60.8247" ry="60.6667" data-astro-cid-7q6xnliy></ellipse> <ellipse cx="89.2726" cy="238.375" rx="88.8976" ry="88.6667" data-astro-cid-7q6xnliy></ellipse> <ellipse cx="455.776" cy="215.042" rx="106.053" ry="105.778" data-astro-cid-7q6xnliy></ellipse> <circle cx="467.797" cy="264.875" r="71.5" data-astro-cid-7q6xnliy></circle> <ellipse cx="355.961" cy="109.264" rx="71.7419" ry="71.5556" data-astro-cid-7q6xnliy></ellipse> <ellipse cx="358.524" cy="224.375" rx="31.1921" ry="31.1111" data-astro-cid-7q6xnliy></ellipse> <ellipse cx="465.579" cy="149.708" rx="31.1921" ry="31.1111" data-astro-cid-7q6xnliy></ellipse> </g> <g fill="none" stroke="currentColor" stroke-width="0.75" data-astro-cid-7q6xnliy> <path d="M452.193 109.264C511.94 109.264 560.375 156.622 560.375 215.042C560.375 225.456 558.837 235.519 555.969 245.025C555.199 247.577 552.76 249.264 550.039 249.264H399.529C397.297 249.264 395.758 247.075 396.559 245.038L399.435 237.713C408.625 214.212 434.844 194.96 459.101 193.832L505.082 191.529C507.538 191.406 509.466 189.422 509.466 187.017C509.466 184.625 507.558 182.646 505.116 182.506L461.938 180.023C438.725 178.868 427.384 158.791 433.627 137.869L440.812 113.789C441.543 111.34 443.728 109.558 446.334 109.42C448.274 109.317 450.227 109.264 452.193 109.264Z" data-astro-cid-7q6xnliy></path> <path d="M302.648 0.375C364.95 0.375 417.285 42.0634 432.087 98.4665C432.709 100.835 432.514 103.334 431.626 105.62L419.772 136.131C410.583 159.631 386.966 180.011 360.244 180.011L154.404 182.323C151.92 182.352 149.921 184.33 149.92 186.759C149.92 189.186 151.916 191.166 154.398 191.198L357.338 193.82C380.602 193.82 391.892 215.052 385.652 235.975L383.033 244.779C382.243 247.436 379.753 249.264 376.922 249.264H6.79428C3.62784 249.264 0.918159 246.989 0.664591 243.902C0.47264 241.566 0.375 239.204 0.375 236.819C0.375 191.386 35.9484 154.08 81.3467 150.07C80.4151 145.946 79.9205 141.662 79.9205 137.264C79.9205 104.618 106.987 78.1528 140.375 78.1528C153.663 78.1528 165.947 82.347 175.925 89.4518C193.691 37.6773 243.713 0.375 302.648 0.375Z" data-astro-cid-7q6xnliy></path> </g> </svg> </div> </div> </div> <div class="bg-background-100 flex flex-col pb-4" data-astro-cid-7q6xnliy> <svg class="block h-px relative left-1/2 w-screen -translate-x-1/2" preserveAspectRatio="none" aria-hidden="true"><line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line></svg> <section class="animate-in mx-auto fade-in transition-opacity delay-100 duration-2000 ease-out relative z-0 bg-background-100 -mt-0.5 flex w-full flex-col overflow-hidden md:hidden ">  <svg class="corner-line top-line absolute top-0 left-1/2 h-1 -translate-x-1/2 transition-opacity duration-2000 ease-out w-[200dvw]" preserveAspectRatio="none" aria-hidden="true"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> <div class="relative mb-2 h-20 w-full"> <svg class="pointer-events-none absolute top-0 left-0 z-0 h-full w-full" data-testid="rf__background" aria-hidden="true" style="stroke-dasharray:none;stroke-dashoffset:0"><pattern id="pattern-hxlvne" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse"><circle cx="6" cy="6" r="0.75" fill="var(--color-decor-dots-100)" style="stroke-dasharray:none;stroke-dashoffset:0"></circle></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(#pattern-hxlvne)" style="stroke-dasharray:none;stroke-dashoffset:0"></rect></svg> </div> <svg class="corner-line bottom-line absolute bottom-0 left-1/2 h-1 w-[200dvw] -translate-x-1/2 transition-opacity duration-2000 ease-out" preserveAspectRatio="none"> <line x1="0" y1="0.5" x2="100%" y2="0.5" stroke="var(--color-border-100)" stroke-width="1" stroke-dasharray="16,16"></line> </svg> </section> <div class="pointer-events-auto relative z-10 mt-4 flex w-full flex-col justify-between gap-3 md:flex-row md:items-center md:gap-4 lg:gap-8" data-astro-cid-7q6xnliy> <span class="text-tertiary text-center text-sm leading-tight sm:text-left lg:text-base" data-astro-cid-7q6xnliy>© 2026 Cloudflare, Inc.</span> <div class="text-tertiary flex flex-col flex-wrap items-center justify-center gap-y-2 text-center text-sm leading-tight sm:justify-end sm:text-right md:flex-row lg:text-base" data-astro-cid-7q6xnliy> <div class="max-w-[32ch] sm:max-w-none" data-astro-cid-7q6xnliy> <a href="/policies/privacy/" class="hover:text-foreground-100/70 transition-colors duration-400 ease-out font-medium text-foreground-100">Privacy policy</a><span class="mx-1.5">|</span> <a href="https://www.cloudflare.com/disclosure/" class="hover:text-foreground-100/70 transition-colors duration-400 ease-out">Report security issues</a><span class="mx-1.5">|</span> <a href="/policies/terms/" class="hover:text-foreground-100/70 transition-colors duration-400 ease-out">Terms of use</a><span class="mx-1.5">|</span> <a href="https://www.cloudflare.com/trademark/" class="hover:text-foreground-100/70 transition-colors duration-400 ease-out">Trademark</a> </div> <span class="mx-1.5 hidden sm:inline" data-astro-cid-7q6xnliy>|</span> <astro-island uid="2sOz8f" prefix="r97" component-url="/_astro/_footer-privacy-choices.QCUeIPVO.js" component-export="FooterPrivacyChoices" renderer-url="/_astro/client.Bi_EZCi7.js" props="{&quot;className&quot;:[0,&quot;text-tertiary hover:text-foreground-200/85&quot;],&quot;label&quot;:[0,&quot;Your privacy choices&quot;],&quot;data-astro-cid-7q6xnliy&quot;:[0,true]}" ssr client="visible" opts="{&quot;name&quot;:&quot;FooterPrivacyChoices&quot;,&quot;value&quot;:{&quot;rootMargin&quot;:&quot;400px&quot;}}" await-children><button type="button" class="inline-flex shrink-0 cursor-pointer items-center gap-1.5 transition-colors duration-200 text-tertiary hover:text-foreground-200/85"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" aria-hidden="true" class="h-3.5 w-auto shrink-0"><path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#06f" d="M22.6 0H7.4C3.5 0 .4 3.1.4 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.1-7-7-7zM1.6 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4C4.2 12.8 1.6 10.2 1.6 7z"></path><path fill="#fff" d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2L19.5 10c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z"></path><path fill="#06f" d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z"></path></svg><span>Your privacy choices</span></button><!--astro:end--></astro-island> </div> </div> </div> </div> </footer> </div> <script type="module">const u=[".bg-accent-100",".bg-accent-200",".bg-dark-accent"],i='[data-nav-theme="dark"]',l='[data-nav-theme="light"]',f="[data-site-navigation-header]",E=-28,h=28,_={lifecycleRegistered:!1,scrollAttached:!1,darkSections:[]},c={passive:!0};function g(){const a=[...u,i].join(", "),e=document.querySelectorAll(a);_.darkSections=Array.from(e).filter(r=>{const m=r.closest("[data-nav-theme]");return!(m&&m.getAttribute("data-nav-theme")==="light"||r.matches(l))})}function w(){return document.querySelector(f)}const A=.55;function R(a,e){return a.matches(i)?!0:typeof window>"u"?!1:e.width>=window.innerWidth*A}function s(){const a=w();if(!a)return;const e=a.getBoundingClientRect(),r=e.top+4+h,m=e.bottom-4+E;_.darkSections.some(o=>{const n=o.getBoundingClientRect();return n.width===0||n.height===0||!R(o,n)?!1:n.top<m&&n.bottom>r})?a.setAttribute("data-nav-on-dark","true"):a.removeAttribute("data-nav-on-dark")}let t=!1;function v(){t||(t=!0,requestAnimationFrame(()=>{t=!1,s()}))}function T(){_.scrollAttached&&(window.removeEventListener("scroll",v,c),window.removeEventListener("resize",v),_.scrollAttached=!1)}function d(){g(),s(),!_.scrollAttached&&(_.scrollAttached=!0,window.addEventListener("scroll",v,c),window.addEventListener("resize",v))}function L(){typeof document>"u"||typeof window>"u"||_.lifecycleRegistered||(_.lifecycleRegistered=!0,document.addEventListener("astro:page-load",d),document.addEventListener("astro:before-swap",T))}function S(){typeof window>"u"||(L(),d())}S();</script> <astro-island uid="1sMDq5" prefix="r89" component-url="/_astro/index.D3J1v2YP.js" component-export="GlobalCommandPaletteShell" renderer-url="/_astro/client.Bi_EZCi7.js" props="{}" ssr client="idle" opts="{&quot;name&quot;:&quot;GlobalCommandPaletteShell&quot;,&quot;value&quot;:true}"></astro-island>   <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"6f9a2202213848f5bff934592489e351"}' crossorigin="anonymous"></script>
</body></html><!--
  Cloudflare

                        .::::::::::.
                     .:--------------:.
                   .:------------------:.
            ..... .----------------------.
          .:------------------------------
         .-------------------------------. -----:.
         :------------------------------: :=======-:
    .::----------------------:-----:::.   .-------==-.
   :-----------::::::::::::::.......        .::-:-=-=-
  :---------------------------------::  .:----------==.
  -----------------------------------: :-=============--
.......................................................
-->