Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
57/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability28%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO68%SEO92%Performance& Accessibility94%
  • AI Discoverability 28 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 68 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 94 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Powerhouse Ventures favicon

Powerhouse Ventures

Backing early-stage founders building digital-first solutions to transform energy and infrastructure—accelerating abundance across power, mobility, buildings, and industry while delivering top VC returns.

Next step

Turn this report into a fix workflow

24 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
28
Priority fix9131View details
Discoverability
33
Priority fix360View details
Content Readiness
45
Priority fix631View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
68
Needs work4312View details
GEO Readiness
75
Mostly ready104
AIO Readiness
61
Needs work223View details
AEO Readiness
66
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
94
Strong2300
Performance
97
Strong1900
Accessibility
87
Mostly ready400

Prioritized recommendations

Issues ranked by score impact

41 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "Not found\n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 6:22 PM UTC -->\r\n<html lang=\"en\" data-redirect-timezone=\"1\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n    \r\n    <!-- End of headStart -->\r\n\t<meta name=\"viewport\" content=\"width=device-width\">\r\n\t<meta name=\"generator\" content=\"Framer fe01371\">\r\n\t<title>Not Found</title>\r\n    <meta name=\"description\" content=\"Backing early-stage founders building digital-first solutions to transform energy and infrastructure—accelerating abundance across power, mob"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 6:22 PM UTC -->\r\n<html lang=\"en\" data-redirect-timezone=\"1\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n    \r\n    <!-- End of headStart -->\r\n\t<meta name=\"viewport\" content=\"width=device-width\">\r\n\t<meta name=\"generator\" content=\"Framer fe01371\">\r\n\t<title>Not Found</title>\r\n    <meta name=\"description\" content=\"Backing early-stage founders building digital-first solutions to transform energy and infrastructure—accelerating abundance across power, mob"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

33 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

33 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; 28 links missing accessible names.

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/thinklabs\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/thinklabs\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/pearl-street-technologies\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/pearl-street-technologies\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/overstory\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/overstory\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/heron-power\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/heron-power\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/tyba\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/tyba\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/amperon\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/amperon\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/terabase\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/terabase\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/raptor-maps\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/raptor-maps\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/presto\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/presto\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/rock-rabbit\"></a>",
      "<a class=\"framer-1wdqmy0 framer-khc59k\" data-framer-name=\"Link\" href=\"./portfolio/rock-rabbit\"></a>",
      "<a class=\"framer-1qhf78l framer-1jqxent\" data-framer-name=\"Logo\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-bByTE framer-aqz144\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.9",
      "<a class=\"framer-1qhf78l framer-1jqxent\" data-framer-name=\"Logo\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-bByTE framer-aqz144\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.9",
      "<a class=\"framer-1qhf78l framer-1jqxent\" data-framer-name=\"Logo\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-bByTE framer-aqz144\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.9",
      "<a class=\"framer-13yfabu framer-1gfjp24\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L",
      "<a class=\"framer-13yfabu framer-1gfjp24\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L",
      "<a class=\"framer-13yfabu framer-1gfjp24\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L",
      "<a class=\"framer-13yfabu framer-1gfjp24\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L",
      "<a class=\"framer-4hczje framer-ah94wg\" href=\"./\" data-framer-page-link-current=\"true\"><img alt class=\"framer-bByTE framer-j09g1o\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7."
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 1,
    "links": 92,
    "inaccessibleLinks": 28,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 34,
    "imagesWithAlt": 34,
    "autocompleteInputs": 4,
    "inputsWithAutocomplete": 4,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

Web Bot Auth request signing failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          },
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 18:22:32 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Fetch to find resource".

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "powerhouse-ventures.co",
        "probes": [
          {
            "name": "_index._agents.powerhouse-ventures.co",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.powerhouse-ventures.co",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "powerhouse-ventures.co",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

Validation steps

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="email"> is missing a label.
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="email"> is missing a label.
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="email"> is missing a label.
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="email"> is missing a label.
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 4,
        "formsWithTags": 0,
        "totalInteractive": 99,
        "interactiveWithTags": 0,
        "totalCount": 103,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 20,
        "issues": [
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 4,
        "formsWithTags": 0,
        "totalInteractive": 99,
        "interactiveWithTags": 0,
        "totalCount": 103,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing a label.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 4,
    "formsWithTags": 0,
    "totalInteractive": 99,
    "interactiveWithTags": 0,
    "totalCount": 103,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"email\"> is missing a label.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"email\"> is missing a label.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"email\"> is missing a label.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"email\"> is missing a label.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "./contact",
      "text": "ContactContactContact",
      "html": "<a class=\"framer-RaQYh framer-1vv1jr1 framer-v-1pesn39 framer-1h2kbhg\" data-framer-name=\"1\" data-highlight=\"true\" href=\"./contact\" tabindex=\"0\" style=\"border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-left-radius:16px;border-top-right-radius:16px\"><div class=\"framer-3fzo3p\" data-framer-name=\"Main\" data-framer-component-type=\"RichTextContainer\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);opacity:0;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7SW5zdH..."
    },
    {
      "href": "./contact",
      "text": "ContactContactContact",
      "html": "<a class=\"framer-RaQYh framer-1vv1jr1 framer-v-1pesn39 framer-1h2kbhg\" data-framer-name=\"1\" data-highlight=\"true\" href=\"./contact\" tabindex=\"0\" style=\"border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-left-radius:16px;border-top-right-radius:16px\"><div class=\"framer-3fzo3p\" data-framer-name=\"Main\" data-framer-component-type=\"RichTextContainer\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);opacity:0;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7SW5zdH..."
    },
    {
      "href": "./contact",
      "text": "ContactContactContact",
      "html": "<a class=\"framer-RaQYh framer-1vv1jr1 framer-v-1pesn39 framer-1h2kbhg\" data-framer-name=\"1\" data-highlight=\"true\" href=\"./contact\" tabindex=\"0\" style=\"border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-left-radius:16px;border-top-right-radius:16px\"><div class=\"framer-3fzo3p\" data-framer-name=\"Main\" data-framer-component-type=\"RichTextContainer\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);opacity:0;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7SW5zdH..."
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "./terms-of-use",
      "text": "Legal",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./terms-of-use\">Legal</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "./terms-of-use",
      "text": "Legal",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./terms-of-use\">Legal</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./privacy-policy\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/joinpowerhouse/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"https://www.linkedin.com/company/joinpowerhouse/\" target=\"_blank\" rel=\"noopener\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "./contact",
      "text": "ContactContactContact",
      "html": "<a class=\"framer-RaQYh framer-1vv1jr1 framer-v-1pesn39 framer-1h2kbhg\" data-framer-name=\"1\" data-highlight=\"true\" href=\"./contact\" tabindex=\"0\" style=\"border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-left-radius:16px;border-top-right-radius:16px\"><div class=\"framer-3fzo3p\" data-framer-name=\"Main\" data-framer-component-type=\"RichTextContainer\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);opacity:0;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7SW5zdH..."
    },
    {
      "href": "./contact",
      "text": "ContactContactContact",
      "html": "<a class=\"framer-RaQYh framer-1vv1jr1 framer-v-1pesn39 framer-1h2kbhg\" data-framer-name=\"1\" data-highlight=\"true\" href=\"./contact\" tabindex=\"0\" style=\"border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-left-radius:16px;border-top-right-radius:16px\"><div class=\"framer-3fzo3p\" data-framer-name=\"Main\" data-framer-component-type=\"RichTextContainer\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);opacity:0;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7SW5zdH..."
    },
    {
      "href": "./contact",
      "text": "ContactContactContact",
      "html": "<a class=\"framer-RaQYh framer-1vv1jr1 framer-v-1pesn39 framer-1h2kbhg\" data-framer-name=\"1\" data-highlight=\"true\" href=\"./contact\" tabindex=\"0\" style=\"border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top-left-radius:16px;border-top-right-radius:16px\"><div class=\"framer-3fzo3p\" data-framer-name=\"Main\" data-framer-component-type=\"RichTextContainer\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);opacity:0;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7SW5zdH..."
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    },
    {
      "href": "./contact",
      "text": "Contact",
      "html": "<a class=\"framer-text framer-styles-preset-fvo6jp\" data-styles-preset=\"nBI4MEDKp\" href=\"./contact\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "./terms-of-use",
      "text": "Legal",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./terms-of-use\">Legal</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "./terms-of-use",
      "text": "Legal",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./terms-of-use\">Legal</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-1wicq5s\" data-styles-preset=\"ro7OPezbn\" href=\"./privacy-policy\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 60/100 and needs improvement.

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Extraction-friendly structure scored 60/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 9,
  "schemaBlocks": 0,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema",
    "JSON-LD structured data"
  ],
  "score": 60,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 75/100 and needs improvement.

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: powerhouse, ventures, seed, andmarket, ready.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Entity clarity

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Entity clarity scored 75/100 and needs improvement.

Evidence
{
  "title": "Powerhouse Ventures",
  "h1": "Seed-stage andmarket-ready.",
  "description": "Backing early-stage founders building digital-first solutions to transform energy and infrastructure—accelerating abundance across power, mobility, buildings, and industry while delivering top VC returns.",
  "topicOverlap": 0.16666666666666666,
  "topicTerms": [
    "powerhouse",
    "ventures",
    "seed",
    "stage",
    "andmarket",
    "ready"
  ],
  "descriptionTerms": [
    "backing",
    "early",
    "stage",
    "founders",
    "building",
    "digital",
    "first",
    "solutions",
    "transform",
    "energy",
    "infrastructure",
    "accelerating",
    "abundance",
    "across",
    "power",
    "mobility",
    "buildings",
    "industry",
    "while",
    "delivering"
  ],
  "missingFromDescription": [
    "powerhouse",
    "ventures",
    "seed",
    "andmarket",
    "ready"
  ],
  "score": 75,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 50/100 and needs improvement.

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 50/100 and needs improvement.

Evidence
{
  "h2Count": 0,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 80/100 and needs improvement.

2 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

AEO readiness is incomplete.

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer-first sections

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer-first sections scored 80/100 and needs improvement.

Evidence
{
  "sectionCount": 0,
  "passing": 0,
  "failing": [],
  "score": 80,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 79/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: powerhouse, ventures, seed, andmarket, ready.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Entity and definition clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 79/100 and needs improvement.

Evidence
{
  "title": "Powerhouse Ventures",
  "h1": "Seed-stage andmarket-ready.",
  "description": "Backing early-stage founders building digital-first solutions to transform energy and infrastructure—accelerating abundance across power, mobility, buildings, and industry while delivering top VC returns.",
  "topicOverlap": 0.16666666666666666,
  "definitionCount": 9,
  "topicTerms": [
    "powerhouse",
    "ventures",
    "seed",
    "stage",
    "andmarket",
    "ready"
  ],
  "descriptionTerms": [
    "backing",
    "early",
    "stage",
    "founders",
    "building",
    "digital",
    "first",
    "solutions",
    "transform",
    "energy",
    "infrastructure",
    "accelerating",
    "abundance",
    "across",
    "power",
    "mobility",
    "buildings",
    "industry",
    "while",
    "delivering"
  ],
  "missingFromDescription": [
    "powerhouse",
    "ventures",
    "seed",
    "andmarket",
    "ready"
  ],
  "score": 79,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

8 image(s) are missing width/height attributes.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 80/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width",
  "visibleWords": 1083,
  "htmlBytes": 820794,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"RNueUwNwx\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"jeNG0V77K\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(0, 0, 0)\" height=\"83.60545343469958px\" id=\"WkkMejhbf\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"wAkHoDGEf\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HhOAnxxxL\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"ToJzqwz5Q\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"SxInOO62U\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"TNqg9x0Xe\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"UVahFwv4v\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"VmS8NAeFe\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"vLogNQCLK\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-bByTE framer-aqz144\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"RNueUwNwx\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"jeNG0V77K\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(0, 0, 0)\" height=\"83.60545343469958px\" id=\"WkkMejhbf\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"wAkHoDGEf\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HhOAnxxxL\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"ToJzqwz5Q\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"SxInOO62U\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"TNqg9x0Xe\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"UVahFwv4v\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"VmS8NAeFe\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"vLogNQCLK\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-bByTE framer-aqz144\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"RNueUwNwx\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"jeNG0V77K\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(0, 0, 0)\" height=\"83.60545343469958px\" id=\"WkkMejhbf\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"wAkHoDGEf\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HhOAnxxxL\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"ToJzqwz5Q\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"SxInOO62U\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"TNqg9x0Xe\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"UVahFwv4v\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"VmS8NAeFe\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"vLogNQCLK\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-bByTE framer-aqz144\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"aq3bmrJ3N\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"ZEDqpyb4r\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(255, 255, 255)\" height=\"83.60545343469958px\" id=\"XHEphM_CJ\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"Imi97u3ar\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HS9ox6iJk\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"IIL5F_nUS\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"YK3gbHqRv\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"ZBQ2JZUzD\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"viUvBdjwi\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"qispkIVjI\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"c6_lLKTdP\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"aq3bmrJ3N\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"ZEDqpyb4r\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(255, 255, 255)\" height=\"83.60545343469958px\" id=\"XHEphM_CJ\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"Imi97u3ar\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HS9ox6iJk\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"IIL5F_nUS\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"YK3gbHqRv\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"ZBQ2JZUzD\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"viUvBdjwi\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"qispkIVjI\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"c6_lLKTdP\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"aq3bmrJ3N\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"ZEDqpyb4r\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(255, 255, 255)\" height=\"83.60545343469958px\" id=\"XHEphM_CJ\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"Imi97u3ar\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HS9ox6iJk\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"IIL5F_nUS\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"YK3gbHqRv\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"ZBQ2JZUzD\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"viUvBdjwi\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"qispkIVjI\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"c6_lLKTdP\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"aq3bmrJ3N\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"ZEDqpyb4r\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(255, 255, 255)\" height=\"83.60545343469958px\" id=\"XHEphM_CJ\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"Imi97u3ar\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HS9ox6iJk\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"IIL5F_nUS\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"YK3gbHqRv\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"ZBQ2JZUzD\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"viUvBdjwi\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"qispkIVjI\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"c6_lLKTdP\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6j2W2 framer-1ka6yw2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 561 86\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.296 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.296 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343901192px\" id=\"RNueUwNwx\" transform=\"translate(184.877 0.999)\" width=\"376.1227468842983px\"><g d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"transparent\" height=\"83.60545343469958px\" id=\"jeNG0V77K\" transform=\"translate(0 0)\" width=\"376.1227468842983px\"><path d=\"M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.128 L 5.723 15.737 C 5.723 16.245 5.856 16.623 6.126 16.877 C 6.396 17.128 6.768 17.256 7.238 17.256 L 15.997 17.256 C 17.312 17.256 18.446 17.02 19.389 16.547 Z M 0 0.645 L 16.2 0.645 C 18.697 0.645 20.821 1.1 22.578 2.012 C 24.331 2.924 25.693 4.192 26.652 5.809 C 27.615 7.43 28.094 9.305 28.094 11.434 C 28.094 13.563 27.615 15.527 26.652 17.132 C 25.693 18.736 24.331 19.985 22.578 20.881 C 20.821 21.774 18.697 22.223 16.2 22.223 L 7.238 22.223 C 6.768 22.223 6.396 22.356 6.126 22.626 C 5.856 22.896 5.723 23.268 5.723 23.738 L 5.723 36.1 L 0 36.1 Z M 72.738 0.645 L 78.461 0.645 L 86.004 25.261 C 86.103 25.632 86.271 25.877 86.509 25.995 C 86.744 26.112 86.963 26.112 87.167 25.995 C 87.37 25.877 87.538 25.616 87.672 25.21 L 95.367 0.645 L 100.531 0.645 L 108.325 25.21 C 108.461 25.581 108.639 25.836 108.858 25.969 C 109.077 26.106 109.303 26.112 109.538 25.995 C 109.777 25.877 109.928 25.616 109.995 25.21 L 117.535 0.645 L 123.258 0.645 L 112.679 36.1 L 106.553 36.1 L 98.857 11.736 C 98.759 11.399 98.597 11.164 98.378 11.027 C 98.159 10.894 97.933 10.884 97.695 11.005 C 97.46 11.122 97.292 11.364 97.19 11.736 L 89.495 36.1 L 83.473 36.1 Z M 129.296 0.645 L 154.91 0.645 L 154.91 5.606 L 136.534 5.606 C 136.063 5.606 135.691 5.742 135.422 6.012 C 135.152 6.283 135.015 6.654 135.015 7.125 L 135.015 13.811 C 135.015 14.284 135.152 14.656 135.422 14.926 C 135.691 15.196 136.063 15.33 136.534 15.33 L 153.998 15.33 L 153.998 20.294 L 136.534 20.294 C 136.063 20.294 135.691 20.427 135.422 20.697 C 135.152 20.967 135.015 21.339 135.015 21.809 L 135.015 29.611 C 135.015 30.081 135.152 30.453 135.422 30.723 C 135.691 30.993 136.063 31.13 136.534 31.13 L 154.961 31.13 L 154.961 36.091 L 129.296 36.091 Z M 183.048 15.057 C 184.175 14.097 184.741 12.772 184.741 11.081 C 184.741 9.39 184.175 8.018 183.048 7.055 C 181.915 6.095 180.371 5.612 178.414 5.612 L 169.709 5.612 C 169.236 5.612 168.864 5.749 168.595 6.019 C 168.325 6.289 168.191 6.658 168.191 7.131 L 168.191 14.98 C 168.191 15.454 168.325 15.826 168.595 16.096 C 168.864 16.366 169.236 16.499 169.709 16.499 L 178.414 16.499 C 180.371 16.499 181.918 16.019 183.048 15.057 Z M 162.468 0.645 L 178.465 0.645 C 180.898 0.645 183.023 1.068 184.846 1.91 C 186.669 2.752 188.07 3.953 189.048 5.507 C 190.022 7.061 190.515 8.85 190.515 10.878 C 190.515 13.207 189.905 15.114 188.688 16.601 C 187.475 18.088 185.852 19.2 183.829 19.944 C 183.36 20.147 183.064 20.424 182.946 20.78 C 182.826 21.133 182.902 21.514 183.172 21.917 L 192.44 36.1 L 185.605 36.1 L 178.163 24.25 C 177.421 23.103 176.753 22.35 176.163 21.994 C 175.572 21.641 174.72 21.463 173.606 21.463 L 169.709 21.463 C 169.236 21.463 168.864 21.597 168.595 21.867 C 168.325 22.137 168.191 22.509 168.191 22.982 L 168.191 36.1 L 162.468 36.1 Z M 227.784 0.645 L 227.784 36.1 L 222.064 36.1 L 222.064 21.867 C 222.064 21.396 221.928 21.024 221.658 20.754 C 221.388 20.484 221.02 20.348 220.546 20.348 L 205.41 20.348 C 204.939 20.348 204.569 20.484 204.298 20.754 C 204.028 21.024 203.892 21.396 203.892 21.867 L 203.892 36.1 L 198.172 36.1 L 198.172 0.645 L 203.892 0.645 L 203.892 13.865 C 203.892 14.338 204.028 14.71 204.298 14.98 C 204.569 15.247 204.939 15.384 205.41 15.384 L 220.546 15.384 C 221.02 15.384 221.388 15.247 221.658 14.98 C 221.928 14.71 222.064 14.338 222.064 13.865 L 222.064 0.645 Z M 285.342 34.759 C 283.233 33.596 281.603 31.937 280.457 29.795 C 279.311 27.65 278.739 25.181 278.739 22.375 L 278.739 0.645 L 284.459 0.645 L 284.459 22.372 C 284.459 24.164 284.805 25.759 285.497 27.158 C 286.186 28.562 287.159 29.643 288.407 30.402 C 289.655 31.159 291.074 31.54 292.659 31.54 L 295.19 31.54 C 296.81 31.54 298.245 31.159 299.494 30.402 C 300.742 29.643 301.714 28.562 302.403 27.158 C 303.095 25.759 303.441 24.161 303.441 22.372 L 303.441 0.645 L 309.164 0.645 L 309.164 22.372 C 309.164 25.175 308.581 27.65 307.417 29.792 C 306.255 31.937 304.616 33.593 302.508 34.756 C 300.399 35.919 297.944 36.504 295.142 36.504 L 292.662 36.504 C 289.893 36.504 287.457 35.919 285.348 34.756 Z M 322.297 35.14 C 320.443 34.228 318.966 32.944 317.869 31.289 C 316.774 29.636 316.155 27.727 316.022 25.566 L 321.741 25.566 C 321.878 26.78 322.25 27.847 322.856 28.756 C 323.463 29.668 324.263 30.361 325.261 30.834 C 326.254 31.308 327.378 31.543 328.626 31.543 L 331.917 31.543 C 332.86 31.543 333.781 31.349 334.676 30.962 C 335.57 30.574 336.303 29.992 336.878 29.214 C 337.452 28.438 337.738 27.495 337.738 26.379 C 337.738 25.261 337.366 24.352 336.627 23.643 C 335.883 22.934 334.972 22.378 333.893 21.971 C 332.81 21.568 331.311 21.129 329.389 20.656 C 326.756 20.014 324.596 19.356 322.907 18.679 C 321.22 18.006 319.762 16.982 318.53 15.616 C 317.295 14.249 316.682 12.381 316.682 10.017 C 316.682 8.091 317.206 6.387 318.251 4.903 C 319.295 3.416 320.665 2.269 322.351 1.459 C 324.034 0.648 325.876 0.245 327.868 0.245 L 331.057 0.245 C 333.012 0.245 334.835 0.623 336.525 1.382 C 338.212 2.142 339.606 3.267 340.701 4.751 C 341.798 6.238 342.464 8.027 342.702 10.121 L 337.081 10.121 C 336.814 8.536 336.147 7.319 335.08 6.473 C 334.02 5.631 332.711 5.208 331.158 5.208 L 327.868 5.208 C 326.889 5.208 325.994 5.386 325.184 5.739 C 324.374 6.095 323.723 6.61 323.234 7.287 C 322.745 7.96 322.5 8.774 322.5 9.718 C 322.5 10.801 322.872 11.694 323.615 12.403 C 324.355 13.112 325.267 13.665 326.35 14.052 C 327.426 14.44 328.947 14.869 330.904 15.343 C 333.568 16.016 335.744 16.677 337.433 17.319 C 339.12 17.961 340.555 18.991 341.737 20.408 C 342.915 21.825 343.509 23.735 343.509 26.134 C 343.509 28.229 342.985 30.059 341.94 31.632 C 340.895 33.199 339.46 34.41 337.64 35.252 C 335.817 36.094 333.842 36.516 331.713 36.516 L 328.474 36.516 C 326.213 36.516 324.155 36.062 322.297 35.15 Z M 350.461 0.645 L 376.072 0.645 L 376.072 5.606 L 357.699 5.606 C 357.226 5.606 356.855 5.742 356.585 6.012 C 356.314 6.283 356.181 6.654 356.181 7.125 L 356.181 13.811 C 356.181 14.284 356.314 14.656 356.585 14.926 C 356.855 15.196 357.226 15.33 357.699 15.33 L 375.163 15.33 L 375.163 20.294 L 357.699 20.294 C 357.226 20.294 356.855 20.427 356.585 20.697 C 356.314 20.967 356.181 21.339 356.181 21.809 L 356.181 29.611 C 356.181 30.081 356.314 30.453 356.585 30.723 C 356.855 30.993 357.226 31.13 357.699 31.13 L 376.123 31.13 L 376.123 36.091 L 350.461 36.091 Z M 51.59 0 C 41.452 0 33.233 8.221 33.233 18.365 C 33.233 28.508 41.452 36.732 51.59 36.732 C 61.727 36.732 69.944 28.508 69.944 18.365 C 69.944 8.221 61.727 0 51.59 0 Z M 51.59 5.425 C 58.72 5.425 64.522 11.23 64.522 18.365 C 64.522 25.499 58.72 31.305 51.59 31.305 C 44.457 31.305 38.657 25.499 38.657 18.365 C 38.657 11.23 44.457 5.425 51.59 5.425 Z M 253.166 0 C 243.029 0 234.81 8.221 234.81 18.365 C 234.81 28.508 243.029 36.732 253.166 36.732 C 263.304 36.732 271.52 28.508 271.52 18.365 C 271.52 8.221 263.304 0 253.166 0 Z M 253.166 5.425 C 260.297 5.425 266.099 11.23 266.099 18.365 C 266.099 25.499 260.297 31.305 253.166 31.305 C 246.033 31.305 240.234 25.499 240.234 18.365 C 240.234 11.23 246.033 5.425 253.166 5.425 Z M 0 47.763 L 5.767 47.763 L 15.53 73.98 C 15.734 74.52 16.019 74.79 16.391 74.79 C 16.759 74.79 17.045 74.52 17.249 73.98 L 26.96 47.763 L 32.728 47.763 L 19.678 83.189 L 13.05 83.189 Z M 38.467 47.763 L 64.059 47.763 L 64.059 52.72 L 45.699 52.72 C 45.228 52.72 44.857 52.857 44.587 53.127 C 44.317 53.397 44.184 53.766 44.184 54.239 L 44.184 60.919 C 44.184 61.392 44.317 61.761 44.587 62.031 C 44.857 62.301 45.228 62.438 45.699 62.438 L 63.15 62.438 L 63.15 67.395 L 45.699 67.395 C 45.228 67.395 44.857 67.529 44.587 67.799 C 44.317 68.069 44.184 68.441 44.184 68.914 L 44.184 76.706 C 44.184 77.177 44.317 77.548 44.587 77.819 C 44.857 78.089 45.228 78.222 45.699 78.222 L 64.109 78.222 L 64.109 83.183 L 38.467 83.183 L 38.467 47.753 Z M 71.3 47.763 L 77.572 47.763 L 93.96 72.156 C 94.297 72.696 94.649 72.915 95.021 72.813 C 95.392 72.715 95.58 72.324 95.58 71.65 L 95.526 47.763 L 101.195 47.763 L 101.195 83.189 L 94.919 83.189 L 78.531 58.745 C 78.328 58.443 78.093 58.246 77.823 58.164 C 77.553 58.078 77.334 58.138 77.166 58.342 C 76.997 58.542 76.915 58.847 76.915 59.251 L 76.966 83.189 L 71.3 83.189 Z M 118.529 53.13 C 118.259 52.86 117.887 52.723 117.418 52.723 L 107.604 52.723 L 107.604 47.766 L 136.028 47.766 L 136.028 52.723 L 126.167 52.723 C 125.694 52.723 125.325 52.86 125.055 53.13 C 124.786 53.397 124.649 53.769 124.649 54.242 L 124.649 83.189 L 118.933 83.189 L 118.933 54.242 C 118.933 53.769 118.799 53.397 118.529 53.13 Z M 148.37 81.851 C 146.261 80.685 144.635 79.033 143.489 76.891 C 142.342 74.749 141.77 72.276 141.77 69.477 L 141.77 47.766 L 147.488 47.766 L 147.488 69.477 C 147.488 71.266 147.833 72.858 148.523 74.259 C 149.215 75.661 150.184 76.738 151.432 77.498 C 152.68 78.257 154.096 78.635 155.681 78.635 L 158.209 78.635 C 159.829 78.635 161.261 78.257 162.51 77.498 C 163.755 76.738 164.726 75.661 165.419 74.259 C 166.108 72.858 166.454 71.263 166.454 69.477 L 166.454 47.766 L 172.17 47.766 L 172.17 69.477 C 172.17 72.276 171.59 74.749 170.427 76.891 C 169.264 79.036 167.629 80.685 165.521 81.851 C 163.415 83.011 160.963 83.596 158.161 83.596 L 155.684 83.596 C 152.918 83.596 150.479 83.011 148.373 81.851 Z M 201.091 62.165 C 202.221 61.205 202.784 59.88 202.784 58.192 C 202.784 56.502 202.221 55.129 201.091 54.169 C 199.96 53.206 198.42 52.726 196.463 52.726 L 187.761 52.726 C 187.291 52.726 186.919 52.863 186.65 53.13 C 186.38 53.4 186.246 53.772 186.246 54.245 L 186.246 62.088 C 186.246 62.562 186.38 62.931 186.65 63.201 C 186.919 63.471 187.291 63.604 187.761 63.604 L 196.463 63.604 C 198.42 63.604 199.963 63.124 201.091 62.165 Z M 180.53 47.763 L 196.514 47.763 C 198.943 47.763 201.065 48.185 202.888 49.028 C 204.712 49.87 206.109 51.071 207.087 52.622 C 208.061 54.172 208.551 55.961 208.551 57.986 C 208.551 60.315 207.944 62.222 206.728 63.706 C 205.515 65.193 203.895 66.305 201.875 67.046 C 201.402 67.249 201.107 67.529 200.992 67.882 C 200.871 68.234 200.948 68.616 201.218 69.019 L 210.476 83.189 L 203.647 83.189 L 196.212 71.349 C 195.47 70.201 194.802 69.451 194.212 69.095 C 193.621 68.74 192.772 68.565 191.658 68.565 L 187.761 68.565 C 187.291 68.565 186.919 68.698 186.65 68.968 C 186.38 69.238 186.246 69.61 186.246 70.081 L 186.246 83.189 L 180.53 83.189 Z M 216.205 47.763 L 241.797 47.763 L 241.797 52.72 L 223.436 52.72 C 222.966 52.72 222.595 52.857 222.325 53.127 C 222.055 53.397 221.921 53.766 221.921 54.239 L 221.921 60.919 C 221.921 61.392 222.055 61.761 222.325 62.031 C 222.595 62.301 222.966 62.438 223.436 62.438 L 240.889 62.438 L 240.889 67.395 L 223.436 67.395 C 222.966 67.395 222.595 67.529 222.325 67.799 C 222.055 68.069 221.921 68.441 221.921 68.914 L 221.921 76.706 C 221.921 77.177 222.055 77.548 222.325 77.819 C 222.595 78.089 222.966 78.222 223.436 78.222 L 241.847 78.222 L 241.847 83.183 L 216.205 83.183 L 216.205 47.753 Z M 253.732 82.229 C 251.874 81.317 250.4 80.034 249.308 78.384 C 248.212 76.732 247.593 74.825 247.459 72.664 L 253.176 72.664 C 253.309 73.878 253.681 74.943 254.288 75.852 C 254.894 76.764 255.695 77.456 256.688 77.927 C 257.685 78.4 258.807 78.635 260.055 78.635 L 263.342 78.635 C 264.285 78.635 265.203 78.441 266.099 78.054 C 266.991 77.666 267.725 77.084 268.299 76.309 C 268.875 75.534 269.161 74.59 269.161 73.474 C 269.161 72.359 268.789 71.45 268.049 70.742 C 267.306 70.033 266.395 69.477 265.314 69.073 C 264.235 68.666 262.735 68.231 260.814 67.758 C 258.184 67.116 256.027 66.461 254.342 65.784 C 252.652 65.107 251.194 64.087 249.966 62.721 C 248.732 61.354 248.117 59.489 248.117 57.128 C 248.117 55.202 248.64 53.499 249.686 52.018 C 250.73 50.534 252.096 49.383 253.783 48.573 C 255.466 47.766 257.305 47.362 259.296 47.362 L 262.481 47.362 C 264.438 47.362 266.258 47.741 267.948 48.5 C 269.63 49.256 271.025 50.381 272.121 51.865 C 273.213 53.349 273.88 55.139 274.118 57.229 L 268.503 57.229 C 268.233 55.647 267.569 54.43 266.503 53.588 C 265.441 52.742 264.133 52.323 262.583 52.323 L 259.296 52.323 C 258.318 52.323 257.423 52.501 256.615 52.854 C 255.806 53.206 255.154 53.721 254.665 54.398 C 254.177 55.072 253.932 55.885 253.932 56.829 C 253.932 57.91 254.304 58.802 255.043 59.511 C 255.787 60.22 256.695 60.77 257.778 61.157 C 258.855 61.545 260.373 61.977 262.329 62.447 C 264.994 63.121 267.166 63.782 268.852 64.424 C 270.539 65.063 271.974 66.092 273.152 67.51 C 274.331 68.927 274.925 70.834 274.925 73.23 C 274.925 75.324 274.4 77.151 273.356 78.724 C 272.314 80.291 270.879 81.499 269.059 82.344 C 267.239 83.186 265.263 83.605 263.139 83.605 L 259.903 83.605 C 257.641 83.605 255.587 83.151 253.732 82.242 Z\" fill=\"rgb(0, 0, 0)\" height=\"83.60545343469958px\" id=\"WkkMejhbf\" width=\"376.1227468842983px\"/></g></g><g d=\"M 158.398 39.143 L 119.163 0 L 111.421 7.723 L 146.785 43.004 L 150.656 39.143 C 152.792 37.011 156.261 37.011 158.398 39.143 Z M 158.398 46.857 C 156.261 48.989 152.792 48.989 150.656 46.857 L 146.785 42.995 L 111.421 78.276 L 119.163 86 Z M 158.398 46.857 C 160.534 44.726 160.534 41.265 158.398 39.134 C 156.261 37.002 152.792 37.002 150.656 39.134 L 146.785 42.995 L 150.656 46.857 C 152.792 48.989 156.261 48.989 158.398 46.857 Z M 80.16 79.894 C 59.811 79.894 43.284 63.436 43.284 43.176 C 43.284 22.935 59.82 6.459 80.16 6.459 C 100.51 6.459 117.037 22.935 117.037 43.176 C 117.037 63.418 100.483 79.894 80.16 79.894 Z M 80.152 68.898 C 94.397 68.898 105.995 57.349 105.995 43.176 C 105.995 28.995 94.407 17.455 80.152 17.455 C 65.897 17.455 54.308 29.004 54.308 43.176 C 54.308 57.367 65.897 68.898 80.152 68.898 Z M 1.603 46.857 L 40.838 86 L 48.58 78.276 L 13.215 43.004 L 9.344 46.866 C 7.208 48.998 3.739 48.998 1.603 46.866 Z M 1.603 39.143 C 3.739 37.011 7.208 37.011 9.344 39.143 L 13.215 43.004 L 48.58 7.723 L 40.838 0 Z M 1.602 39.143 C -0.534 41.274 -0.534 44.735 1.602 46.866 C 3.739 48.998 7.207 48.998 9.344 46.866 L 13.215 43.004 L 9.344 39.143 C 7.207 37.011 3.739 37.011 1.602 39.143 Z\" fill=\"transparent\" height=\"86.00000064894243px\" id=\"wAkHoDGEf\" width=\"160.00000747728825px\"><path d=\"M 46.977 39.143 L 7.742 0 L 0 7.723 L 35.364 43.004 L 39.235 39.143 C 41.372 37.011 44.84 37.011 46.977 39.143 Z\" fill=\"rgb(191, 90, 242)\" height=\"43.00438848383548px\" id=\"HhOAnxxxL\" transform=\"translate(111.421 0)\" width=\"46.976853370216986px\"/><path d=\"M 46.977 3.862 C 44.84 5.993 41.372 5.993 39.235 3.862 L 35.364 0 L 0 35.281 L 7.742 43.005 Z\" fill=\"rgb(9, 150, 212)\" height=\"43.004571448114866px\" id=\"ToJzqwz5Q\" transform=\"translate(111.421 42.995)\" width=\"46.976853370216986px\"/><path d=\"M 11.612 9.322 C 13.749 7.19 13.749 3.73 11.612 1.599 C 9.475 -0.533 6.007 -0.533 3.871 1.599 L 0 5.46 L 3.871 9.322 C 6.007 11.453 9.475 11.453 11.612 9.322 Z\" fill=\"rgb(214, 131, 255)\" height=\"10.920571518707604px\" id=\"SxInOO62U\" transform=\"translate(146.785 37.535)\" width=\"13.214759674553875px\"/><path d=\"M 36.877 73.435 C 16.528 73.435 0 56.977 0 36.717 C 0 16.475 16.537 0 36.877 0 C 57.226 0 73.754 16.475 73.754 36.717 C 73.754 56.959 57.199 73.435 36.877 73.435 Z M 36.868 62.439 C 51.114 62.439 62.711 50.89 62.711 36.717 C 62.711 22.536 51.123 10.996 36.868 10.996 C 22.613 10.996 11.025 22.544 11.025 36.717 C 11.025 50.908 22.613 62.439 36.868 62.439 Z\" fill=\"rgb(255, 199, 8)\" height=\"73.43464274787061px\" id=\"TNqg9x0Xe\" transform=\"translate(43.284 6.459)\" width=\"73.75389105344107px\"/><path d=\"M 0 3.853 L 39.235 42.996 L 46.977 35.272 L 11.612 0 L 7.742 3.862 C 5.605 5.993 2.137 5.993 0 3.862 Z\" fill=\"rgb(254, 179, 212)\" height=\"42.995609932389705px\" id=\"UVahFwv4v\" transform=\"translate(1.603 43.004)\" width=\"46.97694517441664px\"/><path d=\"M 0 39.143 C 2.137 37.011 5.605 37.011 7.742 39.143 L 11.612 43.004 L 46.977 7.723 L 39.235 0 Z\" fill=\"rgb(31, 85, 255)\" height=\"43.00438848383548px\" id=\"VmS8NAeFe\" transform=\"translate(1.603 0)\" width=\"46.97694517441664px\"/><path d=\"M 1.602 1.599 C -0.534 3.73 -0.534 7.19 1.602 9.322 C 3.739 11.453 7.207 11.453 9.344 9.322 L 13.215 5.46 L 9.344 1.599 C 7.207 -0.533 3.739 -0.533 1.602 1.599 Z\" fill=\"rgb(255, 66, 255)\" height=\"10.920571518707591px\" id=\"vLogNQCLK\" transform=\"translate(0 37.544)\" width=\"13.21476029958717px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-bByTE framer-j09g1o\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 561 86&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.386 16.55 C 20.329 16.077 21.037 15.403 21.514 14.523 C 21.987 13.646 22.222 12.616 22.222 11.434 C 22.222 9.645 21.673 8.224 20.577 7.179 C 19.481 6.133 17.954 5.609 15.997 5.609 L 7.238 5.609 C 6.768 5.609 6.396 5.746 6.126 6.016 C 5.856 6.286 5.723 6.658 5.723 7.1..."
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer intent coverage scored 70/100 and needs improvement.

Evidence
{
  "headings": [],
  "expected": [
    {
      "id": "what",
      "label": "What is Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Powerhouse Ventures work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Powerhouse Ventures free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Powerhouse Ventures compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Powerhouse Ventures work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Powerhouse Ventures free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Powerhouse Ventures compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

No JSON-LD structured data was detected.

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Answer block readiness

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Answer block readiness scored 80/100 and needs improvement.

Evidence
{
  "sectionCount": 0,
  "passing": 0,
  "failing": [],
  "score": 80,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 560617
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 560617
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 560617
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [],
  "expected": [
    {
      "id": "what",
      "label": "What is Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Powerhouse Ventures work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Powerhouse Ventures free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Powerhouse Ventures compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Powerhouse Ventures work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Powerhouse Ventures?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Powerhouse Ventures free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Powerhouse Ventures compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 0,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "1 link found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
57/100Level 3, Bot-AwareCurrent report
powerhouse-ventures.co AI SEO Report: 57/100 (Level 3, Bot-Aware)