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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability50%Agent Easeof Use10%Security& Trust60%GEO, AIO, AEO73%SEO92%Performance& Accessibility76%
  • AI Discoverability 50 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 73 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 76 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Unified CRM for Marketing, Service & Payments | Bird favicon

Unified CRM for Marketing, Service & Payments | Bird

Engage customers on WhatsApp, Email, and SMS with one platform for marketing, support & payments. Trusted by 50,000+ businesses worldwide.

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
50
Needs work12111View details
Discoverability
67
Needs work540View details
Content Readiness
70
Needs work731View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
73
Needs work5212View details
GEO Readiness
82
Mostly ready104
AIO Readiness
80
Mostly ready313View details
AEO Readiness
59
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
76
Mostly ready2032View details
Performance
73
Needs work1332View details
Accessibility
81
Mostly ready700

Prioritized recommendations

Issues ranked by score impact

44 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": 403,
        "contentType": "application/xml"
      },
      "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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>HF045E1TWPXQ8H3D</RequestId><HostId>fmRWLdde9vgjoKH7+YSzqrQ+OotwGrRAt7lwUrI4yXeg6JB+jgPWjiVUX3x6gz4J8z35NvChL6KGt8LpvpVJuB5TWL9jKUHi</HostId></Error>"
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 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
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

50 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": [
    "Organization"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 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 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 Mar 18, 2026, 7:40 AM 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.get(\"__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 7c2f7bf\">\r\n\t<title>404 - Page Not Found | Bird</title>\r\n    <meta name=\"description\" content=\"Oops! The page you're looking for can't be found. Check out our homepage or use the search to find what you're looking for.\">\r"
          },
          {
            "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 Mar 18, 2026, 7:40 AM 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.get(\"__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 7c2f7bf\">\r\n\t<title>404 - Page Not Found | Bird</title>\r\n    <meta name=\"description\" content=\"Oops! The page you're looking for can't be found. Check out our homepage or use the search to find what you're looking for.\">\r"
          },
          {
            "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 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 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
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 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": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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".

33 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": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 3); 3 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": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"framer-hsax4a framer-kkwbei\" data-framer-name=\"Logo\" style=\"background-color:rgb(0, 0, 0)\" href=\"./\" data-framer-page-link-current=\"true\"><div data-framer-component-type=\"SVG\" data-framer-name=\"Vector\" style=\"image-rendering:pixelated;flex-shrink:0;fill:rgba(0,0,0,1);color:rgba(0,0,0,1)\" class=\"framer-17yahyu\" aria-hidden=\"true\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\" viewBox=\"0 0 20 18\"><use href=\"#svg109133478",
      "<a class=\"framer-hsax4a framer-kkwbei\" data-framer-name=\"Logo\" style=\"background-color:rgb(0, 0, 0)\" href=\"./\" data-framer-page-link-current=\"true\"><div data-framer-component-type=\"SVG\" data-framer-name=\"Vector\" style=\"image-rendering:pixelated;flex-shrink:0;fill:rgba(0,0,0,1);color:rgba(0,0,0,1)\" class=\"framer-17yahyu\" aria-hidden=\"true\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\" viewBox=\"0 0 20 18\"><use href=\"#svg109133478",
      "<a class=\"framer-hsax4a framer-kkwbei\" data-framer-name=\"Logo\" style=\"background-color:rgb(0, 0, 0)\" href=\"./\" data-framer-page-link-current=\"true\"><div data-framer-component-type=\"SVG\" data-framer-name=\"Vector\" style=\"image-rendering:pixelated;flex-shrink:0;fill:rgba(0,0,0,1);color:rgba(0,0,0,1)\" class=\"framer-17yahyu\" aria-hidden=\"true\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\" viewBox=\"0 0 20 18\"><use href=\"#svg109133478"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 3,
    "headings": 57,
    "links": 171,
    "inaccessibleLinks": 3,
    "buttons": 14,
    "inaccessibleButtons": 0,
    "images": 65,
    "imagesWithAlt": 65,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "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": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 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": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "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."
    }
  ]
}

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": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "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": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "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": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

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

50/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": "Wed, 18 Mar 2026 07:40:52 GMT",
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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": "bird.com",
        "probes": [
          {
            "name": "_index._agents.bird.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.bird.com",
            "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": "bird.com",
            "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Vary: Accept header".

11 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Origin".

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

67/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Vary: Accept header".

Validation steps

  1. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Origin".

Evidence
{
  "failedStep": "vary-accept",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "pass",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/markdown; charset=utf-8"
      },
      "issue": "Content-Type \"text/markdown; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Origin"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Origin\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "pass",
      "evidence": {
        "valid": true,
        "hasHeading": true,
        "wordCount": 772,
        "excerpt": "---\ntitle: \"Unified CRM for Marketing, Service & Payments | Bird\"\ndescription: \"Engage customers on WhatsApp, Email, and SMS with one platform for marketing, support & payments. Trusted by 50,000+ businesses worldwide.\"\npublished: \"Mar 18, "
      },
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 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": "./about",
      "text": "About",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./about\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:va..."
    },
    {
      "href": "https://www.linkedin.com/company/birdhq/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-1tlj0l2 framer-q0r0ra\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/birdhq/\" target=\"_blank\" rel=\"noopener\"><div class=\"framer-1jxdle4\" data-framer-name=\"Social Link\" style=\"justify-content:center;--framer-paragraph-spacing:0px;transform:none\" data-framer-component-type=\"RichTextContainer\"><p style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14p..."
    },
    {
      "href": "./about",
      "text": "About",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./about\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:va..."
    },
    {
      "href": "./about",
      "text": "About",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./about\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:va..."
    }
  ],
  "contactLinks": [
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-1c859u4 framer-kkwbei\" data-framer-name=\"Button\" style=\"background-color:rgb(0, 0, 0);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\"><div class=\"framer-jbs95q\" data-framer-name=\"Label\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);--framer-paragraph-spacing:0px;transform:none\" data-framer-component-type=\"RichTextContainer\"><p style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-1c859u4 framer-kkwbei\" data-framer-name=\"Button\" style=\"background-color:rgb(0, 0, 0);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\"><div class=\"framer-jbs95q\" data-framer-name=\"Label\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);--framer-paragraph-spacing:0px;transform:none\" data-framer-component-type=\"RichTextContainer\"><p style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1s1mq48 framer-1aq0k66\" data-framer-name=\"Septenary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255));height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1s1mq48 framer-1aq0k66\" data-framer-name=\"Septenary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255));height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1s1mq48 framer-1aq0k66\" data-framer-name=\"Septenary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255));height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./resources/support-center",
      "text": "Support Center",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./resources/support-center\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPP..."
    },
    {
      "href": "./support",
      "text": "Support",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./support\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact Support",
      "html": "<a class=\"framer-text framer-styles-preset-1s2ojk3\" data-styles-preset=\"Cwb4Tbzhb\" href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noopener\">Contact Support</a>"
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./support",
      "text": "Support",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./support\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact Support",
      "html": "<a class=\"framer-text framer-styles-preset-1s2ojk3\" data-styles-preset=\"Cwb4Tbzhb\" href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noopener\">Contact Support</a>"
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./support",
      "text": "Support",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./support\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact Support",
      "html": "<a class=\"framer-text framer-styles-preset-1s2ojk3\" data-styles-preset=\"Cwb4Tbzhb\" href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noopener\">Contact Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "./legal/website-terms-of-use",
      "text": "Terms",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./legal/website-terms-of-use\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-f..."
    },
    {
      "href": "./legal/website-terms-of-use",
      "text": "Terms",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./legal/website-terms-of-use\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-f..."
    },
    {
      "href": "./legal/website-terms-of-use",
      "text": "Terms",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./legal/website-terms-of-use\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-f..."
    }
  ],
  "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": "./about",
      "text": "About",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./about\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:va..."
    },
    {
      "href": "https://www.linkedin.com/company/birdhq/",
      "text": "LinkedIn",
      "html": "<a class=\"framer-1tlj0l2 framer-q0r0ra\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/birdhq/\" target=\"_blank\" rel=\"noopener\"><div class=\"framer-1jxdle4\" data-framer-name=\"Social Link\" style=\"justify-content:center;--framer-paragraph-spacing:0px;transform:none\" data-framer-component-type=\"RichTextContainer\"><p style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14p..."
    },
    {
      "href": "./about",
      "text": "About",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./about\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:va..."
    },
    {
      "href": "./about",
      "text": "About",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./about\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:va..."
    }
  ],
  "contactLinks": [
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-1c859u4 framer-kkwbei\" data-framer-name=\"Button\" style=\"background-color:rgb(0, 0, 0);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\"><div class=\"framer-jbs95q\" data-framer-name=\"Label\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);--framer-paragraph-spacing:0px;transform:none\" data-framer-component-type=\"RichTextContainer\"><p style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-1c859u4 framer-kkwbei\" data-framer-name=\"Button\" style=\"background-color:rgb(0, 0, 0);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\"><div class=\"framer-jbs95q\" data-framer-name=\"Label\" style=\"--extracted-r6o4lv:rgb(255, 255, 255);--framer-paragraph-spacing:0px;transform:none\" data-framer-component-type=\"RichTextContainer\"><p style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1sj21ej framer-1aq0k66\" data-framer-name=\"Outline\" data-highlight=\"true\" style=\"--border-bottom-width:1px;--border-color:rgb(229, 229, 229);--border-left-width:1px;--border-right-width:1px;--border-style:solid;--border-top-width:1px;background-color:rgb(255, 255, 255);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" data-border=\"true\" href=\"./demo\" tabind..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1s1mq48 framer-1aq0k66\" data-framer-name=\"Septenary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255));height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1s1mq48 framer-1aq0k66\" data-framer-name=\"Septenary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255));height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-1s1mq48 framer-1aq0k66\" data-framer-name=\"Septenary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255));height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-..."
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./resources/support-center",
      "text": "Support Center",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./resources/support-center\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPP..."
    },
    {
      "href": "./support",
      "text": "Support",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./support\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact Support",
      "html": "<a class=\"framer-text framer-styles-preset-1s2ojk3\" data-styles-preset=\"Cwb4Tbzhb\" href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noopener\">Contact Support</a>"
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./support",
      "text": "Support",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./support\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact Support",
      "html": "<a class=\"framer-text framer-styles-preset-1s2ojk3\" data-styles-preset=\"Cwb4Tbzhb\" href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noopener\">Contact Support</a>"
    },
    {
      "href": "./demo",
      "text": "Contact sales",
      "html": "<a class=\"framer-5L5Uw framer-SnrhK framer-1es160n framer-v-19g4riu framer-1aq0k66\" data-framer-name=\"Senary\" data-highlight=\"true\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(37, 99, 235);height:100%;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\" href=\"./demo\" tabindex=\"0\"><div class=\"frame..."
    },
    {
      "href": "./support",
      "text": "Support",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./support\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-fPPFB8EGV-xNQDSbwD4:..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact Support",
      "html": "<a class=\"framer-text framer-styles-preset-1s2ojk3\" data-styles-preset=\"Cwb4Tbzhb\" href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noopener\">Contact Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "./legal/website-terms-of-use",
      "text": "Terms",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./legal/website-terms-of-use\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-f..."
    },
    {
      "href": "./legal/website-terms-of-use",
      "text": "Terms",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./legal/website-terms-of-use\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-f..."
    },
    {
      "href": "./legal/website-terms-of-use",
      "text": "Terms",
      "html": "<a class=\"framer-RKl13 framer-YJ64Z framer-1jyn0f7 framer-v-5x4n50 framer-f0iu24\" data-framer-name=\"Footer Link\" data-highlight=\"true\" style=\"background-color:rgba(255, 255, 255, 0);width:100%;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px\" href=\"./legal/website-terms-of-use\" tabindex=\"0\"><div class=\"framer-ybvgaw\" style=\"--framer-link-text-color:rgb(0, 153, 255);--framer-link-text-decoration:underline;--variable-reference-f..."
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

54 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

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-first sections

Score

65/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 65/100 and needs improvement.

Evidence
{
  "sectionCount": 54,
  "passing": 0,
  "failing": [
    {
      "heading": "Get to know Bird.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>",
      "firstParagraph": "AI-powered customer lifecycle management that delivers results.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">AI-powered customer lifecycle management that delivers results.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get to know Bird.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>",
      "firstParagraph": "AI-powered customer lifecycle management that delivers results.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">AI-powered customer lifecycle management that delivers results.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get to know Bird.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>",
      "firstParagraph": "AI-powered customer lifecycle management that delivers results.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">AI-powered customer lifecycle management that delivers results.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn scattered customer data into revenue growth.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>",
      "firstParagraph": "Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ef1luc\" data-styles-preset=\"VdzaiKXC9\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-zcoLLUl6M-fXmeZNmkJ))\">Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn scattered customer data into revenue growth.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>",
      "firstParagraph": "Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ef1luc\" data-styles-preset=\"VdzaiKXC9\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-zcoLLUl6M-fXmeZNmkJ))\">Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform visitors into lifetime customers.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Transform visitors <br class=\"framer-text\">into lifetime customers.</h3>",
      "firstParagraph": "AI-powered journeys that adapt to each customer's behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">AI-powered journeys that adapt to each customer&apos;s behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform visitors into lifetime customers.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Transform visitors <br class=\"framer-text\">into lifetime customers.</h3>",
      "firstParagraph": "AI-powered journeys that adapt to each customer's behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">AI-powered journeys that adapt to each customer&apos;s behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Make all your datainstantly actionable.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Make all your data<br class=\"framer-text\">instantly actionable.</h3>",
      "firstParagraph": "Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Make all your datainstantly actionable.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Make all your data<br class=\"framer-text\">instantly actionable.</h3>",
      "firstParagraph": "Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let AI handle therepetitive work.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Let AI handle the<br class=\"framer-text\">repetitive work.</h3>",
      "firstParagraph": "Set up campaigns once and let Bird's automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Set up campaigns once and let Bird&apos;s automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let AI handle therepetitive work.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Let AI handle the<br class=\"framer-text\">repetitive work.</h3>",
      "firstParagraph": "Set up campaigns once and let Bird's automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Set up campaigns once and let Bird&apos;s automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Own your customercommunication.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Own your customer<br class=\"framer-text\">communication.</h3>",
      "firstParagraph": "Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Own your customercommunication.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Own your customer<br class=\"framer-text\">communication.</h3>",
      "firstParagraph": "Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Businesses that turn customer data into intelligent experiences.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:720px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>",
      "firstParagraph": "Start for free",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Start for free</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Businesses that turn customer data into intelligent experiences.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>",
      "firstParagraph": "Start for free",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Start for free</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Businesses that turn customer data into intelligent experiences.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>",
      "firstParagraph": "Start for free",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Start for free</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies that depend on their data.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>",
      "firstParagraph": "See how leading brands use Bird CDP to drive intelligent marketing.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">See how leading brands use Bird CDP to drive intelligent marketing.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies that depend on their data.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>",
      "firstParagraph": "See how leading brands use Bird CDP to drive intelligent marketing.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">See how leading brands use Bird CDP to drive intelligent marketing.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies that depend on their data.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>",
      "firstParagraph": "See how leading brands use Bird CDP to drive intelligent marketing.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">See how leading brands use Bird CDP to drive intelligent marketing.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect anywhere",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>",
      "firstParagraph": "Plug in and get started immediately.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Plug in and get started immediately.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-level security.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>",
      "firstParagraph": "Keep your data private.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Keep your data private.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect anywhere",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>",
      "firstParagraph": "Plug in and get started immediately.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Plug in and get started immediately.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-level security.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>",
      "firstParagraph": "Keep your data private.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Keep your data private.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect anywhere",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>",
      "firstParagraph": "Plug in and get started immediately.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Plug in and get started immediately.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-level security.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>",
      "firstParagraph": "Keep your data private.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Keep your data private.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Marketing",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Marketing</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Data</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Automation</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Channels",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Channels</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Developer",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Developer</h2>",
      "firstParagraph": "Email API",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Email API</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Solutions</h2>",
      "firstParagraph": "Retail and Ecommerce",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Retail and Ecommerce</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 dir=\"auto\" style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Resources</h2>",
      "firstParagraph": "Changelog",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Changelog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Company</h2>",
      "firstParagraph": "About",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">About</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Coming soon",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Coming soon</h2>",
      "firstParagraph": "Support",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Support</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Newsletter</h2>",
      "firstParagraph": "Stay up to date with Bird through weekly updates to your inbox.",
      "paragraphHtml": "<p style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-r6o4lv, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\" class=\"framer-text\">Stay up to date with Bird through weekly <br class=\"framer-text\">updates to your inbox.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Social</h2>",
      "firstParagraph": "x.com",
      "paragraphHtml": "<p style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px\" class=\"framer-text\">x.com</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "The complete AI-native platform that scales with your business.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">The complete AI-native platform that scales with your business.</h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>",
      "firstParagraph": "About",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">About</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Coming soon",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>",
      "firstParagraph": "Support",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Support</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\">Newsletter</h2>",
      "firstParagraph": "Stay up to date with Bird through weekly updates to your inbox.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Stay up to date with Bird through weekly updates to your inbox.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>",
      "firstParagraph": "About",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">About</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Coming soon",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>",
      "firstParagraph": "Support",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Support</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h2 style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Newsletter</h2>",
      "firstParagraph": "Stay up to date with Bird through weekly updates to your inbox.",
      "paragraphHtml": "<p style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px\" class=\"framer-text\">Stay up to date with Bird through weekly updates to your inbox.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "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": 46,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: unified, crm, service, bird, built, era.

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

77/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 77/100 and needs improvement.

Evidence
{
  "title": "Unified CRM for Marketing, Service & Payments | Bird",
  "h1": "Marketing built for the AI era.",
  "description": "Engage customers on WhatsApp, Email, and SMS with one platform for marketing, support & payments. Trusted by 50,000+ businesses worldwide.",
  "topicOverlap": 0.25,
  "topicTerms": [
    "unified",
    "crm",
    "marketing",
    "service",
    "payments",
    "bird",
    "built",
    "era"
  ],
  "descriptionTerms": [
    "engage",
    "customers",
    "whatsapp",
    "email",
    "sms",
    "one",
    "platform",
    "marketing",
    "support",
    "payments",
    "trusted",
    "000",
    "businesses",
    "worldwide"
  ],
  "missingFromDescription": [
    "unified",
    "crm",
    "service",
    "bird",
    "built",
    "era"
  ],
  "score": 77,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 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, clear definition sentence using "is", "means", or "refers to" where natural.

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

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: Extraction-friendly structure scored 75/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 0,
  "schemaBlocks": 1,
  "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",
    "clear definition sentence using \"is\", \"means\", or \"refers to\" where natural"
  ],
  "score": 75,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: unified, crm, service, bird, built, era.

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

66/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 66/100 and needs improvement.

Evidence
{
  "title": "Unified CRM for Marketing, Service & Payments | Bird",
  "h1": "Marketing built for the AI era.",
  "description": "Engage customers on WhatsApp, Email, and SMS with one platform for marketing, support & payments. Trusted by 50,000+ businesses worldwide.",
  "topicOverlap": 0.25,
  "definitionCount": 0,
  "topicTerms": [
    "unified",
    "crm",
    "marketing",
    "service",
    "payments",
    "bird",
    "built",
    "era"
  ],
  "descriptionTerms": [
    "engage",
    "customers",
    "whatsapp",
    "email",
    "sms",
    "one",
    "platform",
    "marketing",
    "support",
    "payments",
    "trusted",
    "000",
    "businesses",
    "worldwide"
  ],
  "missingFromDescription": [
    "unified",
    "crm",
    "service",
    "bird",
    "built",
    "era"
  ],
  "score": 66,
  "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

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

54 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

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: Answer block readiness

Score

65/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 65/100 and needs improvement.

Evidence
{
  "sectionCount": 54,
  "passing": 0,
  "failing": [
    {
      "heading": "Get to know Bird.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>",
      "firstParagraph": "AI-powered customer lifecycle management that delivers results.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">AI-powered customer lifecycle management that delivers results.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get to know Bird.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>",
      "firstParagraph": "AI-powered customer lifecycle management that delivers results.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">AI-powered customer lifecycle management that delivers results.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get to know Bird.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>",
      "firstParagraph": "AI-powered customer lifecycle management that delivers results.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">AI-powered customer lifecycle management that delivers results.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn scattered customer data into revenue growth.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>",
      "firstParagraph": "Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ef1luc\" data-styles-preset=\"VdzaiKXC9\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-zcoLLUl6M-fXmeZNmkJ))\">Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn scattered customer data into revenue growth.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>",
      "firstParagraph": "Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ef1luc\" data-styles-preset=\"VdzaiKXC9\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-zcoLLUl6M-fXmeZNmkJ))\">Every interaction feeds into a unified customer view that powers personalized experiences, targeted campaigns, and intelligent automation across every touchpoint.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform visitors into lifetime customers.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Transform visitors <br class=\"framer-text\">into lifetime customers.</h3>",
      "firstParagraph": "AI-powered journeys that adapt to each customer's behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">AI-powered journeys that adapt to each customer&apos;s behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform visitors into lifetime customers.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Transform visitors <br class=\"framer-text\">into lifetime customers.</h3>",
      "firstParagraph": "AI-powered journeys that adapt to each customer's behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">AI-powered journeys that adapt to each customer&apos;s behavior. From first click to loyal advocate, Bird orchestrates every touchpoint for maximum impact. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Make all your datainstantly actionable.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Make all your data<br class=\"framer-text\">instantly actionable.</h3>",
      "firstParagraph": "Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Make all your datainstantly actionable.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Make all your data<br class=\"framer-text\">instantly actionable.</h3>",
      "firstParagraph": "Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Connect every data source into one intelligent platform. Create custom objects, model complex relationships, and build segments that drive better marketing decisions.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let AI handle therepetitive work.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Let AI handle the<br class=\"framer-text\">repetitive work.</h3>",
      "firstParagraph": "Set up campaigns once and let Bird's automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Set up campaigns once and let Bird&apos;s automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let AI handle therepetitive work.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Let AI handle the<br class=\"framer-text\">repetitive work.</h3>",
      "firstParagraph": "Set up campaigns once and let Bird's automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Set up campaigns once and let Bird&apos;s automation optimize, personalize, and improve them continuously. Your marketing runs itself while you focus on growth. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Own your customercommunication.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Own your customer<br class=\"framer-text\">communication.</h3>",
      "firstParagraph": "Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Own your customercommunication.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1qt6n6y\">Own your customer<br class=\"framer-text\">communication.</h3>",
      "firstParagraph": "Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-125p9ot\" data-styles-preset=\"zlPogdwFc\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, rgb(115, 115, 115))\">Reach customers on email, SMS, WhatsApp, and beyond with infrastructure built for enterprise scale and deliverability that actually works.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Businesses that turn customer data into intelligent experiences.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:720px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>",
      "firstParagraph": "Start for free",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Start for free</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Businesses that turn customer data into intelligent experiences.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>",
      "firstParagraph": "Start for free",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Start for free</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Businesses that turn customer data into intelligent experiences.",
      "headingHtml": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>",
      "firstParagraph": "Start for free",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Start for free</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies that depend on their data.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>",
      "firstParagraph": "See how leading brands use Bird CDP to drive intelligent marketing.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">See how leading brands use Bird CDP to drive intelligent marketing.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies that depend on their data.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>",
      "firstParagraph": "See how leading brands use Bird CDP to drive intelligent marketing.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">See how leading brands use Bird CDP to drive intelligent marketing.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by companies that depend on their data.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>",
      "firstParagraph": "See how leading brands use Bird CDP to drive intelligent marketing.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">See how leading brands use Bird CDP to drive intelligent marketing.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect anywhere",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>",
      "firstParagraph": "Plug in and get started immediately.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Plug in and get started immediately.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-level security.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>",
      "firstParagraph": "Keep your data private.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Keep your data private.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect anywhere",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>",
      "firstParagraph": "Plug in and get started immediately.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Plug in and get started immediately.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-level security.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>",
      "firstParagraph": "Keep your data private.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Keep your data private.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect anywhere",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>",
      "firstParagraph": "Plug in and get started immediately.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Plug in and get started immediately.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-level security.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>",
      "firstParagraph": "Keep your data private.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-qI0bid6pa-dQD98PPpN))\">Keep your data private.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Marketing",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Marketing</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Data</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Automation</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Channels",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Channels</h2>",
      "firstParagraph": "Overview",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Overview</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Developer",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Developer</h2>",
      "firstParagraph": "Email API",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Email API</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Solutions</h2>",
      "firstParagraph": "Retail and Ecommerce",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Retail and Ecommerce</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 dir=\"auto\" style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Resources</h2>",
      "firstParagraph": "Changelog",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Changelog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Company</h2>",
      "firstParagraph": "About",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">About</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Coming soon",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Coming soon</h2>",
      "firstParagraph": "Support",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Support</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Newsletter</h2>",
      "firstParagraph": "Stay up to date with Bird through weekly updates to your inbox.",
      "paragraphHtml": "<p style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-r6o4lv, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\" class=\"framer-text\">Stay up to date with Bird through weekly <br class=\"framer-text\">updates to your inbox.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Social</h2>",
      "firstParagraph": "x.com",
      "paragraphHtml": "<p style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px\" class=\"framer-text\">x.com</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "The complete AI-native platform that scales with your business.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">The complete AI-native platform that scales with your business.</h2>",
      "firstParagraph": "Contact sales",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-vl5iyj\" data-styles-preset=\"AtGXsXVH2\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">Contact sales</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>",
      "firstParagraph": "About",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">About</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Coming soon",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>",
      "firstParagraph": "Support",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Support</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\">Newsletter</h2>",
      "firstParagraph": "Stay up to date with Bird through weekly updates to your inbox.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Stay up to date with Bird through weekly updates to your inbox.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>",
      "firstParagraph": "About",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">About</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Coming soon",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>",
      "firstParagraph": "Support",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-fPPFB8EGV-xNQDSbwD4))\">Support</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsletter",
      "headingHtml": "<h2 style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Newsletter</h2>",
      "firstParagraph": "Stay up to date with Bird through weekly updates to your inbox.",
      "paragraphHtml": "<p style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px\" class=\"framer-text\">Stay up to date with Bird through weekly updates to your inbox.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

28 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": 1669,
  "htmlBytes": 1563650,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 95 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 94.984 0.004 L 94.984 23.904 L 89.569 23.904 L 89.569 0.004 Z M 87.572 8.063 L 87.572 23.937 L 82.756 23.937 L 82.756 22.57 C 82.159 23.155 81.454 23.619 80.68 23.936 C 79.885 24.278 79.027 24.451 78.162 24.444 C 77.028 24.444 75.979 24.233 75.015 23.81 C 74.066 23.377 73.211 22.763 72.497 22.002 C 71.773 21.224 71.197 20.321 70.797 19.336 C 70.394 18.271 70.192 17.141 70.2 16.002 C 70.2 14.818 70.399 13.716 70.797 12.702 C 71.191 11.705 71.768 10.79 72.497 10.004 C 73.206 9.245 74.063 8.64 75.015 8.225 C 75.979 7.78 77.028 7.557 78.162 7.557 C 79.064 7.557 79.904 7.727 80.68 8.066 C 81.454 8.382 82.159 8.846 82.756 9.432 L 82.756 8.067 L 87.571 8.067 L 87.571 8.063 Z M 79.038 19.619 C 80.025 19.619 80.831 19.282 81.46 18.602 C 82.112 17.927 82.436 17.058 82.436 16 C 82.436 14.942 82.112 14.073 81.46 13.398 C 80.83 12.722 80.021 12.38 79.038 12.38 C 78.055 12.38 77.235 12.718 76.583 13.398 C 75.953 14.073 75.637 14.942 75.637 16 C 75.637 17.058 75.954 17.927 76.583 18.602 C 77.235 19.278 78.052 19.619 79.039 19.619 Z M 62.479 0 C 63.907 0 65.122 0.2 66.13 0.601 C 67.139 1.002 67.99 1.563 68.681 2.283 C 69.39 3.018 69.956 3.88 70.349 4.823 C 70.746 5.776 70.946 6.801 70.946 7.903 C 70.946 9.006 70.746 10.031 70.349 10.985 C 69.958 11.929 69.392 12.79 68.681 13.524 C 67.989 14.244 67.139 14.804 66.131 15.206 C 65.121 15.606 63.907 15.807 62.479 15.807 L 59.865 15.807 L 59.865 23.933 L 54.355 23.933 L 54.355 0 Z M 61.691 10.888 C 62.427 10.888 62.991 10.814 63.391 10.665 C 63.773 10.518 64.125 10.303 64.43 10.031 C 64.997 9.5 65.28 8.791 65.28 7.903 C 65.28 7.016 64.997 6.307 64.43 5.776 C 64.13 5.506 63.776 5.301 63.392 5.175 C 62.994 5.005 62.427 4.923 61.691 4.923 L 59.865 4.923 L 59.865 10.892 L 61.692 10.892 L 61.692 10.888 Z M 40.042 8.063 L 44.102 15.681 L 44.164 15.681 L 47.783 8.063 L 53.323 8.063 L 41.455 32 L 35.945 32 L 41.359 21.049 L 34.056 8.063 Z M 32.987 8.063 L 32.987 23.937 L 28.173 23.937 L 28.173 22.57 C 27.575 23.155 26.87 23.619 26.096 23.936 C 25.301 24.278 24.443 24.451 23.578 24.444 C 22.445 24.444 21.396 24.233 20.431 23.81 C 19.482 23.376 18.627 22.762 17.913 22.002 C 17.189 21.224 16.613 20.321 16.213 19.336 C 15.81 18.271 15.608 17.141 15.616 16.002 C 15.616 14.818 15.815 13.716 16.213 12.702 C 16.607 11.705 17.184 10.79 17.913 10.004 C 18.622 9.245 19.479 8.64 20.431 8.225 C 21.396 7.78 22.445 7.557 23.578 7.557 C 24.48 7.557 25.32 7.727 26.096 8.066 C 26.87 8.382 27.576 8.846 28.172 9.432 L 28.172 8.067 L 32.987 8.067 Z M 24.455 19.619 C 25.441 19.619 26.247 19.282 26.88 18.602 C 27.532 17.927 27.856 17.058 27.856 16 C 27.856 14.942 27.532 14.073 26.88 13.398 C 26.25 12.722 25.441 12.38 24.454 12.38 C 23.468 12.38 22.651 12.718 21.999 13.398 C 21.369 14.073 21.053 14.942 21.053 16 C 21.053 17.058 21.37 17.927 21.999 18.602 C 22.651 19.278 23.468 19.619 24.454 19.619 Z M 8.12 0 C 9.549 0 10.763 0.2 11.772 0.601 C 12.781 1.002 13.631 1.563 14.323 2.283 C 15.033 3.018 15.599 3.88 15.992 4.823 C 16.394 5.8 16.597 6.847 16.588 7.903 C 16.597 8.96 16.394 10.008 15.992 10.985 C 15.601 11.929 15.035 12.79 14.324 13.524 C 13.632 14.244 12.782 14.804 11.774 15.206 C 10.764 15.606 9.55 15.807 8.121 15.807 L 5.507 15.807 L 5.507 23.933 L 0 23.933 L 0 0 Z M 7.336 10.888 C 8.073 10.888 8.636 10.814 9.037 10.665 C 9.419 10.518 9.77 10.304 10.075 10.031 C 10.642 9.5 10.925 8.791 10.925 7.903 C 10.925 7.016 10.642 6.307 10.075 5.776 C 9.775 5.506 9.421 5.301 9.037 5.175 C 8.639 5.005 8.073 4.923 7.337 4.923 L 5.509 4.923 L 5.509 10.892 L 7.335 10.892 L 7.335 10.888 Z\" fill=\"rgb(0, 0, 0)\" height=\"31.999999725341798px\" id=\"pfEkdV1GU\" width=\"94.98400024414063px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-R0bfG framer-1noc5cj\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 95 32&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 94.984 0.004 L 94.984 23.904 L 89.569 23.904 L 89.569 0.004 Z M 87.572 8.063 L 87.572 23.937 L 82.756 23.937 L 82.756 22.57 C 82.159 23.155 81.454 23.619 80.68 23.936 C 79.885 24.278 79.027 24.451 78.162 24.444 C 77.028 24.444 75.979 24.233 75.015 23.81 C 74.066 23.3..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 107 32\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 0 L 106.911 0 L 106.911 32 L 0 32 Z M 39.241 5.897 L 43.293 5.897 L 50.183 18.335 L 57.073 5.898 L 61.037 5.898 L 61.037 26.335 L 57.731 26.335 L 57.731 10.671 L 51.69 21.518 L 48.589 21.518 L 42.547 10.671 L 42.547 26.335 L 39.241 26.335 L 39.241 5.898 Z M 71.701 26.7 C 70.17 26.7 68.824 26.362 67.663 25.685 C 66.514 25.02 65.574 24.047 64.95 22.875 C 64.301 21.678 63.977 20.306 63.977 18.759 C 63.977 17.192 64.294 15.805 64.927 14.599 C 65.562 13.392 66.442 12.448 67.568 11.766 C 68.695 11.086 69.989 10.745 71.452 10.744 C 72.905 10.744 74.156 11.087 75.204 11.774 C 76.252 12.46 77.059 13.421 77.625 14.657 C 78.191 15.893 78.473 17.343 78.473 19.007 L 78.473 19.912 L 67.253 19.912 C 67.459 21.158 67.963 22.138 68.768 22.853 C 69.572 23.569 70.589 23.926 71.818 23.926 C 72.803 23.926 73.651 23.78 74.363 23.488 C 75.075 23.196 75.743 22.754 76.367 22.16 L 78.122 24.306 C 76.377 25.902 74.236 26.7 71.701 26.7 Z M 74.114 14.576 C 73.422 13.871 72.514 13.518 71.394 13.518 C 70.301 13.518 69.387 13.878 68.651 14.598 C 67.914 15.318 67.449 16.287 67.254 17.503 L 75.299 17.503 C 75.202 16.258 74.807 15.282 74.114 14.576 Z M 82.482 13.81 L 79.439 13.81 L 79.439 11.11 L 82.482 11.11 L 82.482 6.641 L 85.671 6.641 L 85.671 11.108 L 90.293 11.108 L 90.293 13.809 L 85.671 13.809 L 85.671 20.655 C 85.671 21.794 85.866 22.607 86.256 23.093 C 86.646 23.58 87.314 23.823 88.26 23.823 C 88.68 23.823 89.035 23.806 89.328 23.772 C 89.62 23.738 89.942 23.692 90.293 23.633 L 90.293 26.305 C 89.432 26.549 88.54 26.672 87.645 26.67 C 84.203 26.67 82.482 24.792 82.482 21.035 L 82.482 13.809 Z M 106.911 26.335 L 103.781 26.335 L 103.781 24.204 C 103.241 24.988 102.511 25.623 101.66 26.05 C 100.801 26.483 99.826 26.7 98.734 26.7 C 97.388 26.7 96.196 26.357 95.158 25.67 C 94.118 24.985 93.302 24.04 92.708 22.839 C 92.112 21.637 91.815 20.262 91.815 18.715 C 91.815 17.158 92.117 15.781 92.722 14.584 C 93.327 13.387 94.162 12.448 95.231 11.766 C 96.298 11.086 97.525 10.745 98.91 10.744 C 99.953 10.744 100.889 10.946 101.718 11.35 C 102.536 11.744 103.244 12.333 103.781 13.065 L 103.781 11.109 L 106.911 11.109 Z M 103.722 16.438 C 103.381 15.571 102.842 14.888 102.106 14.386 C 101.369 13.886 100.519 13.635 99.553 13.635 C 98.188 13.635 97.1 14.092 96.291 15.007 C 95.481 15.922 95.077 17.157 95.077 18.715 C 95.077 20.282 95.467 21.523 96.247 22.437 C 97.027 23.352 98.085 23.81 99.422 23.81 C 100.406 23.81 101.284 23.556 102.055 23.05 C 102.812 22.561 103.395 21.846 103.722 21.007 L 103.722 16.437 Z M 23.267 5.207 C 20.61 5.207 18.531 7.205 16.65 9.743 C 14.065 6.459 11.903 5.207 9.317 5.207 C 4.041 5.207 0 12.057 0 19.308 C 0 23.845 2.2 26.707 5.884 26.707 C 8.536 26.707 10.443 25.459 13.833 19.545 L 16.219 15.339 C 16.559 15.888 16.918 16.479 17.295 17.114 L 18.885 19.783 C 21.982 24.954 23.707 26.707 26.834 26.707 C 30.424 26.707 32.421 23.807 32.421 19.175 C 32.421 11.583 28.288 5.207 23.268 5.207 Z M 11.247 17.944 C 8.499 22.244 7.547 23.208 6.017 23.208 C 4.443 23.208 3.507 21.828 3.507 19.368 C 3.507 14.104 6.137 8.721 9.271 8.721 C 10.969 8.721 12.388 9.7 14.561 12.804 C 12.498 15.963 11.248 17.944 11.248 17.944 Z M 21.622 17.403 L 19.721 14.239 C 19.243 13.46 18.748 12.691 18.238 11.933 C 19.951 9.295 21.364 7.98 23.045 7.98 C 26.537 7.98 29.33 13.11 29.33 19.412 C 29.33 21.814 28.542 23.208 26.908 23.208 C 25.342 23.208 24.595 22.176 21.622 17.403 Z\" fill=\"transparent\" height=\"32px\" id=\"xUs9LnPmm\" width=\"106.91100244140624px\"><path d=\"M 0 0 L 106.911 0 L 106.911 32 L 0 32 Z\" fill=\"transparent\" height=\"32px\" id=\"BWQO4WvGr\" width=\"106.911px\"/><path d=\"M 39.241 0.69 L 43.293 0.69 L 50.183 13.128 L 57.073 0.691 L 61.037 0.691 L 61.037 21.128 L 57.731 21.128 L 57.731 5.464 L 51.69 16.311 L 48.589 16.311 L 42.547 5.464 L 42.547 21.128 L 39.241 21.128 L 39.241 0.691 Z M 71.701 21.493 C 70.17 21.493 68.824 21.155 67.663 20.478 C 66.514 19.813 65.574 18.84 64.95 17.668 C 64.301 16.471 63.977 15.099 63.977 13.552 C 63.977 11.985 64.294 10.598 64.927 9.392 C 65.562 8.185 66.442 7.241 67.568 6.559 C 68.695 5.879 69.989 5.538 71.452 5.537 C 72.905 5.537 74.156 5.88 75.204 6.567 C 76.252 7.253 77.059 8.214 77.625 9.45 C 78.191 10.686 78.473 12.136 78.473 13.8 L 78.473 14.705 L 67.253 14.705 C 67.459 15.951 67.963 16.931 68.768 17.646 C 69.572 18.362 70.589 18.719 71.818 18.719 C 72.803 18.719 73.651 18.573 74.363 18.281 C 75.075 17.989 75.743 17.547 76.367 16.953 L 78.122 19.099 C 76.377 20.695 74.236 21.493 71.701 21.493 Z M 74.114 9.369 C 73.422 8.664 72.514 8.311 71.394 8.311 C 70.301 8.311 69.387 8.671 68.651 9.391 C 67.914 10.111 67.449 11.08 67.254 12.296 L 75.299 12.296 C 75.202 11.051 74.807 10.075 74.114 9.369 Z M 82.482 8.603 L 79.439 8.603 L 79.439 5.903 L 82.482 5.903 L 82.482 1.434 L 85.671 1.434 L 85.671 5.901 L 90.293 5.901 L 90.293 8.602 L 85.671 8.602 L 85.671 15.448 C 85.671 16.587 85.866 17.4 86.256 17.886 C 86.646 18.373 87.314 18.616 88.26 18.616 C 88.68 18.616 89.035 18.599 89.328 18.565 C 89.62 18.531 89.942 18.485 90.293 18.426 L 90.293 21.098 C 89.432 21.342 88.54 21.465 87.645 21.463 C 84.203 21.463 82.482 19.585 82.482 15.828 L 82.482 8.602 Z M 106.911 21.128 L 103.781 21.128 L 103.781 18.997 C 103.241 19.781 102.511 20.416 101.66 20.843 C 100.801 21.276 99.826 21.493 98.734 21.493 C 97.388 21.493 96.196 21.15 95.158 20.463 C 94.118 19.778 93.302 18.833 92.708 17.632 C 92.112 16.43 91.815 15.055 91.815 13.508 C 91.815 11.951 92.117 10.574 92.722 9.377 C 93.327 8.18 94.162 7.241 95.231 6.559 C 96.298 5.879 97.525 5.538 98.91 5.537 C 99.953 5.537 100.889 5.739 101.718 6.143 C 102.536 6.537 103.244 7.126 103.781 7.858 L 103.781 5.902 L 106.911 5.902 Z M 103.722 11.231 C 103.381 10.364 102.842 9.681 102.106 9.179 C 101.369 8.679 100.519 8.428 99.553 8.428 C 98.188 8.428 97.1 8.885 96.291 9.8 C 95.481 10.715 95.077 11.95 95.077 13.508 C 95.077 15.075 95.467 16.316 96.247 17.23 C 97.027 18.145 98.085 18.603 99.422 18.603 C 100.406 18.603 101.284 18.349 102.055 17.843 C 102.812 17.354 103.395 16.639 103.722 15.8 L 103.722 11.23 Z M 23.267 0 C 20.61 0 18.531 1.998 16.65 4.536 C 14.065 1.252 11.903 0 9.317 0 C 4.041 0 0 6.85 0 14.101 C 0 18.638 2.2 21.5 5.884 21.5 C 8.536 21.5 10.443 20.252 13.833 14.338 L 16.219 10.132 C 16.559 10.681 16.918 11.272 17.295 11.907 L 18.885 14.576 C 21.982 19.747 23.707 21.5 26.834 21.5 C 30.424 21.5 32.421 18.6 32.421 13.968 C 32.421 6.376 28.288 0 23.268 0 Z M 11.247 12.737 C 8.499 17.037 7.547 18.001 6.017 18.001 C 4.443 18.001 3.507 16.621 3.507 14.161 C 3.507 8.897 6.137 3.514 9.271 3.514 C 10.969 3.514 12.388 4.493 14.561 7.597 C 12.498 10.756 11.248 12.737 11.248 12.737 Z M 21.622 12.196 L 19.721 9.032 C 19.243 8.253 18.748 7.484 18.238 6.726 C 19.951 4.088 21.364 2.773 23.045 2.773 C 26.537 2.773 29.33 7.903 29.33 14.205 C 29.33 16.607 28.542 18.001 26.908 18.001 C 25.342 18.001 24.595 16.969 21.622 12.196 Z\" fill=\"rgb(0, 0, 0)\" height=\"21.5px\" id=\"eRmzjg7bk\" transform=\"translate(0 5.207)\" width=\"106.91100244140624px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-9EZp3 framer-19ikwa8\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 107 32&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 0 L 106.911 0 L 106.911 32 L 0 32 Z M 39.241 5.897 L 43.293 5.897 L 50.183 18.335 L 57.073 5.898 L 61.037 5.898 L 61.037 26.335 L 57.731 26.335 L 57.731 10.671 L 51.69 21.518 L 48.589 21.518 L 42.547 10.671 L 42.547 26.335 L 39.241 26.335 L 39.241 5.898 Z M 71.701 26..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 95 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 94.984 0.004 L 94.984 23.904 L 89.569 23.904 L 89.569 0.004 Z M 87.572 8.063 L 87.572 23.937 L 82.756 23.937 L 82.756 22.57 C 82.159 23.155 81.454 23.619 80.68 23.936 C 79.885 24.278 79.027 24.451 78.162 24.444 C 77.028 24.444 75.979 24.233 75.015 23.81 C 74.066 23.377 73.211 22.763 72.497 22.002 C 71.773 21.224 71.197 20.321 70.797 19.336 C 70.394 18.271 70.192 17.141 70.2 16.002 C 70.2 14.818 70.399 13.716 70.797 12.702 C 71.191 11.705 71.768 10.79 72.497 10.004 C 73.206 9.245 74.063 8.64 75.015 8.225 C 75.979 7.78 77.028 7.557 78.162 7.557 C 79.064 7.557 79.904 7.727 80.68 8.066 C 81.454 8.382 82.159 8.846 82.756 9.432 L 82.756 8.067 L 87.571 8.067 L 87.571 8.063 Z M 79.038 19.619 C 80.025 19.619 80.831 19.282 81.46 18.602 C 82.112 17.927 82.436 17.058 82.436 16 C 82.436 14.942 82.112 14.073 81.46 13.398 C 80.83 12.722 80.021 12.38 79.038 12.38 C 78.055 12.38 77.235 12.718 76.583 13.398 C 75.953 14.073 75.637 14.942 75.637 16 C 75.637 17.058 75.954 17.927 76.583 18.602 C 77.235 19.278 78.052 19.619 79.039 19.619 Z M 62.479 0 C 63.907 0 65.122 0.2 66.13 0.601 C 67.139 1.002 67.99 1.563 68.681 2.283 C 69.39 3.018 69.956 3.88 70.349 4.823 C 70.746 5.776 70.946 6.801 70.946 7.903 C 70.946 9.006 70.746 10.031 70.349 10.985 C 69.958 11.929 69.392 12.79 68.681 13.524 C 67.989 14.244 67.139 14.804 66.131 15.206 C 65.121 15.606 63.907 15.807 62.479 15.807 L 59.865 15.807 L 59.865 23.933 L 54.355 23.933 L 54.355 0 Z M 61.691 10.888 C 62.427 10.888 62.991 10.814 63.391 10.665 C 63.773 10.518 64.125 10.303 64.43 10.031 C 64.997 9.5 65.28 8.791 65.28 7.903 C 65.28 7.016 64.997 6.307 64.43 5.776 C 64.13 5.506 63.776 5.301 63.392 5.175 C 62.994 5.005 62.427 4.923 61.691 4.923 L 59.865 4.923 L 59.865 10.892 L 61.692 10.892 L 61.692 10.888 Z M 40.042 8.063 L 44.102 15.681 L 44.164 15.681 L 47.783 8.063 L 53.323 8.063 L 41.455 32 L 35.945 32 L 41.359 21.049 L 34.056 8.063 Z M 32.987 8.063 L 32.987 23.937 L 28.173 23.937 L 28.173 22.57 C 27.575 23.155 26.87 23.619 26.096 23.936 C 25.301 24.278 24.443 24.451 23.578 24.444 C 22.445 24.444 21.396 24.233 20.431 23.81 C 19.482 23.376 18.627 22.762 17.913 22.002 C 17.189 21.224 16.613 20.321 16.213 19.336 C 15.81 18.271 15.608 17.141 15.616 16.002 C 15.616 14.818 15.815 13.716 16.213 12.702 C 16.607 11.705 17.184 10.79 17.913 10.004 C 18.622 9.245 19.479 8.64 20.431 8.225 C 21.396 7.78 22.445 7.557 23.578 7.557 C 24.48 7.557 25.32 7.727 26.096 8.066 C 26.87 8.382 27.576 8.846 28.172 9.432 L 28.172 8.067 L 32.987 8.067 Z M 24.455 19.619 C 25.441 19.619 26.247 19.282 26.88 18.602 C 27.532 17.927 27.856 17.058 27.856 16 C 27.856 14.942 27.532 14.073 26.88 13.398 C 26.25 12.722 25.441 12.38 24.454 12.38 C 23.468 12.38 22.651 12.718 21.999 13.398 C 21.369 14.073 21.053 14.942 21.053 16 C 21.053 17.058 21.37 17.927 21.999 18.602 C 22.651 19.278 23.468 19.619 24.454 19.619 Z M 8.12 0 C 9.549 0 10.763 0.2 11.772 0.601 C 12.781 1.002 13.631 1.563 14.323 2.283 C 15.033 3.018 15.599 3.88 15.992 4.823 C 16.394 5.8 16.597 6.847 16.588 7.903 C 16.597 8.96 16.394 10.008 15.992 10.985 C 15.601 11.929 15.035 12.79 14.324 13.524 C 13.632 14.244 12.782 14.804 11.774 15.206 C 10.764 15.606 9.55 15.807 8.121 15.807 L 5.507 15.807 L 5.507 23.933 L 0 23.933 L 0 0 Z M 7.336 10.888 C 8.073 10.888 8.636 10.814 9.037 10.665 C 9.419 10.518 9.77 10.304 10.075 10.031 C 10.642 9.5 10.925 8.791 10.925 7.903 C 10.925 7.016 10.642 6.307 10.075 5.776 C 9.775 5.506 9.421 5.301 9.037 5.175 C 8.639 5.005 8.073 4.923 7.337 4.923 L 5.509 4.923 L 5.509 10.892 L 7.335 10.892 L 7.335 10.888 Z\" fill=\"rgb(0, 0, 0)\" height=\"31.999999725341798px\" id=\"pfEkdV1GU\" width=\"94.98400024414063px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-R0bfG framer-1noc5cj\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 95 32&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 94.984 0.004 L 94.984 23.904 L 89.569 23.904 L 89.569 0.004 Z M 87.572 8.063 L 87.572 23.937 L 82.756 23.937 L 82.756 22.57 C 82.159 23.155 81.454 23.619 80.68 23.936 C 79.885 24.278 79.027 24.451 78.162 24.444 C 77.028 24.444 75.979 24.233 75.015 23.81 C 74.066 23.3..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 95 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 94.984 0.004 L 94.984 23.904 L 89.569 23.904 L 89.569 0.004 Z M 87.572 8.063 L 87.572 23.937 L 82.756 23.937 L 82.756 22.57 C 82.159 23.155 81.454 23.619 80.68 23.936 C 79.885 24.278 79.027 24.451 78.162 24.444 C 77.028 24.444 75.979 24.233 75.015 23.81 C 74.066 23.377 73.211 22.763 72.497 22.002 C 71.773 21.224 71.197 20.321 70.797 19.336 C 70.394 18.271 70.192 17.141 70.2 16.002 C 70.2 14.818 70.399 13.716 70.797 12.702 C 71.191 11.705 71.768 10.79 72.497 10.004 C 73.206 9.245 74.063 8.64 75.015 8.225 C 75.979 7.78 77.028 7.557 78.162 7.557 C 79.064 7.557 79.904 7.727 80.68 8.066 C 81.454 8.382 82.159 8.846 82.756 9.432 L 82.756 8.067 L 87.571 8.067 L 87.571 8.063 Z M 79.038 19.619 C 80.025 19.619 80.831 19.282 81.46 18.602 C 82.112 17.927 82.436 17.058 82.436 16 C 82.436 14.942 82.112 14.073 81.46 13.398 C 80.83 12.722 80.021 12.38 79.038 12.38 C 78.055 12.38 77.235 12.718 76.583 13.398 C 75.953 14.073 75.637 14.942 75.637 16 C 75.637 17.058 75.954 17.927 76.583 18.602 C 77.235 19.278 78.052 19.619 79.039 19.619 Z M 62.479 0 C 63.907 0 65.122 0.2 66.13 0.601 C 67.139 1.002 67.99 1.563 68.681 2.283 C 69.39 3.018 69.956 3.88 70.349 4.823 C 70.746 5.776 70.946 6.801 70.946 7.903 C 70.946 9.006 70.746 10.031 70.349 10.985 C 69.958 11.929 69.392 12.79 68.681 13.524 C 67.989 14.244 67.139 14.804 66.131 15.206 C 65.121 15.606 63.907 15.807 62.479 15.807 L 59.865 15.807 L 59.865 23.933 L 54.355 23.933 L 54.355 0 Z M 61.691 10.888 C 62.427 10.888 62.991 10.814 63.391 10.665 C 63.773 10.518 64.125 10.303 64.43 10.031 C 64.997 9.5 65.28 8.791 65.28 7.903 C 65.28 7.016 64.997 6.307 64.43 5.776 C 64.13 5.506 63.776 5.301 63.392 5.175 C 62.994 5.005 62.427 4.923 61.691 4.923 L 59.865 4.923 L 59.865 10.892 L 61.692 10.892 L 61.692 10.888 Z M 40.042 8.063 L 44.102 15.681 L 44.164 15.681 L 47.783 8.063 L 53.323 8.063 L 41.455 32 L 35.945 32 L 41.359 21.049 L 34.056 8.063 Z M 32.987 8.063 L 32.987 23.937 L 28.173 23.937 L 28.173 22.57 C 27.575 23.155 26.87 23.619 26.096 23.936 C 25.301 24.278 24.443 24.451 23.578 24.444 C 22.445 24.444 21.396 24.233 20.431 23.81 C 19.482 23.376 18.627 22.762 17.913 22.002 C 17.189 21.224 16.613 20.321 16.213 19.336 C 15.81 18.271 15.608 17.141 15.616 16.002 C 15.616 14.818 15.815 13.716 16.213 12.702 C 16.607 11.705 17.184 10.79 17.913 10.004 C 18.622 9.245 19.479 8.64 20.431 8.225 C 21.396 7.78 22.445 7.557 23.578 7.557 C 24.48 7.557 25.32 7.727 26.096 8.066 C 26.87 8.382 27.576 8.846 28.172 9.432 L 28.172 8.067 L 32.987 8.067 Z M 24.455 19.619 C 25.441 19.619 26.247 19.282 26.88 18.602 C 27.532 17.927 27.856 17.058 27.856 16 C 27.856 14.942 27.532 14.073 26.88 13.398 C 26.25 12.722 25.441 12.38 24.454 12.38 C 23.468 12.38 22.651 12.718 21.999 13.398 C 21.369 14.073 21.053 14.942 21.053 16 C 21.053 17.058 21.37 17.927 21.999 18.602 C 22.651 19.278 23.468 19.619 24.454 19.619 Z M 8.12 0 C 9.549 0 10.763 0.2 11.772 0.601 C 12.781 1.002 13.631 1.563 14.323 2.283 C 15.033 3.018 15.599 3.88 15.992 4.823 C 16.394 5.8 16.597 6.847 16.588 7.903 C 16.597 8.96 16.394 10.008 15.992 10.985 C 15.601 11.929 15.035 12.79 14.324 13.524 C 13.632 14.244 12.782 14.804 11.774 15.206 C 10.764 15.606 9.55 15.807 8.121 15.807 L 5.507 15.807 L 5.507 23.933 L 0 23.933 L 0 0 Z M 7.336 10.888 C 8.073 10.888 8.636 10.814 9.037 10.665 C 9.419 10.518 9.77 10.304 10.075 10.031 C 10.642 9.5 10.925 8.791 10.925 7.903 C 10.925 7.016 10.642 6.307 10.075 5.776 C 9.775 5.506 9.421 5.301 9.037 5.175 C 8.639 5.005 8.073 4.923 7.337 4.923 L 5.509 4.923 L 5.509 10.892 L 7.335 10.892 L 7.335 10.888 Z\" fill=\"rgb(0, 0, 0)\" height=\"31.999999725341798px\" id=\"pfEkdV1GU\" width=\"94.98400024414063px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-R0bfG framer-1noc5cj\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 95 32&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 94.984 0.004 L 94.984 23.904 L 89.569 23.904 L 89.569 0.004 Z M 87.572 8.063 L 87.572 23.937 L 82.756 23.937 L 82.756 22.57 C 82.159 23.155 81.454 23.619 80.68 23.936 C 79.885 24.278 79.027 24.451 78.162 24.444 C 77.028 24.444 75.979 24.233 75.015 23.81 C 74.066 23.3..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 128 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.219 23.448 L 6.505 24.162 C 5.755 24.912 4.737 25.333 3.676 25.333 L 1.333 25.333 C 0.597 25.333 0 24.736 0 24 L 0 21.657 C 0 20.596 0.421 19.579 1.172 18.828 L 8.48 11.519 C 8.169 10.626 8 9.666 8 8.667 C 8 3.88 11.88 0 16.667 0 C 21.453 0 25.333 3.88 25.333 8.667 Z M 16.667 6.667 C 15.562 6.667 14.667 7.562 14.667 8.667 C 14.667 9.771 15.562 10.667 16.667 10.667 C 17.771 10.667 18.667 9.771 18.667 8.667 C 18.667 7.562 17.771 6.667 16.667 6.667 Z\" fill=\"rgb(163, 163, 163)\" height=\"25.3333px\" id=\"J4BmtaZz9\" transform=\"translate(4.5 12.667)\" width=\"25.3333px\"/><path d=\"M 11.68 29.32 C 9.36 29.32 7.333 28.92 5.6 28.12 C 3.867 27.32 2.507 26.173 1.52 24.68 C 0.56 23.187 0.053 21.44 0 19.44 L 4.36 19.44 C 4.467 21.413 5.2 22.96 6.56 24.08 C 7.947 25.2 9.693 25.76 11.8 25.76 C 13.827 25.76 15.427 25.36 16.6 24.56 C 17.773 23.733 18.36 22.6 18.36 21.16 C 18.36 19.987 17.92 19.053 17.04 18.36 C 16.16 17.667 14.867 17.147 13.16 16.8 L 8.76 15.84 C 6.44 15.333 4.56 14.427 3.12 13.12 C 1.68 11.813 0.96 10.12 0.96 8.04 C 0.96 6.493 1.413 5.12 2.32 3.92 C 3.227 2.693 4.467 1.733 6.04 1.04 C 7.64 0.347 9.44 0 11.44 0 C 14.613 0 17.147 0.8 19.04 2.4 C 20.96 3.973 22 6.093 22.16 8.76 L 17.8 8.76 C 17.693 7.213 17.067 5.973 15.92 5.04 C 14.773 4.08 13.227 3.6 11.28 3.6 C 9.573 3.6 8.147 3.987 7 4.76 C 5.88 5.507 5.32 6.48 5.32 7.68 C 5.32 8.8 5.72 9.693 6.52 10.36 C 7.32 11 8.533 11.507 10.16 11.88 L 15 12.92 C 17.373 13.427 19.253 14.333 20.64 15.64 C 22.027 16.92 22.72 18.613 22.72 20.72 C 22.72 22.347 22.28 23.813 21.4 25.12 C 20.52 26.427 19.24 27.453 17.56 28.2 C 15.907 28.947 13.947 29.32 11.68 29.32 Z M 35.922 29.32 C 33.602 29.32 31.576 28.92 29.842 28.12 C 28.109 27.32 26.749 26.173 25.762 24.68 C 24.802 23.187 24.296 21.44 24.242 19.44 L 28.602 19.44 C 28.709 21.413 29.442 22.96 30.802 24.08 C 32.189 25.2 33.936 25.76 36.042 25.76 C 38.069 25.76 39.669 25.36 40.842 24.56 C 42.016 23.733 42.602 22.6 42.602 21.16 C 42.602 19.987 42.162 19.053 41.282 18.36 C 40.402 17.667 39.109 17.147 37.402 16.8 L 33.002 15.84 C 30.682 15.333 28.802 14.427 27.362 13.12 C 25.922 11.813 25.202 10.12 25.202 8.04 C 25.202 6.493 25.656 5.12 26.562 3.92 C 27.469 2.693 28.709 1.733 30.282 1.04 C 31.882 0.347 33.682 0 35.682 0 C 38.856 0 41.389 0.8 43.282 2.4 C 45.202 3.973 46.242 6.093 46.402 8.76 L 42.042 8.76 C 41.936 7.213 41.309 5.973 40.162 5.04 C 39.016 4.08 37.469 3.6 35.522 3.6 C 33.816 3.6 32.389 3.987 31.242 4.76 C 30.122 5.507 29.562 6.48 29.562 7.68 C 29.562 8.8 29.962 9.693 30.762 10.36 C 31.562 11 32.776 11.507 34.402 11.88 L 39.242 12.92 C 41.616 13.427 43.496 14.333 44.882 15.64 C 46.269 16.92 46.962 18.613 46.962 20.72 C 46.962 22.347 46.522 23.813 45.642 25.12 C 44.762 26.427 43.482 27.453 41.802 28.2 C 40.149 28.947 38.189 29.32 35.922 29.32 Z M 62.324 29.32 C 59.764 29.32 57.458 28.733 55.404 27.56 C 53.378 26.36 51.778 24.653 50.604 22.44 C 49.458 20.227 48.884 17.64 48.884 14.68 C 48.884 11.773 49.458 9.213 50.604 7 C 51.778 4.76 53.378 3.04 55.404 1.84 C 57.458 0.613 59.764 0 62.324 0 C 64.884 0 67.178 0.613 69.204 1.84 C 71.258 3.067 72.871 4.8 74.044 7.04 C 75.218 9.253 75.804 11.8 75.804 14.68 C 75.804 17.613 75.218 20.187 74.044 22.4 C 72.871 24.613 71.258 26.32 69.204 27.52 C 67.178 28.72 64.884 29.32 62.324 29.32 Z M 62.324 25.76 C 64.111 25.76 65.684 25.32 67.044 24.44 C 68.431 23.56 69.498 22.293 70.244 20.64 C 70.991 18.96 71.364 16.973 71.364 14.68 C 71.364 12.44 70.978 10.48 70.204 8.8 C 69.458 7.12 68.404 5.84 67.044 4.96 C 65.684 4.053 64.111 3.6 62.324 3.6 C 60.538 3.6 58.964 4.053 57.604 4.96 C 56.244 5.84 55.178 7.12 54.404 8.8 C 53.658 10.453 53.284 12.413 53.284 14.68 C 53.284 16.947 53.658 18.92 54.404 20.6 C 55.151 22.253 56.204 23.533 57.564 24.44 C 58.951 25.32 60.538 25.76 62.324 25.76 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"rVg6T5WSK\" transform=\"translate(49.86 11.32)\" width=\"75.8039994140625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 01\" alt class=\"framer-JRXEz framer-z4vd9p\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 128 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.21..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 150 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z M 17.126 0.224 L 16.486 8.112 C 16.183 8.077 15.881 8.06 15.569 8.06 C 15.18 8.06 14.799 8.086 14.428 8.147 L 14.064 4.324 C 14.056 4.203 14.151 4.099 14.272 4.099 L 14.921 4.099 L 14.609 0.233 C 14.601 0.112 14.696 0.008 14.808 0.008 L 16.927 0.008 C 17.048 0.008 17.143 0.112 17.126 0.233 Z M 11.79 0.614 L 13.883 8.242 C 13.199 8.398 12.551 8.648 11.954 8.977 L 10.302 5.509 C 10.25 5.405 10.302 5.275 10.415 5.232 L 11.029 5.007 L 9.411 1.479 C 9.359 1.375 9.411 1.245 9.524 1.202 L 11.513 0.475 C 11.625 0.432 11.746 0.501 11.781 0.614 Z M 6.903 2.811 L 11.478 9.262 C 10.899 9.643 10.371 10.093 9.922 10.612 L 7.18 7.913 C 7.093 7.827 7.102 7.688 7.189 7.611 L 7.69 7.195 L 4.966 4.436 C 4.879 4.35 4.888 4.212 4.983 4.134 L 6.6 2.776 C 6.696 2.698 6.825 2.715 6.895 2.811 Z M 9.576 11.044 C 9.161 11.589 8.823 12.194 8.572 12.843 L 5.078 11.243 C 4.966 11.2 4.923 11.061 4.983 10.957 L 5.312 10.395 L 1.8 8.735 C 1.697 8.683 1.653 8.553 1.714 8.449 L 2.769 6.616 C 2.83 6.512 2.968 6.477 3.063 6.547 Z M 0.477 11.528 C 0.495 11.407 0.616 11.338 0.728 11.364 L 8.382 13.362 C 8.183 14.011 8.071 14.694 8.053 15.403 L 4.222 15.092 C 4.101 15.083 4.015 14.971 4.04 14.849 L 4.153 14.209 L 0.287 13.846 C 0.166 13.838 0.088 13.725 0.105 13.604 L 0.469 11.52 Z M 0.183 16.7 L 8.062 15.974 C 8.097 16.674 8.235 17.357 8.451 17.997 L 4.75 19.018 C 4.637 19.044 4.516 18.975 4.499 18.854 L 4.386 18.214 L 0.633 19.191 C 0.52 19.217 0.399 19.148 0.382 19.027 L 0.01 16.942 C -0.007 16.821 0.071 16.709 0.192 16.7 Z M 1.42 22.183 C 1.359 22.08 1.403 21.95 1.506 21.898 L 8.65 18.508 C 8.918 19.148 9.282 19.745 9.714 20.281 L 6.583 22.512 C 6.488 22.581 6.35 22.555 6.289 22.452 L 5.96 21.881 L 2.769 24.086 C 2.674 24.155 2.536 24.121 2.475 24.017 L 1.411 22.183 Z M 10.086 20.696 C 10.553 21.197 11.098 21.639 11.686 22.002 L 9.506 25.167 C 9.437 25.271 9.299 25.288 9.204 25.21 L 8.702 24.787 L 6.453 27.952 C 6.384 28.047 6.255 28.064 6.159 27.987 L 4.533 26.629 C 4.438 26.551 4.43 26.413 4.516 26.326 L 10.077 20.696 Z M 8.979 29.734 C 8.866 29.691 8.815 29.561 8.866 29.457 L 12.162 22.261 C 12.767 22.573 13.424 22.806 14.108 22.936 L 13.139 26.655 C 13.113 26.767 12.983 26.836 12.871 26.793 L 12.257 26.568 L 11.228 30.313 C 11.193 30.426 11.072 30.495 10.959 30.452 L 8.97 29.725 Z M 15.569 23.091 C 15.958 23.091 16.339 23.066 16.711 23.005 L 17.074 26.828 C 17.083 26.949 16.988 27.053 16.866 27.053 L 16.218 27.053 L 16.529 30.919 C 16.546 31.04 16.451 31.143 16.33 31.143 L 14.211 31.143 C 14.099 31.143 14.004 31.04 14.012 30.919 L 14.652 23.031 C 14.955 23.074 15.258 23.091 15.569 23.091 Z M 18.977 8.864 C 18.371 8.562 17.723 8.328 17.031 8.19 L 17.999 4.471 C 18.034 4.359 18.155 4.289 18.268 4.333 L 18.882 4.557 L 19.911 0.813 C 19.945 0.7 20.066 0.631 20.179 0.674 L 22.168 1.401 C 22.281 1.444 22.332 1.565 22.281 1.677 Z M 26.622 4.817 L 21.061 10.447 C 20.594 9.946 20.058 9.504 19.461 9.141 L 21.641 5.976 C 21.71 5.881 21.848 5.855 21.943 5.933 L 22.445 6.356 L 24.693 3.191 C 24.763 3.096 24.901 3.079 24.988 3.156 L 26.613 4.514 C 26.709 4.592 26.709 4.73 26.631 4.817 Z M 29.623 9.254 L 22.479 12.644 C 22.203 12.004 21.848 11.407 21.416 10.871 L 24.546 8.64 C 24.642 8.562 24.78 8.596 24.841 8.7 L 25.169 9.262 L 28.361 7.057 C 28.456 6.996 28.594 7.022 28.655 7.126 L 29.718 8.96 C 29.779 9.063 29.744 9.193 29.632 9.245 Z M 30.756 12.116 L 31.119 14.201 C 31.137 14.322 31.059 14.426 30.938 14.443 L 23.059 15.178 C 23.024 14.469 22.886 13.794 22.67 13.154 L 26.371 12.134 C 26.484 12.099 26.605 12.177 26.622 12.298 L 26.735 12.938 L 30.488 11.961 C 30.601 11.935 30.722 12.004 30.739 12.125 Z M 30.393 19.762 L 22.739 17.764 C 22.938 17.115 23.05 16.432 23.068 15.723 L 26.899 16.034 C 27.02 16.051 27.098 16.155 27.081 16.276 L 26.968 16.916 L 30.834 17.28 C 30.955 17.297 31.033 17.401 31.016 17.522 L 30.652 19.606 C 30.635 19.727 30.514 19.796 30.402 19.77 Z M 28.361 24.527 C 28.3 24.631 28.162 24.657 28.066 24.596 L 21.554 20.099 C 21.969 19.554 22.306 18.949 22.557 18.3 L 26.051 19.9 C 26.164 19.952 26.207 20.082 26.146 20.186 L 25.818 20.748 L 29.329 22.408 C 29.433 22.46 29.476 22.59 29.416 22.694 Z M 19.643 21.872 C 20.222 21.5 20.741 21.042 21.199 20.523 L 23.941 23.221 C 24.028 23.308 24.028 23.446 23.932 23.524 L 23.431 23.939 L 26.155 26.698 C 26.233 26.785 26.233 26.923 26.138 27.001 L 24.521 28.359 C 24.434 28.436 24.296 28.419 24.226 28.324 L 19.651 21.872 Z M 19.608 30.659 C 19.496 30.702 19.375 30.633 19.34 30.521 L 17.247 22.893 C 17.93 22.737 18.579 22.486 19.176 22.158 L 20.828 25.626 C 20.879 25.738 20.828 25.868 20.715 25.902 L 20.101 26.127 L 21.718 29.656 C 21.77 29.768 21.718 29.889 21.606 29.933 L 19.617 30.659 Z\" fill=\"transparent\" height=\"32px\" id=\"qGdxPe4ev\" transform=\"translate(0.93 10)\" width=\"31.1351px\"><path d=\"M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z\" fill=\"transparent\" height=\"32px\" id=\"KepWb_CGM\" width=\"31.1351px\"/><path d=\"M 17.118 0.216 L 16.478 8.104 C 16.175 8.069 15.873 8.052 15.561 8.052 C 15.172 8.052 14.792 8.078 14.42 8.138 L 14.057 4.316 C 14.048 4.195 14.143 4.091 14.264 4.091 L 14.913 4.091 L 14.601 0.225 C 14.593 0.104 14.688 0 14.8 0 L 16.919 0 C 17.04 0 17.135 0.104 17.118 0.225 Z M 11.782 0.605 L 13.875 8.234 C 13.192 8.389 12.543 8.64 11.946 8.969 L 10.294 5.501 C 10.242 5.397 10.294 5.267 10.407 5.224 L 11.021 4.999 L 9.404 1.47 C 9.352 1.367 9.404 1.237 9.516 1.194 L 11.505 0.467 C 11.618 0.424 11.739 0.493 11.773 0.605 Z M 6.895 2.802 L 11.471 9.254 C 10.891 9.635 10.364 10.084 9.914 10.603 L 7.172 7.905 C 7.086 7.818 7.094 7.68 7.181 7.602 L 7.682 7.187 L 4.958 4.428 C 4.872 4.342 4.88 4.203 4.975 4.125 L 6.593 2.768 C 6.688 2.69 6.818 2.707 6.887 2.802 Z M 9.568 11.036 C 9.153 11.58 8.815 12.186 8.565 12.835 L 5.071 11.235 C 4.958 11.191 4.915 11.053 4.975 10.949 L 5.304 10.387 L 1.793 8.726 C 1.689 8.675 1.646 8.545 1.706 8.441 L 2.761 6.608 C 2.822 6.504 2.96 6.469 3.055 6.538 Z M 0.469 11.52 C 0.487 11.399 0.608 11.33 0.72 11.356 L 8.374 13.354 C 8.175 14.002 8.063 14.685 8.046 15.395 L 4.214 15.083 C 4.093 15.075 4.007 14.962 4.033 14.841 L 4.145 14.201 L 0.279 13.838 C 0.158 13.829 0.08 13.717 0.098 13.596 L 0.461 11.511 Z M 0.175 16.692 L 8.054 15.965 C 8.089 16.666 8.227 17.349 8.443 17.989 L 4.742 19.01 C 4.629 19.036 4.508 18.966 4.491 18.845 L 4.379 18.205 L 0.625 19.183 C 0.513 19.209 0.392 19.139 0.374 19.018 L 0.002 16.934 C -0.015 16.813 0.063 16.7 0.184 16.692 Z M 1.412 22.175 C 1.352 22.071 1.395 21.942 1.499 21.89 L 8.642 18.5 C 8.911 19.14 9.274 19.736 9.706 20.272 L 6.575 22.504 C 6.48 22.573 6.342 22.547 6.281 22.443 L 5.953 21.872 L 2.761 24.078 C 2.666 24.147 2.528 24.112 2.467 24.009 L 1.403 22.175 Z M 10.078 20.688 C 10.545 21.189 11.09 21.63 11.678 21.993 L 9.499 25.159 C 9.429 25.263 9.291 25.28 9.196 25.202 L 8.694 24.778 L 6.446 27.944 C 6.376 28.039 6.247 28.056 6.152 27.978 L 4.526 26.62 C 4.431 26.543 4.422 26.404 4.508 26.318 L 10.069 20.688 Z M 8.971 29.725 C 8.859 29.682 8.807 29.552 8.859 29.449 L 12.154 22.253 C 12.759 22.564 13.417 22.798 14.1 22.928 L 13.131 26.647 C 13.105 26.759 12.975 26.828 12.863 26.785 L 12.249 26.56 L 11.22 30.305 C 11.185 30.417 11.064 30.487 10.952 30.443 L 8.962 29.717 Z M 15.561 23.083 C 15.95 23.083 16.331 23.057 16.703 22.997 L 17.066 26.819 C 17.075 26.94 16.98 27.044 16.859 27.044 L 16.21 27.044 L 16.521 30.91 C 16.539 31.031 16.443 31.135 16.322 31.135 L 14.203 31.135 C 14.091 31.135 13.996 31.031 14.005 30.91 L 14.645 23.023 C 14.947 23.066 15.25 23.083 15.561 23.083 Z M 18.969 8.856 C 18.363 8.553 17.715 8.32 17.023 8.182 L 17.992 4.463 C 18.026 4.35 18.147 4.281 18.26 4.324 L 18.874 4.549 L 19.903 0.804 C 19.937 0.692 20.059 0.623 20.171 0.666 L 22.16 1.392 C 22.273 1.436 22.325 1.557 22.273 1.669 Z M 26.614 4.809 L 21.053 10.439 C 20.586 9.937 20.05 9.496 19.453 9.133 L 21.633 5.968 C 21.702 5.872 21.84 5.846 21.935 5.924 L 22.437 6.348 L 24.686 3.183 C 24.755 3.088 24.893 3.07 24.98 3.148 L 26.606 4.506 C 26.701 4.584 26.701 4.722 26.623 4.809 Z M 29.615 9.245 L 22.472 12.636 C 22.195 11.996 21.84 11.399 21.408 10.863 L 24.539 8.631 C 24.634 8.554 24.772 8.588 24.833 8.692 L 25.161 9.254 L 28.353 7.049 C 28.448 6.988 28.586 7.014 28.647 7.118 L 29.711 8.951 C 29.771 9.055 29.737 9.185 29.624 9.237 Z M 30.748 12.108 L 31.112 14.192 C 31.129 14.313 31.051 14.417 30.93 14.435 L 23.051 15.17 C 23.016 14.46 22.878 13.786 22.662 13.146 L 26.363 12.125 C 26.476 12.091 26.597 12.169 26.614 12.29 L 26.727 12.93 L 30.48 11.952 C 30.593 11.926 30.714 11.996 30.731 12.117 Z M 30.385 19.753 L 22.731 17.756 C 22.93 17.107 23.042 16.424 23.06 15.715 L 26.891 16.026 C 27.012 16.043 27.09 16.147 27.073 16.268 L 26.96 16.908 L 30.826 17.271 C 30.947 17.289 31.025 17.392 31.008 17.513 L 30.645 19.598 C 30.627 19.719 30.506 19.788 30.394 19.762 Z M 28.353 24.519 C 28.292 24.623 28.154 24.649 28.059 24.588 L 21.546 20.091 C 21.961 19.546 22.299 18.941 22.549 18.292 L 26.043 19.892 C 26.156 19.944 26.199 20.074 26.139 20.177 L 25.81 20.74 L 29.321 22.4 C 29.425 22.452 29.468 22.582 29.408 22.685 Z M 19.635 21.864 C 20.214 21.492 20.733 21.034 21.192 20.515 L 23.933 23.213 C 24.02 23.3 24.02 23.438 23.925 23.516 L 23.423 23.931 L 26.147 26.69 C 26.225 26.776 26.225 26.915 26.13 26.992 L 24.513 28.35 C 24.426 28.428 24.288 28.411 24.219 28.316 L 19.643 21.864 Z M 19.6 30.651 C 19.488 30.694 19.367 30.625 19.332 30.512 L 17.239 22.884 C 17.922 22.729 18.571 22.478 19.168 22.149 L 20.82 25.617 C 20.872 25.73 20.82 25.86 20.707 25.894 L 20.093 26.119 L 21.711 29.648 C 21.762 29.76 21.711 29.881 21.598 29.924 L 19.609 30.651 Z\" fill=\"rgb(163, 163, 163)\" height=\"31.13509946899414px\" id=\"GxbeHS9BH\" transform=\"translate(0.008 0.008)\" width=\"31.113998034894827px\"/></g><path d=\"M 13.44 29.32 C 10.88 29.32 8.573 28.733 6.52 27.56 C 4.493 26.36 2.893 24.653 1.72 22.44 C 0.573 20.227 0 17.64 0 14.68 C 0 11.773 0.573 9.213 1.72 7 C 2.893 4.76 4.493 3.04 6.52 1.84 C 8.573 0.613 10.88 0 13.44 0 C 16 0 18.293 0.613 20.32 1.84 C 22.373 3.067 23.987 4.8 25.16 7.04 C 26.333 9.253 26.92 11.8 26.92 14.68 C 26.92 17.613 26.333 20.187 25.16 22.4 C 23.987 24.613 22.373 26.32 20.32 27.52 C 18.293 28.72 16 29.32 13.44 29.32 Z M 13.44 25.76 C 15.227 25.76 16.8 25.32 18.16 24.44 C 19.547 23.56 20.613 22.293 21.36 20.64 C 22.107 18.96 22.48 16.973 22.48 14.68 C 22.48 12.44 22.093 10.48 21.32 8.8 C 20.573 7.12 19.52 5.84 18.16 4.96 C 16.8 4.053 15.227 3.6 13.44 3.6 C 11.653 3.6 10.08 4.053 8.72 4.96 C 7.36 5.84 6.293 7.12 5.52 8.8 C 4.773 10.453 4.4 12.413 4.4 14.68 C 4.4 16.947 4.773 18.92 5.52 20.6 C 6.267 22.253 7.32 23.533 8.68 24.44 C 10.067 25.32 11.653 25.76 13.44 25.76 Z M 53.45 28.68 L 47.77 28.68 L 36.81 15.96 L 34.77 18.08 L 34.77 28.68 L 30.57 28.68 L 30.57 0.68 L 34.77 0.68 L 34.77 12.8 C 34.956 12.56 35.53 11.933 36.49 10.92 L 46.33 0.68 L 51.65 0.68 L 39.65 13.04 Z M 65.258 28.68 L 61.018 28.68 L 61.018 4.24 L 51.458 4.24 L 51.458 0.68 L 74.778 0.68 L 74.778 4.24 L 65.258 4.24 Z M 98.57 28.68 L 93.85 28.68 L 90.77 20.6 L 78.45 20.6 L 75.41 28.68 L 70.89 28.68 L 82.21 0.68 L 87.21 0.68 Z M 79.81 17.04 L 89.45 17.04 L 85.53 6.76 L 84.65 4.24 C 84.383 5.067 84.063 5.907 83.69 6.76 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"vH7HiBqe4\" transform=\"translate(49.822 11.32)\" width=\"98.5695034790039px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 02\" alt class=\"framer-GE7yX framer-3t1k2k\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 150 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z M 17.126 0.224 L 16.486 8.112 C 16.183 8.077 15.881 8.06 15.569 8.06 C 15.18 8.06 14.799 8.086 14.428 8.147 L 14.064 4.324 C 14.056 4.203 14.151 4.099 14.272 4.099 L 14.921 4.099 L 14.609 0.233 C 14..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 296 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z M 15.655 4.688 C 21.784 4.693 26.748 9.667 26.742 15.796 C 26.736 21.925 21.763 26.888 15.634 26.883 C 9.512 26.877 4.551 21.915 4.547 15.793 C 4.541 9.665 9.503 4.693 15.631 4.688 C 15.639 4.688 15.647 4.688 15.655 4.688 Z M 11.924 21.483 C 14.33 20.628 16.958 20.627 19.365 21.482 L 19.711 20.181 C 19.871 20.181 20.017 20.177 20.164 20.182 C 20.316 20.17 20.469 20.178 20.618 20.208 C 20.514 20.748 20.383 21.283 20.224 21.809 C 20.633 22.035 21.041 22.24 21.428 22.478 C 21.815 22.715 22.182 22.983 22.556 23.237 C 27.055 19.114 26.775 12.101 22.539 8.323 C 21.824 8.886 21.045 9.362 20.218 9.742 C 20.375 10.298 20.525 10.831 20.624 11.382 L 19.703 11.382 C 19.646 11.16 19.595 10.948 19.539 10.738 C 19.491 10.518 19.427 10.303 19.346 10.093 C 16.945 10.943 14.325 10.942 11.924 10.089 L 11.577 11.394 C 11.417 11.394 11.27 11.395 11.123 11.394 C 10.973 11.393 10.823 11.39 10.645 11.387 L 11.063 9.737 C 10.238 9.359 9.462 8.884 8.75 8.32 C 4.279 12.397 4.467 19.409 8.75 23.246 C 9.467 22.683 10.247 22.206 11.075 21.825 C 10.909 21.287 10.771 20.739 10.663 20.186 L 11.582 20.186 Z M 19.046 9.226 C 19.041 9.19 19.033 9.155 19.024 9.119 C 18.742 8.359 18.355 7.643 17.876 6.99 C 17.568 6.562 17.179 6.197 16.731 5.917 C 16.106 5.512 15.307 5.49 14.661 5.86 C 14.245 6.094 13.879 6.405 13.582 6.778 C 13.105 7.368 12.716 8.024 12.427 8.725 C 12.359 8.882 12.297 9.042 12.225 9.219 C 14.43 10.011 16.841 10.013 19.046 9.226 Z M 12.236 22.344 C 12.251 22.397 12.258 22.428 12.269 22.456 C 12.532 23.161 12.884 23.829 13.315 24.445 C 13.598 24.851 13.944 25.211 14.34 25.508 C 15.172 26.115 16.075 26.123 16.915 25.532 C 17.203 25.326 17.463 25.084 17.688 24.811 C 18.262 24.101 18.715 23.3 19.027 22.441 C 19.036 22.408 19.042 22.375 19.045 22.341 C 16.843 21.558 14.438 21.559 12.236 22.344 Z M 18.24 25.608 C 19.544 25.28 20.767 24.686 21.829 23.862 C 21.246 23.408 20.612 23.022 19.942 22.712 C 19.687 23.231 19.453 23.737 19.193 24.229 C 18.925 24.721 18.606 25.183 18.24 25.608 Z M 13.059 25.612 C 12.69 25.192 12.369 24.732 12.101 24.24 C 11.836 23.744 11.603 23.231 11.348 22.711 C 10.677 23.022 10.043 23.408 9.459 23.862 C 10.526 24.686 11.751 25.283 13.059 25.612 Z M 19.908 8.855 C 20.399 8.689 21.63 7.926 21.801 7.683 C 20.743 6.869 19.528 6.281 18.232 5.957 C 18.98 6.813 19.493 7.799 19.908 8.855 Z M 13.041 5.964 C 11.744 6.289 10.528 6.88 9.47 7.698 C 9.85 8.052 11.026 8.758 11.386 8.847 C 11.771 7.8 12.33 6.825 13.041 5.964 Z M 21.564 29.965 C 21.566 30.301 21.495 30.634 21.354 30.939 C 21.09 31.53 20.515 31.919 19.869 31.945 C 19.638 31.966 19.405 31.947 19.182 31.888 C 18.608 31.745 18.15 31.312 17.977 30.746 C 17.802 30.237 17.799 29.685 17.969 29.175 C 18.179 28.483 18.798 27.996 19.519 27.954 C 19.905 27.912 20.295 27.99 20.635 28.176 C 21.091 28.432 21.407 28.879 21.497 29.394 C 21.535 29.58 21.543 29.774 21.564 29.965 Z M 19.158 29.944 L 19.191 29.946 C 19.191 30.094 19.181 30.242 19.193 30.389 C 19.195 30.646 19.249 30.899 19.354 31.135 C 19.413 31.267 19.544 31.354 19.688 31.358 C 19.841 31.368 19.984 31.281 20.045 31.14 C 20.096 31.038 20.134 30.928 20.156 30.815 C 20.243 30.303 20.253 29.78 20.184 29.264 C 20.162 29.1 20.118 28.939 20.056 28.785 C 20.008 28.639 19.871 28.542 19.718 28.544 C 19.559 28.538 19.414 28.631 19.351 28.776 C 19.308 28.855 19.278 28.94 19.263 29.029 C 19.222 29.334 19.192 29.639 19.158 29.944 Z M 17.487 29.964 C 17.509 30.305 17.441 30.646 17.293 30.954 C 17.017 31.554 16.419 31.941 15.759 31.947 C 15.464 31.969 15.167 31.922 14.892 31.81 C 14.427 31.619 14.071 31.23 13.922 30.75 C 13.75 30.248 13.745 29.703 13.906 29.197 C 14.115 28.475 14.767 27.971 15.518 27.952 C 16.106 27.923 16.622 28.084 17.022 28.538 C 17.297 28.856 17.459 29.256 17.485 29.676 C 17.494 29.771 17.487 29.868 17.487 29.964 Z M 16.184 29.999 C 16.167 29.727 16.166 29.52 16.137 29.319 C 16.112 29.142 16.07 28.967 16.009 28.799 C 15.964 28.645 15.821 28.54 15.66 28.542 C 15.494 28.535 15.342 28.639 15.288 28.797 C 15.229 28.925 15.191 29.062 15.175 29.202 C 15.152 29.617 15.137 30.034 15.143 30.449 C 15.139 30.688 15.193 30.925 15.3 31.138 C 15.384 31.328 15.607 31.414 15.797 31.33 C 15.877 31.294 15.942 31.233 15.982 31.155 C 16.043 31.049 16.084 30.934 16.101 30.813 C 16.141 30.52 16.161 30.227 16.183 29.999 Z M 6.555 28.852 C 6.576 28.861 6.599 28.868 6.621 28.873 C 6.845 28.87 7.029 29.049 7.032 29.273 C 7.032 29.286 7.032 29.3 7.031 29.313 C 7.05 29.574 6.871 29.809 6.615 29.861 C 6.526 29.876 6.436 29.881 6.346 29.875 C 6.063 29.869 5.831 29.649 5.808 29.366 C 5.756 29.002 5.89 28.637 6.166 28.393 C 6.456 28.135 6.826 27.982 7.215 27.96 C 7.683 27.896 8.16 27.99 8.57 28.228 C 9.022 28.486 9.243 29.017 9.108 29.52 C 9.042 29.779 8.872 30 8.638 30.129 C 8.371 30.284 8.085 30.404 7.787 30.487 C 7.573 30.553 7.355 30.611 7.145 30.69 C 6.948 30.745 6.778 30.873 6.67 31.048 C 6.712 31.037 6.754 31.025 6.795 31.01 C 7.14 30.847 7.533 30.812 7.903 30.91 C 8.02 30.942 8.14 30.968 8.26 30.988 C 8.521 31.027 8.625 30.941 8.656 30.673 C 8.66 30.635 8.662 30.597 8.668 30.534 C 8.868 30.521 9.068 30.522 9.268 30.537 C 9.291 30.887 9.291 31.222 9.12 31.534 C 8.96 31.825 8.685 31.919 8.379 31.946 C 8.084 31.965 7.787 31.93 7.504 31.84 C 7.319 31.787 7.135 31.728 6.947 31.689 C 6.762 31.651 6.57 31.627 6.454 31.831 L 5.816 31.831 C 5.788 31.54 5.842 31.247 5.974 30.986 C 6.14 30.686 6.379 30.433 6.669 30.251 C 6.886 30.102 7.113 29.968 7.334 29.826 C 7.416 29.775 7.496 29.721 7.572 29.661 C 7.737 29.532 7.83 29.331 7.82 29.122 C 7.824 28.93 7.71 28.755 7.533 28.68 C 7.204 28.527 6.813 28.595 6.555 28.852 Z M 10.694 28.058 C 10.702 28.181 10.707 28.28 10.714 28.402 C 10.74 28.382 10.764 28.36 10.786 28.336 C 11.024 28.011 11.356 27.934 11.727 27.999 C 11.915 28.04 12.1 28.094 12.281 28.159 C 12.391 28.192 12.5 28.23 12.609 28.269 C 12.698 28.305 12.801 28.284 12.869 28.216 L 12.934 28.066 L 13.42 28.066 C 13.454 28.172 13.449 28.286 13.405 28.388 C 13.292 28.646 13.18 28.905 13.048 29.154 C 12.879 29.47 12.686 29.774 12.513 30.089 C 12.267 30.565 12.137 31.091 12.132 31.626 C 12.13 31.689 12.126 31.752 12.122 31.825 L 10.879 31.825 C 10.848 31.681 10.844 31.533 10.865 31.387 C 10.902 30.836 11.14 30.318 11.536 29.933 C 11.797 29.676 12.069 29.43 12.335 29.179 C 12.394 29.122 12.449 29.061 12.539 28.967 C 12.463 28.985 12.43 28.989 12.4 28.999 C 12.134 29.079 11.853 29.09 11.581 29.034 C 11.437 29.006 11.29 28.986 11.144 28.975 C 10.942 28.951 10.759 29.094 10.735 29.296 C 10.735 29.298 10.734 29.3 10.734 29.301 C 10.716 29.395 10.704 29.49 10.699 29.587 C 10.693 29.649 10.693 29.712 10.689 29.785 L 10.023 29.785 L 10.023 28.066 C 10.134 28.063 10.241 28.059 10.347 28.057 C 10.455 28.057 10.564 28.058 10.694 28.058 Z M 22.563 28.549 C 22.921 28.492 23.276 28.439 23.458 28.066 L 24.422 28.066 C 24.426 28.138 24.43 28.205 24.431 28.274 C 24.431 29.147 24.431 30.02 24.431 30.893 C 24.431 30.938 24.429 30.983 24.431 31.028 C 24.437 31.224 24.498 31.29 24.698 31.302 C 24.793 31.308 24.889 31.303 24.994 31.303 C 25.015 31.471 25.02 31.639 25.011 31.808 C 24.857 31.846 22.882 31.859 22.566 31.825 L 22.566 31.327 C 22.743 31.27 22.949 31.355 23.149 31.224 C 23.175 31.155 23.192 31.084 23.2 31.012 C 23.205 30.402 23.203 29.792 23.202 29.182 C 23.199 29.151 23.192 29.12 23.182 29.089 L 22.562 29.089 Z M 15.527 0.032 L 15.81 1.188 L 15.852 1.187 L 16.165 0.05 L 16.94 0.05 L 16.94 2.014 L 16.46 2.014 L 16.46 0.624 C 16.285 1.073 16.18 1.541 16.037 2.008 L 15.595 2.008 L 15.253 0.595 L 15.212 0.596 C 15.21 0.71 15.207 0.825 15.206 0.939 C 15.205 1.054 15.204 1.171 15.203 1.286 C 15.201 1.409 15.203 1.531 15.198 1.653 C 15.193 1.767 15.18 1.881 15.169 2.012 L 14.742 1.988 C 14.7 1.848 14.701 0.328 14.743 0.032 Z M 25.553 6.208 L 25.133 5.832 L 25.304 4.554 L 25.271 4.54 L 24.563 5.314 L 24.148 4.932 L 25.484 3.459 L 25.898 3.846 L 25.721 5.126 L 25.752 5.143 L 26.468 4.362 L 26.889 4.74 Z M 7.273 3.693 L 6.661 2.86 L 7.114 2.521 L 8.293 4.116 L 7.84 4.458 L 6.575 4.019 C 6.791 4.345 7.011 4.614 7.22 4.911 L 6.768 5.248 L 5.586 3.653 L 6.04 3.317 L 7.24 3.732 Z M 30.201 16.547 C 29.975 16.802 29.773 16.928 29.305 17.098 L 29.305 16.446 L 29.934 16.124 C 30.032 16.089 30.108 16.008 30.137 15.908 C 30.14 15.869 30.141 15.83 30.137 15.791 L 29.354 15.791 C 29.333 15.589 29.332 15.386 29.351 15.184 C 30.013 15.161 30.662 15.226 31.324 15.217 C 31.324 15.411 31.327 15.583 31.324 15.755 C 31.318 15.967 31.307 16.178 31.297 16.39 C 31.295 16.428 31.294 16.467 31.289 16.505 C 31.247 16.793 31.093 16.961 30.846 16.987 C 30.575 17.044 30.305 16.883 30.227 16.617 C 30.219 16.596 30.212 16.573 30.201 16.547 Z M 30.827 16.361 C 30.934 16.206 30.949 16.094 30.899 15.825 L 30.537 15.801 C 30.493 15.916 30.484 16.041 30.512 16.161 C 30.552 16.367 30.601 16.4 30.827 16.361 Z M 12.242 0.382 C 12.592 0.323 12.919 0.268 13.247 0.216 C 13.355 0.197 13.463 0.186 13.572 0.183 C 13.806 0.165 14.019 0.317 14.079 0.543 C 14.158 0.777 14.073 1.034 13.871 1.174 C 13.836 1.199 13.799 1.221 13.758 1.247 C 14.05 1.414 14.18 1.555 14.468 2.018 C 14.357 2.039 14.253 2.06 14.149 2.078 C 14.041 2.097 13.934 2.113 13.814 2.132 C 13.666 1.942 13.516 1.751 13.368 1.559 C 13.301 1.443 13.157 1.397 13.035 1.453 L 13.156 2.239 L 12.565 2.338 Z M 13.515 0.84 C 13.497 0.682 13.426 0.598 13.3 0.607 C 13.163 0.602 13.027 0.631 12.903 0.689 L 12.975 1.073 C 13.194 1.039 13.408 1.059 13.515 0.84 Z M 9.859 1.727 C 9.863 1.055 10.477 0.773 10.991 0.76 C 11.63 0.744 11.94 1.315 11.958 1.886 C 11.978 2.519 11.429 2.832 10.812 2.852 C 10.221 2.872 9.889 2.315 9.859 1.727 Z M 11.369 1.969 C 11.36 1.764 11.293 1.564 11.176 1.396 C 11.068 1.252 10.878 1.199 10.711 1.267 C 10.546 1.319 10.437 1.476 10.444 1.65 C 10.453 1.862 10.527 2.067 10.657 2.235 C 10.762 2.374 10.949 2.421 11.106 2.349 C 11.274 2.301 11.384 2.142 11.369 1.969 Z M 24.598 3.272 C 24.576 3.704 24.331 4.092 23.952 4.299 C 23.756 4.403 23.525 4.419 23.316 4.344 C 23.075 4.271 22.859 4.133 22.689 3.947 C 22.489 3.737 22.414 3.439 22.49 3.159 C 22.552 2.894 22.696 2.656 22.902 2.477 C 23.138 2.256 23.48 2.19 23.782 2.306 C 24.028 2.387 24.245 2.536 24.409 2.737 C 24.536 2.886 24.603 3.077 24.598 3.272 Z M 24.037 3.196 C 24.037 2.917 23.713 2.643 23.441 2.812 C 23.21 2.949 23.058 3.188 23.032 3.455 C 23.004 3.737 23.341 3.976 23.585 3.847 C 23.826 3.709 23.992 3.47 24.037 3.196 Z M 1.069 18.686 C 0.562 18.686 0.237 18.443 0.126 17.973 C 0.083 17.806 0.069 17.632 0.084 17.46 C 0.132 17.022 0.357 16.782 0.785 16.674 C 0.964 16.625 1.152 16.611 1.337 16.634 C 1.673 16.667 1.956 16.898 2.054 17.221 C 2.128 17.428 2.154 17.649 2.129 17.867 C 2.103 18.176 1.909 18.445 1.624 18.567 C 1.451 18.651 1.261 18.691 1.069 18.686 Z M 1.217 17.219 C 1.043 17.214 0.871 17.254 0.716 17.334 C 0.576 17.421 0.504 17.587 0.536 17.749 C 0.553 17.915 0.681 18.049 0.845 18.074 C 1.049 18.113 1.259 18.088 1.448 18.003 C 1.603 17.942 1.699 17.785 1.682 17.619 C 1.67 17.358 1.511 17.22 1.217 17.219 Z M 31.294 14.443 C 31.152 14.467 31.028 14.489 30.903 14.507 C 30.637 14.546 30.37 14.587 30.103 14.62 C 29.718 14.668 29.305 14.494 29.209 14.019 C 29.169 13.831 29.149 13.64 29.149 13.448 C 29.138 13.16 29.32 12.9 29.595 12.814 C 29.797 12.751 30.003 12.707 30.213 12.68 C 30.472 12.638 30.733 12.609 30.994 12.574 C 31.069 12.76 31.1 12.961 31.084 13.161 C 30.81 13.201 30.532 13.24 30.253 13.281 C 30.132 13.298 30.01 13.307 29.892 13.334 C 29.705 13.358 29.574 13.529 29.599 13.715 C 29.604 13.757 29.617 13.796 29.637 13.833 C 29.68 13.96 29.806 14.04 29.939 14.024 C 30.106 14.011 30.27 13.988 30.436 13.966 C 30.645 13.937 30.855 13.903 31.064 13.875 C 31.112 13.872 31.159 13.872 31.207 13.874 Z M 29.021 9.961 L 28.592 9.1 L 28.228 9.28 L 28.695 10.228 L 28.316 10.421 C 28.298 10.399 28.282 10.375 28.267 10.351 C 28.036 9.885 27.806 9.419 27.562 8.929 L 29.347 8.05 L 30.07 9.519 L 29.706 9.703 L 29.241 8.78 L 28.946 8.922 L 29.367 9.784 Z M 28.534 7.754 L 28.21 7.342 C 28.316 7.088 28.289 6.919 28.133 6.828 C 28.046 6.777 28.007 6.792 27.904 6.921 L 27.99 7.182 C 28.043 7.34 28.105 7.496 28.145 7.657 C 28.21 7.859 28.148 8.08 27.989 8.221 C 27.822 8.381 27.578 8.431 27.361 8.352 C 27.276 8.323 27.197 8.279 27.127 8.222 C 26.902 8.038 26.736 7.791 26.652 7.512 C 26.571 7.246 26.677 6.958 26.91 6.806 L 27.246 7.229 C 27.156 7.359 27.068 7.491 27.143 7.653 C 27.184 7.772 27.287 7.858 27.411 7.876 C 27.584 7.81 27.628 7.74 27.585 7.575 C 27.559 7.476 27.508 7.384 27.484 7.285 C 27.44 7.125 27.41 6.962 27.393 6.797 C 27.37 6.468 27.722 6.247 28.016 6.326 C 28.085 6.342 28.151 6.37 28.21 6.408 C 28.499 6.607 28.699 6.911 28.766 7.256 C 28.799 7.428 28.722 7.584 28.534 7.754 Z M 0.934 19.283 L 1.124 19.799 C 0.98 19.907 0.902 20.035 0.984 20.214 C 1.032 20.319 1.067 20.34 1.211 20.335 C 1.314 20.256 1.286 20.143 1.285 20.035 C 1.276 19.838 1.278 19.639 1.29 19.442 C 1.336 18.969 1.902 18.825 2.239 19.083 C 2.312 19.137 2.373 19.203 2.422 19.279 C 2.596 19.552 2.673 19.876 2.64 20.199 C 2.609 20.455 2.431 20.594 2.195 20.704 L 2 20.189 C 2.312 19.919 2.309 19.649 1.997 19.51 C 1.826 19.561 1.793 19.594 1.787 19.757 C 1.782 19.885 1.796 20.015 1.79 20.143 C 1.789 20.264 1.775 20.386 1.749 20.505 C 1.683 20.774 1.411 20.94 1.141 20.874 C 1.078 20.859 1.02 20.832 0.967 20.794 C 0.897 20.748 0.837 20.689 0.79 20.62 C 0.611 20.357 0.53 20.04 0.561 19.723 C 0.589 19.516 0.734 19.344 0.934 19.283 Z M 19.274 2.456 L 18.67 2.34 C 18.651 2.213 18.635 2.108 18.619 1.997 L 17.934 1.867 L 17.753 2.169 L 17.164 2.052 L 18.265 0.246 L 18.911 0.369 C 19.042 1.053 19.157 1.738 19.274 2.456 Z M 18.573 1.567 C 18.57 1.325 18.531 1.085 18.458 0.854 L 18.132 1.475 Z M 3.007 9.632 C 2.901 9.607 2.793 9.591 2.69 9.557 C 2.441 9.473 2.208 9.344 2.004 9.177 C 1.738 8.996 1.643 8.647 1.783 8.356 C 1.827 8.243 1.887 8.135 1.96 8.038 C 2.103 7.831 2.359 7.734 2.604 7.792 C 2.952 7.863 3.274 8.027 3.536 8.266 C 3.789 8.456 3.862 8.804 3.705 9.08 C 3.65 9.195 3.583 9.304 3.502 9.404 C 3.38 9.55 3.198 9.634 3.007 9.632 Z M 3.082 9.127 C 3.223 9.132 3.301 9.094 3.338 9.005 C 3.381 8.906 3.352 8.791 3.266 8.726 C 3.025 8.514 2.739 8.36 2.429 8.276 C 2.326 8.242 2.214 8.286 2.163 8.382 C 2.116 8.462 2.124 8.563 2.184 8.634 C 2.202 8.66 2.224 8.683 2.25 8.703 C 2.472 8.877 2.721 9.014 2.986 9.109 C 3.017 9.118 3.049 9.124 3.082 9.127 Z M 29.595 11.8 L 29.595 12.295 C 29.271 12.378 28.934 12.22 28.791 11.917 C 28.697 11.734 28.641 11.533 28.628 11.328 C 28.599 10.997 28.768 10.682 29.06 10.524 C 29.284 10.384 29.546 10.313 29.812 10.32 C 30.034 10.32 30.245 10.415 30.393 10.58 C 30.61 10.823 30.723 11.141 30.708 11.466 C 30.695 11.721 30.555 11.951 30.336 12.081 L 30.071 11.624 C 30.096 11.597 30.118 11.574 30.138 11.55 C 30.281 11.393 30.269 11.151 30.113 11.008 C 30.029 10.931 29.916 10.896 29.804 10.911 C 29.621 10.945 29.445 11.004 29.278 11.085 C 29.129 11.151 29.052 11.317 29.101 11.473 C 29.126 11.631 29.25 11.754 29.408 11.778 C 29.463 11.789 29.52 11.791 29.595 11.8 Z M 2.129 11.395 C 1.767 11.356 1.423 11.223 1.131 11.007 C 0.934 10.871 0.842 10.628 0.9 10.396 C 0.928 10.258 0.971 10.124 1.029 9.997 C 1.141 9.739 1.414 9.59 1.691 9.636 C 2.031 9.667 2.358 9.786 2.639 9.98 C 2.908 10.132 3.026 10.457 2.918 10.747 C 2.894 10.833 2.862 10.918 2.825 10.998 C 2.698 11.273 2.477 11.397 2.129 11.395 Z M 2.261 10.896 C 2.416 10.894 2.498 10.843 2.534 10.744 C 2.57 10.651 2.535 10.545 2.452 10.489 C 2.394 10.439 2.329 10.396 2.26 10.364 C 2.107 10.298 1.95 10.241 1.793 10.186 C 1.72 10.161 1.645 10.144 1.569 10.134 C 1.451 10.112 1.334 10.175 1.286 10.285 C 1.249 10.38 1.277 10.465 1.383 10.552 C 1.427 10.59 1.476 10.621 1.529 10.644 C 1.725 10.721 1.923 10.794 2.122 10.865 C 2.168 10.878 2.215 10.888 2.263 10.894 Z M 0.647 14.659 L 0.556 15.162 C 0.165 15.082 -0.009 14.871 0 14.482 C 0.004 14.321 0.027 14.162 0.068 14.007 C 0.139 13.708 0.439 13.522 0.738 13.592 C 0.818 13.611 0.893 13.647 0.957 13.698 C 1.103 13.815 1.222 13.961 1.309 14.126 C 1.383 14.244 1.458 14.363 1.543 14.5 C 1.637 14.356 1.595 14.218 1.615 14.091 C 1.637 13.959 1.645 13.825 1.662 13.668 L 2.092 13.691 C 2.042 14.25 1.994 14.784 1.945 15.339 C 1.755 15.3 1.581 15.205 1.445 15.067 C 1.317 14.924 1.205 14.765 1.092 14.611 C 1.023 14.518 0.964 14.418 0.899 14.323 C 0.878 14.292 0.853 14.261 0.827 14.233 C 0.757 14.145 0.641 14.107 0.532 14.136 C 0.439 14.169 0.375 14.256 0.371 14.356 C 0.368 14.469 0.437 14.571 0.544 14.609 C 0.573 14.621 0.601 14.635 0.647 14.659 Z M 9.329 2.201 L 9.506 2.538 L 8.825 2.906 L 9.196 3.625 L 8.666 3.908 L 7.742 2.15 L 9.078 1.449 L 9.276 1.808 L 8.48 2.233 L 8.642 2.555 Z M 28.822 21.788 L 28.062 21.455 L 28.302 20.907 L 29.071 21.234 L 30.432 20.993 L 30.167 21.596 L 29.383 21.703 L 29.837 22.348 L 29.575 22.958 Z M 20.332 2.836 L 19.766 2.643 L 20.241 1.239 C 20.063 1.12 19.851 1.103 19.656 1 L 19.809 0.561 L 21.57 1.16 L 21.418 1.608 L 20.82 1.414 Z M 28.961 18.892 L 30.415 19.272 L 30.584 18.667 L 31.04 18.787 L 30.571 20.581 L 30.109 20.468 L 30.264 19.859 L 28.812 19.472 Z M 0.625 13.097 L 0.195 12.995 L 0.546 11.436 L 0.895 11.513 C 1.216 12.038 1.726 12.422 2.32 12.586 L 2.205 13.099 C 1.668 12.931 1.199 12.596 0.866 12.141 C 0.757 12.467 0.725 12.779 0.625 13.097 Z M 3.509 6.913 C 3.471 7.105 3.439 7.268 3.405 7.43 C 3.394 7.463 3.379 7.495 3.361 7.526 L 3.019 7.275 C 3.114 6.983 3.153 6.694 2.992 6.41 L 3.259 6.046 L 4.882 7.243 L 4.563 7.684 Z M 6.413 5.564 L 5.998 6.008 L 4.633 4.572 L 5.051 4.137 Z M 21.762 3.454 L 21.219 3.192 L 22.065 1.4 L 22.613 1.655 Z M 2.97 20.844 L 3.208 21.398 L 1.387 22.184 L 1.148 21.631 Z M 29.148 17.951 L 29.234 17.368 C 29.889 17.447 30.529 17.545 31.191 17.645 L 31.11 18.23 C 30.449 18.148 29.807 18.054 29.148 17.951 Z M 24.252 15.795 C 24.258 16.312 24.142 16.823 23.917 17.287 C 23.627 17.854 23.14 18.296 22.548 18.528 C 22.117 18.699 21.661 18.794 21.198 18.811 C 20.659 18.854 20.116 18.795 19.599 18.638 C 18.48 18.28 17.81 17.525 17.639 16.35 C 17.554 15.815 17.589 15.268 17.739 14.747 C 17.966 13.953 18.556 13.315 19.33 13.026 C 19.993 12.774 20.708 12.686 21.413 12.771 C 21.818 12.798 22.215 12.895 22.587 13.055 C 23.47 13.419 24.086 14.233 24.195 15.182 C 24.225 15.385 24.234 15.591 24.252 15.795 Z M 22.054 15.795 C 22.036 15.52 22.027 15.244 21.996 14.97 C 21.974 14.662 21.89 14.362 21.751 14.086 C 21.596 13.779 21.277 13.59 20.933 13.602 C 20.584 13.584 20.255 13.772 20.094 14.083 C 19.98 14.3 19.906 14.535 19.875 14.777 C 19.785 15.374 19.774 15.981 19.843 16.581 C 19.864 16.856 19.93 17.127 20.038 17.381 C 20.246 17.868 20.811 18.094 21.297 17.886 C 21.511 17.794 21.685 17.628 21.785 17.419 C 21.845 17.291 21.891 17.157 21.923 17.02 C 22.01 16.617 22.054 16.207 22.054 15.795 Z M 15.855 14.862 C 15.817 14.757 15.788 14.672 15.756 14.588 C 15.546 14.022 15.122 13.734 14.536 13.671 C 14.313 13.637 14.085 13.649 13.867 13.707 C 13.724 13.748 13.595 13.827 13.494 13.937 C 13.285 14.167 13.308 14.427 13.573 14.589 C 13.727 14.68 13.894 14.749 14.067 14.794 C 14.432 14.895 14.805 14.967 15.171 15.065 C 15.596 15.168 16.002 15.337 16.374 15.568 C 16.775 15.816 17.031 16.242 17.064 16.712 C 17.132 17.19 16.998 17.673 16.694 18.047 C 16.463 18.318 16.163 18.521 15.826 18.634 C 15.374 18.786 14.897 18.847 14.422 18.813 C 13.862 18.782 13.315 18.641 12.811 18.396 C 12.789 18.386 12.764 18.38 12.726 18.367 L 12.512 18.669 L 11.754 18.669 L 11.754 16.573 C 11.885 16.553 12.018 16.548 12.15 16.557 C 12.278 16.554 12.406 16.557 12.55 16.557 C 12.577 16.626 12.6 16.69 12.626 16.754 C 12.89 17.382 13.333 17.803 14.016 17.934 C 14.243 17.987 14.479 17.981 14.703 17.919 C 14.826 17.883 14.941 17.825 15.042 17.747 C 15.238 17.607 15.284 17.335 15.145 17.139 C 15.116 17.099 15.082 17.064 15.041 17.036 C 14.877 16.914 14.694 16.818 14.5 16.753 C 14.124 16.622 13.737 16.526 13.358 16.405 C 13.094 16.326 12.834 16.232 12.58 16.125 C 12.097 15.91 11.743 15.561 11.636 15.03 C 11.465 14.183 11.821 13.446 12.598 13.036 C 12.931 12.866 13.297 12.771 13.67 12.756 C 14.378 12.704 15.089 12.832 15.733 13.13 C 15.756 13.141 15.781 13.148 15.823 13.165 L 15.98 12.902 L 16.778 12.902 L 16.778 14.858 C 16.63 14.859 16.479 14.862 16.328 14.862 C 16.173 14.863 16.019 14.862 15.855 14.862 Z M 11.081 17.847 L 11.081 18.635 L 7.711 18.635 L 7.711 17.847 C 7.815 17.847 7.917 17.849 8.017 17.846 C 8.087 17.846 8.158 17.84 8.227 17.829 C 8.334 17.818 8.419 17.734 8.432 17.628 C 8.447 17.546 8.458 17.463 8.461 17.38 C 8.463 16.313 8.463 15.246 8.461 14.179 C 8.461 13.802 8.371 13.716 7.993 13.709 C 7.904 13.708 7.814 13.709 7.711 13.709 L 7.711 12.925 L 11.058 12.925 C 11.102 13.18 11.105 13.44 11.069 13.696 C 11.022 13.701 10.973 13.707 10.923 13.71 C 10.873 13.713 10.82 13.71 10.769 13.711 C 10.425 13.724 10.343 13.797 10.343 14.137 C 10.34 15.229 10.34 16.322 10.343 17.414 C 10.345 17.765 10.427 17.84 10.779 17.847 C 10.875 17.848 10.97 17.847 11.081 17.847 Z\" fill=\"transparent\" height=\"32px\" id=\"IKYUVAqrC\" transform=\"translate(0.32 10)\" width=\"31.353499999999997px\"><path d=\"M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z\" fill=\"transparent\" height=\"32px\" id=\"BQqs6DbbB\" width=\"31.353499999999997px\"/><path d=\"M 11.108 0 C 17.237 0.006 22.201 4.979 22.195 11.108 C 22.189 17.237 17.216 22.201 11.087 22.195 C 4.966 22.189 0.005 17.228 0 11.106 C -0.006 4.978 4.956 0.006 11.084 0 C 11.092 0 11.1 0 11.108 0 Z M 7.377 16.796 C 9.784 15.94 12.412 15.94 14.818 16.794 L 15.164 15.493 C 15.324 15.493 15.47 15.489 15.617 15.494 C 15.769 15.482 15.922 15.491 16.071 15.521 C 15.967 16.061 15.836 16.595 15.677 17.122 C 16.087 17.348 16.494 17.553 16.881 17.791 C 17.268 18.028 17.635 18.296 18.009 18.55 C 22.509 14.426 22.228 7.414 17.992 3.636 C 17.277 4.198 16.498 4.675 15.671 5.054 C 15.828 5.611 15.978 6.144 16.077 6.694 L 15.156 6.694 C 15.1 6.472 15.048 6.26 14.992 6.05 C 14.944 5.83 14.88 5.615 14.8 5.405 C 12.399 6.256 9.778 6.254 7.377 5.401 L 7.03 6.706 C 6.871 6.706 6.723 6.707 6.577 6.706 C 6.427 6.705 6.277 6.702 6.098 6.7 L 6.516 5.049 C 5.692 4.671 4.915 4.196 4.203 3.632 C -0.268 7.71 -0.08 14.722 4.203 18.559 C 4.92 17.996 5.701 17.518 6.528 17.138 C 6.362 16.599 6.224 16.052 6.116 15.499 L 7.035 15.499 Z M 14.5 4.539 C 14.494 4.503 14.487 4.467 14.477 4.432 C 14.195 3.672 13.809 2.956 13.329 2.303 C 13.021 1.874 12.632 1.51 12.184 1.23 C 11.559 0.824 10.76 0.802 10.114 1.173 C 9.698 1.406 9.332 1.718 9.035 2.091 C 8.558 2.68 8.169 3.336 7.88 4.038 C 7.813 4.195 7.751 4.355 7.678 4.532 C 9.883 5.323 12.294 5.326 14.5 4.539 Z M 7.689 17.656 C 7.705 17.709 7.711 17.74 7.722 17.769 C 7.985 18.473 8.337 19.141 8.769 19.757 C 9.051 20.164 9.397 20.523 9.793 20.821 C 10.625 21.428 11.528 21.436 12.368 20.844 C 12.656 20.638 12.916 20.396 13.141 20.124 C 13.715 19.413 14.168 18.612 14.48 17.754 C 14.489 17.721 14.495 17.687 14.498 17.654 C 12.296 16.87 9.891 16.871 7.689 17.656 Z M 13.693 20.921 C 14.997 20.592 16.22 19.998 17.283 19.175 C 16.699 18.721 16.065 18.335 15.395 18.024 C 15.14 18.543 14.906 19.049 14.646 19.542 C 14.378 20.033 14.059 20.495 13.693 20.921 Z M 8.512 20.925 C 8.144 20.505 7.822 20.044 7.555 19.553 C 7.29 19.056 7.056 18.544 6.801 18.023 C 6.13 18.335 5.496 18.721 4.912 19.175 C 5.979 19.999 7.204 20.595 8.512 20.925 Z M 15.361 4.167 C 15.852 4.002 17.083 3.239 17.254 2.996 C 16.196 2.181 14.981 1.594 13.686 1.269 C 14.434 2.126 14.946 3.111 15.361 4.167 Z M 8.494 1.276 C 7.197 1.602 5.981 2.193 4.923 3.011 C 5.303 3.364 6.48 4.07 6.839 4.159 C 7.224 3.112 7.783 2.137 8.494 1.276 Z\" fill=\"rgb(163, 163, 163)\" height=\"22.19510507782791px\" id=\"YzRYwj8Xy\" transform=\"translate(4.547 4.688)\" width=\"22.195120192086645px\"/><path d=\"M 3.721 2.022 C 3.723 2.358 3.651 2.691 3.511 2.997 C 3.246 3.587 2.671 3.976 2.025 4.002 C 1.794 4.023 1.562 4.004 1.338 3.946 C 0.764 3.803 0.307 3.369 0.133 2.803 C -0.042 2.294 -0.044 1.742 0.125 1.232 C 0.335 0.541 0.954 0.053 1.675 0.011 C 2.061 -0.031 2.451 0.047 2.792 0.233 C 3.247 0.49 3.563 0.936 3.654 1.451 C 3.691 1.638 3.699 1.832 3.721 2.022 Z M 1.315 2.001 L 1.347 2.004 C 1.347 2.151 1.337 2.299 1.349 2.446 C 1.351 2.703 1.406 2.956 1.51 3.192 C 1.569 3.324 1.7 3.411 1.845 3.415 C 1.997 3.425 2.14 3.338 2.201 3.198 C 2.253 3.095 2.29 2.986 2.312 2.872 C 2.399 2.36 2.409 1.837 2.341 1.322 C 2.318 1.157 2.275 0.996 2.213 0.842 C 2.165 0.696 2.028 0.599 1.874 0.601 C 1.715 0.596 1.57 0.688 1.507 0.833 C 1.464 0.912 1.434 0.998 1.419 1.086 C 1.378 1.391 1.348 1.696 1.315 2.001 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.010270512450232px\" id=\"yKLglXW22\" transform=\"translate(17.844 27.943)\" width=\"3.7207820845762454px\"/><path d=\"M 3.698 2.015 C 3.72 2.356 3.652 2.697 3.504 3.005 C 3.228 3.605 2.63 3.992 1.97 3.998 C 1.675 4.02 1.378 3.973 1.103 3.861 C 0.638 3.67 0.282 3.281 0.133 2.801 C -0.039 2.299 -0.044 1.755 0.117 1.248 C 0.326 0.526 0.978 0.023 1.729 0.003 C 2.317 -0.026 2.833 0.135 3.233 0.589 C 3.508 0.908 3.67 1.307 3.696 1.727 C 3.705 1.822 3.698 1.919 3.698 2.015 Z M 2.395 2.05 C 2.378 1.778 2.377 1.572 2.348 1.37 C 2.323 1.193 2.281 1.018 2.22 0.85 C 2.175 0.696 2.032 0.592 1.871 0.593 C 1.705 0.586 1.553 0.69 1.499 0.848 C 1.44 0.976 1.402 1.113 1.386 1.253 C 1.363 1.668 1.348 2.085 1.354 2.501 C 1.35 2.739 1.404 2.976 1.511 3.189 C 1.595 3.379 1.818 3.465 2.008 3.381 C 2.088 3.345 2.153 3.284 2.193 3.206 C 2.254 3.1 2.295 2.985 2.312 2.864 C 2.352 2.572 2.372 2.278 2.394 2.05 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.003760117224317px\" id=\"nejpacnrt\" transform=\"translate(13.789 27.949)\" width=\"3.7020900694417977px\"/><path d=\"M 0.758 0.912 C 0.779 0.921 0.802 0.927 0.824 0.933 C 1.048 0.929 1.232 1.108 1.236 1.332 C 1.236 1.346 1.236 1.359 1.234 1.372 C 1.253 1.634 1.075 1.869 0.818 1.921 C 0.729 1.936 0.639 1.94 0.549 1.935 C 0.266 1.928 0.034 1.708 0.011 1.426 C -0.041 1.062 0.093 0.697 0.369 0.453 C 0.66 0.194 1.029 0.042 1.418 0.02 C 1.887 -0.045 2.364 0.05 2.773 0.287 C 3.225 0.546 3.446 1.077 3.311 1.58 C 3.245 1.839 3.075 2.059 2.841 2.189 C 2.574 2.344 2.288 2.463 1.991 2.546 C 1.776 2.612 1.558 2.67 1.348 2.749 C 1.151 2.805 0.981 2.933 0.874 3.107 C 0.916 3.097 0.957 3.085 0.998 3.07 C 1.344 2.907 1.736 2.871 2.106 2.97 C 2.223 3.002 2.343 3.028 2.463 3.048 C 2.724 3.087 2.828 3.001 2.859 2.733 C 2.863 2.695 2.865 2.657 2.871 2.594 C 3.071 2.58 3.271 2.581 3.471 2.597 C 3.494 2.946 3.494 3.282 3.323 3.593 C 3.163 3.885 2.888 3.979 2.582 4.005 C 2.287 4.025 1.99 3.989 1.707 3.9 C 1.523 3.847 1.338 3.787 1.15 3.749 C 0.965 3.71 0.773 3.687 0.657 3.891 L 0.019 3.891 C -0.009 3.6 0.045 3.306 0.177 3.045 C 0.343 2.745 0.582 2.493 0.872 2.311 C 1.089 2.162 1.316 2.028 1.537 1.886 C 1.62 1.835 1.699 1.78 1.775 1.721 C 1.94 1.592 2.033 1.391 2.023 1.182 C 2.027 0.99 1.913 0.814 1.736 0.739 C 1.407 0.586 1.016 0.655 0.758 0.912 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.0104146062287285px\" id=\"JbqW8CFnH\" transform=\"translate(5.797 27.94)\" width=\"3.48186539066608px\"/><path d=\"M 0.67 0.08 C 0.678 0.203 0.684 0.302 0.691 0.424 C 0.716 0.404 0.741 0.382 0.763 0.358 C 1.001 0.033 1.333 -0.044 1.704 0.021 C 1.892 0.062 2.076 0.116 2.257 0.181 C 2.367 0.214 2.477 0.252 2.585 0.291 C 2.675 0.327 2.777 0.306 2.846 0.238 L 2.91 0.088 L 3.396 0.088 C 3.431 0.194 3.426 0.308 3.382 0.41 C 3.268 0.668 3.157 0.927 3.025 1.176 C 2.856 1.492 2.662 1.796 2.489 2.111 C 2.244 2.587 2.114 3.113 2.109 3.648 C 2.106 3.711 2.102 3.774 2.098 3.847 L 0.855 3.847 C 0.825 3.703 0.82 3.555 0.842 3.409 C 0.879 2.858 1.117 2.34 1.513 1.955 C 1.774 1.698 2.045 1.452 2.311 1.201 C 2.37 1.144 2.425 1.083 2.515 0.989 C 2.439 1.007 2.407 1.011 2.376 1.021 C 2.111 1.101 1.829 1.112 1.558 1.056 C 1.413 1.028 1.267 1.008 1.12 0.997 C 0.919 0.973 0.736 1.116 0.711 1.318 C 0.711 1.32 0.71 1.322 0.71 1.323 C 0.692 1.417 0.681 1.512 0.675 1.609 C 0.67 1.671 0.67 1.734 0.666 1.807 L 0 1.807 L 0 0.088 C 0.111 0.085 0.217 0.081 0.324 0.079 C 0.431 0.079 0.541 0.08 0.67 0.08 Z\" fill=\"rgb(163, 163, 163)\" height=\"3.8474703175155156px\" id=\"sUbM955RV\" transform=\"translate(10.023 27.978)\" width=\"3.418854435137014px\"/><path d=\"M 0.001 0.483 C 0.358 0.426 0.714 0.372 0.895 0 L 1.86 0 C 1.863 0.071 1.868 0.139 1.868 0.207 C 1.869 1.08 1.869 1.954 1.868 2.826 C 1.868 2.872 1.867 2.916 1.868 2.962 C 1.875 3.158 1.936 3.223 2.136 3.236 C 2.231 3.241 2.327 3.237 2.432 3.237 C 2.453 3.404 2.458 3.573 2.448 3.741 C 2.295 3.779 0.32 3.792 0.004 3.759 L 0.004 3.26 C 0.181 3.203 0.387 3.289 0.587 3.157 C 0.613 3.089 0.63 3.018 0.637 2.945 C 0.643 2.336 0.641 1.725 0.64 1.116 C 0.636 1.084 0.63 1.053 0.62 1.023 L 0 1.023 Z\" fill=\"rgb(163, 163, 163)\" height=\"3.7779291361659446px\" id=\"jqJe1Es_1\" transform=\"translate(22.562 28.066)\" width=\"2.4529155818981145px\"/><path d=\"M 0.816 0 L 1.1 1.155 L 1.141 1.155 L 1.454 0.018 L 2.229 0.018 L 2.229 1.982 L 1.749 1.982 L 1.749 0.591 C 1.574 1.041 1.469 1.509 1.326 1.976 L 0.884 1.976 L 0.542 0.563 L 0.501 0.564 C 0.499 0.678 0.496 0.793 0.495 0.907 C 0.494 1.021 0.493 1.139 0.492 1.254 C 0.491 1.376 0.493 1.498 0.487 1.621 C 0.482 1.735 0.469 1.848 0.458 1.979 L 0.031 1.956 C -0.011 1.816 -0.01 0.296 0.032 0 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9821000000000009px\" id=\"N94c1pM2C\" transform=\"translate(14.711 0.032)\" width=\"2.2289294957135724px\"/><path d=\"M 1.405 2.749 L 0.984 2.373 L 1.156 1.095 L 1.122 1.081 L 0.415 1.855 L 0 1.473 L 1.336 0 L 1.75 0.387 L 1.572 1.667 L 1.604 1.684 L 2.319 0.903 L 2.741 1.281 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.7494000000000014px\" id=\"j3A34LA7Z\" transform=\"translate(24.148 3.459)\" width=\"2.7409999999999997px\"/><path d=\"M 1.687 1.172 L 1.075 0.339 L 1.528 0 L 2.707 1.595 L 2.254 1.937 L 0.989 1.498 C 1.205 1.824 1.425 2.093 1.634 2.39 L 1.182 2.727 L 0 1.132 L 0.454 0.796 L 1.654 1.211 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.7273999999999994px\" id=\"MN_E4SR3l\" transform=\"translate(5.586 2.521)\" width=\"2.70739px\"/><path d=\"M 0.897 1.368 C 0.67 1.623 0.468 1.749 0 1.919 L 0 1.267 L 0.629 0.945 C 0.727 0.91 0.803 0.829 0.832 0.728 C 0.835 0.69 0.836 0.651 0.833 0.611 L 0.049 0.611 C 0.028 0.41 0.028 0.207 0.047 0.005 C 0.708 -0.018 1.357 0.046 2.02 0.038 C 2.02 0.232 2.023 0.404 2.019 0.576 C 2.014 0.788 2.002 0.999 1.992 1.211 C 1.991 1.249 1.99 1.288 1.984 1.326 C 1.942 1.614 1.788 1.782 1.542 1.807 C 1.27 1.865 1.001 1.704 0.922 1.438 C 0.915 1.417 0.907 1.394 0.897 1.368 Z M 1.522 1.182 C 1.629 1.027 1.644 0.915 1.594 0.646 L 1.232 0.622 C 1.189 0.737 1.18 0.862 1.207 0.982 C 1.248 1.188 1.296 1.22 1.522 1.182 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.919291959020132px\" id=\"KJEdSAaJa\" transform=\"translate(29.305 15.179)\" width=\"2.020835479310023px\"/><path d=\"M 0 0.2 C 0.35 0.142 0.677 0.086 1.005 0.034 C 1.113 0.015 1.221 0.004 1.33 0.001 C 1.564 -0.017 1.777 0.135 1.837 0.362 C 1.916 0.595 1.831 0.852 1.628 0.992 C 1.594 1.017 1.557 1.039 1.516 1.066 C 1.808 1.232 1.938 1.373 2.226 1.837 C 2.115 1.857 2.011 1.878 1.906 1.896 C 1.799 1.915 1.692 1.931 1.572 1.951 C 1.424 1.76 1.274 1.569 1.126 1.377 C 1.059 1.261 0.915 1.216 0.793 1.272 L 0.914 2.057 L 0.323 2.156 Z M 1.273 0.658 C 1.255 0.501 1.184 0.416 1.058 0.425 C 0.921 0.42 0.785 0.449 0.661 0.508 L 0.732 0.891 C 0.952 0.857 1.166 0.877 1.273 0.658 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.156160095161349px\" id=\"qciHqGqiI\" transform=\"translate(12.242 0.182)\" width=\"2.2257999999999996px\"/><path d=\"M 0 0.968 C 0.003 0.296 0.618 0.013 1.131 0 C 1.771 -0.016 2.081 0.556 2.099 1.127 C 2.118 1.76 1.57 2.072 0.952 2.093 C 0.361 2.113 0.03 1.556 0 0.968 Z M 1.51 1.21 C 1.501 1.004 1.434 0.805 1.316 0.636 C 1.209 0.492 1.018 0.439 0.852 0.508 C 0.687 0.56 0.577 0.717 0.585 0.891 C 0.593 1.103 0.668 1.308 0.798 1.476 C 0.903 1.615 1.089 1.662 1.247 1.589 C 1.415 1.542 1.524 1.383 1.51 1.21 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.093460135210128px\" id=\"jvMcjfD10\" transform=\"translate(9.859 0.759)\" width=\"2.099599205593999px\"/><path d=\"M 2.137 1.023 C 2.115 1.454 1.87 1.843 1.491 2.049 C 1.295 2.153 1.064 2.169 0.855 2.095 C 0.614 2.021 0.398 1.883 0.228 1.697 C 0.029 1.488 -0.047 1.189 0.029 0.909 C 0.091 0.644 0.235 0.406 0.441 0.228 C 0.678 0.007 1.02 -0.06 1.321 0.056 C 1.567 0.137 1.784 0.287 1.948 0.487 C 2.075 0.636 2.142 0.827 2.137 1.023 Z M 1.576 0.947 C 1.576 0.667 1.252 0.394 0.98 0.563 C 0.749 0.7 0.597 0.938 0.572 1.205 C 0.543 1.487 0.88 1.727 1.124 1.598 C 1.365 1.46 1.531 1.221 1.576 0.947 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.1407920314728113px\" id=\"LNcgNq5CR\" transform=\"translate(22.461 2.25)\" width=\"2.1376120282401456px\"/><path d=\"M 0.991 2.063 C 0.483 2.063 0.159 1.82 0.048 1.35 C 0.005 1.183 -0.009 1.009 0.006 0.837 C 0.054 0.399 0.279 0.159 0.706 0.051 C 0.886 0.002 1.074 -0.012 1.259 0.011 C 1.595 0.044 1.878 0.275 1.976 0.598 C 2.05 0.805 2.076 1.026 2.051 1.244 C 2.025 1.553 1.831 1.822 1.546 1.944 C 1.373 2.028 1.183 2.068 0.991 2.063 Z M 1.139 0.596 C 0.965 0.591 0.792 0.631 0.638 0.711 C 0.498 0.798 0.426 0.964 0.458 1.126 C 0.475 1.292 0.602 1.426 0.767 1.451 C 0.971 1.49 1.181 1.465 1.37 1.38 C 1.525 1.319 1.621 1.162 1.604 0.996 C 1.592 0.735 1.432 0.597 1.139 0.596 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0631103668219213px\" id=\"tx5xSc2vg\" transform=\"translate(0.078 16.623)\" width=\"2.0601384105396185px\"/><path d=\"M 2.145 1.869 C 2.004 1.893 1.88 1.916 1.755 1.934 C 1.489 1.972 1.222 2.013 0.955 2.046 C 0.569 2.095 0.156 1.921 0.061 1.446 C 0.021 1.257 0 1.066 0 0.874 C -0.011 0.586 0.172 0.327 0.447 0.24 C 0.648 0.178 0.855 0.133 1.065 0.107 C 1.324 0.064 1.585 0.035 1.845 0 C 1.92 0.186 1.952 0.387 1.935 0.587 C 1.661 0.627 1.383 0.667 1.105 0.707 C 0.984 0.725 0.862 0.734 0.743 0.76 C 0.557 0.785 0.426 0.956 0.45 1.142 C 0.456 1.183 0.469 1.223 0.489 1.259 C 0.532 1.386 0.658 1.466 0.791 1.451 C 0.957 1.437 1.122 1.415 1.288 1.392 C 1.497 1.363 1.706 1.33 1.916 1.301 C 1.963 1.298 2.01 1.298 2.058 1.301 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0539330713379993px\" id=\"ZGGIXUqd3\" transform=\"translate(29.148 12.574)\" width=\"2.14547182567609px\"/><path d=\"M 1.458 1.911 L 1.029 1.05 L 0.665 1.23 L 1.133 2.178 L 0.754 2.371 C 0.736 2.349 0.719 2.325 0.705 2.301 C 0.473 1.835 0.243 1.369 0 0.879 L 1.784 0 L 2.508 1.469 L 2.144 1.653 L 1.678 0.73 L 1.383 0.873 L 1.804 1.734 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.371199999999998px\" id=\"j0Ju4kFaA\" transform=\"translate(27.562 8.05)\" width=\"2.5077px\"/><path d=\"M 1.909 1.444 L 1.585 1.032 C 1.691 0.778 1.664 0.609 1.508 0.518 C 1.421 0.467 1.382 0.482 1.279 0.611 L 1.365 0.872 C 1.418 1.03 1.48 1.186 1.52 1.347 C 1.585 1.549 1.523 1.77 1.364 1.911 C 1.197 2.071 0.953 2.121 0.736 2.042 C 0.651 2.013 0.572 1.969 0.502 1.912 C 0.277 1.728 0.111 1.481 0.027 1.202 C -0.054 0.936 0.052 0.648 0.285 0.496 L 0.621 0.919 C 0.532 1.049 0.443 1.181 0.518 1.343 C 0.559 1.462 0.662 1.548 0.786 1.566 C 0.959 1.5 1.003 1.43 0.96 1.265 C 0.934 1.166 0.883 1.074 0.859 0.975 C 0.815 0.815 0.785 0.652 0.768 0.487 C 0.745 0.158 1.097 -0.063 1.391 0.016 C 1.461 0.032 1.526 0.06 1.585 0.098 C 1.874 0.297 2.074 0.601 2.141 0.946 C 2.174 1.118 2.097 1.274 1.909 1.444 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.07869966047494px\" id=\"q27UWLVAY\" transform=\"translate(26.625 6.31)\" width=\"2.148590854584093px\"/><path d=\"M 0.379 0.326 L 0.57 0.842 C 0.425 0.95 0.347 1.079 0.429 1.258 C 0.477 1.363 0.513 1.383 0.656 1.379 C 0.76 1.299 0.731 1.187 0.73 1.079 C 0.721 0.881 0.723 0.683 0.736 0.485 C 0.781 0.013 1.347 -0.131 1.685 0.127 C 1.757 0.18 1.819 0.247 1.867 0.323 C 2.042 0.595 2.118 0.92 2.085 1.242 C 2.054 1.498 1.876 1.637 1.641 1.747 L 1.446 1.232 C 1.758 0.963 1.754 0.692 1.442 0.554 C 1.271 0.604 1.238 0.638 1.232 0.801 C 1.228 0.929 1.241 1.058 1.235 1.186 C 1.234 1.308 1.221 1.429 1.194 1.548 C 1.128 1.818 0.857 1.983 0.586 1.918 C 0.524 1.902 0.465 1.875 0.412 1.838 C 0.342 1.792 0.283 1.732 0.235 1.663 C 0.056 1.401 -0.025 1.083 0.006 0.767 C 0.034 0.56 0.18 0.387 0.379 0.326 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9322122217914526px\" id=\"X8d1fDLQt\" transform=\"translate(0.555 18.957)\" width=\"2.0925902965124306px\"/><path d=\"M 2.11 2.21 L 1.506 2.094 C 1.487 1.967 1.471 1.862 1.455 1.751 L 0.77 1.621 L 0.589 1.923 L 0 1.806 L 1.101 0 L 1.747 0.123 C 1.878 0.807 1.993 1.492 2.11 2.21 Z M 1.409 1.321 C 1.406 1.079 1.367 0.839 1.294 0.608 L 0.968 1.229 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.2103px\" id=\"iHsHmcZjp\" transform=\"translate(17.164 0.246)\" width=\"2.1099999999999994px\"/><path d=\"M 1.288 1.856 C 1.182 1.832 1.074 1.816 0.972 1.782 C 0.722 1.697 0.489 1.569 0.286 1.402 C 0.019 1.221 -0.076 0.871 0.065 0.58 C 0.109 0.467 0.168 0.36 0.241 0.263 C 0.385 0.056 0.641 -0.042 0.886 0.017 C 1.233 0.088 1.555 0.251 1.817 0.491 C 2.071 0.681 2.143 1.029 1.986 1.304 C 1.932 1.42 1.864 1.529 1.784 1.628 C 1.661 1.775 1.479 1.859 1.288 1.856 Z M 1.363 1.352 C 1.504 1.357 1.582 1.319 1.619 1.229 C 1.662 1.131 1.633 1.016 1.548 0.951 C 1.307 0.739 1.02 0.585 0.71 0.5 C 0.607 0.467 0.495 0.511 0.444 0.607 C 0.397 0.687 0.405 0.788 0.465 0.858 C 0.484 0.885 0.506 0.908 0.531 0.928 C 0.753 1.101 1.002 1.238 1.267 1.334 C 1.298 1.343 1.33 1.349 1.363 1.352 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.8564807526183251px\" id=\"CBOLM8pVf\" transform=\"translate(1.719 7.775)\" width=\"2.068661138833506px\"/><path d=\"M 0.97 1.48 L 0.97 1.975 C 0.646 2.058 0.309 1.9 0.166 1.597 C 0.072 1.414 0.016 1.213 0.003 1.008 C -0.026 0.677 0.143 0.362 0.435 0.204 C 0.659 0.064 0.921 -0.007 1.187 0.001 C 1.409 0.001 1.62 0.095 1.768 0.26 C 1.985 0.503 2.098 0.821 2.083 1.146 C 2.07 1.401 1.93 1.632 1.711 1.762 L 1.446 1.304 C 1.471 1.277 1.493 1.254 1.513 1.23 C 1.656 1.073 1.644 0.831 1.488 0.688 C 1.404 0.611 1.291 0.576 1.179 0.591 C 0.996 0.625 0.82 0.684 0.653 0.765 C 0.504 0.831 0.427 0.997 0.476 1.153 C 0.501 1.311 0.625 1.434 0.783 1.458 C 0.838 1.469 0.895 1.471 0.97 1.48 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9969824088250654px\" id=\"mmIz_Q2U6\" transform=\"translate(28.625 10.32)\" width=\"2.084365556110903px\"/><path d=\"M 1.246 1.767 C 0.885 1.728 0.541 1.595 0.248 1.379 C 0.051 1.243 -0.041 1 0.017 0.768 C 0.045 0.63 0.088 0.496 0.146 0.369 C 0.258 0.111 0.531 -0.038 0.808 0.008 C 1.148 0.039 1.475 0.158 1.756 0.352 C 2.025 0.504 2.143 0.829 2.035 1.119 C 2.011 1.205 1.98 1.29 1.942 1.37 C 1.815 1.645 1.594 1.769 1.246 1.767 Z M 1.378 1.268 C 1.534 1.266 1.616 1.215 1.651 1.116 C 1.687 1.023 1.653 0.917 1.569 0.861 C 1.511 0.811 1.446 0.768 1.377 0.736 C 1.225 0.67 1.067 0.613 0.91 0.558 C 0.837 0.533 0.762 0.516 0.686 0.506 C 0.568 0.484 0.451 0.547 0.404 0.657 C 0.366 0.752 0.394 0.837 0.501 0.924 C 0.544 0.962 0.593 0.993 0.646 1.016 C 0.842 1.093 1.04 1.166 1.239 1.237 C 1.285 1.25 1.333 1.26 1.38 1.266 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.7666871685040915px\" id=\"sSQbUbRNu\" transform=\"translate(0.883 9.628)\" width=\"2.074953339818256px\"/><path d=\"M 0.647 1.082 L 0.556 1.585 C 0.165 1.505 -0.009 1.294 0 0.904 C 0.004 0.744 0.027 0.585 0.068 0.43 C 0.139 0.131 0.439 -0.056 0.738 0.015 C 0.818 0.034 0.893 0.07 0.957 0.121 C 1.103 0.238 1.222 0.383 1.309 0.549 C 1.383 0.667 1.458 0.785 1.543 0.923 C 1.637 0.778 1.595 0.641 1.615 0.514 C 1.637 0.382 1.645 0.248 1.662 0.091 L 2.092 0.114 C 2.042 0.672 1.994 1.207 1.945 1.762 C 1.755 1.723 1.581 1.628 1.445 1.489 C 1.317 1.347 1.205 1.188 1.092 1.034 C 1.023 0.941 0.964 0.841 0.899 0.746 C 0.878 0.714 0.853 0.684 0.827 0.656 C 0.757 0.568 0.641 0.53 0.532 0.559 C 0.439 0.592 0.375 0.679 0.371 0.778 C 0.368 0.892 0.437 0.994 0.544 1.032 C 0.573 1.043 0.601 1.058 0.647 1.082 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.7622166425308627px\" id=\"anfB_5obo\" transform=\"translate(0 13.577)\" width=\"2.0923371893023726px\"/><path d=\"M 1.586 0.752 L 1.764 1.089 L 1.083 1.457 L 1.454 2.176 L 0.924 2.459 L 0 0.701 L 1.336 0 L 1.533 0.359 L 0.738 0.784 L 0.9 1.106 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.459200000000001px\" id=\"hWC6C3bI0\" transform=\"translate(7.742 1.449)\" width=\"1.7642000000000007px\"/><path d=\"M 0.76 0.881 L 0 0.548 L 0.239 0 L 1.008 0.326 L 2.37 0.085 L 2.104 0.689 L 1.32 0.796 L 1.775 1.441 L 1.512 2.051 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0505999999999993px\" id=\"RlNBWPBgZ\" transform=\"translate(28.062 20.907)\" width=\"2.3699999999999974px\"/><path d=\"M 0.675 2.275 L 0.11 2.082 L 0.584 0.678 C 0.407 0.56 0.195 0.542 0 0.44 L 0.152 0 L 1.914 0.599 L 1.762 1.047 L 1.164 0.853 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.2750000000000004px\" id=\"Df8mLVGHW\" transform=\"translate(19.656 0.56)\" width=\"1.9140999999999977px\"/><path d=\"M 0.149 0.224 L 1.603 0.604 L 1.772 0 L 2.228 0.12 L 1.759 1.913 L 1.297 1.801 L 1.452 1.191 L 0 0.804 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.913499999999999px\" id=\"HJnW60x1D\" transform=\"translate(28.812 18.668)\" width=\"2.2276999999999987px\"/><path d=\"M 0.429 1.661 L 0 1.559 L 0.351 0 L 0.699 0.076 C 1.021 0.602 1.531 0.986 2.125 1.149 L 2.01 1.662 C 1.473 1.495 1.003 1.159 0.67 0.705 C 0.562 1.03 0.53 1.342 0.429 1.661 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.6621000000000024px\" id=\"d5UaZaaMK\" transform=\"translate(0.195 11.436)\" width=\"2.124925px\"/><path d=\"M 0.517 0.867 C 0.478 1.058 0.447 1.221 0.412 1.383 C 0.401 1.416 0.387 1.449 0.369 1.479 L 0.027 1.228 C 0.122 0.937 0.161 0.648 0 0.364 L 0.267 0 L 1.89 1.197 L 1.571 1.638 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.6375000000000028px\" id=\"n0ibHQ8rD\" transform=\"translate(2.992 6.046)\" width=\"1.8902599999999996px\"/><path d=\"M 1.78 1.427 L 1.365 1.871 L 0 0.435 L 0.418 0 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.8709000000000007px\" id=\"lzOPzjqDi\" transform=\"translate(4.633 4.137)\" width=\"1.7797200000000002px\"/><path d=\"M 0.543 2.053 L 0 1.792 L 0.846 0 L 1.394 0.255 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0532000000000004px\" id=\"GjLjEBn3o\" transform=\"translate(21.219 1.4)\" width=\"1.3943999999999974px\"/><path d=\"M 1.822 0 L 2.06 0.554 L 0.239 1.341 L 0 0.787 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.3406999999999982px\" id=\"LxrL6dQsH\" transform=\"translate(1.148 20.844)\" width=\"2.05964px\"/><path d=\"M 0 0.582 L 0.086 0 C 0.74 0.079 1.38 0.177 2.043 0.277 L 1.962 0.862 C 1.301 0.78 0.658 0.686 0 0.582 Z\" fill=\"rgb(163, 163, 163)\" height=\"1px\" id=\"ls4686orY\" transform=\"translate(29.148 17.368)\" width=\"2.0427999999999997px\"/><path d=\"M 6.658 3.055 C 6.664 3.572 6.549 4.083 6.323 4.547 C 6.034 5.114 5.547 5.556 4.954 5.789 C 4.523 5.959 4.067 6.054 3.604 6.071 C 3.065 6.114 2.523 6.055 2.005 5.899 C 0.886 5.54 0.216 4.785 0.045 3.61 C -0.039 3.075 -0.005 2.528 0.146 2.008 C 0.372 1.214 0.963 0.576 1.736 0.287 C 2.4 0.035 3.115 -0.053 3.819 0.031 C 4.224 0.058 4.621 0.155 4.993 0.315 C 5.876 0.679 6.492 1.494 6.602 2.442 C 6.632 2.645 6.64 2.851 6.658 3.055 Z M 4.46 3.055 C 4.442 2.781 4.433 2.504 4.403 2.231 C 4.38 1.922 4.296 1.622 4.157 1.346 C 4.002 1.039 3.683 0.85 3.34 0.862 C 2.99 0.845 2.662 1.033 2.5 1.344 C 2.386 1.56 2.313 1.795 2.281 2.037 C 2.191 2.635 2.18 3.241 2.249 3.841 C 2.27 4.116 2.336 4.387 2.444 4.641 C 2.653 5.128 3.217 5.354 3.704 5.146 C 3.918 5.054 4.091 4.888 4.192 4.679 C 4.251 4.551 4.298 4.418 4.329 4.28 C 4.417 3.877 4.46 3.467 4.46 3.055 Z\" fill=\"rgb(163, 163, 163)\" height=\"6.084740841752839px\" id=\"ysygdZMX0\" transform=\"translate(17.594 12.74)\" width=\"6.658246122478247px\"/><path d=\"M 4.261 2.118 C 4.223 2.012 4.194 1.927 4.163 1.843 C 3.952 1.277 3.528 0.989 2.942 0.926 C 2.719 0.892 2.491 0.904 2.273 0.962 C 2.13 1.004 2.002 1.083 1.9 1.192 C 1.691 1.423 1.714 1.682 1.979 1.844 C 2.134 1.935 2.3 2.004 2.474 2.05 C 2.838 2.15 3.211 2.222 3.577 2.321 C 4.002 2.423 4.408 2.593 4.781 2.823 C 5.181 3.072 5.438 3.498 5.47 3.968 C 5.538 4.445 5.404 4.928 5.1 5.303 C 4.869 5.574 4.569 5.777 4.232 5.89 C 3.781 6.042 3.303 6.102 2.828 6.068 C 2.269 6.038 1.721 5.896 1.217 5.652 C 1.195 5.641 1.17 5.635 1.133 5.622 L 0.918 5.924 L 0.161 5.924 L 0.161 3.829 C 0.291 3.809 0.424 3.804 0.556 3.813 C 0.684 3.809 0.812 3.812 0.956 3.812 C 0.983 3.881 1.006 3.946 1.033 4.009 C 1.296 4.637 1.739 5.058 2.422 5.19 C 2.649 5.242 2.885 5.237 3.11 5.175 C 3.233 5.138 3.347 5.08 3.448 5.002 C 3.644 4.862 3.69 4.59 3.551 4.394 C 3.523 4.354 3.488 4.319 3.448 4.291 C 3.283 4.169 3.1 4.074 2.906 4.008 C 2.53 3.877 2.143 3.782 1.764 3.661 C 1.5 3.581 1.24 3.487 0.986 3.38 C 0.503 3.165 0.15 2.816 0.042 2.286 C -0.129 1.438 0.227 0.701 1.004 0.291 C 1.337 0.121 1.704 0.026 2.077 0.011 C 2.785 -0.041 3.495 0.088 4.14 0.385 C 4.163 0.396 4.187 0.404 4.229 0.42 L 4.386 0.157 L 5.184 0.157 L 5.184 2.113 C 5.036 2.114 4.885 2.117 4.734 2.118 C 4.579 2.118 4.425 2.118 4.261 2.118 Z\" fill=\"rgb(163, 163, 163)\" height=\"6.077434029179871px\" id=\"YZU5j3Kya\" transform=\"translate(11.594 12.745)\" width=\"5.487220469743928px\"/><path d=\"M 3.37 4.922 L 3.37 5.71 L 0 5.71 L 0 4.922 C 0.104 4.922 0.206 4.924 0.306 4.921 C 0.376 4.921 0.447 4.915 0.517 4.903 C 0.623 4.893 0.709 4.809 0.721 4.702 C 0.736 4.62 0.747 4.538 0.751 4.455 C 0.752 3.388 0.752 2.321 0.751 1.254 C 0.75 0.877 0.66 0.791 0.283 0.784 C 0.193 0.783 0.103 0.784 0 0.784 L 0 0 L 3.347 0 C 3.391 0.255 3.395 0.515 3.358 0.771 C 3.311 0.776 3.262 0.782 3.212 0.785 C 3.163 0.788 3.109 0.785 3.058 0.786 C 2.714 0.798 2.632 0.872 2.632 1.212 C 2.629 2.304 2.629 3.396 2.632 4.489 C 2.634 4.839 2.716 4.915 3.068 4.922 C 3.164 4.923 3.259 4.922 3.37 4.922 Z\" fill=\"rgb(163, 163, 163)\" height=\"5.709599999999998px\" id=\"YAMxLU5i9\" transform=\"translate(7.711 12.925)\" width=\"3.38280410764383px\"/></g><path d=\"M 0 0.68 L 4.24 0.68 L 4.24 28.68 L 0 28.68 Z M 19.234 29.32 C 16.914 29.32 14.887 28.92 13.154 28.12 C 11.42 27.32 10.06 26.173 9.074 24.68 C 8.114 23.187 7.607 21.44 7.554 19.44 L 11.914 19.44 C 12.02 21.413 12.754 22.96 14.114 24.08 C 15.5 25.2 17.247 25.76 19.354 25.76 C 21.38 25.76 22.98 25.36 24.154 24.56 C 25.327 23.733 25.914 22.6 25.914 21.16 C 25.914 19.987 25.474 19.053 24.594 18.36 C 23.714 17.667 22.42 17.147 20.714 16.8 L 16.314 15.84 C 13.994 15.333 12.114 14.427 10.674 13.12 C 9.234 11.813 8.514 10.12 8.514 8.04 C 8.514 6.493 8.967 5.12 9.874 3.92 C 10.78 2.693 12.02 1.733 13.594 1.04 C 15.194 0.347 16.994 0 18.994 0 C 22.167 0 24.7 0.8 26.594 2.4 C 28.514 3.973 29.554 6.093 29.714 8.76 L 25.354 8.76 C 25.247 7.213 24.62 5.973 23.474 5.04 C 22.327 4.08 20.78 3.6 18.834 3.6 C 17.127 3.6 15.7 3.987 14.554 4.76 C 13.434 5.507 12.874 6.48 12.874 7.68 C 12.874 8.8 13.274 9.693 14.074 10.36 C 14.874 11 16.087 11.507 17.714 11.88 L 22.554 12.92 C 24.927 13.427 26.807 14.333 28.194 15.64 C 29.58 16.92 30.274 18.613 30.274 20.72 C 30.274 22.347 29.834 23.813 28.954 25.12 C 28.074 26.427 26.794 27.453 25.114 28.2 C 23.46 28.947 21.5 29.32 19.234 29.32 Z M 45.636 29.32 C 43.076 29.32 40.769 28.733 38.716 27.56 C 36.689 26.36 35.089 24.653 33.916 22.44 C 32.769 20.227 32.196 17.64 32.196 14.68 C 32.196 11.773 32.769 9.213 33.916 7 C 35.089 4.76 36.689 3.04 38.716 1.84 C 40.769 0.613 43.076 0 45.636 0 C 48.196 0 50.489 0.613 52.516 1.84 C 54.569 3.067 56.182 4.8 57.356 7.04 C 58.529 9.253 59.116 11.8 59.116 14.68 C 59.116 17.613 58.529 20.187 57.356 22.4 C 56.182 24.613 54.569 26.32 52.516 27.52 C 50.489 28.72 48.196 29.32 45.636 29.32 Z M 45.636 25.76 C 47.423 25.76 48.996 25.32 50.356 24.44 C 51.742 23.56 52.809 22.293 53.556 20.64 C 54.302 18.96 54.676 16.973 54.676 14.68 C 54.676 12.44 54.289 10.48 53.516 8.8 C 52.769 7.12 51.716 5.84 50.356 4.96 C 48.996 4.053 47.423 3.6 45.636 3.6 C 43.849 3.6 42.276 4.053 40.916 4.96 C 39.556 5.84 38.489 7.12 37.716 8.8 C 36.969 10.453 36.596 12.413 36.596 14.68 C 36.596 16.947 36.969 18.92 37.716 20.6 C 38.463 22.253 39.516 23.533 40.876 24.44 C 42.263 25.32 43.849 25.76 45.636 25.76 Z M 64.206 28.68 L 60.446 28.68 L 71.246 0.68 L 75.006 0.68 Z M 77.984 0.68 L 82.224 0.68 L 82.224 28.68 L 77.984 28.68 Z M 106.778 28.68 L 87.578 28.68 L 87.578 0.68 L 106.258 0.68 L 106.258 4.24 L 91.818 4.24 L 91.818 12.52 L 105.658 12.52 L 105.658 16.12 L 91.818 16.12 L 91.818 25.08 L 106.778 25.08 Z M 122.099 29.32 C 119.405 29.32 117.032 28.733 114.979 27.56 C 112.952 26.36 111.379 24.653 110.259 22.44 C 109.139 20.2 108.579 17.56 108.579 14.52 C 108.579 11.64 109.165 9.107 110.339 6.92 C 111.539 4.707 113.165 3 115.219 1.8 C 117.299 0.6 119.632 0 122.219 0 C 124.459 0 126.459 0.427 128.219 1.28 C 129.979 2.107 131.392 3.28 132.459 4.8 C 133.552 6.32 134.192 8.053 134.379 10 L 129.819 10 C 129.499 8 128.672 6.44 127.339 5.32 C 126.032 4.173 124.299 3.6 122.139 3.6 C 120.352 3.6 118.765 4.04 117.379 4.92 C 115.992 5.8 114.912 7.067 114.139 8.72 C 113.392 10.347 113.019 12.28 113.019 14.52 C 113.019 16.787 113.405 18.773 114.179 20.48 C 114.952 22.16 116.019 23.467 117.379 24.4 C 118.765 25.307 120.339 25.76 122.099 25.76 C 124.285 25.76 126.072 25.173 127.459 24 C 128.872 22.8 129.752 21.213 130.099 19.24 L 134.419 19.24 C 134.045 22.333 132.765 24.787 130.579 26.6 C 128.392 28.413 125.565 29.32 122.099 29.32 Z M 143.506 28.68 C 143.533 27.187 143.8 25.867 144.306 24.72 C 144.813 23.573 145.533 22.52 146.466 21.56 C 147.426 20.573 148.72 19.48 150.346 18.28 L 153.346 16.04 C 154.973 14.813 156.253 13.613 157.186 12.44 C 158.12 11.267 158.586 9.947 158.586 8.48 C 158.586 6.96 158.133 5.733 157.226 4.8 C 156.346 3.867 155.133 3.4 153.586 3.4 C 151.88 3.4 150.533 3.987 149.546 5.16 C 148.586 6.307 148.106 7.933 148.106 10.04 L 148.106 10.48 L 143.826 10.48 L 143.826 9.8 C 143.826 7.8 144.24 6.067 145.066 4.6 C 145.893 3.107 147.04 1.973 148.506 1.2 C 150 0.4 151.693 0 153.586 0 C 155.4 0 157 0.36 158.386 1.08 C 159.773 1.773 160.84 2.76 161.586 4.04 C 162.36 5.32 162.746 6.8 162.746 8.48 C 162.746 10.613 162.12 12.507 160.866 14.16 C 159.613 15.787 157.653 17.587 154.986 19.56 L 153.066 21 C 151.626 22.067 150.6 22.88 149.986 23.44 C 149.373 24 148.986 24.493 148.826 24.92 L 163.066 24.92 L 163.066 28.68 Z M 168.892 28.68 C 169.239 23.853 170.239 19.507 171.892 15.64 C 173.546 11.773 175.652 8.533 178.212 5.92 C 178.692 5.413 179.199 4.933 179.732 4.48 L 164.292 4.48 L 164.292 0.68 L 183.532 0.68 L 183.532 4.72 C 180.652 7.68 178.306 11.2 176.492 15.28 C 174.706 19.36 173.706 23.827 173.492 28.68 Z M 194.977 29.32 C 191.644 29.32 189.057 28.04 187.217 25.48 C 185.404 22.92 184.497 19.32 184.497 14.68 C 184.497 11.64 184.924 9.027 185.777 6.84 C 186.631 4.627 187.844 2.933 189.417 1.76 C 190.991 0.587 192.844 0 194.977 0 C 197.111 0 198.964 0.587 200.537 1.76 C 202.111 2.907 203.324 4.587 204.177 6.8 C 205.031 9.013 205.457 11.667 205.457 14.76 C 205.457 19.347 204.537 22.92 202.697 25.48 C 200.857 28.04 198.284 29.32 194.977 29.32 Z M 195.017 25.96 C 197.017 25.96 198.551 25.04 199.617 23.2 C 200.711 21.333 201.257 18.533 201.257 14.8 C 201.257 10.987 200.711 8.133 199.617 6.24 C 198.551 4.347 197.017 3.4 195.017 3.4 C 192.964 3.4 191.391 4.347 190.297 6.24 C 189.231 8.107 188.697 10.973 188.697 14.84 C 188.697 18.52 189.244 21.293 190.337 23.16 C 191.457 25.027 193.017 25.96 195.017 25.96 Z M 218.321 29.32 C 214.988 29.32 212.401 28.04 210.561 25.48 C 208.748 22.92 207.841 19.32 207.841 14.68 C 207.841 11.64 208.268 9.027 209.121 6.84 C 209.974 4.627 211.188 2.933 212.761 1.76 C 214.334 0.587 216.188 0 218.321 0 C 220.454 0 222.308 0.587 223.881 1.76 C 225.454 2.907 226.668 4.587 227.521 6.8 C 228.374 9.013 228.801 11.667 228.801 14.76 C 228.801 19.347 227.881 22.92 226.041 25.48 C 224.201 28.04 221.628 29.32 218.321 29.32 Z M 218.361 25.96 C 220.361 25.96 221.894 25.04 222.961 23.2 C 224.054 21.333 224.601 18.533 224.601 14.8 C 224.601 10.987 224.054 8.133 222.961 6.24 C 221.894 4.347 220.361 3.4 218.361 3.4 C 216.308 3.4 214.734 4.347 213.641 6.24 C 212.574 8.107 212.041 10.973 212.041 14.84 C 212.041 18.52 212.588 21.293 213.681 23.16 C 214.801 25.027 216.361 25.96 218.361 25.96 Z M 240.865 0.68 L 240.865 28.68 L 236.785 28.68 L 236.785 9.08 C 236.785 7.987 236.812 7.173 236.865 6.64 C 236.172 7.76 235.238 8.68 234.065 9.4 C 232.918 10.093 231.638 10.467 230.225 10.52 L 230.225 6.56 C 231.932 6.347 233.452 5.693 234.785 4.6 C 236.118 3.507 236.998 2.2 237.425 0.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"uZMpzRSU_\" transform=\"translate(51.072 11.32)\" width=\"240.86509765625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 03\" alt class=\"framer-I1u0e framer-7k2hy5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 296 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z M 15.655 4.688 C 21.784 4.693 26.748 9.667 26.742 15.796 C 26.736 21.925 21.763 26.888 15.634 26.883 C 9.512 26.877 4.551 21.915 4.547 15.793 C 4.541 9.665 9.503 4.693 15.631 4.688 C 15.639 4.688 15..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 158 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C 4.907 28.23 1.603 24.982 0.374 19.349 C -0.118 17.094 -0.175 14.182 0.51 11.683 C 0.671 11.096 0.964 10.479 1.195 9.903 C 2.307 7.133 4.199 4.724 6.534 3.058 C 7.472 2.389 8.61 1.723 9.614 1.278 C 10.863 0.726 12.967 0.175 14.816 0.046 Z\" fill=\"rgb(255, 255, 255)\" height=\"32.000012090856444px\" id=\"NEBgWNMla\" transform=\"translate(0.039 10)\" width=\"31.927764711972557px\"/><path d=\"M 24.204 12.102 C 24.204 18.786 18.786 24.204 12.102 24.204 C 5.418 24.204 0 18.786 0 12.102 C 0 5.418 5.418 0 12.102 0 C 18.786 0 24.204 5.418 24.204 12.102 Z\" fill=\"rgb(163, 163, 163)\" height=\"24.203699999999998px\" id=\"F98gUEMAy\" transform=\"translate(4.063 14.154)\" width=\"24.2039px\"/><path d=\"M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C 4.907 28.23 1.603 24.982 0.374 19.349 C -0.118 17.094 -0.175 14.182 0.51 11.683 C 0.671 11.096 0.964 10.479 1.195 9.903 C 2.307 7.133 4.199 4.724 6.534 3.058 C 7.472 2.389 8.61 1.723 9.614 1.278 C 10.863 0.726 12.967 0.175 14.816 0.046 Z M 12.42 1.21 C 9.793 1.891 7.867 3.111 6.192 4.427 C 3.775 6.325 2.234 8.973 1.332 12.162 C 0.328 15.71 0.973 20.003 2.359 22.702 C 3.796 25.502 5.725 27.675 8.45 29.205 C 11.101 30.694 14.83 31.65 18.717 30.916 C 22.171 30.264 24.794 28.76 26.931 26.535 C 29.79 23.559 32.088 18.078 30.559 12.299 C 30.15 10.754 29.616 9.144 28.779 7.781 C 28.327 7.045 27.664 6.32 27 5.591 C 24.492 2.837 20.439 0.464 15.227 0.799 C 14.235 0.863 13.363 0.966 12.42 1.21 Z\" fill=\"rgb(163, 163, 163)\" height=\"32.000012090856444px\" id=\"sQ6cdHqHa\" transform=\"translate(0.039 10)\" width=\"31.927764711972557px\"/><path d=\"M 0 13.984 L 13.985 0\" fill=\"transparent\" height=\"13.984099999999998px\" id=\"tINRKeHxo\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(16.898 26.787)\" width=\"13.9845px\"/><path d=\"M 0 14.045 L 14.045 0\" fill=\"transparent\" height=\"14.045099999999998px\" id=\"hH08wuCfT\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(15.68 25.618)\" width=\"14.0454px\"/><path d=\"M 0 14.106 L 14.107 0\" fill=\"transparent\" height=\"14.106300000000001px\" id=\"yr15OqIx2\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(14.453 24.449)\" width=\"14.1065px\"/><path d=\"M 0 14.167 L 14.168 0\" fill=\"transparent\" height=\"14.167200000000001px\" id=\"kwlFkuIrO\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(13.234 23.281)\" width=\"14.1675px\"/><path d=\"M 0 14.228 L 14.229 0\" fill=\"transparent\" height=\"14.2283px\" id=\"smifPbsqU\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(12.008 22.112)\" width=\"14.2286px\"/><path d=\"M 0 14.29 L 14.29 0\" fill=\"transparent\" height=\"14.2897px\" id=\"K0hO4IpFm\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(10.789 20.944)\" width=\"14.289500000000002px\"/><path d=\"M 0 14.35 L 14.351 0\" fill=\"transparent\" height=\"14.350399999999997px\" id=\"XUQtvtbwD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(9.563 19.775)\" width=\"14.3506px\"/><path d=\"M 0 14.412 L 14.412 0\" fill=\"transparent\" height=\"14.4115px\" id=\"GFXBY8Bf4\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(8.344 18.607)\" width=\"14.411549999999998px\"/><path d=\"M 0 14.473 L 14.472 0\" fill=\"transparent\" height=\"14.4725px\" id=\"Pssu6Z_Xt\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(7.117 17.439)\" width=\"14.47231px\"/><path d=\"M 0 14.534 L 14.534 0\" fill=\"transparent\" height=\"14.5335px\" id=\"wE0O8YzqO\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(5.898 16.27)\" width=\"14.533659999999998px\"/><path d=\"M 0 14.595 L 14.595 0\" fill=\"transparent\" height=\"14.594500000000002px\" id=\"fKzoZKlO2\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(4.672 15.102)\" width=\"14.59462px\"/><path d=\"M 0 14.656 L 14.656 0\" fill=\"transparent\" height=\"14.6557px\" id=\"ndJ0GDkXo\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(3.453 13.933)\" width=\"14.655779999999998px\"/><path d=\"M 0 14.717 L 14.717 0\" fill=\"transparent\" height=\"14.716700000000001px\" id=\"UGWKiXq8x\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(2.227 12.765)\" width=\"14.716840000000001px\"/><path d=\"M 0 14.778 L 14.778 0\" fill=\"transparent\" height=\"14.7776px\" id=\"sVFKabDoP\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(1.008 11.596)\" width=\"14.77779px\"/><path d=\"M 0 0 L 14.264 14.265\" fill=\"transparent\" height=\"14.264500000000002px\" id=\"AQOiwI5ry\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(1 26.515)\" width=\"14.2639px\"/><path d=\"M 0 0 L 14.292 14.292\" fill=\"transparent\" height=\"14.292299999999997px\" id=\"rJtK5R3xp\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(2.156 25.342)\" width=\"14.29165px\"/><path d=\"M 0 0 L 14.319 14.32\" fill=\"transparent\" height=\"14.319899999999997px\" id=\"r06c54lXE\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(3.313 24.169)\" width=\"14.319299999999998px\"/><path d=\"M 0 0 L 14.347 14.348\" fill=\"transparent\" height=\"14.3478px\" id=\"xgkt1zlb_\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(4.469 22.995)\" width=\"14.34715px\"/><path d=\"M 0 0 L 14.375 14.375\" fill=\"transparent\" height=\"14.375400000000003px\" id=\"kzLah80a0\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(5.625 21.822)\" width=\"14.3749px\"/><path d=\"M 0 0 L 14.403 14.403\" fill=\"transparent\" height=\"14.403200000000002px\" id=\"U3Pi7e7rU\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(6.789 20.649)\" width=\"14.402740000000001px\"/><path d=\"M 0 0 L 14.43 14.431\" fill=\"transparent\" height=\"14.430900000000001px\" id=\"b0iEsxTvz\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(7.945 19.476)\" width=\"14.430490000000002px\"/><path d=\"M 0 0 L 14.458 14.459\" fill=\"transparent\" height=\"14.4587px\" id=\"I0x8QAs2E\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(9.102 18.302)\" width=\"14.45824px\"/><path d=\"M 0 0 L 14.486 14.486\" fill=\"transparent\" height=\"14.4864px\" id=\"iduVpuJmD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(10.258 17.129)\" width=\"14.4861px\"/><path d=\"M 0 0 L 14.514 14.514\" fill=\"transparent\" height=\"14.514px\" id=\"qoMk7xiel\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(11.414 15.956)\" width=\"14.513700000000002px\"/><path d=\"M 0 0 L 14.542 14.542\" fill=\"transparent\" height=\"14.541900000000002px\" id=\"MdEXkz5ep\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(12.57 14.782)\" width=\"14.541599999999999px\"/><path d=\"M 0 0 L 14.569 14.569\" fill=\"transparent\" height=\"14.5695px\" id=\"prmw7g8gD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(13.727 13.609)\" width=\"14.5693px\"/><path d=\"M 0 0 L 14.597 14.597\" fill=\"transparent\" height=\"14.5973px\" id=\"I1iiWOXqp\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(14.883 12.436)\" width=\"14.597100000000001px\"/><path d=\"M 0 0 L 14.625 14.625\" fill=\"transparent\" height=\"14.624999999999998px\" id=\"E0XVgG5Me\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(16.039 11.263)\" width=\"14.6248px\"/><path d=\"M 24.604 4.221 C 23.345 2.962 21.798 1.828 19.949 1.141 C 18.034 0.428 15.866 -0.172 13.31 0.045 C 9.238 0.392 6.379 2.219 4.207 4.358 C 2.685 5.855 1.54 7.69 0.784 9.833 C -0.325 12.98 -0.258 16.694 0.99 19.895 C 2.054 22.626 3.795 24.828 6.26 26.534 C 8.577 28.138 11.902 29.382 15.637 29.067 C 20.186 28.683 23.515 26.349 25.699 23.66 C 26.258 22.972 26.813 22.194 27.136 21.264 C 27.453 20.594 27.607 20.138 27.752 19.895 C 28.359 18.536 28.68 17.101 28.779 15.514 C 29.082 10.634 27.204 6.821 24.604 4.221 Z M 23.263 19.091 C 23.254 19.11 23.247 19.127 23.238 19.146 C 23.012 19.792 22.623 20.332 22.233 20.81 C 20.705 22.677 18.377 24.298 15.196 24.565 C 12.584 24.783 10.259 23.92 8.639 22.806 C 7.231 21.838 6.16 20.64 5.41 19.2 C 5.364 19.113 4.928 18.109 4.927 18.065 C 4.332 16.221 4.281 13.256 4.891 11.476 C 5.298 10.288 5.977 9.003 6.876 7.985 C 8.117 6.58 9.359 5.679 11.325 5.042 C 12.223 4.751 13.026 4.455 14.131 4.426 C 16.827 4.354 19.571 5.564 21.045 6.89 C 22.399 8.108 23.942 10.482 24.33 12.708 C 24.729 15 24.303 17.237 23.263 19.091 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.116092968235904px\" id=\"wBpnpnKTs\" transform=\"translate(1.617 11.438)\" width=\"28.81113361874426px\"/><path d=\"M 9.579 12.943 C 8.915 12.943 8.333 12.523 8.13 11.897 L 7.391 9.645 L 3.693 9.645 L 3.006 11.877 C 2.799 12.514 2.212 12.941 1.545 12.941 C 1.385 12.941 1.226 12.916 1.072 12.866 C 0.275 12.627 -0.178 11.768 0.066 10.954 L 3.187 1.067 C 3.39 0.439 3.987 0 4.638 0 L 6.298 0 C 6.954 0 7.55 0.431 7.749 1.049 L 11.031 10.931 C 11.294 11.739 10.859 12.607 10.063 12.866 C 9.906 12.917 9.743 12.943 9.579 12.943 Z\" fill=\"rgb(255, 255, 255)\" height=\"12.943000000000001px\" id=\"GNOQQM1vj\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.320086\" stroke=\"rgb(163, 163, 163)\" transform=\"translate(10.617 19.785)\" width=\"11.10776148027502px\"/><path d=\"M 0.232 1.956 L 0.228 1.951 C -0.161 1.417 -0.047 0.671 0.527 0.253 C 1.1 -0.166 1.836 -0.048 2.225 0.485 L 2.229 0.49 C 2.618 1.024 2.504 1.77 1.931 2.188 C 1.358 2.607 0.621 2.489 0.232 1.956 Z M 1.708 0.879 L 1.704 0.874 C 1.508 0.606 1.144 0.514 0.86 0.721 C 0.579 0.926 0.557 1.292 0.753 1.56 L 0.756 1.565 C 0.952 1.833 1.316 1.925 1.597 1.72 C 1.881 1.513 1.903 1.147 1.708 0.879 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.44101290707444px\" id=\"qeT1W5Rpi\" transform=\"translate(7.703 14.678)\" width=\"2.457575241735932px\"/><path d=\"M 0.225 0.188 L 0.81 0 L 2.449 1.906 L 1.799 2.115 L 1.514 1.775 L 0.669 2.046 L 0.638 2.487 L 0 2.692 Z M 1.187 1.359 L 0.743 0.815 L 0.696 1.517 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.6921999999999997px\" id=\"zqIwoDefS\" transform=\"translate(11.461 12.95)\" width=\"2.449399999999999px\"/><path d=\"M 0 1.291 L 0.005 0 L 0.652 0.003 L 0.647 1.281 C 0.646 1.612 0.813 1.771 1.069 1.772 C 1.325 1.773 1.494 1.622 1.495 1.3 L 1.5 0.006 L 2.147 0.009 L 2.142 1.283 C 2.139 2.026 1.714 2.349 1.06 2.347 C 0.407 2.344 -0.003 2.011 0 1.291 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.3468155367493093px\" id=\"iUUyn_Ra9\" transform=\"translate(14.969 12.42)\" width=\"2.1472153056419003px\"/><path d=\"M 0.66 0.736 L 0 0.534 L 0.163 0 L 2.092 0.589 L 1.929 1.123 L 1.269 0.922 L 0.761 2.587 L 0.152 2.401 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.5869px\" id=\"go8gb4WvD\" transform=\"translate(18.789 12.75)\" width=\"2.0921999999999983px\"/><path d=\"M 1.274 0 L 1.805 0.353 L 1.328 1.07 L 2.009 1.523 L 2.486 0.806 L 3.016 1.159 L 1.742 3.074 L 1.212 2.721 L 1.696 1.993 L 1.015 1.54 L 0.531 2.268 L 0 1.915 Z\" fill=\"rgb(255, 255, 255)\" height=\"3.074px\" id=\"oGnlqTRpC\" transform=\"translate(21.336 14.085)\" width=\"3.016400000000001px\"/><path d=\"M 2.195 0.449 L 2.199 0.455 C 2.609 0.973 2.523 1.723 1.966 2.163 C 1.409 2.603 0.669 2.514 0.26 1.995 L 0.256 1.99 C -0.154 1.472 -0.068 0.722 0.489 0.282 C 1.046 -0.158 1.786 -0.069 2.195 0.449 Z M 0.762 1.582 L 0.766 1.587 C 0.972 1.847 1.339 1.926 1.615 1.708 C 1.888 1.492 1.896 1.125 1.69 0.865 L 1.686 0.86 C 1.481 0.6 1.113 0.521 0.84 0.737 C 0.564 0.955 0.556 1.321 0.762 1.582 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.4448110781620302px\" id=\"o6SS_oj2P\" transform=\"translate(22.289 34.564)\" width=\"2.454976523932326px\"/><path d=\"M 2.298 2.512 L 1.722 2.725 L 0 0.893 L 0.641 0.656 L 0.941 0.983 L 1.773 0.675 L 1.784 0.233 L 2.413 0 Z M 1.285 1.384 L 1.753 1.908 L 1.769 1.205 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.725200000000001px\" id=\"qhUk95Lv0\" transform=\"translate(18.586 36.145)\" width=\"2.4125000000000014px\"/><path d=\"M 2.141 1.005 L 2.198 2.295 L 1.552 2.324 L 1.495 1.047 C 1.481 0.715 1.306 0.565 1.05 0.576 C 0.794 0.588 0.633 0.746 0.648 1.068 L 0.705 2.361 L 0.058 2.389 L 0.002 1.116 C -0.031 0.374 0.378 0.031 1.031 0.002 C 1.685 -0.027 2.109 0.286 2.141 1.005 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.3894252761859676px\" id=\"NA5NLFc0E\" transform=\"translate(15.445 37.215)\" width=\"2.1981253795822333px\"/><path d=\"M 1.427 1.847 L 2.093 2.027 L 1.948 2.566 L 0 2.041 L 0.146 1.502 L 0.812 1.681 L 1.266 0 L 1.881 0.166 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.566499999999998px\" id=\"FAsIVIX2m\" transform=\"translate(11.664 36.794)\" width=\"2.093300000000001px\"/><path d=\"M 1.795 3.049 L 1.248 2.721 L 1.691 1.983 L 0.989 1.562 L 0.547 2.3 L 0 1.973 L 1.182 0 L 1.729 0.328 L 1.28 1.077 L 1.982 1.498 L 2.431 0.748 L 2.978 1.076 Z\" fill=\"rgb(255, 255, 255)\" height=\"3.0486999999999966px\" id=\"S8pEKUUYf\" transform=\"translate(8.148 35.125)\" width=\"2.9775599999999987px\"/><path d=\"M 13.44 29.32 C 10.88 29.32 8.573 28.733 6.52 27.56 C 4.493 26.36 2.893 24.653 1.72 22.44 C 0.573 20.227 0 17.64 0 14.68 C 0 11.773 0.573 9.213 1.72 7 C 2.893 4.76 4.493 3.04 6.52 1.84 C 8.573 0.613 10.88 0 13.44 0 C 16 0 18.293 0.613 20.32 1.84 C 22.373 3.067 23.987 4.8 25.16 7.04 C 26.333 9.253 26.92 11.8 26.92 14.68 C 26.92 17.613 26.333 20.187 25.16 22.4 C 23.987 24.613 22.373 26.32 20.32 27.52 C 18.293 28.72 16 29.32 13.44 29.32 Z M 13.44 25.76 C 15.227 25.76 16.8 25.32 18.16 24.44 C 19.547 23.56 20.613 22.293 21.36 20.64 C 22.107 18.96 22.48 16.973 22.48 14.68 C 22.48 12.44 22.093 10.48 21.32 8.8 C 20.573 7.12 19.52 5.84 18.16 4.96 C 16.8 4.053 15.227 3.6 13.44 3.6 C 11.653 3.6 10.08 4.053 8.72 4.96 C 7.36 5.84 6.293 7.12 5.52 8.8 C 4.773 10.453 4.4 12.413 4.4 14.68 C 4.4 16.947 4.773 18.92 5.52 20.6 C 6.267 22.253 7.32 23.533 8.68 24.44 C 10.067 25.32 11.653 25.76 13.44 25.76 Z M 54.264 28.68 L 49.545 28.68 L 46.465 20.6 L 34.145 20.6 L 31.105 28.68 L 26.585 28.68 L 37.905 0.68 L 42.905 0.68 Z M 35.505 17.04 L 45.145 17.04 L 41.225 6.76 L 40.345 4.24 C 40.078 5.067 39.758 5.907 39.385 6.76 Z M 62.26 29.32 C 60.1 29.32 58.393 28.653 57.14 27.32 C 55.913 25.987 55.3 24.093 55.3 21.64 L 55.3 9.32 L 59.3 9.32 L 59.3 20.88 C 59.3 24.4 60.66 26.16 63.38 26.16 C 64.846 26.16 65.993 25.653 66.82 24.64 C 67.646 23.6 68.06 22.16 68.06 20.32 L 68.06 9.32 L 71.98 9.32 L 71.98 28.68 L 68.1 28.68 L 68.1 27.64 C 68.1 26.893 68.113 26.347 68.14 26 C 67.66 27.013 66.9 27.827 65.86 28.44 C 64.846 29.027 63.646 29.32 62.26 29.32 Z M 83.551 28.96 C 81.764 28.96 80.351 28.48 79.311 27.52 C 78.271 26.533 77.751 25.013 77.751 22.96 L 77.751 12.52 L 73.831 12.52 L 73.831 9.32 L 77.751 9.32 L 77.751 2.68 L 81.751 2.68 L 81.751 9.32 L 86.031 9.32 L 86.031 12.52 L 81.751 12.52 L 81.751 22.48 C 81.751 24.533 82.698 25.56 84.591 25.56 C 85.044 25.56 85.524 25.52 86.031 25.44 L 86.031 28.64 C 85.231 28.853 84.404 28.96 83.551 28.96 Z M 88.516 28.68 L 88.516 0.68 L 92.476 0.68 L 92.476 10.24 C 92.476 10.987 92.463 11.573 92.436 12 C 92.97 11.013 93.756 10.213 94.796 9.6 C 95.836 8.987 97.023 8.68 98.356 8.68 C 100.57 8.68 102.29 9.373 103.516 10.76 C 104.77 12.12 105.396 14.013 105.396 16.44 L 105.396 28.68 L 101.436 28.68 L 101.436 17 C 101.436 13.56 100.063 11.84 97.316 11.84 C 95.876 11.84 94.703 12.347 93.796 13.36 C 92.916 14.373 92.476 15.627 92.476 17.12 L 92.476 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"bLd0GR104\" transform=\"translate(49.729 11.32)\" width=\"105.39619720458984px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 04\" alt class=\"framer-Gtzx2 framer-1eisoi\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 158 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 168 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.949 29.224 C 17.963 30.177 17.977 30.871 17.99 31.211 C 18.004 31.252 18.004 31.306 17.99 31.347 C 17.99 31.401 17.99 31.442 17.99 31.442 C 17.99 31.633 18.018 31.823 18.072 32 C 18.127 31.823 18.154 31.633 18.154 31.442 C 18.154 31.374 18.181 30.381 18.222 28.789 C 18.208 28.803 18.195 28.816 18.195 28.83 C 18.099 28.952 18.018 29.088 17.949 29.224 Z M 15.116 9.359 C 15.334 9.128 15.538 8.856 15.688 8.57 C 15.579 8.815 15.157 9.74 15.566 9.822 C 16.015 9.903 16.519 9.767 17.432 8.611 C 17.405 7.128 17.377 5.835 17.364 4.855 L 16.873 4.855 C 16.846 4.855 16.833 4.855 16.805 4.855 C 16.533 4.855 16.083 4.828 15.784 4.379 C 15.457 3.889 15.443 3.386 15.429 3.019 C 15.416 2.488 15.28 1.522 14.612 0.978 C 14.149 0.61 12.896 0.325 11.738 0.787 C 11.357 0.937 10.594 1.331 9.845 1.699 C 9.163 2.039 8.292 2.461 8.019 2.461 C 8.469 2.257 9.068 1.957 9.722 1.59 C 10.471 1.182 11.261 0.746 11.656 0.583 C 12.446 0.27 13.958 0.175 14.735 0.801 C 15.47 1.399 15.62 2.434 15.634 2.991 C 15.647 3.359 15.661 3.808 15.947 4.257 C 16.206 4.638 16.615 4.638 16.86 4.638 L 16.914 4.638 L 17.35 4.638 C 17.35 4.515 17.35 4.406 17.35 4.284 C 16.914 4.311 16.288 4.338 16.015 3.753 C 15.688 3.046 16.042 1.236 14.953 0.474 C 13.863 -0.288 12.119 -0.097 10.567 0.801 C 9.027 1.685 6.984 2.842 4.464 3.849 C 1.944 4.855 0.377 5.264 0.078 5.304 C -0.208 5.359 0.309 5.549 1.385 5.577 C 2.462 5.604 3.361 5.522 3.361 5.522 L 11.261 1.93 C 11.261 1.93 4.45 5.318 3.878 5.685 C 3.306 6.053 2.843 6.175 2.884 6.515 C 2.925 6.856 3.361 6.815 4.559 6.788 C 5.758 6.76 6.017 6.652 6.426 6.529 C 6.834 6.407 11.261 4.366 11.261 4.366 C 11.261 4.366 6.521 6.72 5.84 7.264 C 5.159 7.808 5.894 7.985 6.357 7.999 C 6.834 8.012 8.101 7.944 8.809 7.59 C 9.518 7.237 11.724 5.822 11.724 5.822 C 11.724 5.822 9.545 7.386 9.123 7.74 C 8.782 8.026 8.605 8.271 8.687 8.57 C 8.809 8.951 9.463 8.91 10.335 8.597 C 10.335 8.597 11.234 8.284 11.575 7.985 C 11.915 7.672 12.869 6.828 12.869 6.828 C 12.869 6.828 11.738 7.999 11.452 8.502 C 11.18 9.005 11.125 9.128 11.261 9.414 C 11.452 9.822 12.896 9.4 13.304 8.965 C 13.604 8.624 13.89 8.271 14.149 7.89 C 14.149 7.89 13.713 8.597 13.618 9.005 C 13.522 9.414 13.413 9.74 13.808 9.781 C 14.244 9.849 14.653 9.863 15.116 9.359 Z M 17.813 18.625 C 17.854 18.598 17.895 18.571 17.936 18.543 C 18.018 18.489 18.086 18.448 18.14 18.394 C 18.249 18.326 18.358 18.244 18.467 18.176 C 18.481 17.4 18.508 16.611 18.522 15.836 C 18.304 15.741 18.072 15.645 17.827 15.55 C 17.813 15.55 17.8 15.536 17.786 15.536 C 17.759 15.523 17.745 15.523 17.718 15.509 C 17.554 15.455 17.405 15.387 17.228 15.332 C 17.023 15.251 16.819 15.183 16.615 15.101 C 15.252 15.822 14.98 16.162 14.98 16.829 C 14.98 17.768 15.784 18.19 17.173 19.074 C 17.391 18.911 17.609 18.761 17.813 18.625 Z M 16.138 16.951 C 16.138 16.951 16.042 16.353 17.582 15.659 C 17.623 15.645 17.663 15.618 17.704 15.604 C 17.718 16.543 17.732 17.482 17.759 18.421 C 16.996 17.904 16.138 17.414 16.138 16.951 Z M 18.467 28.503 C 18.399 28.585 18.331 28.667 18.263 28.735 C 18.658 29.265 18.631 29.782 18.413 30.449 C 18.617 30.218 19.026 29.633 18.685 28.871 C 18.617 28.748 18.549 28.626 18.467 28.503 Z M 17.841 22.925 C 17.99 23.074 18.167 23.251 18.345 23.428 C 18.453 23.537 18.562 23.646 18.685 23.768 C 18.699 23.782 18.726 23.795 18.753 23.823 C 19.679 23.02 20.524 22.258 20.524 21.305 C 20.524 20.557 19.802 19.877 19.08 19.333 C 19.012 19.373 18.944 19.414 18.876 19.469 C 18.712 19.577 18.562 19.673 18.426 19.768 C 18.426 19.768 18.413 19.768 18.413 19.782 C 18.385 19.809 18.345 19.822 18.317 19.85 C 18.127 19.986 17.949 20.108 17.786 20.231 C 17.813 21.142 17.827 22.054 17.841 22.925 Z M 18.426 19.918 C 19.325 20.571 19.679 20.993 19.679 21.455 C 19.679 21.931 19.175 22.489 18.358 23.306 C 18.372 22.217 18.399 21.088 18.426 19.918 Z M 23.398 6.842 C 23.398 6.842 24.352 7.686 24.692 7.999 C 25.033 8.311 25.932 8.611 25.932 8.611 C 26.804 8.924 27.457 8.965 27.58 8.584 C 27.675 8.284 27.485 8.026 27.144 7.754 C 26.722 7.4 24.542 5.835 24.542 5.835 C 24.542 5.835 26.749 7.25 27.457 7.604 C 28.166 7.958 29.433 8.026 29.909 8.012 C 30.386 7.999 31.108 7.822 30.427 7.277 C 29.746 6.733 25.006 4.379 25.006 4.379 C 25.006 4.379 29.419 6.434 29.841 6.543 C 30.25 6.665 30.509 6.76 31.707 6.801 C 32.906 6.828 33.328 6.869 33.383 6.529 C 33.437 6.202 32.961 6.08 32.388 5.699 C 31.816 5.332 25.006 1.944 25.006 1.944 L 32.906 5.536 C 32.906 5.536 33.805 5.617 34.881 5.59 C 35.957 5.563 36.475 5.373 36.189 5.318 C 35.903 5.264 34.323 4.869 31.803 3.862 C 29.283 2.855 27.239 1.712 25.7 0.814 C 24.161 -0.07 22.404 -0.274 21.314 0.488 C 20.224 1.25 20.578 3.046 20.252 3.767 C 19.979 4.352 19.353 4.325 18.917 4.298 C 18.917 4.406 18.917 4.529 18.903 4.651 L 19.353 4.651 L 19.407 4.651 C 19.652 4.651 20.061 4.651 20.32 4.27 C 20.606 3.835 20.619 3.372 20.633 3.005 C 20.647 2.447 20.796 1.413 21.532 0.814 C 22.308 0.189 23.82 0.284 24.61 0.597 C 25.006 0.746 25.796 1.182 26.545 1.604 C 27.199 1.971 27.798 2.27 28.247 2.474 C 27.961 2.474 27.103 2.053 26.422 1.712 C 25.687 1.331 24.924 0.95 24.529 0.801 C 23.371 0.338 22.118 0.624 21.655 0.991 C 20.973 1.536 20.851 2.502 20.837 3.032 C 20.824 3.4 20.81 3.917 20.483 4.393 C 20.197 4.842 19.748 4.869 19.461 4.869 C 19.434 4.869 19.421 4.869 19.393 4.869 L 18.903 4.869 C 18.876 5.849 18.849 7.128 18.821 8.584 C 19.748 9.767 20.279 9.917 20.715 9.822 C 21.123 9.74 20.715 8.815 20.592 8.57 C 20.756 8.856 20.946 9.114 21.164 9.359 C 21.614 9.863 22.036 9.849 22.445 9.795 C 22.853 9.74 22.731 9.427 22.635 9.019 C 22.54 8.611 22.104 7.903 22.104 7.903 C 22.363 8.271 22.649 8.638 22.949 8.978 C 23.357 9.414 24.801 9.849 24.992 9.427 C 25.114 9.155 25.074 9.019 24.801 8.516 C 24.542 8.012 23.398 6.842 23.398 6.842 Z M 18.154 2.678 C 18.372 2.678 18.59 2.61 18.767 2.488 C 18.944 2.366 19.094 2.189 19.175 1.998 C 19.257 1.794 19.284 1.576 19.244 1.359 C 19.203 1.141 19.094 0.95 18.944 0.787 C 18.794 0.638 18.59 0.529 18.372 0.488 C 18.154 0.447 17.936 0.461 17.732 0.556 C 17.527 0.638 17.35 0.787 17.241 0.964 C 17.119 1.141 17.05 1.359 17.05 1.576 C 17.05 1.726 17.078 1.862 17.132 1.998 C 17.187 2.134 17.268 2.257 17.377 2.352 C 17.486 2.461 17.595 2.542 17.732 2.597 C 17.854 2.651 18.004 2.678 18.154 2.678 Z M 21.777 10.951 C 21.777 10.951 21.75 10.189 20.51 10.108 C 19.244 10.026 19.189 10.57 19.216 10.774 C 19.312 10.774 19.393 10.801 19.393 10.829 C 19.393 10.856 19.325 10.883 19.244 10.883 C 19.312 11.087 19.502 11.332 20.047 11.604 C 20.497 11.822 20.715 11.808 20.973 11.767 C 20.973 11.767 21.273 11.944 21.273 12.23 C 21.273 12.502 20.796 13.033 18.562 14.149 C 18.699 8.135 18.821 2.855 18.821 2.855 L 18.957 2.855 C 19.012 2.855 19.066 2.828 19.107 2.787 C 19.148 2.746 19.175 2.692 19.175 2.638 L 19.175 2.57 C 19.175 2.542 19.175 2.515 19.162 2.488 C 19.148 2.461 19.135 2.434 19.107 2.42 C 18.985 2.556 18.849 2.665 18.685 2.746 C 18.522 2.828 18.345 2.855 18.167 2.855 C 17.99 2.855 17.813 2.815 17.65 2.746 C 17.486 2.678 17.337 2.556 17.228 2.42 C 17.2 2.447 17.187 2.461 17.173 2.488 C 17.159 2.515 17.159 2.542 17.159 2.57 L 17.159 2.638 C 17.159 2.692 17.187 2.746 17.228 2.787 C 17.268 2.828 17.323 2.855 17.377 2.855 L 17.514 2.855 C 17.514 2.855 17.609 7.985 17.704 13.89 C 17.895 13.985 18.086 14.081 18.304 14.189 C 18.331 14.203 18.372 14.217 18.399 14.23 C 18.903 14.475 19.325 14.679 19.679 14.87 C 20.878 14.407 22.05 13.876 22.404 13.128 C 23.03 11.74 21.777 10.951 21.777 10.951 Z M 20.115 10.638 C 19.979 10.638 19.87 10.57 19.87 10.488 C 19.87 10.407 19.979 10.339 20.115 10.339 C 20.252 10.339 20.361 10.407 20.361 10.488 C 20.361 10.57 20.252 10.638 20.115 10.638 Z M 17.949 27.864 C 18.058 27.728 18.154 27.592 18.263 27.469 C 18.276 26.694 18.304 25.823 18.317 24.884 C 18.181 24.748 18.031 24.612 17.868 24.462 C 17.813 24.421 17.772 24.367 17.718 24.326 C 17.65 24.258 17.582 24.204 17.514 24.149 C 17.132 24.503 16.383 25.292 16.383 25.972 C 16.383 26.775 17.159 27.592 17.745 28.177 C 17.8 28.054 17.868 27.959 17.949 27.864 Z M 17.868 24.625 C 17.895 25.782 17.909 26.843 17.922 27.755 C 17.473 27.156 16.996 26.544 16.996 26.122 C 16.996 25.728 17.228 25.279 17.868 24.625 Z M 18.181 14.366 C 15.525 13.087 14.98 12.502 14.98 12.216 C 14.98 11.931 15.28 11.754 15.28 11.754 C 15.538 11.808 15.756 11.808 16.206 11.591 C 16.751 11.332 16.941 11.074 17.01 10.869 C 16.928 10.869 16.86 10.842 16.86 10.815 C 16.86 10.788 16.941 10.761 17.037 10.761 L 17.037 10.747 C 17.05 10.543 16.982 10.012 15.729 10.094 C 14.49 10.176 14.462 10.937 14.462 10.937 C 14.462 10.937 13.209 11.74 13.863 13.101 C 14.435 14.312 17.119 14.951 18.671 15.645 C 20.211 16.339 20.115 16.938 20.115 16.938 C 20.115 17.455 19.08 17.999 18.263 18.571 C 17.445 19.142 15.716 20.135 15.716 21.305 C 15.716 22.38 16.792 23.21 17.841 24.136 C 18.903 25.061 19.244 25.619 19.244 26.136 C 19.244 26.843 18.072 27.796 17.473 28.979 C 16.873 30.163 18.058 32 17.691 31.034 C 17.309 30.068 17.514 29.388 18.004 28.707 C 18.603 27.877 19.884 27.061 19.884 25.959 C 19.884 25.034 18.535 23.945 18.535 23.945 C 17.337 22.748 16.574 22.067 16.574 21.469 C 16.574 20.87 17.146 20.339 18.753 19.292 C 20.347 18.258 21.287 17.849 21.287 16.843 C 21.287 15.958 20.837 15.645 18.181 14.366 Z M 16.138 10.352 C 16.274 10.352 16.383 10.42 16.383 10.502 C 16.383 10.584 16.274 10.652 16.138 10.652 C 16.002 10.652 15.893 10.584 15.893 10.502 C 15.893 10.42 16.002 10.352 16.138 10.352 Z\" fill=\"rgb(163, 163, 163)\" height=\"32.00000609741211px\" id=\"fq0q8RK8y\" transform=\"translate(0.867 10)\" width=\"36.26669358762392px\"/><path d=\"M 4.24 28 L 0 28 L 0 0 L 4.24 0 L 4.24 11.64 L 18.4 11.64 L 18.4 0 L 22.64 0 L 22.64 28 L 18.4 28 L 18.4 15.24 L 4.24 15.24 Z M 27.953 0 L 32.193 0 L 32.193 28 L 27.953 28 Z M 37.547 28 L 37.547 0 L 48.787 0 C 51.693 0 54.053 0.64 55.867 1.92 C 57.707 3.2 58.627 5.267 58.627 8.12 C 58.627 10.973 57.72 13.04 55.907 14.32 C 54.093 15.6 51.72 16.24 48.787 16.24 L 41.787 16.24 L 41.787 28 Z M 48.747 12.64 C 52.427 12.64 54.267 11.133 54.267 8.12 C 54.267 5.08 52.427 3.56 48.747 3.56 L 41.787 3.56 L 41.787 12.64 Z M 83.765 28 L 79.045 28 L 75.965 19.92 L 63.645 19.92 L 60.605 28 L 56.085 28 L 67.405 0 L 72.405 0 Z M 65.005 16.36 L 74.645 16.36 L 70.725 6.08 L 69.845 3.56 C 69.578 4.387 69.258 5.227 68.885 6.08 Z M 110.273 28 L 105.553 28 L 102.473 19.92 L 90.153 19.92 L 87.113 28 L 82.593 28 L 93.913 0 L 98.913 0 Z M 91.513 16.36 L 101.153 16.36 L 97.233 6.08 L 96.353 3.56 C 96.086 4.387 95.766 5.227 95.393 6.08 Z\" fill=\"rgb(163, 163, 163)\" height=\"28px\" id=\"ymFkBzbJ0\" transform=\"translate(56.533 12)\" width=\"110.27320068359376px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 05\" alt class=\"framer-5KXKr framer-1kprdjh\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 168 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.949 29.224 C 17.963 30.177 17.977 30.871 17.99 31.211 C 18.004 31.252 18.004 31.306 17.99 31.347 C 17.99 31.401 17.99 31.442 17.99 31.442 C 17.99 31.633 18.018 31.823 18.072 32 C 18.127 31.823 18.154 31.633 18.154 31.442 C 18.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 156 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.333 6.667 L 17.333 9.333 C 19.542 9.333 21.333 11.124 21.333 13.333 L 21.333 22.667 C 21.333 24.876 19.542 26.667 17.333 26.667 L 4 26.667 C 1.791 26.667 0 24.876 0 22.667 L 0 13.333 C 0 11.124 1.791 9.333 4 9.333 L 4 6.667 C 4 2.985 6.985 0 10.667 0 C 14.349 0 17.333 2.985 17.333 6.667 Z M 14.667 9.333 L 14.667 6.667 C 14.667 4.457 12.876 2.667 10.667 2.667 C 8.458 2.667 6.667 4.457 6.667 6.667 L 6.667 9.333 Z M 9.333 16 L 9.333 20 C 9.333 20.736 9.93 21.333 10.667 21.333 C 11.403 21.333 12 20.736 12 20 L 12 16 C 12 15.264 11.403 14.667 10.667 14.667 C 9.93 14.667 9.333 15.264 9.333 16 Z\" fill=\"rgb(163, 163, 163)\" height=\"26.6667px\" id=\"lfkMdFg0A\" transform=\"translate(5.328 12.667)\" width=\"21.33338px\"/><path d=\"M 11.68 29.32 C 9.36 29.32 7.333 28.92 5.6 28.12 C 3.867 27.32 2.507 26.173 1.52 24.68 C 0.56 23.187 0.053 21.44 0 19.44 L 4.36 19.44 C 4.467 21.413 5.2 22.96 6.56 24.08 C 7.947 25.2 9.693 25.76 11.8 25.76 C 13.827 25.76 15.427 25.36 16.6 24.56 C 17.773 23.733 18.36 22.6 18.36 21.16 C 18.36 19.987 17.92 19.053 17.04 18.36 C 16.16 17.667 14.867 17.147 13.16 16.8 L 8.76 15.84 C 6.44 15.333 4.56 14.427 3.12 13.12 C 1.68 11.813 0.96 10.12 0.96 8.04 C 0.96 6.493 1.413 5.12 2.32 3.92 C 3.227 2.693 4.467 1.733 6.04 1.04 C 7.64 0.347 9.44 0 11.44 0 C 14.613 0 17.147 0.8 19.04 2.4 C 20.96 3.973 22 6.093 22.16 8.76 L 17.8 8.76 C 17.693 7.213 17.067 5.973 15.92 5.04 C 14.773 4.08 13.227 3.6 11.28 3.6 C 9.573 3.6 8.147 3.987 7 4.76 C 5.88 5.507 5.32 6.48 5.32 7.68 C 5.32 8.8 5.72 9.693 6.52 10.36 C 7.32 11 8.533 11.507 10.16 11.88 L 15 12.92 C 17.373 13.427 19.253 14.333 20.64 15.64 C 22.027 16.92 22.72 18.613 22.72 20.72 C 22.72 22.347 22.28 23.813 21.4 25.12 C 20.52 26.427 19.24 27.453 17.56 28.2 C 15.907 28.947 13.947 29.32 11.68 29.32 Z M 38.082 29.32 C 35.522 29.32 33.216 28.733 31.162 27.56 C 29.136 26.36 27.536 24.653 26.362 22.44 C 25.216 20.227 24.642 17.64 24.642 14.68 C 24.642 11.773 25.216 9.213 26.362 7 C 27.536 4.76 29.136 3.04 31.162 1.84 C 33.216 0.613 35.522 0 38.082 0 C 40.642 0 42.936 0.613 44.962 1.84 C 47.016 3.067 48.629 4.8 49.802 7.04 C 50.976 9.253 51.562 11.8 51.562 14.68 C 51.562 17.613 50.976 20.187 49.802 22.4 C 48.629 24.613 47.016 26.32 44.962 27.52 C 42.936 28.72 40.642 29.32 38.082 29.32 Z M 38.082 25.76 C 39.869 25.76 41.442 25.32 42.802 24.44 C 44.189 23.56 45.256 22.293 46.002 20.64 C 46.749 18.96 47.122 16.973 47.122 14.68 C 47.122 12.44 46.736 10.48 45.962 8.8 C 45.216 7.12 44.162 5.84 42.802 4.96 C 41.442 4.053 39.869 3.6 38.082 3.6 C 36.296 3.6 34.722 4.053 33.362 4.96 C 32.002 5.84 30.936 7.12 30.162 8.8 C 29.416 10.453 29.042 12.413 29.042 14.68 C 29.042 16.947 29.416 18.92 30.162 20.6 C 30.909 22.253 31.962 23.533 33.322 24.44 C 34.709 25.32 36.296 25.76 38.082 25.76 Z M 67.092 29.32 C 64.399 29.32 62.025 28.733 59.972 27.56 C 57.945 26.36 56.372 24.653 55.252 22.44 C 54.132 20.2 53.572 17.56 53.572 14.52 C 53.572 11.64 54.159 9.107 55.332 6.92 C 56.532 4.707 58.159 3 60.212 1.8 C 62.292 0.6 64.625 0 67.212 0 C 69.452 0 71.452 0.427 73.212 1.28 C 74.972 2.107 76.385 3.28 77.452 4.8 C 78.545 6.32 79.185 8.053 79.372 10 L 74.812 10 C 74.492 8 73.665 6.44 72.332 5.32 C 71.025 4.173 69.292 3.6 67.132 3.6 C 65.345 3.6 63.759 4.04 62.372 4.92 C 60.985 5.8 59.905 7.067 59.132 8.72 C 58.385 10.347 58.012 12.28 58.012 14.52 C 58.012 16.787 58.399 18.773 59.172 20.48 C 59.945 22.16 61.012 23.467 62.372 24.4 C 63.759 25.307 65.332 25.76 67.092 25.76 C 69.279 25.76 71.065 25.173 72.452 24 C 73.865 22.8 74.745 21.213 75.092 19.24 L 79.412 19.24 C 79.039 22.333 77.759 24.787 75.572 26.6 C 73.385 28.413 70.559 29.32 67.092 29.32 Z M 90.22 0.68 L 94.46 0.68 L 94.46 28.68 L 90.22 28.68 Z M 99.813 0.68 L 104.053 0.68 L 104.053 28.68 L 99.813 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"PdLfSU4kI\" transform=\"translate(49.36 11.32)\" width=\"104.05300354003907px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 06\" alt class=\"framer-k9RK4 framer-4yubg4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 156 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.333 6.667 L 17.333 9.333 C 19.542 9.333 21.333 11.124 21.333 13.333 L 21.333 22.667 C 21.333 24.876 19.542 26.667 17.333 26.667 L 4 26.667 C 1.791 26.667 0 24.876 0 22.667 L 0 13.333 C 0 11.124 1.791 9.333 4 9.333 L 4 6.667 C 4..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 156 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 32 0 L 32 32 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.119 L 10.768 6.627 L 9.495 5.696 L 8.222 6.627 L 8.708 5.121 L 7.435 4.189 L 9.009 4.189 Z M 4.73 7.48 L 5.216 8.987 L 6.797 8.987 L 5.523 9.918 L 6.003 11.425 L 4.73 10.494 L 3.457 11.425 L 3.943 9.919 L 2.67 8.987 L 4.243 8.987 Z M 2.998 14.024 L 3.483 15.53 L 5.064 15.53 L 3.791 16.462 L 4.27 17.969 L 2.998 17.038 L 1.724 17.969 L 2.21 16.462 L 0.938 15.53 L 2.511 15.53 Z M 4.73 20.567 L 5.216 22.073 L 6.797 22.073 L 5.523 23.004 L 6.003 24.512 L 4.73 23.581 L 3.457 24.512 L 3.943 23.005 L 2.67 22.073 L 4.243 22.073 Z M 9.495 25.365 L 9.981 26.871 L 11.562 26.871 L 10.289 27.802 L 10.768 29.31 L 9.495 28.379 L 8.222 29.31 L 8.708 27.803 L 7.435 26.871 L 9.009 26.871 Z M 22.49 2.682 L 22.977 4.188 L 24.557 4.188 L 23.284 5.119 L 23.763 6.627 L 22.49 5.696 L 21.217 6.627 L 21.703 5.121 L 20.431 4.189 L 22.004 4.189 Z M 27.255 7.48 L 27.741 8.987 L 29.322 8.987 L 28.049 9.918 L 28.528 11.425 L 27.255 10.494 L 25.982 11.425 L 26.469 9.919 L 25.195 8.987 L 26.769 8.987 Z M 28.988 14.024 L 29.474 15.53 L 31.055 15.53 L 29.782 16.462 L 30.261 17.969 L 28.988 17.038 L 27.715 17.969 L 28.201 16.462 L 26.928 15.53 L 28.502 15.53 Z M 27.255 20.567 L 27.741 22.073 L 29.322 22.073 L 28.049 23.004 L 28.528 24.512 L 27.255 23.581 L 25.982 24.512 L 26.469 23.005 L 25.195 22.073 L 26.769 22.073 Z M 15.993 27.11 L 16.479 28.616 L 18.06 28.616 L 16.786 29.548 L 17.266 31.055 L 15.993 30.124 L 14.72 31.055 L 15.206 29.548 L 13.933 28.616 L 15.506 28.616 Z M 22.49 25.365 L 22.977 26.871 L 24.557 26.871 L 23.284 27.802 L 23.763 29.31 L 22.49 28.379 L 21.217 29.31 L 21.703 27.803 L 20.431 26.871 L 22.004 26.871 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.119 L 10.768 6.627 L 9.495 5.696 L 8.222 6.627 L 8.708 5.121 L 7.435 4.189 L 9.009 4.189 Z M 4.73 7.48 L 5.216 8.987 L 6.797 8.987 L 5.523 9.918 L 6.003 11.425 L 4.73 10.494 L 3.457 11.425 L 3.943 9.919 L 2.67 8.987 L 4.243 8.987 Z M 2.998 14.024 L 3.483 15.53 L 5.064 15.53 L 3.791 16.462 L 4.27 17.969 L 2.998 17.038 L 1.724 17.969 L 2.21 16.462 L 0.938 15.53 L 2.511 15.53 Z M 4.73 20.567 L 5.216 22.073 L 6.797 22.073 L 5.523 23.004 L 6.003 24.512 L 4.73 23.581 L 3.457 24.512 L 3.943 23.005 L 2.67 22.073 L 4.243 22.073 Z M 9.495 25.365 L 9.981 26.871 L 11.562 26.871 L 10.289 27.802 L 10.768 29.31 L 9.495 28.379 L 8.222 29.31 L 8.708 27.803 L 7.435 26.871 L 9.009 26.871 Z M 22.49 2.682 L 22.977 4.188 L 24.557 4.188 L 23.284 5.119 L 23.763 6.627 L 22.49 5.696 L 21.217 6.627 L 21.703 5.121 L 20.431 4.189 L 22.004 4.189 Z M 27.255 7.48 L 27.741 8.987 L 29.322 8.987 L 28.049 9.918 L 28.528 11.425 L 27.255 10.494 L 25.982 11.425 L 26.469 9.919 L 25.195 8.987 L 26.769 8.987 Z M 28.988 14.024 L 29.474 15.53 L 31.055 15.53 L 29.782 16.462 L 30.261 17.969 L 28.988 17.038 L 27.715 17.969 L 28.201 16.462 L 26.928 15.53 L 28.502 15.53 Z M 27.255 20.567 L 27.741 22.073 L 29.322 22.073 L 28.049 23.004 L 28.528 24.512 L 27.255 23.581 L 25.982 24.512 L 26.469 23.005 L 25.195 22.073 L 26.769 22.073 Z M 15.993 27.11 L 16.479 28.616 L 18.06 28.616 L 16.786 29.548 L 17.266 31.055 L 15.993 30.124 L 14.72 31.055 L 15.206 29.548 L 13.933 28.616 L 15.506 28.616 Z M 22.49 25.365 L 22.977 26.871 L 24.557 26.871 L 23.284 27.802 L 23.763 29.31 L 22.49 28.379 L 21.217 29.31 L 21.703 27.803 L 20.431 26.871 L 22.004 26.871 Z\" fill=\"transparent\" height=\"32px\" id=\"bTnZ4JSv3\" transform=\"translate(0.5 10)\" width=\"32px\"><path d=\"M 0 32 L 0 0 L 32 0 L 32 32 Z\" fill=\"transparent\" height=\"32px\" id=\"meAn1zTg9\" width=\"32px\"/><path d=\"M 15.055 0 L 15.541 1.506 L 17.122 1.506 L 15.849 2.437 L 16.328 3.945 L 15.055 3.014 L 13.782 3.945 L 14.269 2.438 L 12.995 1.507 L 14.569 1.507 Z M 8.557 1.745 L 9.043 3.251 L 10.624 3.251 L 9.351 4.182 L 9.831 5.69 L 8.557 4.759 L 7.284 5.69 L 7.771 4.183 L 6.497 3.251 L 8.071 3.251 Z M 3.793 6.543 L 4.279 8.049 L 5.859 8.049 L 4.586 8.981 L 5.065 10.488 L 3.793 9.557 L 2.519 10.488 L 3.005 8.981 L 1.733 8.05 L 3.306 8.05 Z M 2.06 13.086 L 2.546 14.592 L 4.127 14.592 L 2.853 15.524 L 3.333 17.031 L 2.06 16.1 L 0.787 17.031 L 1.273 15.524 L 0 14.593 L 1.573 14.593 Z M 3.793 19.629 L 4.279 21.135 L 5.859 21.135 L 4.586 22.067 L 5.065 23.575 L 3.793 22.643 L 2.519 23.575 L 3.005 22.067 L 1.733 21.136 L 3.306 21.136 Z M 8.557 24.427 L 9.043 25.933 L 10.624 25.933 L 9.351 26.865 L 9.831 28.373 L 8.557 27.441 L 7.284 28.373 L 7.771 26.865 L 6.497 25.934 L 8.071 25.934 Z M 21.553 1.745 L 22.039 3.251 L 23.62 3.251 L 22.347 4.182 L 22.826 5.69 L 21.553 4.759 L 20.279 5.69 L 20.766 4.183 L 19.493 3.251 L 21.067 3.251 Z M 26.318 6.543 L 26.804 8.049 L 28.385 8.049 L 27.112 8.981 L 27.591 10.488 L 26.318 9.557 L 25.045 10.488 L 25.531 8.981 L 24.258 8.05 L 25.831 8.05 Z M 28.051 13.086 L 28.537 14.592 L 30.117 14.592 L 28.845 15.524 L 29.324 17.031 L 28.051 16.1 L 26.777 17.031 L 27.264 15.524 L 25.991 14.593 L 27.565 14.593 Z M 26.318 19.629 L 26.804 21.135 L 28.385 21.135 L 27.112 22.067 L 27.591 23.575 L 26.318 22.643 L 25.045 23.575 L 25.531 22.067 L 24.258 21.136 L 25.831 21.136 Z M 15.055 26.172 L 15.541 27.679 L 17.122 27.679 L 15.849 28.61 L 16.328 30.117 L 15.055 29.186 L 13.782 30.117 L 14.269 28.611 L 12.995 27.679 L 14.569 27.679 Z M 21.553 24.427 L 22.039 25.933 L 23.62 25.933 L 22.347 26.865 L 22.826 28.373 L 21.553 27.441 L 20.28 28.373 L 20.766 26.865 L 19.493 25.934 L 21.067 25.934 Z\" fill=\"rgb(163, 163, 163)\" height=\"30.11730088500977px\" id=\"iN4PNdJjp\" transform=\"translate(0.938 0.938)\" width=\"30.117299768066406px\"/><path d=\"M 15.055 0 L 15.541 1.506 L 17.122 1.506 L 15.849 2.437 L 16.328 3.945 L 15.055 3.014 L 13.782 3.945 L 14.269 2.438 L 12.995 1.507 L 14.569 1.507 Z M 8.557 1.745 L 9.043 3.251 L 10.624 3.251 L 9.351 4.182 L 9.831 5.69 L 8.557 4.759 L 7.284 5.69 L 7.771 4.183 L 6.497 3.251 L 8.071 3.251 Z M 3.793 6.543 L 4.279 8.049 L 5.859 8.049 L 4.586 8.981 L 5.065 10.488 L 3.793 9.557 L 2.519 10.488 L 3.005 8.981 L 1.733 8.05 L 3.306 8.05 Z M 2.06 13.086 L 2.546 14.592 L 4.127 14.592 L 2.853 15.524 L 3.333 17.031 L 2.06 16.1 L 0.787 17.031 L 1.273 15.524 L 0 14.593 L 1.573 14.593 Z M 3.793 19.629 L 4.279 21.135 L 5.859 21.135 L 4.586 22.067 L 5.065 23.575 L 3.793 22.643 L 2.519 23.575 L 3.005 22.067 L 1.733 21.136 L 3.306 21.136 Z M 8.557 24.427 L 9.043 25.933 L 10.624 25.933 L 9.351 26.865 L 9.831 28.373 L 8.557 27.441 L 7.284 28.373 L 7.771 26.865 L 6.497 25.934 L 8.071 25.934 Z M 21.553 1.745 L 22.039 3.251 L 23.62 3.251 L 22.347 4.182 L 22.826 5.69 L 21.553 4.759 L 20.279 5.69 L 20.766 4.183 L 19.493 3.251 L 21.067 3.251 Z M 26.318 6.543 L 26.804 8.049 L 28.385 8.049 L 27.112 8.981 L 27.591 10.488 L 26.318 9.557 L 25.045 10.488 L 25.531 8.981 L 24.258 8.05 L 25.831 8.05 Z M 28.051 13.086 L 28.537 14.592 L 30.117 14.592 L 28.845 15.524 L 29.324 17.031 L 28.051 16.1 L 26.777 17.031 L 27.264 15.524 L 25.991 14.593 L 27.565 14.593 Z M 26.318 19.629 L 26.804 21.135 L 28.385 21.135 L 27.112 22.067 L 27.591 23.575 L 26.318 22.643 L 25.045 23.575 L 25.531 22.067 L 24.258 21.136 L 25.831 21.136 Z M 15.055 26.172 L 15.541 27.679 L 17.122 27.679 L 15.849 28.61 L 16.328 30.117 L 15.055 29.186 L 13.782 30.117 L 14.269 28.611 L 12.995 27.679 L 14.569 27.679 Z M 21.553 24.427 L 22.039 25.933 L 23.62 25.933 L 22.347 26.865 L 22.826 28.373 L 21.553 27.441 L 20.28 28.373 L 20.766 26.865 L 19.493 25.934 L 21.067 25.934 Z\" fill=\"transparent\" height=\"30.11730088500977px\" id=\"szL2Yp8Zq\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.57078\" stroke=\"rgb(163, 163, 163)\" transform=\"translate(0.938 0.938)\" width=\"30.117299768066406px\"/></g><path d=\"M 13.24 29.32 C 10.6 29.32 8.28 28.707 6.28 27.48 C 4.28 26.227 2.733 24.507 1.64 22.32 C 0.547 20.107 0 17.587 0 14.76 C 0 11.747 0.6 9.133 1.8 6.92 C 3 4.68 4.64 2.973 6.72 1.8 C 8.827 0.6 11.173 0 13.76 0 C 15.893 0 17.8 0.387 19.48 1.16 C 21.187 1.933 22.56 3 23.6 4.36 C 24.64 5.72 25.253 7.267 25.44 9 L 21 9 C 20.733 7.4 19.947 6.107 18.64 5.12 C 17.333 4.107 15.72 3.6 13.8 3.6 C 11.96 3.6 10.333 4.04 8.92 4.92 C 7.507 5.773 6.4 7.04 5.6 8.72 C 4.8 10.4 4.4 12.413 4.4 14.76 C 4.4 16.92 4.787 18.84 5.56 20.52 C 6.333 22.173 7.413 23.467 8.8 24.4 C 10.213 25.307 11.827 25.76 13.64 25.76 C 16.067 25.76 18.013 25.08 19.48 23.72 C 20.947 22.333 21.68 20.4 21.68 17.92 L 21.68 17.52 L 13.32 17.52 L 13.32 13.92 L 25.56 13.92 L 25.56 28.68 L 21.88 28.68 L 21.88 27.56 C 21.88 26.68 21.92 25.787 22 24.88 C 21.227 26.187 20.067 27.253 18.52 28.08 C 17 28.907 15.24 29.32 13.24 29.32 Z M 29.749 28.68 L 29.749 0.68 L 38.709 0.68 C 43.456 0.68 47.136 1.84 49.749 4.16 C 52.389 6.48 53.709 9.987 53.709 14.68 C 53.709 17.533 53.163 20.013 52.069 22.12 C 50.976 24.2 49.349 25.813 47.189 26.96 C 45.029 28.107 42.403 28.68 39.309 28.68 Z M 38.909 25.08 C 42.216 25.08 44.776 24.24 46.589 22.56 C 48.403 20.853 49.309 18.227 49.309 14.68 C 49.309 11.293 48.443 8.707 46.709 6.92 C 44.976 5.133 42.336 4.24 38.789 4.24 L 33.989 4.24 L 33.989 25.08 Z M 57.468 28.68 L 57.468 0.68 L 68.708 0.68 C 71.615 0.68 73.975 1.32 75.788 2.6 C 77.628 3.88 78.548 5.947 78.548 8.8 C 78.548 11.653 77.641 13.72 75.828 15 C 74.015 16.28 71.641 16.92 68.708 16.92 L 61.708 16.92 L 61.708 28.68 Z M 68.668 13.32 C 72.348 13.32 74.188 11.813 74.188 8.8 C 74.188 5.76 72.348 4.24 68.668 4.24 L 61.708 4.24 L 61.708 13.32 Z M 81.398 28.68 L 81.398 0.68 L 93.478 0.68 C 96.198 0.68 98.358 1.32 99.958 2.6 C 101.558 3.88 102.358 5.693 102.358 8.04 C 102.358 9.747 101.838 11.2 100.798 12.4 C 99.758 13.6 98.531 14.413 97.118 14.84 C 98.558 15.08 99.691 15.773 100.518 16.92 C 101.371 18.04 101.798 19.493 101.798 21.28 L 101.798 28.68 L 97.558 28.68 L 97.558 22.08 C 97.558 20.107 97.144 18.733 96.318 17.96 C 95.518 17.16 94.131 16.76 92.158 16.76 L 85.638 16.76 L 85.638 28.68 Z M 92.558 13.16 C 94.318 13.16 95.664 12.787 96.598 12.04 C 97.531 11.267 97.998 10.147 97.998 8.68 C 97.998 7.213 97.531 6.107 96.598 5.36 C 95.664 4.613 94.318 4.24 92.558 4.24 L 85.638 4.24 L 85.638 13.16 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"Je3s0lkFB\" transform=\"translate(50.26 11.32)\" width=\"102.35800262451173px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 07\" alt class=\"framer-vmKEd framer-1np45yz\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 156 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 32 0 L 32 32 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 344 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.219 23.448 L 6.505 24.162 C 5.755 24.912 4.737 25.333 3.676 25.333 L 1.333 25.333 C 0.597 25.333 0 24.736 0 24 L 0 21.657 C 0 20.596 0.421 19.579 1.172 18.828 L 8.48 11.519 C 8.169 10.626 8 9.666 8 8.667 C 8 3.88 11.88 0 16.667 0 C 21.453 0 25.333 3.88 25.333 8.667 Z M 16.667 6.667 C 15.562 6.667 14.667 7.562 14.667 8.667 C 14.667 9.771 15.562 10.667 16.667 10.667 C 17.771 10.667 18.667 9.771 18.667 8.667 C 18.667 7.562 17.771 6.667 16.667 6.667 Z\" fill=\"rgb(163, 163, 163)\" height=\"25.3333px\" id=\"K2JJW4oSr\" transform=\"translate(4.5 12.667)\" width=\"25.3333px\"/><path d=\"M 0 28.68 C 0.027 27.187 0.293 25.867 0.8 24.72 C 1.307 23.573 2.027 22.52 2.96 21.56 C 3.92 20.573 5.213 19.48 6.84 18.28 L 9.84 16.04 C 11.467 14.813 12.747 13.613 13.68 12.44 C 14.613 11.267 15.08 9.947 15.08 8.48 C 15.08 6.96 14.627 5.733 13.72 4.8 C 12.84 3.867 11.627 3.4 10.08 3.4 C 8.373 3.4 7.027 3.987 6.04 5.16 C 5.08 6.307 4.6 7.933 4.6 10.04 L 4.6 10.48 L 0.32 10.48 L 0.32 9.8 C 0.32 7.8 0.733 6.067 1.56 4.6 C 2.387 3.107 3.533 1.973 5 1.2 C 6.493 0.4 8.187 0 10.08 0 C 11.893 0 13.493 0.36 14.88 1.08 C 16.267 1.773 17.333 2.76 18.08 4.04 C 18.853 5.32 19.24 6.8 19.24 8.48 C 19.24 10.613 18.613 12.507 17.36 14.16 C 16.107 15.787 14.147 17.587 11.48 19.56 L 9.56 21 C 8.12 22.067 7.093 22.88 6.48 23.44 C 5.867 24 5.48 24.493 5.32 24.92 L 19.56 24.92 L 19.56 28.68 Z M 27.546 28.68 L 23.306 28.68 L 23.306 0.68 L 41.986 0.68 L 41.986 4.24 L 27.546 4.24 L 27.546 12.64 L 41.266 12.64 L 41.266 16.2 L 27.546 16.2 Z M 67.649 28.68 L 62.929 28.68 L 59.849 20.6 L 47.529 20.6 L 44.489 28.68 L 39.969 28.68 L 51.289 0.68 L 56.289 0.68 Z M 48.889 17.04 L 58.529 17.04 L 54.609 6.76 L 53.729 4.24 C 53.463 5.067 53.143 5.907 52.769 6.76 Z M 99.142 28.68 L 94.422 28.68 L 91.342 20.6 L 79.022 20.6 L 75.982 28.68 L 71.462 28.68 L 82.782 0.68 L 87.782 0.68 Z M 80.382 17.04 L 90.022 17.04 L 86.102 6.76 L 85.222 4.24 C 84.955 5.067 84.635 5.907 84.262 6.76 Z M 107.137 29.32 C 104.977 29.32 103.27 28.653 102.017 27.32 C 100.79 25.987 100.177 24.093 100.177 21.64 L 100.177 9.32 L 104.177 9.32 L 104.177 20.88 C 104.177 24.4 105.537 26.16 108.257 26.16 C 109.724 26.16 110.87 25.653 111.697 24.64 C 112.524 23.6 112.937 22.16 112.937 20.32 L 112.937 9.32 L 116.857 9.32 L 116.857 28.68 L 112.977 28.68 L 112.977 27.64 C 112.977 26.893 112.99 26.347 113.017 26 C 112.537 27.013 111.777 27.827 110.737 28.44 C 109.724 29.027 108.524 29.32 107.137 29.32 Z M 128.428 28.96 C 126.641 28.96 125.228 28.48 124.188 27.52 C 123.148 26.533 122.628 25.013 122.628 22.96 L 122.628 12.52 L 118.708 12.52 L 118.708 9.32 L 122.628 9.32 L 122.628 2.68 L 126.628 2.68 L 126.628 9.32 L 130.908 9.32 L 130.908 12.52 L 126.628 12.52 L 126.628 22.48 C 126.628 24.533 127.575 25.56 129.468 25.56 C 129.921 25.56 130.401 25.52 130.908 25.44 L 130.908 28.64 C 130.108 28.853 129.281 28.96 128.428 28.96 Z M 133.393 28.68 L 133.393 0.68 L 137.353 0.68 L 137.353 10.24 C 137.353 10.987 137.34 11.573 137.313 12 C 137.847 11.013 138.633 10.213 139.673 9.6 C 140.713 8.987 141.9 8.68 143.233 8.68 C 145.447 8.68 147.167 9.373 148.393 10.76 C 149.647 12.12 150.273 14.013 150.273 16.44 L 150.273 28.68 L 146.313 28.68 L 146.313 17 C 146.313 13.56 144.94 11.84 142.193 11.84 C 140.753 11.84 139.58 12.347 138.673 13.36 C 137.793 14.373 137.353 15.627 137.353 17.12 L 137.353 28.68 Z M 162.6 29.32 C 160.707 29.32 159.027 28.893 157.56 28.04 C 156.093 27.187 154.947 25.987 154.12 24.44 C 153.32 22.867 152.92 21.053 152.92 19 C 152.92 16.973 153.333 15.187 154.16 13.64 C 154.987 12.067 156.133 10.853 157.6 10 C 159.067 9.12 160.733 8.68 162.6 8.68 C 164.467 8.68 166.133 9.12 167.6 10 C 169.067 10.853 170.213 12.067 171.04 13.64 C 171.867 15.187 172.28 16.973 172.28 19 C 172.28 21.053 171.867 22.867 171.04 24.44 C 170.213 25.987 169.067 27.187 167.6 28.04 C 166.133 28.893 164.467 29.32 162.6 29.32 Z M 162.6 26.2 C 164.307 26.2 165.667 25.56 166.68 24.28 C 167.693 22.973 168.2 21.213 168.2 19 C 168.2 16.813 167.68 15.08 166.64 13.8 C 165.627 12.493 164.28 11.84 162.6 11.84 C 160.92 11.84 159.56 12.493 158.52 13.8 C 157.507 15.08 157 16.813 157 19 C 157 21.213 157.507 22.973 158.52 24.28 C 159.533 25.56 160.893 26.2 162.6 26.2 Z M 175.159 28.68 L 175.159 9.32 L 179.119 9.32 L 179.119 10.4 C 179.119 11.413 179.106 12.16 179.079 12.64 C 179.586 11.467 180.346 10.52 181.359 9.8 C 182.372 9.053 183.586 8.68 184.999 8.68 C 185.399 8.68 185.706 8.693 185.919 8.72 L 185.919 12.64 C 185.626 12.56 185.226 12.52 184.719 12.52 C 182.932 12.52 181.546 13.027 180.559 14.04 C 179.599 15.053 179.119 16.6 179.119 18.68 L 179.119 28.68 Z M 187.521 5.92 L 187.521 1.44 L 191.921 1.44 L 191.921 5.92 Z M 187.761 9.32 L 191.721 9.32 L 191.721 28.68 L 187.761 28.68 Z M 194.392 28.68 L 194.392 25.28 L 204.672 13.68 L 205.832 12.44 L 194.792 12.44 L 194.792 9.32 L 210.112 9.32 L 210.112 12.76 L 199.872 24.28 C 199.339 24.867 198.925 25.293 198.632 25.56 L 210.432 25.56 L 210.432 28.68 Z M 218.641 29.32 C 217.441 29.32 216.321 29.08 215.281 28.6 C 214.268 28.12 213.454 27.427 212.841 26.52 C 212.254 25.613 211.961 24.56 211.961 23.36 C 211.961 19.947 214.241 17.893 218.801 17.2 L 222.441 16.64 C 223.188 16.533 223.708 16.347 224.001 16.08 C 224.321 15.787 224.481 15.36 224.481 14.8 C 224.481 13.867 224.148 13.12 223.481 12.56 C 222.814 12 221.934 11.72 220.841 11.72 C 219.534 11.72 218.494 12.053 217.721 12.72 C 216.974 13.387 216.574 14.293 216.521 15.44 L 212.481 15.44 C 212.561 14.187 212.934 13.053 213.601 12.04 C 214.268 11 215.188 10.187 216.361 9.6 C 217.561 8.987 218.961 8.68 220.561 8.68 C 223.148 8.68 225.094 9.36 226.401 10.72 C 227.734 12.08 228.401 14 228.401 16.48 L 228.401 28.68 L 224.641 28.68 L 224.641 27.76 C 224.641 27.413 224.668 26.84 224.721 26.04 C 224.214 27.053 223.441 27.853 222.401 28.44 C 221.361 29.027 220.108 29.32 218.641 29.32 Z M 219.441 26.28 C 220.908 26.28 222.121 25.827 223.081 24.92 C 224.041 23.987 224.521 22.773 224.521 21.28 L 224.521 18.72 C 224.228 19.04 223.494 19.32 222.321 19.56 L 220.001 20 C 217.361 20.507 216.041 21.6 216.041 23.28 C 216.041 24.213 216.361 24.947 217.001 25.48 C 217.641 26.013 218.454 26.28 219.441 26.28 Z M 239.53 28.96 C 237.743 28.96 236.33 28.48 235.29 27.52 C 234.25 26.533 233.73 25.013 233.73 22.96 L 233.73 12.52 L 229.81 12.52 L 229.81 9.32 L 233.73 9.32 L 233.73 2.68 L 237.73 2.68 L 237.73 9.32 L 242.01 9.32 L 242.01 12.52 L 237.73 12.52 L 237.73 22.48 C 237.73 24.533 238.676 25.56 240.57 25.56 C 241.023 25.56 241.503 25.52 242.01 25.44 L 242.01 28.64 C 241.21 28.853 240.383 28.96 239.53 28.96 Z M 244.255 5.92 L 244.255 1.44 L 248.655 1.44 L 248.655 5.92 Z M 244.495 9.32 L 248.455 9.32 L 248.455 28.68 L 244.495 28.68 Z M 261.006 29.32 C 259.113 29.32 257.433 28.893 255.966 28.04 C 254.5 27.187 253.353 25.987 252.526 24.44 C 251.726 22.867 251.326 21.053 251.326 19 C 251.326 16.973 251.74 15.187 252.566 13.64 C 253.393 12.067 254.54 10.853 256.006 10 C 257.473 9.12 259.14 8.68 261.006 8.68 C 262.873 8.68 264.54 9.12 266.006 10 C 267.473 10.853 268.62 12.067 269.446 13.64 C 270.273 15.187 270.686 16.973 270.686 19 C 270.686 21.053 270.273 22.867 269.446 24.44 C 268.62 25.987 267.473 27.187 266.006 28.04 C 264.54 28.893 262.873 29.32 261.006 29.32 Z M 261.006 26.2 C 262.713 26.2 264.073 25.56 265.086 24.28 C 266.1 22.973 266.606 21.213 266.606 19 C 266.606 16.813 266.086 15.08 265.046 13.8 C 264.033 12.493 262.686 11.84 261.006 11.84 C 259.326 11.84 257.966 12.493 256.926 13.8 C 255.913 15.08 255.406 16.813 255.406 19 C 255.406 21.213 255.913 22.973 256.926 24.28 C 257.94 25.56 259.3 26.2 261.006 26.2 Z M 273.565 28.68 L 273.565 9.32 L 277.525 9.32 L 277.525 10.48 C 277.525 11.12 277.512 11.627 277.485 12 C 278.019 11.04 278.805 10.253 279.845 9.64 C 280.912 9 282.099 8.68 283.405 8.68 C 285.619 8.68 287.339 9.373 288.565 10.76 C 289.819 12.12 290.445 14.013 290.445 16.44 L 290.445 28.68 L 286.485 28.68 L 286.485 17 C 286.485 13.56 285.139 11.84 282.445 11.84 C 280.979 11.84 279.792 12.347 278.885 13.36 C 277.979 14.373 277.525 15.627 277.525 17.12 L 277.525 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.320000305175782px\" id=\"dAncFsUmu\" transform=\"translate(50.18 11.32)\" width=\"290.44500244140625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 08\" alt class=\"framer-uMh1q framer-1gt8hwy\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 344 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 128 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.219 23.448 L 6.505 24.162 C 5.755 24.912 4.737 25.333 3.676 25.333 L 1.333 25.333 C 0.597 25.333 0 24.736 0 24 L 0 21.657 C 0 20.596 0.421 19.579 1.172 18.828 L 8.48 11.519 C 8.169 10.626 8 9.666 8 8.667 C 8 3.88 11.88 0 16.667 0 C 21.453 0 25.333 3.88 25.333 8.667 Z M 16.667 6.667 C 15.562 6.667 14.667 7.562 14.667 8.667 C 14.667 9.771 15.562 10.667 16.667 10.667 C 17.771 10.667 18.667 9.771 18.667 8.667 C 18.667 7.562 17.771 6.667 16.667 6.667 Z\" fill=\"rgb(163, 163, 163)\" height=\"25.3333px\" id=\"J4BmtaZz9\" transform=\"translate(4.5 12.667)\" width=\"25.3333px\"/><path d=\"M 11.68 29.32 C 9.36 29.32 7.333 28.92 5.6 28.12 C 3.867 27.32 2.507 26.173 1.52 24.68 C 0.56 23.187 0.053 21.44 0 19.44 L 4.36 19.44 C 4.467 21.413 5.2 22.96 6.56 24.08 C 7.947 25.2 9.693 25.76 11.8 25.76 C 13.827 25.76 15.427 25.36 16.6 24.56 C 17.773 23.733 18.36 22.6 18.36 21.16 C 18.36 19.987 17.92 19.053 17.04 18.36 C 16.16 17.667 14.867 17.147 13.16 16.8 L 8.76 15.84 C 6.44 15.333 4.56 14.427 3.12 13.12 C 1.68 11.813 0.96 10.12 0.96 8.04 C 0.96 6.493 1.413 5.12 2.32 3.92 C 3.227 2.693 4.467 1.733 6.04 1.04 C 7.64 0.347 9.44 0 11.44 0 C 14.613 0 17.147 0.8 19.04 2.4 C 20.96 3.973 22 6.093 22.16 8.76 L 17.8 8.76 C 17.693 7.213 17.067 5.973 15.92 5.04 C 14.773 4.08 13.227 3.6 11.28 3.6 C 9.573 3.6 8.147 3.987 7 4.76 C 5.88 5.507 5.32 6.48 5.32 7.68 C 5.32 8.8 5.72 9.693 6.52 10.36 C 7.32 11 8.533 11.507 10.16 11.88 L 15 12.92 C 17.373 13.427 19.253 14.333 20.64 15.64 C 22.027 16.92 22.72 18.613 22.72 20.72 C 22.72 22.347 22.28 23.813 21.4 25.12 C 20.52 26.427 19.24 27.453 17.56 28.2 C 15.907 28.947 13.947 29.32 11.68 29.32 Z M 35.922 29.32 C 33.602 29.32 31.576 28.92 29.842 28.12 C 28.109 27.32 26.749 26.173 25.762 24.68 C 24.802 23.187 24.296 21.44 24.242 19.44 L 28.602 19.44 C 28.709 21.413 29.442 22.96 30.802 24.08 C 32.189 25.2 33.936 25.76 36.042 25.76 C 38.069 25.76 39.669 25.36 40.842 24.56 C 42.016 23.733 42.602 22.6 42.602 21.16 C 42.602 19.987 42.162 19.053 41.282 18.36 C 40.402 17.667 39.109 17.147 37.402 16.8 L 33.002 15.84 C 30.682 15.333 28.802 14.427 27.362 13.12 C 25.922 11.813 25.202 10.12 25.202 8.04 C 25.202 6.493 25.656 5.12 26.562 3.92 C 27.469 2.693 28.709 1.733 30.282 1.04 C 31.882 0.347 33.682 0 35.682 0 C 38.856 0 41.389 0.8 43.282 2.4 C 45.202 3.973 46.242 6.093 46.402 8.76 L 42.042 8.76 C 41.936 7.213 41.309 5.973 40.162 5.04 C 39.016 4.08 37.469 3.6 35.522 3.6 C 33.816 3.6 32.389 3.987 31.242 4.76 C 30.122 5.507 29.562 6.48 29.562 7.68 C 29.562 8.8 29.962 9.693 30.762 10.36 C 31.562 11 32.776 11.507 34.402 11.88 L 39.242 12.92 C 41.616 13.427 43.496 14.333 44.882 15.64 C 46.269 16.92 46.962 18.613 46.962 20.72 C 46.962 22.347 46.522 23.813 45.642 25.12 C 44.762 26.427 43.482 27.453 41.802 28.2 C 40.149 28.947 38.189 29.32 35.922 29.32 Z M 62.324 29.32 C 59.764 29.32 57.458 28.733 55.404 27.56 C 53.378 26.36 51.778 24.653 50.604 22.44 C 49.458 20.227 48.884 17.64 48.884 14.68 C 48.884 11.773 49.458 9.213 50.604 7 C 51.778 4.76 53.378 3.04 55.404 1.84 C 57.458 0.613 59.764 0 62.324 0 C 64.884 0 67.178 0.613 69.204 1.84 C 71.258 3.067 72.871 4.8 74.044 7.04 C 75.218 9.253 75.804 11.8 75.804 14.68 C 75.804 17.613 75.218 20.187 74.044 22.4 C 72.871 24.613 71.258 26.32 69.204 27.52 C 67.178 28.72 64.884 29.32 62.324 29.32 Z M 62.324 25.76 C 64.111 25.76 65.684 25.32 67.044 24.44 C 68.431 23.56 69.498 22.293 70.244 20.64 C 70.991 18.96 71.364 16.973 71.364 14.68 C 71.364 12.44 70.978 10.48 70.204 8.8 C 69.458 7.12 68.404 5.84 67.044 4.96 C 65.684 4.053 64.111 3.6 62.324 3.6 C 60.538 3.6 58.964 4.053 57.604 4.96 C 56.244 5.84 55.178 7.12 54.404 8.8 C 53.658 10.453 53.284 12.413 53.284 14.68 C 53.284 16.947 53.658 18.92 54.404 20.6 C 55.151 22.253 56.204 23.533 57.564 24.44 C 58.951 25.32 60.538 25.76 62.324 25.76 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"rVg6T5WSK\" transform=\"translate(49.86 11.32)\" width=\"75.8039994140625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 01\" alt class=\"framer-JRXEz framer-z4vd9p\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 128 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.21..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 150 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z M 17.126 0.224 L 16.486 8.112 C 16.183 8.077 15.881 8.06 15.569 8.06 C 15.18 8.06 14.799 8.086 14.428 8.147 L 14.064 4.324 C 14.056 4.203 14.151 4.099 14.272 4.099 L 14.921 4.099 L 14.609 0.233 C 14.601 0.112 14.696 0.008 14.808 0.008 L 16.927 0.008 C 17.048 0.008 17.143 0.112 17.126 0.233 Z M 11.79 0.614 L 13.883 8.242 C 13.199 8.398 12.551 8.648 11.954 8.977 L 10.302 5.509 C 10.25 5.405 10.302 5.275 10.415 5.232 L 11.029 5.007 L 9.411 1.479 C 9.359 1.375 9.411 1.245 9.524 1.202 L 11.513 0.475 C 11.625 0.432 11.746 0.501 11.781 0.614 Z M 6.903 2.811 L 11.478 9.262 C 10.899 9.643 10.371 10.093 9.922 10.612 L 7.18 7.913 C 7.093 7.827 7.102 7.688 7.189 7.611 L 7.69 7.195 L 4.966 4.436 C 4.879 4.35 4.888 4.212 4.983 4.134 L 6.6 2.776 C 6.696 2.698 6.825 2.715 6.895 2.811 Z M 9.576 11.044 C 9.161 11.589 8.823 12.194 8.572 12.843 L 5.078 11.243 C 4.966 11.2 4.923 11.061 4.983 10.957 L 5.312 10.395 L 1.8 8.735 C 1.697 8.683 1.653 8.553 1.714 8.449 L 2.769 6.616 C 2.83 6.512 2.968 6.477 3.063 6.547 Z M 0.477 11.528 C 0.495 11.407 0.616 11.338 0.728 11.364 L 8.382 13.362 C 8.183 14.011 8.071 14.694 8.053 15.403 L 4.222 15.092 C 4.101 15.083 4.015 14.971 4.04 14.849 L 4.153 14.209 L 0.287 13.846 C 0.166 13.838 0.088 13.725 0.105 13.604 L 0.469 11.52 Z M 0.183 16.7 L 8.062 15.974 C 8.097 16.674 8.235 17.357 8.451 17.997 L 4.75 19.018 C 4.637 19.044 4.516 18.975 4.499 18.854 L 4.386 18.214 L 0.633 19.191 C 0.52 19.217 0.399 19.148 0.382 19.027 L 0.01 16.942 C -0.007 16.821 0.071 16.709 0.192 16.7 Z M 1.42 22.183 C 1.359 22.08 1.403 21.95 1.506 21.898 L 8.65 18.508 C 8.918 19.148 9.282 19.745 9.714 20.281 L 6.583 22.512 C 6.488 22.581 6.35 22.555 6.289 22.452 L 5.96 21.881 L 2.769 24.086 C 2.674 24.155 2.536 24.121 2.475 24.017 L 1.411 22.183 Z M 10.086 20.696 C 10.553 21.197 11.098 21.639 11.686 22.002 L 9.506 25.167 C 9.437 25.271 9.299 25.288 9.204 25.21 L 8.702 24.787 L 6.453 27.952 C 6.384 28.047 6.255 28.064 6.159 27.987 L 4.533 26.629 C 4.438 26.551 4.43 26.413 4.516 26.326 L 10.077 20.696 Z M 8.979 29.734 C 8.866 29.691 8.815 29.561 8.866 29.457 L 12.162 22.261 C 12.767 22.573 13.424 22.806 14.108 22.936 L 13.139 26.655 C 13.113 26.767 12.983 26.836 12.871 26.793 L 12.257 26.568 L 11.228 30.313 C 11.193 30.426 11.072 30.495 10.959 30.452 L 8.97 29.725 Z M 15.569 23.091 C 15.958 23.091 16.339 23.066 16.711 23.005 L 17.074 26.828 C 17.083 26.949 16.988 27.053 16.866 27.053 L 16.218 27.053 L 16.529 30.919 C 16.546 31.04 16.451 31.143 16.33 31.143 L 14.211 31.143 C 14.099 31.143 14.004 31.04 14.012 30.919 L 14.652 23.031 C 14.955 23.074 15.258 23.091 15.569 23.091 Z M 18.977 8.864 C 18.371 8.562 17.723 8.328 17.031 8.19 L 17.999 4.471 C 18.034 4.359 18.155 4.289 18.268 4.333 L 18.882 4.557 L 19.911 0.813 C 19.945 0.7 20.066 0.631 20.179 0.674 L 22.168 1.401 C 22.281 1.444 22.332 1.565 22.281 1.677 Z M 26.622 4.817 L 21.061 10.447 C 20.594 9.946 20.058 9.504 19.461 9.141 L 21.641 5.976 C 21.71 5.881 21.848 5.855 21.943 5.933 L 22.445 6.356 L 24.693 3.191 C 24.763 3.096 24.901 3.079 24.988 3.156 L 26.613 4.514 C 26.709 4.592 26.709 4.73 26.631 4.817 Z M 29.623 9.254 L 22.479 12.644 C 22.203 12.004 21.848 11.407 21.416 10.871 L 24.546 8.64 C 24.642 8.562 24.78 8.596 24.841 8.7 L 25.169 9.262 L 28.361 7.057 C 28.456 6.996 28.594 7.022 28.655 7.126 L 29.718 8.96 C 29.779 9.063 29.744 9.193 29.632 9.245 Z M 30.756 12.116 L 31.119 14.201 C 31.137 14.322 31.059 14.426 30.938 14.443 L 23.059 15.178 C 23.024 14.469 22.886 13.794 22.67 13.154 L 26.371 12.134 C 26.484 12.099 26.605 12.177 26.622 12.298 L 26.735 12.938 L 30.488 11.961 C 30.601 11.935 30.722 12.004 30.739 12.125 Z M 30.393 19.762 L 22.739 17.764 C 22.938 17.115 23.05 16.432 23.068 15.723 L 26.899 16.034 C 27.02 16.051 27.098 16.155 27.081 16.276 L 26.968 16.916 L 30.834 17.28 C 30.955 17.297 31.033 17.401 31.016 17.522 L 30.652 19.606 C 30.635 19.727 30.514 19.796 30.402 19.77 Z M 28.361 24.527 C 28.3 24.631 28.162 24.657 28.066 24.596 L 21.554 20.099 C 21.969 19.554 22.306 18.949 22.557 18.3 L 26.051 19.9 C 26.164 19.952 26.207 20.082 26.146 20.186 L 25.818 20.748 L 29.329 22.408 C 29.433 22.46 29.476 22.59 29.416 22.694 Z M 19.643 21.872 C 20.222 21.5 20.741 21.042 21.199 20.523 L 23.941 23.221 C 24.028 23.308 24.028 23.446 23.932 23.524 L 23.431 23.939 L 26.155 26.698 C 26.233 26.785 26.233 26.923 26.138 27.001 L 24.521 28.359 C 24.434 28.436 24.296 28.419 24.226 28.324 L 19.651 21.872 Z M 19.608 30.659 C 19.496 30.702 19.375 30.633 19.34 30.521 L 17.247 22.893 C 17.93 22.737 18.579 22.486 19.176 22.158 L 20.828 25.626 C 20.879 25.738 20.828 25.868 20.715 25.902 L 20.101 26.127 L 21.718 29.656 C 21.77 29.768 21.718 29.889 21.606 29.933 L 19.617 30.659 Z\" fill=\"transparent\" height=\"32px\" id=\"qGdxPe4ev\" transform=\"translate(0.93 10)\" width=\"31.1351px\"><path d=\"M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z\" fill=\"transparent\" height=\"32px\" id=\"KepWb_CGM\" width=\"31.1351px\"/><path d=\"M 17.118 0.216 L 16.478 8.104 C 16.175 8.069 15.873 8.052 15.561 8.052 C 15.172 8.052 14.792 8.078 14.42 8.138 L 14.057 4.316 C 14.048 4.195 14.143 4.091 14.264 4.091 L 14.913 4.091 L 14.601 0.225 C 14.593 0.104 14.688 0 14.8 0 L 16.919 0 C 17.04 0 17.135 0.104 17.118 0.225 Z M 11.782 0.605 L 13.875 8.234 C 13.192 8.389 12.543 8.64 11.946 8.969 L 10.294 5.501 C 10.242 5.397 10.294 5.267 10.407 5.224 L 11.021 4.999 L 9.404 1.47 C 9.352 1.367 9.404 1.237 9.516 1.194 L 11.505 0.467 C 11.618 0.424 11.739 0.493 11.773 0.605 Z M 6.895 2.802 L 11.471 9.254 C 10.891 9.635 10.364 10.084 9.914 10.603 L 7.172 7.905 C 7.086 7.818 7.094 7.68 7.181 7.602 L 7.682 7.187 L 4.958 4.428 C 4.872 4.342 4.88 4.203 4.975 4.125 L 6.593 2.768 C 6.688 2.69 6.818 2.707 6.887 2.802 Z M 9.568 11.036 C 9.153 11.58 8.815 12.186 8.565 12.835 L 5.071 11.235 C 4.958 11.191 4.915 11.053 4.975 10.949 L 5.304 10.387 L 1.793 8.726 C 1.689 8.675 1.646 8.545 1.706 8.441 L 2.761 6.608 C 2.822 6.504 2.96 6.469 3.055 6.538 Z M 0.469 11.52 C 0.487 11.399 0.608 11.33 0.72 11.356 L 8.374 13.354 C 8.175 14.002 8.063 14.685 8.046 15.395 L 4.214 15.083 C 4.093 15.075 4.007 14.962 4.033 14.841 L 4.145 14.201 L 0.279 13.838 C 0.158 13.829 0.08 13.717 0.098 13.596 L 0.461 11.511 Z M 0.175 16.692 L 8.054 15.965 C 8.089 16.666 8.227 17.349 8.443 17.989 L 4.742 19.01 C 4.629 19.036 4.508 18.966 4.491 18.845 L 4.379 18.205 L 0.625 19.183 C 0.513 19.209 0.392 19.139 0.374 19.018 L 0.002 16.934 C -0.015 16.813 0.063 16.7 0.184 16.692 Z M 1.412 22.175 C 1.352 22.071 1.395 21.942 1.499 21.89 L 8.642 18.5 C 8.911 19.14 9.274 19.736 9.706 20.272 L 6.575 22.504 C 6.48 22.573 6.342 22.547 6.281 22.443 L 5.953 21.872 L 2.761 24.078 C 2.666 24.147 2.528 24.112 2.467 24.009 L 1.403 22.175 Z M 10.078 20.688 C 10.545 21.189 11.09 21.63 11.678 21.993 L 9.499 25.159 C 9.429 25.263 9.291 25.28 9.196 25.202 L 8.694 24.778 L 6.446 27.944 C 6.376 28.039 6.247 28.056 6.152 27.978 L 4.526 26.62 C 4.431 26.543 4.422 26.404 4.508 26.318 L 10.069 20.688 Z M 8.971 29.725 C 8.859 29.682 8.807 29.552 8.859 29.449 L 12.154 22.253 C 12.759 22.564 13.417 22.798 14.1 22.928 L 13.131 26.647 C 13.105 26.759 12.975 26.828 12.863 26.785 L 12.249 26.56 L 11.22 30.305 C 11.185 30.417 11.064 30.487 10.952 30.443 L 8.962 29.717 Z M 15.561 23.083 C 15.95 23.083 16.331 23.057 16.703 22.997 L 17.066 26.819 C 17.075 26.94 16.98 27.044 16.859 27.044 L 16.21 27.044 L 16.521 30.91 C 16.539 31.031 16.443 31.135 16.322 31.135 L 14.203 31.135 C 14.091 31.135 13.996 31.031 14.005 30.91 L 14.645 23.023 C 14.947 23.066 15.25 23.083 15.561 23.083 Z M 18.969 8.856 C 18.363 8.553 17.715 8.32 17.023 8.182 L 17.992 4.463 C 18.026 4.35 18.147 4.281 18.26 4.324 L 18.874 4.549 L 19.903 0.804 C 19.937 0.692 20.059 0.623 20.171 0.666 L 22.16 1.392 C 22.273 1.436 22.325 1.557 22.273 1.669 Z M 26.614 4.809 L 21.053 10.439 C 20.586 9.937 20.05 9.496 19.453 9.133 L 21.633 5.968 C 21.702 5.872 21.84 5.846 21.935 5.924 L 22.437 6.348 L 24.686 3.183 C 24.755 3.088 24.893 3.07 24.98 3.148 L 26.606 4.506 C 26.701 4.584 26.701 4.722 26.623 4.809 Z M 29.615 9.245 L 22.472 12.636 C 22.195 11.996 21.84 11.399 21.408 10.863 L 24.539 8.631 C 24.634 8.554 24.772 8.588 24.833 8.692 L 25.161 9.254 L 28.353 7.049 C 28.448 6.988 28.586 7.014 28.647 7.118 L 29.711 8.951 C 29.771 9.055 29.737 9.185 29.624 9.237 Z M 30.748 12.108 L 31.112 14.192 C 31.129 14.313 31.051 14.417 30.93 14.435 L 23.051 15.17 C 23.016 14.46 22.878 13.786 22.662 13.146 L 26.363 12.125 C 26.476 12.091 26.597 12.169 26.614 12.29 L 26.727 12.93 L 30.48 11.952 C 30.593 11.926 30.714 11.996 30.731 12.117 Z M 30.385 19.753 L 22.731 17.756 C 22.93 17.107 23.042 16.424 23.06 15.715 L 26.891 16.026 C 27.012 16.043 27.09 16.147 27.073 16.268 L 26.96 16.908 L 30.826 17.271 C 30.947 17.289 31.025 17.392 31.008 17.513 L 30.645 19.598 C 30.627 19.719 30.506 19.788 30.394 19.762 Z M 28.353 24.519 C 28.292 24.623 28.154 24.649 28.059 24.588 L 21.546 20.091 C 21.961 19.546 22.299 18.941 22.549 18.292 L 26.043 19.892 C 26.156 19.944 26.199 20.074 26.139 20.177 L 25.81 20.74 L 29.321 22.4 C 29.425 22.452 29.468 22.582 29.408 22.685 Z M 19.635 21.864 C 20.214 21.492 20.733 21.034 21.192 20.515 L 23.933 23.213 C 24.02 23.3 24.02 23.438 23.925 23.516 L 23.423 23.931 L 26.147 26.69 C 26.225 26.776 26.225 26.915 26.13 26.992 L 24.513 28.35 C 24.426 28.428 24.288 28.411 24.219 28.316 L 19.643 21.864 Z M 19.6 30.651 C 19.488 30.694 19.367 30.625 19.332 30.512 L 17.239 22.884 C 17.922 22.729 18.571 22.478 19.168 22.149 L 20.82 25.617 C 20.872 25.73 20.82 25.86 20.707 25.894 L 20.093 26.119 L 21.711 29.648 C 21.762 29.76 21.711 29.881 21.598 29.924 L 19.609 30.651 Z\" fill=\"rgb(163, 163, 163)\" height=\"31.13509946899414px\" id=\"GxbeHS9BH\" transform=\"translate(0.008 0.008)\" width=\"31.113998034894827px\"/></g><path d=\"M 13.44 29.32 C 10.88 29.32 8.573 28.733 6.52 27.56 C 4.493 26.36 2.893 24.653 1.72 22.44 C 0.573 20.227 0 17.64 0 14.68 C 0 11.773 0.573 9.213 1.72 7 C 2.893 4.76 4.493 3.04 6.52 1.84 C 8.573 0.613 10.88 0 13.44 0 C 16 0 18.293 0.613 20.32 1.84 C 22.373 3.067 23.987 4.8 25.16 7.04 C 26.333 9.253 26.92 11.8 26.92 14.68 C 26.92 17.613 26.333 20.187 25.16 22.4 C 23.987 24.613 22.373 26.32 20.32 27.52 C 18.293 28.72 16 29.32 13.44 29.32 Z M 13.44 25.76 C 15.227 25.76 16.8 25.32 18.16 24.44 C 19.547 23.56 20.613 22.293 21.36 20.64 C 22.107 18.96 22.48 16.973 22.48 14.68 C 22.48 12.44 22.093 10.48 21.32 8.8 C 20.573 7.12 19.52 5.84 18.16 4.96 C 16.8 4.053 15.227 3.6 13.44 3.6 C 11.653 3.6 10.08 4.053 8.72 4.96 C 7.36 5.84 6.293 7.12 5.52 8.8 C 4.773 10.453 4.4 12.413 4.4 14.68 C 4.4 16.947 4.773 18.92 5.52 20.6 C 6.267 22.253 7.32 23.533 8.68 24.44 C 10.067 25.32 11.653 25.76 13.44 25.76 Z M 53.45 28.68 L 47.77 28.68 L 36.81 15.96 L 34.77 18.08 L 34.77 28.68 L 30.57 28.68 L 30.57 0.68 L 34.77 0.68 L 34.77 12.8 C 34.956 12.56 35.53 11.933 36.49 10.92 L 46.33 0.68 L 51.65 0.68 L 39.65 13.04 Z M 65.258 28.68 L 61.018 28.68 L 61.018 4.24 L 51.458 4.24 L 51.458 0.68 L 74.778 0.68 L 74.778 4.24 L 65.258 4.24 Z M 98.57 28.68 L 93.85 28.68 L 90.77 20.6 L 78.45 20.6 L 75.41 28.68 L 70.89 28.68 L 82.21 0.68 L 87.21 0.68 Z M 79.81 17.04 L 89.45 17.04 L 85.53 6.76 L 84.65 4.24 C 84.383 5.067 84.063 5.907 83.69 6.76 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"vH7HiBqe4\" transform=\"translate(49.822 11.32)\" width=\"98.5695034790039px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 02\" alt class=\"framer-GE7yX framer-3t1k2k\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 150 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z M 17.126 0.224 L 16.486 8.112 C 16.183 8.077 15.881 8.06 15.569 8.06 C 15.18 8.06 14.799 8.086 14.428 8.147 L 14.064 4.324 C 14.056 4.203 14.151 4.099 14.272 4.099 L 14.921 4.099 L 14.609 0.233 C 14..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 296 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z M 15.655 4.688 C 21.784 4.693 26.748 9.667 26.742 15.796 C 26.736 21.925 21.763 26.888 15.634 26.883 C 9.512 26.877 4.551 21.915 4.547 15.793 C 4.541 9.665 9.503 4.693 15.631 4.688 C 15.639 4.688 15.647 4.688 15.655 4.688 Z M 11.924 21.483 C 14.33 20.628 16.958 20.627 19.365 21.482 L 19.711 20.181 C 19.871 20.181 20.017 20.177 20.164 20.182 C 20.316 20.17 20.469 20.178 20.618 20.208 C 20.514 20.748 20.383 21.283 20.224 21.809 C 20.633 22.035 21.041 22.24 21.428 22.478 C 21.815 22.715 22.182 22.983 22.556 23.237 C 27.055 19.114 26.775 12.101 22.539 8.323 C 21.824 8.886 21.045 9.362 20.218 9.742 C 20.375 10.298 20.525 10.831 20.624 11.382 L 19.703 11.382 C 19.646 11.16 19.595 10.948 19.539 10.738 C 19.491 10.518 19.427 10.303 19.346 10.093 C 16.945 10.943 14.325 10.942 11.924 10.089 L 11.577 11.394 C 11.417 11.394 11.27 11.395 11.123 11.394 C 10.973 11.393 10.823 11.39 10.645 11.387 L 11.063 9.737 C 10.238 9.359 9.462 8.884 8.75 8.32 C 4.279 12.397 4.467 19.409 8.75 23.246 C 9.467 22.683 10.247 22.206 11.075 21.825 C 10.909 21.287 10.771 20.739 10.663 20.186 L 11.582 20.186 Z M 19.046 9.226 C 19.041 9.19 19.033 9.155 19.024 9.119 C 18.742 8.359 18.355 7.643 17.876 6.99 C 17.568 6.562 17.179 6.197 16.731 5.917 C 16.106 5.512 15.307 5.49 14.661 5.86 C 14.245 6.094 13.879 6.405 13.582 6.778 C 13.105 7.368 12.716 8.024 12.427 8.725 C 12.359 8.882 12.297 9.042 12.225 9.219 C 14.43 10.011 16.841 10.013 19.046 9.226 Z M 12.236 22.344 C 12.251 22.397 12.258 22.428 12.269 22.456 C 12.532 23.161 12.884 23.829 13.315 24.445 C 13.598 24.851 13.944 25.211 14.34 25.508 C 15.172 26.115 16.075 26.123 16.915 25.532 C 17.203 25.326 17.463 25.084 17.688 24.811 C 18.262 24.101 18.715 23.3 19.027 22.441 C 19.036 22.408 19.042 22.375 19.045 22.341 C 16.843 21.558 14.438 21.559 12.236 22.344 Z M 18.24 25.608 C 19.544 25.28 20.767 24.686 21.829 23.862 C 21.246 23.408 20.612 23.022 19.942 22.712 C 19.687 23.231 19.453 23.737 19.193 24.229 C 18.925 24.721 18.606 25.183 18.24 25.608 Z M 13.059 25.612 C 12.69 25.192 12.369 24.732 12.101 24.24 C 11.836 23.744 11.603 23.231 11.348 22.711 C 10.677 23.022 10.043 23.408 9.459 23.862 C 10.526 24.686 11.751 25.283 13.059 25.612 Z M 19.908 8.855 C 20.399 8.689 21.63 7.926 21.801 7.683 C 20.743 6.869 19.528 6.281 18.232 5.957 C 18.98 6.813 19.493 7.799 19.908 8.855 Z M 13.041 5.964 C 11.744 6.289 10.528 6.88 9.47 7.698 C 9.85 8.052 11.026 8.758 11.386 8.847 C 11.771 7.8 12.33 6.825 13.041 5.964 Z M 21.564 29.965 C 21.566 30.301 21.495 30.634 21.354 30.939 C 21.09 31.53 20.515 31.919 19.869 31.945 C 19.638 31.966 19.405 31.947 19.182 31.888 C 18.608 31.745 18.15 31.312 17.977 30.746 C 17.802 30.237 17.799 29.685 17.969 29.175 C 18.179 28.483 18.798 27.996 19.519 27.954 C 19.905 27.912 20.295 27.99 20.635 28.176 C 21.091 28.432 21.407 28.879 21.497 29.394 C 21.535 29.58 21.543 29.774 21.564 29.965 Z M 19.158 29.944 L 19.191 29.946 C 19.191 30.094 19.181 30.242 19.193 30.389 C 19.195 30.646 19.249 30.899 19.354 31.135 C 19.413 31.267 19.544 31.354 19.688 31.358 C 19.841 31.368 19.984 31.281 20.045 31.14 C 20.096 31.038 20.134 30.928 20.156 30.815 C 20.243 30.303 20.253 29.78 20.184 29.264 C 20.162 29.1 20.118 28.939 20.056 28.785 C 20.008 28.639 19.871 28.542 19.718 28.544 C 19.559 28.538 19.414 28.631 19.351 28.776 C 19.308 28.855 19.278 28.94 19.263 29.029 C 19.222 29.334 19.192 29.639 19.158 29.944 Z M 17.487 29.964 C 17.509 30.305 17.441 30.646 17.293 30.954 C 17.017 31.554 16.419 31.941 15.759 31.947 C 15.464 31.969 15.167 31.922 14.892 31.81 C 14.427 31.619 14.071 31.23 13.922 30.75 C 13.75 30.248 13.745 29.703 13.906 29.197 C 14.115 28.475 14.767 27.971 15.518 27.952 C 16.106 27.923 16.622 28.084 17.022 28.538 C 17.297 28.856 17.459 29.256 17.485 29.676 C 17.494 29.771 17.487 29.868 17.487 29.964 Z M 16.184 29.999 C 16.167 29.727 16.166 29.52 16.137 29.319 C 16.112 29.142 16.07 28.967 16.009 28.799 C 15.964 28.645 15.821 28.54 15.66 28.542 C 15.494 28.535 15.342 28.639 15.288 28.797 C 15.229 28.925 15.191 29.062 15.175 29.202 C 15.152 29.617 15.137 30.034 15.143 30.449 C 15.139 30.688 15.193 30.925 15.3 31.138 C 15.384 31.328 15.607 31.414 15.797 31.33 C 15.877 31.294 15.942 31.233 15.982 31.155 C 16.043 31.049 16.084 30.934 16.101 30.813 C 16.141 30.52 16.161 30.227 16.183 29.999 Z M 6.555 28.852 C 6.576 28.861 6.599 28.868 6.621 28.873 C 6.845 28.87 7.029 29.049 7.032 29.273 C 7.032 29.286 7.032 29.3 7.031 29.313 C 7.05 29.574 6.871 29.809 6.615 29.861 C 6.526 29.876 6.436 29.881 6.346 29.875 C 6.063 29.869 5.831 29.649 5.808 29.366 C 5.756 29.002 5.89 28.637 6.166 28.393 C 6.456 28.135 6.826 27.982 7.215 27.96 C 7.683 27.896 8.16 27.99 8.57 28.228 C 9.022 28.486 9.243 29.017 9.108 29.52 C 9.042 29.779 8.872 30 8.638 30.129 C 8.371 30.284 8.085 30.404 7.787 30.487 C 7.573 30.553 7.355 30.611 7.145 30.69 C 6.948 30.745 6.778 30.873 6.67 31.048 C 6.712 31.037 6.754 31.025 6.795 31.01 C 7.14 30.847 7.533 30.812 7.903 30.91 C 8.02 30.942 8.14 30.968 8.26 30.988 C 8.521 31.027 8.625 30.941 8.656 30.673 C 8.66 30.635 8.662 30.597 8.668 30.534 C 8.868 30.521 9.068 30.522 9.268 30.537 C 9.291 30.887 9.291 31.222 9.12 31.534 C 8.96 31.825 8.685 31.919 8.379 31.946 C 8.084 31.965 7.787 31.93 7.504 31.84 C 7.319 31.787 7.135 31.728 6.947 31.689 C 6.762 31.651 6.57 31.627 6.454 31.831 L 5.816 31.831 C 5.788 31.54 5.842 31.247 5.974 30.986 C 6.14 30.686 6.379 30.433 6.669 30.251 C 6.886 30.102 7.113 29.968 7.334 29.826 C 7.416 29.775 7.496 29.721 7.572 29.661 C 7.737 29.532 7.83 29.331 7.82 29.122 C 7.824 28.93 7.71 28.755 7.533 28.68 C 7.204 28.527 6.813 28.595 6.555 28.852 Z M 10.694 28.058 C 10.702 28.181 10.707 28.28 10.714 28.402 C 10.74 28.382 10.764 28.36 10.786 28.336 C 11.024 28.011 11.356 27.934 11.727 27.999 C 11.915 28.04 12.1 28.094 12.281 28.159 C 12.391 28.192 12.5 28.23 12.609 28.269 C 12.698 28.305 12.801 28.284 12.869 28.216 L 12.934 28.066 L 13.42 28.066 C 13.454 28.172 13.449 28.286 13.405 28.388 C 13.292 28.646 13.18 28.905 13.048 29.154 C 12.879 29.47 12.686 29.774 12.513 30.089 C 12.267 30.565 12.137 31.091 12.132 31.626 C 12.13 31.689 12.126 31.752 12.122 31.825 L 10.879 31.825 C 10.848 31.681 10.844 31.533 10.865 31.387 C 10.902 30.836 11.14 30.318 11.536 29.933 C 11.797 29.676 12.069 29.43 12.335 29.179 C 12.394 29.122 12.449 29.061 12.539 28.967 C 12.463 28.985 12.43 28.989 12.4 28.999 C 12.134 29.079 11.853 29.09 11.581 29.034 C 11.437 29.006 11.29 28.986 11.144 28.975 C 10.942 28.951 10.759 29.094 10.735 29.296 C 10.735 29.298 10.734 29.3 10.734 29.301 C 10.716 29.395 10.704 29.49 10.699 29.587 C 10.693 29.649 10.693 29.712 10.689 29.785 L 10.023 29.785 L 10.023 28.066 C 10.134 28.063 10.241 28.059 10.347 28.057 C 10.455 28.057 10.564 28.058 10.694 28.058 Z M 22.563 28.549 C 22.921 28.492 23.276 28.439 23.458 28.066 L 24.422 28.066 C 24.426 28.138 24.43 28.205 24.431 28.274 C 24.431 29.147 24.431 30.02 24.431 30.893 C 24.431 30.938 24.429 30.983 24.431 31.028 C 24.437 31.224 24.498 31.29 24.698 31.302 C 24.793 31.308 24.889 31.303 24.994 31.303 C 25.015 31.471 25.02 31.639 25.011 31.808 C 24.857 31.846 22.882 31.859 22.566 31.825 L 22.566 31.327 C 22.743 31.27 22.949 31.355 23.149 31.224 C 23.175 31.155 23.192 31.084 23.2 31.012 C 23.205 30.402 23.203 29.792 23.202 29.182 C 23.199 29.151 23.192 29.12 23.182 29.089 L 22.562 29.089 Z M 15.527 0.032 L 15.81 1.188 L 15.852 1.187 L 16.165 0.05 L 16.94 0.05 L 16.94 2.014 L 16.46 2.014 L 16.46 0.624 C 16.285 1.073 16.18 1.541 16.037 2.008 L 15.595 2.008 L 15.253 0.595 L 15.212 0.596 C 15.21 0.71 15.207 0.825 15.206 0.939 C 15.205 1.054 15.204 1.171 15.203 1.286 C 15.201 1.409 15.203 1.531 15.198 1.653 C 15.193 1.767 15.18 1.881 15.169 2.012 L 14.742 1.988 C 14.7 1.848 14.701 0.328 14.743 0.032 Z M 25.553 6.208 L 25.133 5.832 L 25.304 4.554 L 25.271 4.54 L 24.563 5.314 L 24.148 4.932 L 25.484 3.459 L 25.898 3.846 L 25.721 5.126 L 25.752 5.143 L 26.468 4.362 L 26.889 4.74 Z M 7.273 3.693 L 6.661 2.86 L 7.114 2.521 L 8.293 4.116 L 7.84 4.458 L 6.575 4.019 C 6.791 4.345 7.011 4.614 7.22 4.911 L 6.768 5.248 L 5.586 3.653 L 6.04 3.317 L 7.24 3.732 Z M 30.201 16.547 C 29.975 16.802 29.773 16.928 29.305 17.098 L 29.305 16.446 L 29.934 16.124 C 30.032 16.089 30.108 16.008 30.137 15.908 C 30.14 15.869 30.141 15.83 30.137 15.791 L 29.354 15.791 C 29.333 15.589 29.332 15.386 29.351 15.184 C 30.013 15.161 30.662 15.226 31.324 15.217 C 31.324 15.411 31.327 15.583 31.324 15.755 C 31.318 15.967 31.307 16.178 31.297 16.39 C 31.295 16.428 31.294 16.467 31.289 16.505 C 31.247 16.793 31.093 16.961 30.846 16.987 C 30.575 17.044 30.305 16.883 30.227 16.617 C 30.219 16.596 30.212 16.573 30.201 16.547 Z M 30.827 16.361 C 30.934 16.206 30.949 16.094 30.899 15.825 L 30.537 15.801 C 30.493 15.916 30.484 16.041 30.512 16.161 C 30.552 16.367 30.601 16.4 30.827 16.361 Z M 12.242 0.382 C 12.592 0.323 12.919 0.268 13.247 0.216 C 13.355 0.197 13.463 0.186 13.572 0.183 C 13.806 0.165 14.019 0.317 14.079 0.543 C 14.158 0.777 14.073 1.034 13.871 1.174 C 13.836 1.199 13.799 1.221 13.758 1.247 C 14.05 1.414 14.18 1.555 14.468 2.018 C 14.357 2.039 14.253 2.06 14.149 2.078 C 14.041 2.097 13.934 2.113 13.814 2.132 C 13.666 1.942 13.516 1.751 13.368 1.559 C 13.301 1.443 13.157 1.397 13.035 1.453 L 13.156 2.239 L 12.565 2.338 Z M 13.515 0.84 C 13.497 0.682 13.426 0.598 13.3 0.607 C 13.163 0.602 13.027 0.631 12.903 0.689 L 12.975 1.073 C 13.194 1.039 13.408 1.059 13.515 0.84 Z M 9.859 1.727 C 9.863 1.055 10.477 0.773 10.991 0.76 C 11.63 0.744 11.94 1.315 11.958 1.886 C 11.978 2.519 11.429 2.832 10.812 2.852 C 10.221 2.872 9.889 2.315 9.859 1.727 Z M 11.369 1.969 C 11.36 1.764 11.293 1.564 11.176 1.396 C 11.068 1.252 10.878 1.199 10.711 1.267 C 10.546 1.319 10.437 1.476 10.444 1.65 C 10.453 1.862 10.527 2.067 10.657 2.235 C 10.762 2.374 10.949 2.421 11.106 2.349 C 11.274 2.301 11.384 2.142 11.369 1.969 Z M 24.598 3.272 C 24.576 3.704 24.331 4.092 23.952 4.299 C 23.756 4.403 23.525 4.419 23.316 4.344 C 23.075 4.271 22.859 4.133 22.689 3.947 C 22.489 3.737 22.414 3.439 22.49 3.159 C 22.552 2.894 22.696 2.656 22.902 2.477 C 23.138 2.256 23.48 2.19 23.782 2.306 C 24.028 2.387 24.245 2.536 24.409 2.737 C 24.536 2.886 24.603 3.077 24.598 3.272 Z M 24.037 3.196 C 24.037 2.917 23.713 2.643 23.441 2.812 C 23.21 2.949 23.058 3.188 23.032 3.455 C 23.004 3.737 23.341 3.976 23.585 3.847 C 23.826 3.709 23.992 3.47 24.037 3.196 Z M 1.069 18.686 C 0.562 18.686 0.237 18.443 0.126 17.973 C 0.083 17.806 0.069 17.632 0.084 17.46 C 0.132 17.022 0.357 16.782 0.785 16.674 C 0.964 16.625 1.152 16.611 1.337 16.634 C 1.673 16.667 1.956 16.898 2.054 17.221 C 2.128 17.428 2.154 17.649 2.129 17.867 C 2.103 18.176 1.909 18.445 1.624 18.567 C 1.451 18.651 1.261 18.691 1.069 18.686 Z M 1.217 17.219 C 1.043 17.214 0.871 17.254 0.716 17.334 C 0.576 17.421 0.504 17.587 0.536 17.749 C 0.553 17.915 0.681 18.049 0.845 18.074 C 1.049 18.113 1.259 18.088 1.448 18.003 C 1.603 17.942 1.699 17.785 1.682 17.619 C 1.67 17.358 1.511 17.22 1.217 17.219 Z M 31.294 14.443 C 31.152 14.467 31.028 14.489 30.903 14.507 C 30.637 14.546 30.37 14.587 30.103 14.62 C 29.718 14.668 29.305 14.494 29.209 14.019 C 29.169 13.831 29.149 13.64 29.149 13.448 C 29.138 13.16 29.32 12.9 29.595 12.814 C 29.797 12.751 30.003 12.707 30.213 12.68 C 30.472 12.638 30.733 12.609 30.994 12.574 C 31.069 12.76 31.1 12.961 31.084 13.161 C 30.81 13.201 30.532 13.24 30.253 13.281 C 30.132 13.298 30.01 13.307 29.892 13.334 C 29.705 13.358 29.574 13.529 29.599 13.715 C 29.604 13.757 29.617 13.796 29.637 13.833 C 29.68 13.96 29.806 14.04 29.939 14.024 C 30.106 14.011 30.27 13.988 30.436 13.966 C 30.645 13.937 30.855 13.903 31.064 13.875 C 31.112 13.872 31.159 13.872 31.207 13.874 Z M 29.021 9.961 L 28.592 9.1 L 28.228 9.28 L 28.695 10.228 L 28.316 10.421 C 28.298 10.399 28.282 10.375 28.267 10.351 C 28.036 9.885 27.806 9.419 27.562 8.929 L 29.347 8.05 L 30.07 9.519 L 29.706 9.703 L 29.241 8.78 L 28.946 8.922 L 29.367 9.784 Z M 28.534 7.754 L 28.21 7.342 C 28.316 7.088 28.289 6.919 28.133 6.828 C 28.046 6.777 28.007 6.792 27.904 6.921 L 27.99 7.182 C 28.043 7.34 28.105 7.496 28.145 7.657 C 28.21 7.859 28.148 8.08 27.989 8.221 C 27.822 8.381 27.578 8.431 27.361 8.352 C 27.276 8.323 27.197 8.279 27.127 8.222 C 26.902 8.038 26.736 7.791 26.652 7.512 C 26.571 7.246 26.677 6.958 26.91 6.806 L 27.246 7.229 C 27.156 7.359 27.068 7.491 27.143 7.653 C 27.184 7.772 27.287 7.858 27.411 7.876 C 27.584 7.81 27.628 7.74 27.585 7.575 C 27.559 7.476 27.508 7.384 27.484 7.285 C 27.44 7.125 27.41 6.962 27.393 6.797 C 27.37 6.468 27.722 6.247 28.016 6.326 C 28.085 6.342 28.151 6.37 28.21 6.408 C 28.499 6.607 28.699 6.911 28.766 7.256 C 28.799 7.428 28.722 7.584 28.534 7.754 Z M 0.934 19.283 L 1.124 19.799 C 0.98 19.907 0.902 20.035 0.984 20.214 C 1.032 20.319 1.067 20.34 1.211 20.335 C 1.314 20.256 1.286 20.143 1.285 20.035 C 1.276 19.838 1.278 19.639 1.29 19.442 C 1.336 18.969 1.902 18.825 2.239 19.083 C 2.312 19.137 2.373 19.203 2.422 19.279 C 2.596 19.552 2.673 19.876 2.64 20.199 C 2.609 20.455 2.431 20.594 2.195 20.704 L 2 20.189 C 2.312 19.919 2.309 19.649 1.997 19.51 C 1.826 19.561 1.793 19.594 1.787 19.757 C 1.782 19.885 1.796 20.015 1.79 20.143 C 1.789 20.264 1.775 20.386 1.749 20.505 C 1.683 20.774 1.411 20.94 1.141 20.874 C 1.078 20.859 1.02 20.832 0.967 20.794 C 0.897 20.748 0.837 20.689 0.79 20.62 C 0.611 20.357 0.53 20.04 0.561 19.723 C 0.589 19.516 0.734 19.344 0.934 19.283 Z M 19.274 2.456 L 18.67 2.34 C 18.651 2.213 18.635 2.108 18.619 1.997 L 17.934 1.867 L 17.753 2.169 L 17.164 2.052 L 18.265 0.246 L 18.911 0.369 C 19.042 1.053 19.157 1.738 19.274 2.456 Z M 18.573 1.567 C 18.57 1.325 18.531 1.085 18.458 0.854 L 18.132 1.475 Z M 3.007 9.632 C 2.901 9.607 2.793 9.591 2.69 9.557 C 2.441 9.473 2.208 9.344 2.004 9.177 C 1.738 8.996 1.643 8.647 1.783 8.356 C 1.827 8.243 1.887 8.135 1.96 8.038 C 2.103 7.831 2.359 7.734 2.604 7.792 C 2.952 7.863 3.274 8.027 3.536 8.266 C 3.789 8.456 3.862 8.804 3.705 9.08 C 3.65 9.195 3.583 9.304 3.502 9.404 C 3.38 9.55 3.198 9.634 3.007 9.632 Z M 3.082 9.127 C 3.223 9.132 3.301 9.094 3.338 9.005 C 3.381 8.906 3.352 8.791 3.266 8.726 C 3.025 8.514 2.739 8.36 2.429 8.276 C 2.326 8.242 2.214 8.286 2.163 8.382 C 2.116 8.462 2.124 8.563 2.184 8.634 C 2.202 8.66 2.224 8.683 2.25 8.703 C 2.472 8.877 2.721 9.014 2.986 9.109 C 3.017 9.118 3.049 9.124 3.082 9.127 Z M 29.595 11.8 L 29.595 12.295 C 29.271 12.378 28.934 12.22 28.791 11.917 C 28.697 11.734 28.641 11.533 28.628 11.328 C 28.599 10.997 28.768 10.682 29.06 10.524 C 29.284 10.384 29.546 10.313 29.812 10.32 C 30.034 10.32 30.245 10.415 30.393 10.58 C 30.61 10.823 30.723 11.141 30.708 11.466 C 30.695 11.721 30.555 11.951 30.336 12.081 L 30.071 11.624 C 30.096 11.597 30.118 11.574 30.138 11.55 C 30.281 11.393 30.269 11.151 30.113 11.008 C 30.029 10.931 29.916 10.896 29.804 10.911 C 29.621 10.945 29.445 11.004 29.278 11.085 C 29.129 11.151 29.052 11.317 29.101 11.473 C 29.126 11.631 29.25 11.754 29.408 11.778 C 29.463 11.789 29.52 11.791 29.595 11.8 Z M 2.129 11.395 C 1.767 11.356 1.423 11.223 1.131 11.007 C 0.934 10.871 0.842 10.628 0.9 10.396 C 0.928 10.258 0.971 10.124 1.029 9.997 C 1.141 9.739 1.414 9.59 1.691 9.636 C 2.031 9.667 2.358 9.786 2.639 9.98 C 2.908 10.132 3.026 10.457 2.918 10.747 C 2.894 10.833 2.862 10.918 2.825 10.998 C 2.698 11.273 2.477 11.397 2.129 11.395 Z M 2.261 10.896 C 2.416 10.894 2.498 10.843 2.534 10.744 C 2.57 10.651 2.535 10.545 2.452 10.489 C 2.394 10.439 2.329 10.396 2.26 10.364 C 2.107 10.298 1.95 10.241 1.793 10.186 C 1.72 10.161 1.645 10.144 1.569 10.134 C 1.451 10.112 1.334 10.175 1.286 10.285 C 1.249 10.38 1.277 10.465 1.383 10.552 C 1.427 10.59 1.476 10.621 1.529 10.644 C 1.725 10.721 1.923 10.794 2.122 10.865 C 2.168 10.878 2.215 10.888 2.263 10.894 Z M 0.647 14.659 L 0.556 15.162 C 0.165 15.082 -0.009 14.871 0 14.482 C 0.004 14.321 0.027 14.162 0.068 14.007 C 0.139 13.708 0.439 13.522 0.738 13.592 C 0.818 13.611 0.893 13.647 0.957 13.698 C 1.103 13.815 1.222 13.961 1.309 14.126 C 1.383 14.244 1.458 14.363 1.543 14.5 C 1.637 14.356 1.595 14.218 1.615 14.091 C 1.637 13.959 1.645 13.825 1.662 13.668 L 2.092 13.691 C 2.042 14.25 1.994 14.784 1.945 15.339 C 1.755 15.3 1.581 15.205 1.445 15.067 C 1.317 14.924 1.205 14.765 1.092 14.611 C 1.023 14.518 0.964 14.418 0.899 14.323 C 0.878 14.292 0.853 14.261 0.827 14.233 C 0.757 14.145 0.641 14.107 0.532 14.136 C 0.439 14.169 0.375 14.256 0.371 14.356 C 0.368 14.469 0.437 14.571 0.544 14.609 C 0.573 14.621 0.601 14.635 0.647 14.659 Z M 9.329 2.201 L 9.506 2.538 L 8.825 2.906 L 9.196 3.625 L 8.666 3.908 L 7.742 2.15 L 9.078 1.449 L 9.276 1.808 L 8.48 2.233 L 8.642 2.555 Z M 28.822 21.788 L 28.062 21.455 L 28.302 20.907 L 29.071 21.234 L 30.432 20.993 L 30.167 21.596 L 29.383 21.703 L 29.837 22.348 L 29.575 22.958 Z M 20.332 2.836 L 19.766 2.643 L 20.241 1.239 C 20.063 1.12 19.851 1.103 19.656 1 L 19.809 0.561 L 21.57 1.16 L 21.418 1.608 L 20.82 1.414 Z M 28.961 18.892 L 30.415 19.272 L 30.584 18.667 L 31.04 18.787 L 30.571 20.581 L 30.109 20.468 L 30.264 19.859 L 28.812 19.472 Z M 0.625 13.097 L 0.195 12.995 L 0.546 11.436 L 0.895 11.513 C 1.216 12.038 1.726 12.422 2.32 12.586 L 2.205 13.099 C 1.668 12.931 1.199 12.596 0.866 12.141 C 0.757 12.467 0.725 12.779 0.625 13.097 Z M 3.509 6.913 C 3.471 7.105 3.439 7.268 3.405 7.43 C 3.394 7.463 3.379 7.495 3.361 7.526 L 3.019 7.275 C 3.114 6.983 3.153 6.694 2.992 6.41 L 3.259 6.046 L 4.882 7.243 L 4.563 7.684 Z M 6.413 5.564 L 5.998 6.008 L 4.633 4.572 L 5.051 4.137 Z M 21.762 3.454 L 21.219 3.192 L 22.065 1.4 L 22.613 1.655 Z M 2.97 20.844 L 3.208 21.398 L 1.387 22.184 L 1.148 21.631 Z M 29.148 17.951 L 29.234 17.368 C 29.889 17.447 30.529 17.545 31.191 17.645 L 31.11 18.23 C 30.449 18.148 29.807 18.054 29.148 17.951 Z M 24.252 15.795 C 24.258 16.312 24.142 16.823 23.917 17.287 C 23.627 17.854 23.14 18.296 22.548 18.528 C 22.117 18.699 21.661 18.794 21.198 18.811 C 20.659 18.854 20.116 18.795 19.599 18.638 C 18.48 18.28 17.81 17.525 17.639 16.35 C 17.554 15.815 17.589 15.268 17.739 14.747 C 17.966 13.953 18.556 13.315 19.33 13.026 C 19.993 12.774 20.708 12.686 21.413 12.771 C 21.818 12.798 22.215 12.895 22.587 13.055 C 23.47 13.419 24.086 14.233 24.195 15.182 C 24.225 15.385 24.234 15.591 24.252 15.795 Z M 22.054 15.795 C 22.036 15.52 22.027 15.244 21.996 14.97 C 21.974 14.662 21.89 14.362 21.751 14.086 C 21.596 13.779 21.277 13.59 20.933 13.602 C 20.584 13.584 20.255 13.772 20.094 14.083 C 19.98 14.3 19.906 14.535 19.875 14.777 C 19.785 15.374 19.774 15.981 19.843 16.581 C 19.864 16.856 19.93 17.127 20.038 17.381 C 20.246 17.868 20.811 18.094 21.297 17.886 C 21.511 17.794 21.685 17.628 21.785 17.419 C 21.845 17.291 21.891 17.157 21.923 17.02 C 22.01 16.617 22.054 16.207 22.054 15.795 Z M 15.855 14.862 C 15.817 14.757 15.788 14.672 15.756 14.588 C 15.546 14.022 15.122 13.734 14.536 13.671 C 14.313 13.637 14.085 13.649 13.867 13.707 C 13.724 13.748 13.595 13.827 13.494 13.937 C 13.285 14.167 13.308 14.427 13.573 14.589 C 13.727 14.68 13.894 14.749 14.067 14.794 C 14.432 14.895 14.805 14.967 15.171 15.065 C 15.596 15.168 16.002 15.337 16.374 15.568 C 16.775 15.816 17.031 16.242 17.064 16.712 C 17.132 17.19 16.998 17.673 16.694 18.047 C 16.463 18.318 16.163 18.521 15.826 18.634 C 15.374 18.786 14.897 18.847 14.422 18.813 C 13.862 18.782 13.315 18.641 12.811 18.396 C 12.789 18.386 12.764 18.38 12.726 18.367 L 12.512 18.669 L 11.754 18.669 L 11.754 16.573 C 11.885 16.553 12.018 16.548 12.15 16.557 C 12.278 16.554 12.406 16.557 12.55 16.557 C 12.577 16.626 12.6 16.69 12.626 16.754 C 12.89 17.382 13.333 17.803 14.016 17.934 C 14.243 17.987 14.479 17.981 14.703 17.919 C 14.826 17.883 14.941 17.825 15.042 17.747 C 15.238 17.607 15.284 17.335 15.145 17.139 C 15.116 17.099 15.082 17.064 15.041 17.036 C 14.877 16.914 14.694 16.818 14.5 16.753 C 14.124 16.622 13.737 16.526 13.358 16.405 C 13.094 16.326 12.834 16.232 12.58 16.125 C 12.097 15.91 11.743 15.561 11.636 15.03 C 11.465 14.183 11.821 13.446 12.598 13.036 C 12.931 12.866 13.297 12.771 13.67 12.756 C 14.378 12.704 15.089 12.832 15.733 13.13 C 15.756 13.141 15.781 13.148 15.823 13.165 L 15.98 12.902 L 16.778 12.902 L 16.778 14.858 C 16.63 14.859 16.479 14.862 16.328 14.862 C 16.173 14.863 16.019 14.862 15.855 14.862 Z M 11.081 17.847 L 11.081 18.635 L 7.711 18.635 L 7.711 17.847 C 7.815 17.847 7.917 17.849 8.017 17.846 C 8.087 17.846 8.158 17.84 8.227 17.829 C 8.334 17.818 8.419 17.734 8.432 17.628 C 8.447 17.546 8.458 17.463 8.461 17.38 C 8.463 16.313 8.463 15.246 8.461 14.179 C 8.461 13.802 8.371 13.716 7.993 13.709 C 7.904 13.708 7.814 13.709 7.711 13.709 L 7.711 12.925 L 11.058 12.925 C 11.102 13.18 11.105 13.44 11.069 13.696 C 11.022 13.701 10.973 13.707 10.923 13.71 C 10.873 13.713 10.82 13.71 10.769 13.711 C 10.425 13.724 10.343 13.797 10.343 14.137 C 10.34 15.229 10.34 16.322 10.343 17.414 C 10.345 17.765 10.427 17.84 10.779 17.847 C 10.875 17.848 10.97 17.847 11.081 17.847 Z\" fill=\"transparent\" height=\"32px\" id=\"IKYUVAqrC\" transform=\"translate(0.32 10)\" width=\"31.353499999999997px\"><path d=\"M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z\" fill=\"transparent\" height=\"32px\" id=\"BQqs6DbbB\" width=\"31.353499999999997px\"/><path d=\"M 11.108 0 C 17.237 0.006 22.201 4.979 22.195 11.108 C 22.189 17.237 17.216 22.201 11.087 22.195 C 4.966 22.189 0.005 17.228 0 11.106 C -0.006 4.978 4.956 0.006 11.084 0 C 11.092 0 11.1 0 11.108 0 Z M 7.377 16.796 C 9.784 15.94 12.412 15.94 14.818 16.794 L 15.164 15.493 C 15.324 15.493 15.47 15.489 15.617 15.494 C 15.769 15.482 15.922 15.491 16.071 15.521 C 15.967 16.061 15.836 16.595 15.677 17.122 C 16.087 17.348 16.494 17.553 16.881 17.791 C 17.268 18.028 17.635 18.296 18.009 18.55 C 22.509 14.426 22.228 7.414 17.992 3.636 C 17.277 4.198 16.498 4.675 15.671 5.054 C 15.828 5.611 15.978 6.144 16.077 6.694 L 15.156 6.694 C 15.1 6.472 15.048 6.26 14.992 6.05 C 14.944 5.83 14.88 5.615 14.8 5.405 C 12.399 6.256 9.778 6.254 7.377 5.401 L 7.03 6.706 C 6.871 6.706 6.723 6.707 6.577 6.706 C 6.427 6.705 6.277 6.702 6.098 6.7 L 6.516 5.049 C 5.692 4.671 4.915 4.196 4.203 3.632 C -0.268 7.71 -0.08 14.722 4.203 18.559 C 4.92 17.996 5.701 17.518 6.528 17.138 C 6.362 16.599 6.224 16.052 6.116 15.499 L 7.035 15.499 Z M 14.5 4.539 C 14.494 4.503 14.487 4.467 14.477 4.432 C 14.195 3.672 13.809 2.956 13.329 2.303 C 13.021 1.874 12.632 1.51 12.184 1.23 C 11.559 0.824 10.76 0.802 10.114 1.173 C 9.698 1.406 9.332 1.718 9.035 2.091 C 8.558 2.68 8.169 3.336 7.88 4.038 C 7.813 4.195 7.751 4.355 7.678 4.532 C 9.883 5.323 12.294 5.326 14.5 4.539 Z M 7.689 17.656 C 7.705 17.709 7.711 17.74 7.722 17.769 C 7.985 18.473 8.337 19.141 8.769 19.757 C 9.051 20.164 9.397 20.523 9.793 20.821 C 10.625 21.428 11.528 21.436 12.368 20.844 C 12.656 20.638 12.916 20.396 13.141 20.124 C 13.715 19.413 14.168 18.612 14.48 17.754 C 14.489 17.721 14.495 17.687 14.498 17.654 C 12.296 16.87 9.891 16.871 7.689 17.656 Z M 13.693 20.921 C 14.997 20.592 16.22 19.998 17.283 19.175 C 16.699 18.721 16.065 18.335 15.395 18.024 C 15.14 18.543 14.906 19.049 14.646 19.542 C 14.378 20.033 14.059 20.495 13.693 20.921 Z M 8.512 20.925 C 8.144 20.505 7.822 20.044 7.555 19.553 C 7.29 19.056 7.056 18.544 6.801 18.023 C 6.13 18.335 5.496 18.721 4.912 19.175 C 5.979 19.999 7.204 20.595 8.512 20.925 Z M 15.361 4.167 C 15.852 4.002 17.083 3.239 17.254 2.996 C 16.196 2.181 14.981 1.594 13.686 1.269 C 14.434 2.126 14.946 3.111 15.361 4.167 Z M 8.494 1.276 C 7.197 1.602 5.981 2.193 4.923 3.011 C 5.303 3.364 6.48 4.07 6.839 4.159 C 7.224 3.112 7.783 2.137 8.494 1.276 Z\" fill=\"rgb(163, 163, 163)\" height=\"22.19510507782791px\" id=\"YzRYwj8Xy\" transform=\"translate(4.547 4.688)\" width=\"22.195120192086645px\"/><path d=\"M 3.721 2.022 C 3.723 2.358 3.651 2.691 3.511 2.997 C 3.246 3.587 2.671 3.976 2.025 4.002 C 1.794 4.023 1.562 4.004 1.338 3.946 C 0.764 3.803 0.307 3.369 0.133 2.803 C -0.042 2.294 -0.044 1.742 0.125 1.232 C 0.335 0.541 0.954 0.053 1.675 0.011 C 2.061 -0.031 2.451 0.047 2.792 0.233 C 3.247 0.49 3.563 0.936 3.654 1.451 C 3.691 1.638 3.699 1.832 3.721 2.022 Z M 1.315 2.001 L 1.347 2.004 C 1.347 2.151 1.337 2.299 1.349 2.446 C 1.351 2.703 1.406 2.956 1.51 3.192 C 1.569 3.324 1.7 3.411 1.845 3.415 C 1.997 3.425 2.14 3.338 2.201 3.198 C 2.253 3.095 2.29 2.986 2.312 2.872 C 2.399 2.36 2.409 1.837 2.341 1.322 C 2.318 1.157 2.275 0.996 2.213 0.842 C 2.165 0.696 2.028 0.599 1.874 0.601 C 1.715 0.596 1.57 0.688 1.507 0.833 C 1.464 0.912 1.434 0.998 1.419 1.086 C 1.378 1.391 1.348 1.696 1.315 2.001 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.010270512450232px\" id=\"yKLglXW22\" transform=\"translate(17.844 27.943)\" width=\"3.7207820845762454px\"/><path d=\"M 3.698 2.015 C 3.72 2.356 3.652 2.697 3.504 3.005 C 3.228 3.605 2.63 3.992 1.97 3.998 C 1.675 4.02 1.378 3.973 1.103 3.861 C 0.638 3.67 0.282 3.281 0.133 2.801 C -0.039 2.299 -0.044 1.755 0.117 1.248 C 0.326 0.526 0.978 0.023 1.729 0.003 C 2.317 -0.026 2.833 0.135 3.233 0.589 C 3.508 0.908 3.67 1.307 3.696 1.727 C 3.705 1.822 3.698 1.919 3.698 2.015 Z M 2.395 2.05 C 2.378 1.778 2.377 1.572 2.348 1.37 C 2.323 1.193 2.281 1.018 2.22 0.85 C 2.175 0.696 2.032 0.592 1.871 0.593 C 1.705 0.586 1.553 0.69 1.499 0.848 C 1.44 0.976 1.402 1.113 1.386 1.253 C 1.363 1.668 1.348 2.085 1.354 2.501 C 1.35 2.739 1.404 2.976 1.511 3.189 C 1.595 3.379 1.818 3.465 2.008 3.381 C 2.088 3.345 2.153 3.284 2.193 3.206 C 2.254 3.1 2.295 2.985 2.312 2.864 C 2.352 2.572 2.372 2.278 2.394 2.05 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.003760117224317px\" id=\"nejpacnrt\" transform=\"translate(13.789 27.949)\" width=\"3.7020900694417977px\"/><path d=\"M 0.758 0.912 C 0.779 0.921 0.802 0.927 0.824 0.933 C 1.048 0.929 1.232 1.108 1.236 1.332 C 1.236 1.346 1.236 1.359 1.234 1.372 C 1.253 1.634 1.075 1.869 0.818 1.921 C 0.729 1.936 0.639 1.94 0.549 1.935 C 0.266 1.928 0.034 1.708 0.011 1.426 C -0.041 1.062 0.093 0.697 0.369 0.453 C 0.66 0.194 1.029 0.042 1.418 0.02 C 1.887 -0.045 2.364 0.05 2.773 0.287 C 3.225 0.546 3.446 1.077 3.311 1.58 C 3.245 1.839 3.075 2.059 2.841 2.189 C 2.574 2.344 2.288 2.463 1.991 2.546 C 1.776 2.612 1.558 2.67 1.348 2.749 C 1.151 2.805 0.981 2.933 0.874 3.107 C 0.916 3.097 0.957 3.085 0.998 3.07 C 1.344 2.907 1.736 2.871 2.106 2.97 C 2.223 3.002 2.343 3.028 2.463 3.048 C 2.724 3.087 2.828 3.001 2.859 2.733 C 2.863 2.695 2.865 2.657 2.871 2.594 C 3.071 2.58 3.271 2.581 3.471 2.597 C 3.494 2.946 3.494 3.282 3.323 3.593 C 3.163 3.885 2.888 3.979 2.582 4.005 C 2.287 4.025 1.99 3.989 1.707 3.9 C 1.523 3.847 1.338 3.787 1.15 3.749 C 0.965 3.71 0.773 3.687 0.657 3.891 L 0.019 3.891 C -0.009 3.6 0.045 3.306 0.177 3.045 C 0.343 2.745 0.582 2.493 0.872 2.311 C 1.089 2.162 1.316 2.028 1.537 1.886 C 1.62 1.835 1.699 1.78 1.775 1.721 C 1.94 1.592 2.033 1.391 2.023 1.182 C 2.027 0.99 1.913 0.814 1.736 0.739 C 1.407 0.586 1.016 0.655 0.758 0.912 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.0104146062287285px\" id=\"JbqW8CFnH\" transform=\"translate(5.797 27.94)\" width=\"3.48186539066608px\"/><path d=\"M 0.67 0.08 C 0.678 0.203 0.684 0.302 0.691 0.424 C 0.716 0.404 0.741 0.382 0.763 0.358 C 1.001 0.033 1.333 -0.044 1.704 0.021 C 1.892 0.062 2.076 0.116 2.257 0.181 C 2.367 0.214 2.477 0.252 2.585 0.291 C 2.675 0.327 2.777 0.306 2.846 0.238 L 2.91 0.088 L 3.396 0.088 C 3.431 0.194 3.426 0.308 3.382 0.41 C 3.268 0.668 3.157 0.927 3.025 1.176 C 2.856 1.492 2.662 1.796 2.489 2.111 C 2.244 2.587 2.114 3.113 2.109 3.648 C 2.106 3.711 2.102 3.774 2.098 3.847 L 0.855 3.847 C 0.825 3.703 0.82 3.555 0.842 3.409 C 0.879 2.858 1.117 2.34 1.513 1.955 C 1.774 1.698 2.045 1.452 2.311 1.201 C 2.37 1.144 2.425 1.083 2.515 0.989 C 2.439 1.007 2.407 1.011 2.376 1.021 C 2.111 1.101 1.829 1.112 1.558 1.056 C 1.413 1.028 1.267 1.008 1.12 0.997 C 0.919 0.973 0.736 1.116 0.711 1.318 C 0.711 1.32 0.71 1.322 0.71 1.323 C 0.692 1.417 0.681 1.512 0.675 1.609 C 0.67 1.671 0.67 1.734 0.666 1.807 L 0 1.807 L 0 0.088 C 0.111 0.085 0.217 0.081 0.324 0.079 C 0.431 0.079 0.541 0.08 0.67 0.08 Z\" fill=\"rgb(163, 163, 163)\" height=\"3.8474703175155156px\" id=\"sUbM955RV\" transform=\"translate(10.023 27.978)\" width=\"3.418854435137014px\"/><path d=\"M 0.001 0.483 C 0.358 0.426 0.714 0.372 0.895 0 L 1.86 0 C 1.863 0.071 1.868 0.139 1.868 0.207 C 1.869 1.08 1.869 1.954 1.868 2.826 C 1.868 2.872 1.867 2.916 1.868 2.962 C 1.875 3.158 1.936 3.223 2.136 3.236 C 2.231 3.241 2.327 3.237 2.432 3.237 C 2.453 3.404 2.458 3.573 2.448 3.741 C 2.295 3.779 0.32 3.792 0.004 3.759 L 0.004 3.26 C 0.181 3.203 0.387 3.289 0.587 3.157 C 0.613 3.089 0.63 3.018 0.637 2.945 C 0.643 2.336 0.641 1.725 0.64 1.116 C 0.636 1.084 0.63 1.053 0.62 1.023 L 0 1.023 Z\" fill=\"rgb(163, 163, 163)\" height=\"3.7779291361659446px\" id=\"jqJe1Es_1\" transform=\"translate(22.562 28.066)\" width=\"2.4529155818981145px\"/><path d=\"M 0.816 0 L 1.1 1.155 L 1.141 1.155 L 1.454 0.018 L 2.229 0.018 L 2.229 1.982 L 1.749 1.982 L 1.749 0.591 C 1.574 1.041 1.469 1.509 1.326 1.976 L 0.884 1.976 L 0.542 0.563 L 0.501 0.564 C 0.499 0.678 0.496 0.793 0.495 0.907 C 0.494 1.021 0.493 1.139 0.492 1.254 C 0.491 1.376 0.493 1.498 0.487 1.621 C 0.482 1.735 0.469 1.848 0.458 1.979 L 0.031 1.956 C -0.011 1.816 -0.01 0.296 0.032 0 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9821000000000009px\" id=\"N94c1pM2C\" transform=\"translate(14.711 0.032)\" width=\"2.2289294957135724px\"/><path d=\"M 1.405 2.749 L 0.984 2.373 L 1.156 1.095 L 1.122 1.081 L 0.415 1.855 L 0 1.473 L 1.336 0 L 1.75 0.387 L 1.572 1.667 L 1.604 1.684 L 2.319 0.903 L 2.741 1.281 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.7494000000000014px\" id=\"j3A34LA7Z\" transform=\"translate(24.148 3.459)\" width=\"2.7409999999999997px\"/><path d=\"M 1.687 1.172 L 1.075 0.339 L 1.528 0 L 2.707 1.595 L 2.254 1.937 L 0.989 1.498 C 1.205 1.824 1.425 2.093 1.634 2.39 L 1.182 2.727 L 0 1.132 L 0.454 0.796 L 1.654 1.211 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.7273999999999994px\" id=\"MN_E4SR3l\" transform=\"translate(5.586 2.521)\" width=\"2.70739px\"/><path d=\"M 0.897 1.368 C 0.67 1.623 0.468 1.749 0 1.919 L 0 1.267 L 0.629 0.945 C 0.727 0.91 0.803 0.829 0.832 0.728 C 0.835 0.69 0.836 0.651 0.833 0.611 L 0.049 0.611 C 0.028 0.41 0.028 0.207 0.047 0.005 C 0.708 -0.018 1.357 0.046 2.02 0.038 C 2.02 0.232 2.023 0.404 2.019 0.576 C 2.014 0.788 2.002 0.999 1.992 1.211 C 1.991 1.249 1.99 1.288 1.984 1.326 C 1.942 1.614 1.788 1.782 1.542 1.807 C 1.27 1.865 1.001 1.704 0.922 1.438 C 0.915 1.417 0.907 1.394 0.897 1.368 Z M 1.522 1.182 C 1.629 1.027 1.644 0.915 1.594 0.646 L 1.232 0.622 C 1.189 0.737 1.18 0.862 1.207 0.982 C 1.248 1.188 1.296 1.22 1.522 1.182 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.919291959020132px\" id=\"KJEdSAaJa\" transform=\"translate(29.305 15.179)\" width=\"2.020835479310023px\"/><path d=\"M 0 0.2 C 0.35 0.142 0.677 0.086 1.005 0.034 C 1.113 0.015 1.221 0.004 1.33 0.001 C 1.564 -0.017 1.777 0.135 1.837 0.362 C 1.916 0.595 1.831 0.852 1.628 0.992 C 1.594 1.017 1.557 1.039 1.516 1.066 C 1.808 1.232 1.938 1.373 2.226 1.837 C 2.115 1.857 2.011 1.878 1.906 1.896 C 1.799 1.915 1.692 1.931 1.572 1.951 C 1.424 1.76 1.274 1.569 1.126 1.377 C 1.059 1.261 0.915 1.216 0.793 1.272 L 0.914 2.057 L 0.323 2.156 Z M 1.273 0.658 C 1.255 0.501 1.184 0.416 1.058 0.425 C 0.921 0.42 0.785 0.449 0.661 0.508 L 0.732 0.891 C 0.952 0.857 1.166 0.877 1.273 0.658 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.156160095161349px\" id=\"qciHqGqiI\" transform=\"translate(12.242 0.182)\" width=\"2.2257999999999996px\"/><path d=\"M 0 0.968 C 0.003 0.296 0.618 0.013 1.131 0 C 1.771 -0.016 2.081 0.556 2.099 1.127 C 2.118 1.76 1.57 2.072 0.952 2.093 C 0.361 2.113 0.03 1.556 0 0.968 Z M 1.51 1.21 C 1.501 1.004 1.434 0.805 1.316 0.636 C 1.209 0.492 1.018 0.439 0.852 0.508 C 0.687 0.56 0.577 0.717 0.585 0.891 C 0.593 1.103 0.668 1.308 0.798 1.476 C 0.903 1.615 1.089 1.662 1.247 1.589 C 1.415 1.542 1.524 1.383 1.51 1.21 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.093460135210128px\" id=\"jvMcjfD10\" transform=\"translate(9.859 0.759)\" width=\"2.099599205593999px\"/><path d=\"M 2.137 1.023 C 2.115 1.454 1.87 1.843 1.491 2.049 C 1.295 2.153 1.064 2.169 0.855 2.095 C 0.614 2.021 0.398 1.883 0.228 1.697 C 0.029 1.488 -0.047 1.189 0.029 0.909 C 0.091 0.644 0.235 0.406 0.441 0.228 C 0.678 0.007 1.02 -0.06 1.321 0.056 C 1.567 0.137 1.784 0.287 1.948 0.487 C 2.075 0.636 2.142 0.827 2.137 1.023 Z M 1.576 0.947 C 1.576 0.667 1.252 0.394 0.98 0.563 C 0.749 0.7 0.597 0.938 0.572 1.205 C 0.543 1.487 0.88 1.727 1.124 1.598 C 1.365 1.46 1.531 1.221 1.576 0.947 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.1407920314728113px\" id=\"LNcgNq5CR\" transform=\"translate(22.461 2.25)\" width=\"2.1376120282401456px\"/><path d=\"M 0.991 2.063 C 0.483 2.063 0.159 1.82 0.048 1.35 C 0.005 1.183 -0.009 1.009 0.006 0.837 C 0.054 0.399 0.279 0.159 0.706 0.051 C 0.886 0.002 1.074 -0.012 1.259 0.011 C 1.595 0.044 1.878 0.275 1.976 0.598 C 2.05 0.805 2.076 1.026 2.051 1.244 C 2.025 1.553 1.831 1.822 1.546 1.944 C 1.373 2.028 1.183 2.068 0.991 2.063 Z M 1.139 0.596 C 0.965 0.591 0.792 0.631 0.638 0.711 C 0.498 0.798 0.426 0.964 0.458 1.126 C 0.475 1.292 0.602 1.426 0.767 1.451 C 0.971 1.49 1.181 1.465 1.37 1.38 C 1.525 1.319 1.621 1.162 1.604 0.996 C 1.592 0.735 1.432 0.597 1.139 0.596 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0631103668219213px\" id=\"tx5xSc2vg\" transform=\"translate(0.078 16.623)\" width=\"2.0601384105396185px\"/><path d=\"M 2.145 1.869 C 2.004 1.893 1.88 1.916 1.755 1.934 C 1.489 1.972 1.222 2.013 0.955 2.046 C 0.569 2.095 0.156 1.921 0.061 1.446 C 0.021 1.257 0 1.066 0 0.874 C -0.011 0.586 0.172 0.327 0.447 0.24 C 0.648 0.178 0.855 0.133 1.065 0.107 C 1.324 0.064 1.585 0.035 1.845 0 C 1.92 0.186 1.952 0.387 1.935 0.587 C 1.661 0.627 1.383 0.667 1.105 0.707 C 0.984 0.725 0.862 0.734 0.743 0.76 C 0.557 0.785 0.426 0.956 0.45 1.142 C 0.456 1.183 0.469 1.223 0.489 1.259 C 0.532 1.386 0.658 1.466 0.791 1.451 C 0.957 1.437 1.122 1.415 1.288 1.392 C 1.497 1.363 1.706 1.33 1.916 1.301 C 1.963 1.298 2.01 1.298 2.058 1.301 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0539330713379993px\" id=\"ZGGIXUqd3\" transform=\"translate(29.148 12.574)\" width=\"2.14547182567609px\"/><path d=\"M 1.458 1.911 L 1.029 1.05 L 0.665 1.23 L 1.133 2.178 L 0.754 2.371 C 0.736 2.349 0.719 2.325 0.705 2.301 C 0.473 1.835 0.243 1.369 0 0.879 L 1.784 0 L 2.508 1.469 L 2.144 1.653 L 1.678 0.73 L 1.383 0.873 L 1.804 1.734 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.371199999999998px\" id=\"j0Ju4kFaA\" transform=\"translate(27.562 8.05)\" width=\"2.5077px\"/><path d=\"M 1.909 1.444 L 1.585 1.032 C 1.691 0.778 1.664 0.609 1.508 0.518 C 1.421 0.467 1.382 0.482 1.279 0.611 L 1.365 0.872 C 1.418 1.03 1.48 1.186 1.52 1.347 C 1.585 1.549 1.523 1.77 1.364 1.911 C 1.197 2.071 0.953 2.121 0.736 2.042 C 0.651 2.013 0.572 1.969 0.502 1.912 C 0.277 1.728 0.111 1.481 0.027 1.202 C -0.054 0.936 0.052 0.648 0.285 0.496 L 0.621 0.919 C 0.532 1.049 0.443 1.181 0.518 1.343 C 0.559 1.462 0.662 1.548 0.786 1.566 C 0.959 1.5 1.003 1.43 0.96 1.265 C 0.934 1.166 0.883 1.074 0.859 0.975 C 0.815 0.815 0.785 0.652 0.768 0.487 C 0.745 0.158 1.097 -0.063 1.391 0.016 C 1.461 0.032 1.526 0.06 1.585 0.098 C 1.874 0.297 2.074 0.601 2.141 0.946 C 2.174 1.118 2.097 1.274 1.909 1.444 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.07869966047494px\" id=\"q27UWLVAY\" transform=\"translate(26.625 6.31)\" width=\"2.148590854584093px\"/><path d=\"M 0.379 0.326 L 0.57 0.842 C 0.425 0.95 0.347 1.079 0.429 1.258 C 0.477 1.363 0.513 1.383 0.656 1.379 C 0.76 1.299 0.731 1.187 0.73 1.079 C 0.721 0.881 0.723 0.683 0.736 0.485 C 0.781 0.013 1.347 -0.131 1.685 0.127 C 1.757 0.18 1.819 0.247 1.867 0.323 C 2.042 0.595 2.118 0.92 2.085 1.242 C 2.054 1.498 1.876 1.637 1.641 1.747 L 1.446 1.232 C 1.758 0.963 1.754 0.692 1.442 0.554 C 1.271 0.604 1.238 0.638 1.232 0.801 C 1.228 0.929 1.241 1.058 1.235 1.186 C 1.234 1.308 1.221 1.429 1.194 1.548 C 1.128 1.818 0.857 1.983 0.586 1.918 C 0.524 1.902 0.465 1.875 0.412 1.838 C 0.342 1.792 0.283 1.732 0.235 1.663 C 0.056 1.401 -0.025 1.083 0.006 0.767 C 0.034 0.56 0.18 0.387 0.379 0.326 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9322122217914526px\" id=\"X8d1fDLQt\" transform=\"translate(0.555 18.957)\" width=\"2.0925902965124306px\"/><path d=\"M 2.11 2.21 L 1.506 2.094 C 1.487 1.967 1.471 1.862 1.455 1.751 L 0.77 1.621 L 0.589 1.923 L 0 1.806 L 1.101 0 L 1.747 0.123 C 1.878 0.807 1.993 1.492 2.11 2.21 Z M 1.409 1.321 C 1.406 1.079 1.367 0.839 1.294 0.608 L 0.968 1.229 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.2103px\" id=\"iHsHmcZjp\" transform=\"translate(17.164 0.246)\" width=\"2.1099999999999994px\"/><path d=\"M 1.288 1.856 C 1.182 1.832 1.074 1.816 0.972 1.782 C 0.722 1.697 0.489 1.569 0.286 1.402 C 0.019 1.221 -0.076 0.871 0.065 0.58 C 0.109 0.467 0.168 0.36 0.241 0.263 C 0.385 0.056 0.641 -0.042 0.886 0.017 C 1.233 0.088 1.555 0.251 1.817 0.491 C 2.071 0.681 2.143 1.029 1.986 1.304 C 1.932 1.42 1.864 1.529 1.784 1.628 C 1.661 1.775 1.479 1.859 1.288 1.856 Z M 1.363 1.352 C 1.504 1.357 1.582 1.319 1.619 1.229 C 1.662 1.131 1.633 1.016 1.548 0.951 C 1.307 0.739 1.02 0.585 0.71 0.5 C 0.607 0.467 0.495 0.511 0.444 0.607 C 0.397 0.687 0.405 0.788 0.465 0.858 C 0.484 0.885 0.506 0.908 0.531 0.928 C 0.753 1.101 1.002 1.238 1.267 1.334 C 1.298 1.343 1.33 1.349 1.363 1.352 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.8564807526183251px\" id=\"CBOLM8pVf\" transform=\"translate(1.719 7.775)\" width=\"2.068661138833506px\"/><path d=\"M 0.97 1.48 L 0.97 1.975 C 0.646 2.058 0.309 1.9 0.166 1.597 C 0.072 1.414 0.016 1.213 0.003 1.008 C -0.026 0.677 0.143 0.362 0.435 0.204 C 0.659 0.064 0.921 -0.007 1.187 0.001 C 1.409 0.001 1.62 0.095 1.768 0.26 C 1.985 0.503 2.098 0.821 2.083 1.146 C 2.07 1.401 1.93 1.632 1.711 1.762 L 1.446 1.304 C 1.471 1.277 1.493 1.254 1.513 1.23 C 1.656 1.073 1.644 0.831 1.488 0.688 C 1.404 0.611 1.291 0.576 1.179 0.591 C 0.996 0.625 0.82 0.684 0.653 0.765 C 0.504 0.831 0.427 0.997 0.476 1.153 C 0.501 1.311 0.625 1.434 0.783 1.458 C 0.838 1.469 0.895 1.471 0.97 1.48 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9969824088250654px\" id=\"mmIz_Q2U6\" transform=\"translate(28.625 10.32)\" width=\"2.084365556110903px\"/><path d=\"M 1.246 1.767 C 0.885 1.728 0.541 1.595 0.248 1.379 C 0.051 1.243 -0.041 1 0.017 0.768 C 0.045 0.63 0.088 0.496 0.146 0.369 C 0.258 0.111 0.531 -0.038 0.808 0.008 C 1.148 0.039 1.475 0.158 1.756 0.352 C 2.025 0.504 2.143 0.829 2.035 1.119 C 2.011 1.205 1.98 1.29 1.942 1.37 C 1.815 1.645 1.594 1.769 1.246 1.767 Z M 1.378 1.268 C 1.534 1.266 1.616 1.215 1.651 1.116 C 1.687 1.023 1.653 0.917 1.569 0.861 C 1.511 0.811 1.446 0.768 1.377 0.736 C 1.225 0.67 1.067 0.613 0.91 0.558 C 0.837 0.533 0.762 0.516 0.686 0.506 C 0.568 0.484 0.451 0.547 0.404 0.657 C 0.366 0.752 0.394 0.837 0.501 0.924 C 0.544 0.962 0.593 0.993 0.646 1.016 C 0.842 1.093 1.04 1.166 1.239 1.237 C 1.285 1.25 1.333 1.26 1.38 1.266 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.7666871685040915px\" id=\"sSQbUbRNu\" transform=\"translate(0.883 9.628)\" width=\"2.074953339818256px\"/><path d=\"M 0.647 1.082 L 0.556 1.585 C 0.165 1.505 -0.009 1.294 0 0.904 C 0.004 0.744 0.027 0.585 0.068 0.43 C 0.139 0.131 0.439 -0.056 0.738 0.015 C 0.818 0.034 0.893 0.07 0.957 0.121 C 1.103 0.238 1.222 0.383 1.309 0.549 C 1.383 0.667 1.458 0.785 1.543 0.923 C 1.637 0.778 1.595 0.641 1.615 0.514 C 1.637 0.382 1.645 0.248 1.662 0.091 L 2.092 0.114 C 2.042 0.672 1.994 1.207 1.945 1.762 C 1.755 1.723 1.581 1.628 1.445 1.489 C 1.317 1.347 1.205 1.188 1.092 1.034 C 1.023 0.941 0.964 0.841 0.899 0.746 C 0.878 0.714 0.853 0.684 0.827 0.656 C 0.757 0.568 0.641 0.53 0.532 0.559 C 0.439 0.592 0.375 0.679 0.371 0.778 C 0.368 0.892 0.437 0.994 0.544 1.032 C 0.573 1.043 0.601 1.058 0.647 1.082 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.7622166425308627px\" id=\"anfB_5obo\" transform=\"translate(0 13.577)\" width=\"2.0923371893023726px\"/><path d=\"M 1.586 0.752 L 1.764 1.089 L 1.083 1.457 L 1.454 2.176 L 0.924 2.459 L 0 0.701 L 1.336 0 L 1.533 0.359 L 0.738 0.784 L 0.9 1.106 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.459200000000001px\" id=\"hWC6C3bI0\" transform=\"translate(7.742 1.449)\" width=\"1.7642000000000007px\"/><path d=\"M 0.76 0.881 L 0 0.548 L 0.239 0 L 1.008 0.326 L 2.37 0.085 L 2.104 0.689 L 1.32 0.796 L 1.775 1.441 L 1.512 2.051 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0505999999999993px\" id=\"RlNBWPBgZ\" transform=\"translate(28.062 20.907)\" width=\"2.3699999999999974px\"/><path d=\"M 0.675 2.275 L 0.11 2.082 L 0.584 0.678 C 0.407 0.56 0.195 0.542 0 0.44 L 0.152 0 L 1.914 0.599 L 1.762 1.047 L 1.164 0.853 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.2750000000000004px\" id=\"Df8mLVGHW\" transform=\"translate(19.656 0.56)\" width=\"1.9140999999999977px\"/><path d=\"M 0.149 0.224 L 1.603 0.604 L 1.772 0 L 2.228 0.12 L 1.759 1.913 L 1.297 1.801 L 1.452 1.191 L 0 0.804 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.913499999999999px\" id=\"HJnW60x1D\" transform=\"translate(28.812 18.668)\" width=\"2.2276999999999987px\"/><path d=\"M 0.429 1.661 L 0 1.559 L 0.351 0 L 0.699 0.076 C 1.021 0.602 1.531 0.986 2.125 1.149 L 2.01 1.662 C 1.473 1.495 1.003 1.159 0.67 0.705 C 0.562 1.03 0.53 1.342 0.429 1.661 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.6621000000000024px\" id=\"d5UaZaaMK\" transform=\"translate(0.195 11.436)\" width=\"2.124925px\"/><path d=\"M 0.517 0.867 C 0.478 1.058 0.447 1.221 0.412 1.383 C 0.401 1.416 0.387 1.449 0.369 1.479 L 0.027 1.228 C 0.122 0.937 0.161 0.648 0 0.364 L 0.267 0 L 1.89 1.197 L 1.571 1.638 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.6375000000000028px\" id=\"n0ibHQ8rD\" transform=\"translate(2.992 6.046)\" width=\"1.8902599999999996px\"/><path d=\"M 1.78 1.427 L 1.365 1.871 L 0 0.435 L 0.418 0 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.8709000000000007px\" id=\"lzOPzjqDi\" transform=\"translate(4.633 4.137)\" width=\"1.7797200000000002px\"/><path d=\"M 0.543 2.053 L 0 1.792 L 0.846 0 L 1.394 0.255 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0532000000000004px\" id=\"GjLjEBn3o\" transform=\"translate(21.219 1.4)\" width=\"1.3943999999999974px\"/><path d=\"M 1.822 0 L 2.06 0.554 L 0.239 1.341 L 0 0.787 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.3406999999999982px\" id=\"LxrL6dQsH\" transform=\"translate(1.148 20.844)\" width=\"2.05964px\"/><path d=\"M 0 0.582 L 0.086 0 C 0.74 0.079 1.38 0.177 2.043 0.277 L 1.962 0.862 C 1.301 0.78 0.658 0.686 0 0.582 Z\" fill=\"rgb(163, 163, 163)\" height=\"1px\" id=\"ls4686orY\" transform=\"translate(29.148 17.368)\" width=\"2.0427999999999997px\"/><path d=\"M 6.658 3.055 C 6.664 3.572 6.549 4.083 6.323 4.547 C 6.034 5.114 5.547 5.556 4.954 5.789 C 4.523 5.959 4.067 6.054 3.604 6.071 C 3.065 6.114 2.523 6.055 2.005 5.899 C 0.886 5.54 0.216 4.785 0.045 3.61 C -0.039 3.075 -0.005 2.528 0.146 2.008 C 0.372 1.214 0.963 0.576 1.736 0.287 C 2.4 0.035 3.115 -0.053 3.819 0.031 C 4.224 0.058 4.621 0.155 4.993 0.315 C 5.876 0.679 6.492 1.494 6.602 2.442 C 6.632 2.645 6.64 2.851 6.658 3.055 Z M 4.46 3.055 C 4.442 2.781 4.433 2.504 4.403 2.231 C 4.38 1.922 4.296 1.622 4.157 1.346 C 4.002 1.039 3.683 0.85 3.34 0.862 C 2.99 0.845 2.662 1.033 2.5 1.344 C 2.386 1.56 2.313 1.795 2.281 2.037 C 2.191 2.635 2.18 3.241 2.249 3.841 C 2.27 4.116 2.336 4.387 2.444 4.641 C 2.653 5.128 3.217 5.354 3.704 5.146 C 3.918 5.054 4.091 4.888 4.192 4.679 C 4.251 4.551 4.298 4.418 4.329 4.28 C 4.417 3.877 4.46 3.467 4.46 3.055 Z\" fill=\"rgb(163, 163, 163)\" height=\"6.084740841752839px\" id=\"ysygdZMX0\" transform=\"translate(17.594 12.74)\" width=\"6.658246122478247px\"/><path d=\"M 4.261 2.118 C 4.223 2.012 4.194 1.927 4.163 1.843 C 3.952 1.277 3.528 0.989 2.942 0.926 C 2.719 0.892 2.491 0.904 2.273 0.962 C 2.13 1.004 2.002 1.083 1.9 1.192 C 1.691 1.423 1.714 1.682 1.979 1.844 C 2.134 1.935 2.3 2.004 2.474 2.05 C 2.838 2.15 3.211 2.222 3.577 2.321 C 4.002 2.423 4.408 2.593 4.781 2.823 C 5.181 3.072 5.438 3.498 5.47 3.968 C 5.538 4.445 5.404 4.928 5.1 5.303 C 4.869 5.574 4.569 5.777 4.232 5.89 C 3.781 6.042 3.303 6.102 2.828 6.068 C 2.269 6.038 1.721 5.896 1.217 5.652 C 1.195 5.641 1.17 5.635 1.133 5.622 L 0.918 5.924 L 0.161 5.924 L 0.161 3.829 C 0.291 3.809 0.424 3.804 0.556 3.813 C 0.684 3.809 0.812 3.812 0.956 3.812 C 0.983 3.881 1.006 3.946 1.033 4.009 C 1.296 4.637 1.739 5.058 2.422 5.19 C 2.649 5.242 2.885 5.237 3.11 5.175 C 3.233 5.138 3.347 5.08 3.448 5.002 C 3.644 4.862 3.69 4.59 3.551 4.394 C 3.523 4.354 3.488 4.319 3.448 4.291 C 3.283 4.169 3.1 4.074 2.906 4.008 C 2.53 3.877 2.143 3.782 1.764 3.661 C 1.5 3.581 1.24 3.487 0.986 3.38 C 0.503 3.165 0.15 2.816 0.042 2.286 C -0.129 1.438 0.227 0.701 1.004 0.291 C 1.337 0.121 1.704 0.026 2.077 0.011 C 2.785 -0.041 3.495 0.088 4.14 0.385 C 4.163 0.396 4.187 0.404 4.229 0.42 L 4.386 0.157 L 5.184 0.157 L 5.184 2.113 C 5.036 2.114 4.885 2.117 4.734 2.118 C 4.579 2.118 4.425 2.118 4.261 2.118 Z\" fill=\"rgb(163, 163, 163)\" height=\"6.077434029179871px\" id=\"YZU5j3Kya\" transform=\"translate(11.594 12.745)\" width=\"5.487220469743928px\"/><path d=\"M 3.37 4.922 L 3.37 5.71 L 0 5.71 L 0 4.922 C 0.104 4.922 0.206 4.924 0.306 4.921 C 0.376 4.921 0.447 4.915 0.517 4.903 C 0.623 4.893 0.709 4.809 0.721 4.702 C 0.736 4.62 0.747 4.538 0.751 4.455 C 0.752 3.388 0.752 2.321 0.751 1.254 C 0.75 0.877 0.66 0.791 0.283 0.784 C 0.193 0.783 0.103 0.784 0 0.784 L 0 0 L 3.347 0 C 3.391 0.255 3.395 0.515 3.358 0.771 C 3.311 0.776 3.262 0.782 3.212 0.785 C 3.163 0.788 3.109 0.785 3.058 0.786 C 2.714 0.798 2.632 0.872 2.632 1.212 C 2.629 2.304 2.629 3.396 2.632 4.489 C 2.634 4.839 2.716 4.915 3.068 4.922 C 3.164 4.923 3.259 4.922 3.37 4.922 Z\" fill=\"rgb(163, 163, 163)\" height=\"5.709599999999998px\" id=\"YAMxLU5i9\" transform=\"translate(7.711 12.925)\" width=\"3.38280410764383px\"/></g><path d=\"M 0 0.68 L 4.24 0.68 L 4.24 28.68 L 0 28.68 Z M 19.234 29.32 C 16.914 29.32 14.887 28.92 13.154 28.12 C 11.42 27.32 10.06 26.173 9.074 24.68 C 8.114 23.187 7.607 21.44 7.554 19.44 L 11.914 19.44 C 12.02 21.413 12.754 22.96 14.114 24.08 C 15.5 25.2 17.247 25.76 19.354 25.76 C 21.38 25.76 22.98 25.36 24.154 24.56 C 25.327 23.733 25.914 22.6 25.914 21.16 C 25.914 19.987 25.474 19.053 24.594 18.36 C 23.714 17.667 22.42 17.147 20.714 16.8 L 16.314 15.84 C 13.994 15.333 12.114 14.427 10.674 13.12 C 9.234 11.813 8.514 10.12 8.514 8.04 C 8.514 6.493 8.967 5.12 9.874 3.92 C 10.78 2.693 12.02 1.733 13.594 1.04 C 15.194 0.347 16.994 0 18.994 0 C 22.167 0 24.7 0.8 26.594 2.4 C 28.514 3.973 29.554 6.093 29.714 8.76 L 25.354 8.76 C 25.247 7.213 24.62 5.973 23.474 5.04 C 22.327 4.08 20.78 3.6 18.834 3.6 C 17.127 3.6 15.7 3.987 14.554 4.76 C 13.434 5.507 12.874 6.48 12.874 7.68 C 12.874 8.8 13.274 9.693 14.074 10.36 C 14.874 11 16.087 11.507 17.714 11.88 L 22.554 12.92 C 24.927 13.427 26.807 14.333 28.194 15.64 C 29.58 16.92 30.274 18.613 30.274 20.72 C 30.274 22.347 29.834 23.813 28.954 25.12 C 28.074 26.427 26.794 27.453 25.114 28.2 C 23.46 28.947 21.5 29.32 19.234 29.32 Z M 45.636 29.32 C 43.076 29.32 40.769 28.733 38.716 27.56 C 36.689 26.36 35.089 24.653 33.916 22.44 C 32.769 20.227 32.196 17.64 32.196 14.68 C 32.196 11.773 32.769 9.213 33.916 7 C 35.089 4.76 36.689 3.04 38.716 1.84 C 40.769 0.613 43.076 0 45.636 0 C 48.196 0 50.489 0.613 52.516 1.84 C 54.569 3.067 56.182 4.8 57.356 7.04 C 58.529 9.253 59.116 11.8 59.116 14.68 C 59.116 17.613 58.529 20.187 57.356 22.4 C 56.182 24.613 54.569 26.32 52.516 27.52 C 50.489 28.72 48.196 29.32 45.636 29.32 Z M 45.636 25.76 C 47.423 25.76 48.996 25.32 50.356 24.44 C 51.742 23.56 52.809 22.293 53.556 20.64 C 54.302 18.96 54.676 16.973 54.676 14.68 C 54.676 12.44 54.289 10.48 53.516 8.8 C 52.769 7.12 51.716 5.84 50.356 4.96 C 48.996 4.053 47.423 3.6 45.636 3.6 C 43.849 3.6 42.276 4.053 40.916 4.96 C 39.556 5.84 38.489 7.12 37.716 8.8 C 36.969 10.453 36.596 12.413 36.596 14.68 C 36.596 16.947 36.969 18.92 37.716 20.6 C 38.463 22.253 39.516 23.533 40.876 24.44 C 42.263 25.32 43.849 25.76 45.636 25.76 Z M 64.206 28.68 L 60.446 28.68 L 71.246 0.68 L 75.006 0.68 Z M 77.984 0.68 L 82.224 0.68 L 82.224 28.68 L 77.984 28.68 Z M 106.778 28.68 L 87.578 28.68 L 87.578 0.68 L 106.258 0.68 L 106.258 4.24 L 91.818 4.24 L 91.818 12.52 L 105.658 12.52 L 105.658 16.12 L 91.818 16.12 L 91.818 25.08 L 106.778 25.08 Z M 122.099 29.32 C 119.405 29.32 117.032 28.733 114.979 27.56 C 112.952 26.36 111.379 24.653 110.259 22.44 C 109.139 20.2 108.579 17.56 108.579 14.52 C 108.579 11.64 109.165 9.107 110.339 6.92 C 111.539 4.707 113.165 3 115.219 1.8 C 117.299 0.6 119.632 0 122.219 0 C 124.459 0 126.459 0.427 128.219 1.28 C 129.979 2.107 131.392 3.28 132.459 4.8 C 133.552 6.32 134.192 8.053 134.379 10 L 129.819 10 C 129.499 8 128.672 6.44 127.339 5.32 C 126.032 4.173 124.299 3.6 122.139 3.6 C 120.352 3.6 118.765 4.04 117.379 4.92 C 115.992 5.8 114.912 7.067 114.139 8.72 C 113.392 10.347 113.019 12.28 113.019 14.52 C 113.019 16.787 113.405 18.773 114.179 20.48 C 114.952 22.16 116.019 23.467 117.379 24.4 C 118.765 25.307 120.339 25.76 122.099 25.76 C 124.285 25.76 126.072 25.173 127.459 24 C 128.872 22.8 129.752 21.213 130.099 19.24 L 134.419 19.24 C 134.045 22.333 132.765 24.787 130.579 26.6 C 128.392 28.413 125.565 29.32 122.099 29.32 Z M 143.506 28.68 C 143.533 27.187 143.8 25.867 144.306 24.72 C 144.813 23.573 145.533 22.52 146.466 21.56 C 147.426 20.573 148.72 19.48 150.346 18.28 L 153.346 16.04 C 154.973 14.813 156.253 13.613 157.186 12.44 C 158.12 11.267 158.586 9.947 158.586 8.48 C 158.586 6.96 158.133 5.733 157.226 4.8 C 156.346 3.867 155.133 3.4 153.586 3.4 C 151.88 3.4 150.533 3.987 149.546 5.16 C 148.586 6.307 148.106 7.933 148.106 10.04 L 148.106 10.48 L 143.826 10.48 L 143.826 9.8 C 143.826 7.8 144.24 6.067 145.066 4.6 C 145.893 3.107 147.04 1.973 148.506 1.2 C 150 0.4 151.693 0 153.586 0 C 155.4 0 157 0.36 158.386 1.08 C 159.773 1.773 160.84 2.76 161.586 4.04 C 162.36 5.32 162.746 6.8 162.746 8.48 C 162.746 10.613 162.12 12.507 160.866 14.16 C 159.613 15.787 157.653 17.587 154.986 19.56 L 153.066 21 C 151.626 22.067 150.6 22.88 149.986 23.44 C 149.373 24 148.986 24.493 148.826 24.92 L 163.066 24.92 L 163.066 28.68 Z M 168.892 28.68 C 169.239 23.853 170.239 19.507 171.892 15.64 C 173.546 11.773 175.652 8.533 178.212 5.92 C 178.692 5.413 179.199 4.933 179.732 4.48 L 164.292 4.48 L 164.292 0.68 L 183.532 0.68 L 183.532 4.72 C 180.652 7.68 178.306 11.2 176.492 15.28 C 174.706 19.36 173.706 23.827 173.492 28.68 Z M 194.977 29.32 C 191.644 29.32 189.057 28.04 187.217 25.48 C 185.404 22.92 184.497 19.32 184.497 14.68 C 184.497 11.64 184.924 9.027 185.777 6.84 C 186.631 4.627 187.844 2.933 189.417 1.76 C 190.991 0.587 192.844 0 194.977 0 C 197.111 0 198.964 0.587 200.537 1.76 C 202.111 2.907 203.324 4.587 204.177 6.8 C 205.031 9.013 205.457 11.667 205.457 14.76 C 205.457 19.347 204.537 22.92 202.697 25.48 C 200.857 28.04 198.284 29.32 194.977 29.32 Z M 195.017 25.96 C 197.017 25.96 198.551 25.04 199.617 23.2 C 200.711 21.333 201.257 18.533 201.257 14.8 C 201.257 10.987 200.711 8.133 199.617 6.24 C 198.551 4.347 197.017 3.4 195.017 3.4 C 192.964 3.4 191.391 4.347 190.297 6.24 C 189.231 8.107 188.697 10.973 188.697 14.84 C 188.697 18.52 189.244 21.293 190.337 23.16 C 191.457 25.027 193.017 25.96 195.017 25.96 Z M 218.321 29.32 C 214.988 29.32 212.401 28.04 210.561 25.48 C 208.748 22.92 207.841 19.32 207.841 14.68 C 207.841 11.64 208.268 9.027 209.121 6.84 C 209.974 4.627 211.188 2.933 212.761 1.76 C 214.334 0.587 216.188 0 218.321 0 C 220.454 0 222.308 0.587 223.881 1.76 C 225.454 2.907 226.668 4.587 227.521 6.8 C 228.374 9.013 228.801 11.667 228.801 14.76 C 228.801 19.347 227.881 22.92 226.041 25.48 C 224.201 28.04 221.628 29.32 218.321 29.32 Z M 218.361 25.96 C 220.361 25.96 221.894 25.04 222.961 23.2 C 224.054 21.333 224.601 18.533 224.601 14.8 C 224.601 10.987 224.054 8.133 222.961 6.24 C 221.894 4.347 220.361 3.4 218.361 3.4 C 216.308 3.4 214.734 4.347 213.641 6.24 C 212.574 8.107 212.041 10.973 212.041 14.84 C 212.041 18.52 212.588 21.293 213.681 23.16 C 214.801 25.027 216.361 25.96 218.361 25.96 Z M 240.865 0.68 L 240.865 28.68 L 236.785 28.68 L 236.785 9.08 C 236.785 7.987 236.812 7.173 236.865 6.64 C 236.172 7.76 235.238 8.68 234.065 9.4 C 232.918 10.093 231.638 10.467 230.225 10.52 L 230.225 6.56 C 231.932 6.347 233.452 5.693 234.785 4.6 C 236.118 3.507 236.998 2.2 237.425 0.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"uZMpzRSU_\" transform=\"translate(51.072 11.32)\" width=\"240.86509765625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 03\" alt class=\"framer-I1u0e framer-7k2hy5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 296 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z M 15.655 4.688 C 21.784 4.693 26.748 9.667 26.742 15.796 C 26.736 21.925 21.763 26.888 15.634 26.883 C 9.512 26.877 4.551 21.915 4.547 15.793 C 4.541 9.665 9.503 4.693 15.631 4.688 C 15.639 4.688 15..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 158 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C 4.907 28.23 1.603 24.982 0.374 19.349 C -0.118 17.094 -0.175 14.182 0.51 11.683 C 0.671 11.096 0.964 10.479 1.195 9.903 C 2.307 7.133 4.199 4.724 6.534 3.058 C 7.472 2.389 8.61 1.723 9.614 1.278 C 10.863 0.726 12.967 0.175 14.816 0.046 Z\" fill=\"rgb(255, 255, 255)\" height=\"32.000012090856444px\" id=\"NEBgWNMla\" transform=\"translate(0.039 10)\" width=\"31.927764711972557px\"/><path d=\"M 24.204 12.102 C 24.204 18.786 18.786 24.204 12.102 24.204 C 5.418 24.204 0 18.786 0 12.102 C 0 5.418 5.418 0 12.102 0 C 18.786 0 24.204 5.418 24.204 12.102 Z\" fill=\"rgb(163, 163, 163)\" height=\"24.203699999999998px\" id=\"F98gUEMAy\" transform=\"translate(4.063 14.154)\" width=\"24.2039px\"/><path d=\"M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C 4.907 28.23 1.603 24.982 0.374 19.349 C -0.118 17.094 -0.175 14.182 0.51 11.683 C 0.671 11.096 0.964 10.479 1.195 9.903 C 2.307 7.133 4.199 4.724 6.534 3.058 C 7.472 2.389 8.61 1.723 9.614 1.278 C 10.863 0.726 12.967 0.175 14.816 0.046 Z M 12.42 1.21 C 9.793 1.891 7.867 3.111 6.192 4.427 C 3.775 6.325 2.234 8.973 1.332 12.162 C 0.328 15.71 0.973 20.003 2.359 22.702 C 3.796 25.502 5.725 27.675 8.45 29.205 C 11.101 30.694 14.83 31.65 18.717 30.916 C 22.171 30.264 24.794 28.76 26.931 26.535 C 29.79 23.559 32.088 18.078 30.559 12.299 C 30.15 10.754 29.616 9.144 28.779 7.781 C 28.327 7.045 27.664 6.32 27 5.591 C 24.492 2.837 20.439 0.464 15.227 0.799 C 14.235 0.863 13.363 0.966 12.42 1.21 Z\" fill=\"rgb(163, 163, 163)\" height=\"32.000012090856444px\" id=\"sQ6cdHqHa\" transform=\"translate(0.039 10)\" width=\"31.927764711972557px\"/><path d=\"M 0 13.984 L 13.985 0\" fill=\"transparent\" height=\"13.984099999999998px\" id=\"tINRKeHxo\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(16.898 26.787)\" width=\"13.9845px\"/><path d=\"M 0 14.045 L 14.045 0\" fill=\"transparent\" height=\"14.045099999999998px\" id=\"hH08wuCfT\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(15.68 25.618)\" width=\"14.0454px\"/><path d=\"M 0 14.106 L 14.107 0\" fill=\"transparent\" height=\"14.106300000000001px\" id=\"yr15OqIx2\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(14.453 24.449)\" width=\"14.1065px\"/><path d=\"M 0 14.167 L 14.168 0\" fill=\"transparent\" height=\"14.167200000000001px\" id=\"kwlFkuIrO\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(13.234 23.281)\" width=\"14.1675px\"/><path d=\"M 0 14.228 L 14.229 0\" fill=\"transparent\" height=\"14.2283px\" id=\"smifPbsqU\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(12.008 22.112)\" width=\"14.2286px\"/><path d=\"M 0 14.29 L 14.29 0\" fill=\"transparent\" height=\"14.2897px\" id=\"K0hO4IpFm\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(10.789 20.944)\" width=\"14.289500000000002px\"/><path d=\"M 0 14.35 L 14.351 0\" fill=\"transparent\" height=\"14.350399999999997px\" id=\"XUQtvtbwD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(9.563 19.775)\" width=\"14.3506px\"/><path d=\"M 0 14.412 L 14.412 0\" fill=\"transparent\" height=\"14.4115px\" id=\"GFXBY8Bf4\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(8.344 18.607)\" width=\"14.411549999999998px\"/><path d=\"M 0 14.473 L 14.472 0\" fill=\"transparent\" height=\"14.4725px\" id=\"Pssu6Z_Xt\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(7.117 17.439)\" width=\"14.47231px\"/><path d=\"M 0 14.534 L 14.534 0\" fill=\"transparent\" height=\"14.5335px\" id=\"wE0O8YzqO\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(5.898 16.27)\" width=\"14.533659999999998px\"/><path d=\"M 0 14.595 L 14.595 0\" fill=\"transparent\" height=\"14.594500000000002px\" id=\"fKzoZKlO2\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(4.672 15.102)\" width=\"14.59462px\"/><path d=\"M 0 14.656 L 14.656 0\" fill=\"transparent\" height=\"14.6557px\" id=\"ndJ0GDkXo\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(3.453 13.933)\" width=\"14.655779999999998px\"/><path d=\"M 0 14.717 L 14.717 0\" fill=\"transparent\" height=\"14.716700000000001px\" id=\"UGWKiXq8x\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(2.227 12.765)\" width=\"14.716840000000001px\"/><path d=\"M 0 14.778 L 14.778 0\" fill=\"transparent\" height=\"14.7776px\" id=\"sVFKabDoP\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(1.008 11.596)\" width=\"14.77779px\"/><path d=\"M 0 0 L 14.264 14.265\" fill=\"transparent\" height=\"14.264500000000002px\" id=\"AQOiwI5ry\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(1 26.515)\" width=\"14.2639px\"/><path d=\"M 0 0 L 14.292 14.292\" fill=\"transparent\" height=\"14.292299999999997px\" id=\"rJtK5R3xp\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(2.156 25.342)\" width=\"14.29165px\"/><path d=\"M 0 0 L 14.319 14.32\" fill=\"transparent\" height=\"14.319899999999997px\" id=\"r06c54lXE\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(3.313 24.169)\" width=\"14.319299999999998px\"/><path d=\"M 0 0 L 14.347 14.348\" fill=\"transparent\" height=\"14.3478px\" id=\"xgkt1zlb_\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(4.469 22.995)\" width=\"14.34715px\"/><path d=\"M 0 0 L 14.375 14.375\" fill=\"transparent\" height=\"14.375400000000003px\" id=\"kzLah80a0\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(5.625 21.822)\" width=\"14.3749px\"/><path d=\"M 0 0 L 14.403 14.403\" fill=\"transparent\" height=\"14.403200000000002px\" id=\"U3Pi7e7rU\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(6.789 20.649)\" width=\"14.402740000000001px\"/><path d=\"M 0 0 L 14.43 14.431\" fill=\"transparent\" height=\"14.430900000000001px\" id=\"b0iEsxTvz\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(7.945 19.476)\" width=\"14.430490000000002px\"/><path d=\"M 0 0 L 14.458 14.459\" fill=\"transparent\" height=\"14.4587px\" id=\"I0x8QAs2E\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(9.102 18.302)\" width=\"14.45824px\"/><path d=\"M 0 0 L 14.486 14.486\" fill=\"transparent\" height=\"14.4864px\" id=\"iduVpuJmD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(10.258 17.129)\" width=\"14.4861px\"/><path d=\"M 0 0 L 14.514 14.514\" fill=\"transparent\" height=\"14.514px\" id=\"qoMk7xiel\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(11.414 15.956)\" width=\"14.513700000000002px\"/><path d=\"M 0 0 L 14.542 14.542\" fill=\"transparent\" height=\"14.541900000000002px\" id=\"MdEXkz5ep\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(12.57 14.782)\" width=\"14.541599999999999px\"/><path d=\"M 0 0 L 14.569 14.569\" fill=\"transparent\" height=\"14.5695px\" id=\"prmw7g8gD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(13.727 13.609)\" width=\"14.5693px\"/><path d=\"M 0 0 L 14.597 14.597\" fill=\"transparent\" height=\"14.5973px\" id=\"I1iiWOXqp\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(14.883 12.436)\" width=\"14.597100000000001px\"/><path d=\"M 0 0 L 14.625 14.625\" fill=\"transparent\" height=\"14.624999999999998px\" id=\"E0XVgG5Me\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(16.039 11.263)\" width=\"14.6248px\"/><path d=\"M 24.604 4.221 C 23.345 2.962 21.798 1.828 19.949 1.141 C 18.034 0.428 15.866 -0.172 13.31 0.045 C 9.238 0.392 6.379 2.219 4.207 4.358 C 2.685 5.855 1.54 7.69 0.784 9.833 C -0.325 12.98 -0.258 16.694 0.99 19.895 C 2.054 22.626 3.795 24.828 6.26 26.534 C 8.577 28.138 11.902 29.382 15.637 29.067 C 20.186 28.683 23.515 26.349 25.699 23.66 C 26.258 22.972 26.813 22.194 27.136 21.264 C 27.453 20.594 27.607 20.138 27.752 19.895 C 28.359 18.536 28.68 17.101 28.779 15.514 C 29.082 10.634 27.204 6.821 24.604 4.221 Z M 23.263 19.091 C 23.254 19.11 23.247 19.127 23.238 19.146 C 23.012 19.792 22.623 20.332 22.233 20.81 C 20.705 22.677 18.377 24.298 15.196 24.565 C 12.584 24.783 10.259 23.92 8.639 22.806 C 7.231 21.838 6.16 20.64 5.41 19.2 C 5.364 19.113 4.928 18.109 4.927 18.065 C 4.332 16.221 4.281 13.256 4.891 11.476 C 5.298 10.288 5.977 9.003 6.876 7.985 C 8.117 6.58 9.359 5.679 11.325 5.042 C 12.223 4.751 13.026 4.455 14.131 4.426 C 16.827 4.354 19.571 5.564 21.045 6.89 C 22.399 8.108 23.942 10.482 24.33 12.708 C 24.729 15 24.303 17.237 23.263 19.091 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.116092968235904px\" id=\"wBpnpnKTs\" transform=\"translate(1.617 11.438)\" width=\"28.81113361874426px\"/><path d=\"M 9.579 12.943 C 8.915 12.943 8.333 12.523 8.13 11.897 L 7.391 9.645 L 3.693 9.645 L 3.006 11.877 C 2.799 12.514 2.212 12.941 1.545 12.941 C 1.385 12.941 1.226 12.916 1.072 12.866 C 0.275 12.627 -0.178 11.768 0.066 10.954 L 3.187 1.067 C 3.39 0.439 3.987 0 4.638 0 L 6.298 0 C 6.954 0 7.55 0.431 7.749 1.049 L 11.031 10.931 C 11.294 11.739 10.859 12.607 10.063 12.866 C 9.906 12.917 9.743 12.943 9.579 12.943 Z\" fill=\"rgb(255, 255, 255)\" height=\"12.943000000000001px\" id=\"GNOQQM1vj\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.320086\" stroke=\"rgb(163, 163, 163)\" transform=\"translate(10.617 19.785)\" width=\"11.10776148027502px\"/><path d=\"M 0.232 1.956 L 0.228 1.951 C -0.161 1.417 -0.047 0.671 0.527 0.253 C 1.1 -0.166 1.836 -0.048 2.225 0.485 L 2.229 0.49 C 2.618 1.024 2.504 1.77 1.931 2.188 C 1.358 2.607 0.621 2.489 0.232 1.956 Z M 1.708 0.879 L 1.704 0.874 C 1.508 0.606 1.144 0.514 0.86 0.721 C 0.579 0.926 0.557 1.292 0.753 1.56 L 0.756 1.565 C 0.952 1.833 1.316 1.925 1.597 1.72 C 1.881 1.513 1.903 1.147 1.708 0.879 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.44101290707444px\" id=\"qeT1W5Rpi\" transform=\"translate(7.703 14.678)\" width=\"2.457575241735932px\"/><path d=\"M 0.225 0.188 L 0.81 0 L 2.449 1.906 L 1.799 2.115 L 1.514 1.775 L 0.669 2.046 L 0.638 2.487 L 0 2.692 Z M 1.187 1.359 L 0.743 0.815 L 0.696 1.517 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.6921999999999997px\" id=\"zqIwoDefS\" transform=\"translate(11.461 12.95)\" width=\"2.449399999999999px\"/><path d=\"M 0 1.291 L 0.005 0 L 0.652 0.003 L 0.647 1.281 C 0.646 1.612 0.813 1.771 1.069 1.772 C 1.325 1.773 1.494 1.622 1.495 1.3 L 1.5 0.006 L 2.147 0.009 L 2.142 1.283 C 2.139 2.026 1.714 2.349 1.06 2.347 C 0.407 2.344 -0.003 2.011 0 1.291 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.3468155367493093px\" id=\"iUUyn_Ra9\" transform=\"translate(14.969 12.42)\" width=\"2.1472153056419003px\"/><path d=\"M 0.66 0.736 L 0 0.534 L 0.163 0 L 2.092 0.589 L 1.929 1.123 L 1.269 0.922 L 0.761 2.587 L 0.152 2.401 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.5869px\" id=\"go8gb4WvD\" transform=\"translate(18.789 12.75)\" width=\"2.0921999999999983px\"/><path d=\"M 1.274 0 L 1.805 0.353 L 1.328 1.07 L 2.009 1.523 L 2.486 0.806 L 3.016 1.159 L 1.742 3.074 L 1.212 2.721 L 1.696 1.993 L 1.015 1.54 L 0.531 2.268 L 0 1.915 Z\" fill=\"rgb(255, 255, 255)\" height=\"3.074px\" id=\"oGnlqTRpC\" transform=\"translate(21.336 14.085)\" width=\"3.016400000000001px\"/><path d=\"M 2.195 0.449 L 2.199 0.455 C 2.609 0.973 2.523 1.723 1.966 2.163 C 1.409 2.603 0.669 2.514 0.26 1.995 L 0.256 1.99 C -0.154 1.472 -0.068 0.722 0.489 0.282 C 1.046 -0.158 1.786 -0.069 2.195 0.449 Z M 0.762 1.582 L 0.766 1.587 C 0.972 1.847 1.339 1.926 1.615 1.708 C 1.888 1.492 1.896 1.125 1.69 0.865 L 1.686 0.86 C 1.481 0.6 1.113 0.521 0.84 0.737 C 0.564 0.955 0.556 1.321 0.762 1.582 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.4448110781620302px\" id=\"o6SS_oj2P\" transform=\"translate(22.289 34.564)\" width=\"2.454976523932326px\"/><path d=\"M 2.298 2.512 L 1.722 2.725 L 0 0.893 L 0.641 0.656 L 0.941 0.983 L 1.773 0.675 L 1.784 0.233 L 2.413 0 Z M 1.285 1.384 L 1.753 1.908 L 1.769 1.205 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.725200000000001px\" id=\"qhUk95Lv0\" transform=\"translate(18.586 36.145)\" width=\"2.4125000000000014px\"/><path d=\"M 2.141 1.005 L 2.198 2.295 L 1.552 2.324 L 1.495 1.047 C 1.481 0.715 1.306 0.565 1.05 0.576 C 0.794 0.588 0.633 0.746 0.648 1.068 L 0.705 2.361 L 0.058 2.389 L 0.002 1.116 C -0.031 0.374 0.378 0.031 1.031 0.002 C 1.685 -0.027 2.109 0.286 2.141 1.005 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.3894252761859676px\" id=\"NA5NLFc0E\" transform=\"translate(15.445 37.215)\" width=\"2.1981253795822333px\"/><path d=\"M 1.427 1.847 L 2.093 2.027 L 1.948 2.566 L 0 2.041 L 0.146 1.502 L 0.812 1.681 L 1.266 0 L 1.881 0.166 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.566499999999998px\" id=\"FAsIVIX2m\" transform=\"translate(11.664 36.794)\" width=\"2.093300000000001px\"/><path d=\"M 1.795 3.049 L 1.248 2.721 L 1.691 1.983 L 0.989 1.562 L 0.547 2.3 L 0 1.973 L 1.182 0 L 1.729 0.328 L 1.28 1.077 L 1.982 1.498 L 2.431 0.748 L 2.978 1.076 Z\" fill=\"rgb(255, 255, 255)\" height=\"3.0486999999999966px\" id=\"S8pEKUUYf\" transform=\"translate(8.148 35.125)\" width=\"2.9775599999999987px\"/><path d=\"M 13.44 29.32 C 10.88 29.32 8.573 28.733 6.52 27.56 C 4.493 26.36 2.893 24.653 1.72 22.44 C 0.573 20.227 0 17.64 0 14.68 C 0 11.773 0.573 9.213 1.72 7 C 2.893 4.76 4.493 3.04 6.52 1.84 C 8.573 0.613 10.88 0 13.44 0 C 16 0 18.293 0.613 20.32 1.84 C 22.373 3.067 23.987 4.8 25.16 7.04 C 26.333 9.253 26.92 11.8 26.92 14.68 C 26.92 17.613 26.333 20.187 25.16 22.4 C 23.987 24.613 22.373 26.32 20.32 27.52 C 18.293 28.72 16 29.32 13.44 29.32 Z M 13.44 25.76 C 15.227 25.76 16.8 25.32 18.16 24.44 C 19.547 23.56 20.613 22.293 21.36 20.64 C 22.107 18.96 22.48 16.973 22.48 14.68 C 22.48 12.44 22.093 10.48 21.32 8.8 C 20.573 7.12 19.52 5.84 18.16 4.96 C 16.8 4.053 15.227 3.6 13.44 3.6 C 11.653 3.6 10.08 4.053 8.72 4.96 C 7.36 5.84 6.293 7.12 5.52 8.8 C 4.773 10.453 4.4 12.413 4.4 14.68 C 4.4 16.947 4.773 18.92 5.52 20.6 C 6.267 22.253 7.32 23.533 8.68 24.44 C 10.067 25.32 11.653 25.76 13.44 25.76 Z M 54.264 28.68 L 49.545 28.68 L 46.465 20.6 L 34.145 20.6 L 31.105 28.68 L 26.585 28.68 L 37.905 0.68 L 42.905 0.68 Z M 35.505 17.04 L 45.145 17.04 L 41.225 6.76 L 40.345 4.24 C 40.078 5.067 39.758 5.907 39.385 6.76 Z M 62.26 29.32 C 60.1 29.32 58.393 28.653 57.14 27.32 C 55.913 25.987 55.3 24.093 55.3 21.64 L 55.3 9.32 L 59.3 9.32 L 59.3 20.88 C 59.3 24.4 60.66 26.16 63.38 26.16 C 64.846 26.16 65.993 25.653 66.82 24.64 C 67.646 23.6 68.06 22.16 68.06 20.32 L 68.06 9.32 L 71.98 9.32 L 71.98 28.68 L 68.1 28.68 L 68.1 27.64 C 68.1 26.893 68.113 26.347 68.14 26 C 67.66 27.013 66.9 27.827 65.86 28.44 C 64.846 29.027 63.646 29.32 62.26 29.32 Z M 83.551 28.96 C 81.764 28.96 80.351 28.48 79.311 27.52 C 78.271 26.533 77.751 25.013 77.751 22.96 L 77.751 12.52 L 73.831 12.52 L 73.831 9.32 L 77.751 9.32 L 77.751 2.68 L 81.751 2.68 L 81.751 9.32 L 86.031 9.32 L 86.031 12.52 L 81.751 12.52 L 81.751 22.48 C 81.751 24.533 82.698 25.56 84.591 25.56 C 85.044 25.56 85.524 25.52 86.031 25.44 L 86.031 28.64 C 85.231 28.853 84.404 28.96 83.551 28.96 Z M 88.516 28.68 L 88.516 0.68 L 92.476 0.68 L 92.476 10.24 C 92.476 10.987 92.463 11.573 92.436 12 C 92.97 11.013 93.756 10.213 94.796 9.6 C 95.836 8.987 97.023 8.68 98.356 8.68 C 100.57 8.68 102.29 9.373 103.516 10.76 C 104.77 12.12 105.396 14.013 105.396 16.44 L 105.396 28.68 L 101.436 28.68 L 101.436 17 C 101.436 13.56 100.063 11.84 97.316 11.84 C 95.876 11.84 94.703 12.347 93.796 13.36 C 92.916 14.373 92.476 15.627 92.476 17.12 L 92.476 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"bLd0GR104\" transform=\"translate(49.729 11.32)\" width=\"105.39619720458984px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 04\" alt class=\"framer-Gtzx2 framer-1eisoi\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 158 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 168 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.949 29.224 C 17.963 30.177 17.977 30.871 17.99 31.211 C 18.004 31.252 18.004 31.306 17.99 31.347 C 17.99 31.401 17.99 31.442 17.99 31.442 C 17.99 31.633 18.018 31.823 18.072 32 C 18.127 31.823 18.154 31.633 18.154 31.442 C 18.154 31.374 18.181 30.381 18.222 28.789 C 18.208 28.803 18.195 28.816 18.195 28.83 C 18.099 28.952 18.018 29.088 17.949 29.224 Z M 15.116 9.359 C 15.334 9.128 15.538 8.856 15.688 8.57 C 15.579 8.815 15.157 9.74 15.566 9.822 C 16.015 9.903 16.519 9.767 17.432 8.611 C 17.405 7.128 17.377 5.835 17.364 4.855 L 16.873 4.855 C 16.846 4.855 16.833 4.855 16.805 4.855 C 16.533 4.855 16.083 4.828 15.784 4.379 C 15.457 3.889 15.443 3.386 15.429 3.019 C 15.416 2.488 15.28 1.522 14.612 0.978 C 14.149 0.61 12.896 0.325 11.738 0.787 C 11.357 0.937 10.594 1.331 9.845 1.699 C 9.163 2.039 8.292 2.461 8.019 2.461 C 8.469 2.257 9.068 1.957 9.722 1.59 C 10.471 1.182 11.261 0.746 11.656 0.583 C 12.446 0.27 13.958 0.175 14.735 0.801 C 15.47 1.399 15.62 2.434 15.634 2.991 C 15.647 3.359 15.661 3.808 15.947 4.257 C 16.206 4.638 16.615 4.638 16.86 4.638 L 16.914 4.638 L 17.35 4.638 C 17.35 4.515 17.35 4.406 17.35 4.284 C 16.914 4.311 16.288 4.338 16.015 3.753 C 15.688 3.046 16.042 1.236 14.953 0.474 C 13.863 -0.288 12.119 -0.097 10.567 0.801 C 9.027 1.685 6.984 2.842 4.464 3.849 C 1.944 4.855 0.377 5.264 0.078 5.304 C -0.208 5.359 0.309 5.549 1.385 5.577 C 2.462 5.604 3.361 5.522 3.361 5.522 L 11.261 1.93 C 11.261 1.93 4.45 5.318 3.878 5.685 C 3.306 6.053 2.843 6.175 2.884 6.515 C 2.925 6.856 3.361 6.815 4.559 6.788 C 5.758 6.76 6.017 6.652 6.426 6.529 C 6.834 6.407 11.261 4.366 11.261 4.366 C 11.261 4.366 6.521 6.72 5.84 7.264 C 5.159 7.808 5.894 7.985 6.357 7.999 C 6.834 8.012 8.101 7.944 8.809 7.59 C 9.518 7.237 11.724 5.822 11.724 5.822 C 11.724 5.822 9.545 7.386 9.123 7.74 C 8.782 8.026 8.605 8.271 8.687 8.57 C 8.809 8.951 9.463 8.91 10.335 8.597 C 10.335 8.597 11.234 8.284 11.575 7.985 C 11.915 7.672 12.869 6.828 12.869 6.828 C 12.869 6.828 11.738 7.999 11.452 8.502 C 11.18 9.005 11.125 9.128 11.261 9.414 C 11.452 9.822 12.896 9.4 13.304 8.965 C 13.604 8.624 13.89 8.271 14.149 7.89 C 14.149 7.89 13.713 8.597 13.618 9.005 C 13.522 9.414 13.413 9.74 13.808 9.781 C 14.244 9.849 14.653 9.863 15.116 9.359 Z M 17.813 18.625 C 17.854 18.598 17.895 18.571 17.936 18.543 C 18.018 18.489 18.086 18.448 18.14 18.394 C 18.249 18.326 18.358 18.244 18.467 18.176 C 18.481 17.4 18.508 16.611 18.522 15.836 C 18.304 15.741 18.072 15.645 17.827 15.55 C 17.813 15.55 17.8 15.536 17.786 15.536 C 17.759 15.523 17.745 15.523 17.718 15.509 C 17.554 15.455 17.405 15.387 17.228 15.332 C 17.023 15.251 16.819 15.183 16.615 15.101 C 15.252 15.822 14.98 16.162 14.98 16.829 C 14.98 17.768 15.784 18.19 17.173 19.074 C 17.391 18.911 17.609 18.761 17.813 18.625 Z M 16.138 16.951 C 16.138 16.951 16.042 16.353 17.582 15.659 C 17.623 15.645 17.663 15.618 17.704 15.604 C 17.718 16.543 17.732 17.482 17.759 18.421 C 16.996 17.904 16.138 17.414 16.138 16.951 Z M 18.467 28.503 C 18.399 28.585 18.331 28.667 18.263 28.735 C 18.658 29.265 18.631 29.782 18.413 30.449 C 18.617 30.218 19.026 29.633 18.685 28.871 C 18.617 28.748 18.549 28.626 18.467 28.503 Z M 17.841 22.925 C 17.99 23.074 18.167 23.251 18.345 23.428 C 18.453 23.537 18.562 23.646 18.685 23.768 C 18.699 23.782 18.726 23.795 18.753 23.823 C 19.679 23.02 20.524 22.258 20.524 21.305 C 20.524 20.557 19.802 19.877 19.08 19.333 C 19.012 19.373 18.944 19.414 18.876 19.469 C 18.712 19.577 18.562 19.673 18.426 19.768 C 18.426 19.768 18.413 19.768 18.413 19.782 C 18.385 19.809 18.345 19.822 18.317 19.85 C 18.127 19.986 17.949 20.108 17.786 20.231 C 17.813 21.142 17.827 22.054 17.841 22.925 Z M 18.426 19.918 C 19.325 20.571 19.679 20.993 19.679 21.455 C 19.679 21.931 19.175 22.489 18.358 23.306 C 18.372 22.217 18.399 21.088 18.426 19.918 Z M 23.398 6.842 C 23.398 6.842 24.352 7.686 24.692 7.999 C 25.033 8.311 25.932 8.611 25.932 8.611 C 26.804 8.924 27.457 8.965 27.58 8.584 C 27.675 8.284 27.485 8.026 27.144 7.754 C 26.722 7.4 24.542 5.835 24.542 5.835 C 24.542 5.835 26.749 7.25 27.457 7.604 C 28.166 7.958 29.433 8.026 29.909 8.012 C 30.386 7.999 31.108 7.822 30.427 7.277 C 29.746 6.733 25.006 4.379 25.006 4.379 C 25.006 4.379 29.419 6.434 29.841 6.543 C 30.25 6.665 30.509 6.76 31.707 6.801 C 32.906 6.828 33.328 6.869 33.383 6.529 C 33.437 6.202 32.961 6.08 32.388 5.699 C 31.816 5.332 25.006 1.944 25.006 1.944 L 32.906 5.536 C 32.906 5.536 33.805 5.617 34.881 5.59 C 35.957 5.563 36.475 5.373 36.189 5.318 C 35.903 5.264 34.323 4.869 31.803 3.862 C 29.283 2.855 27.239 1.712 25.7 0.814 C 24.161 -0.07 22.404 -0.274 21.314 0.488 C 20.224 1.25 20.578 3.046 20.252 3.767 C 19.979 4.352 19.353 4.325 18.917 4.298 C 18.917 4.406 18.917 4.529 18.903 4.651 L 19.353 4.651 L 19.407 4.651 C 19.652 4.651 20.061 4.651 20.32 4.27 C 20.606 3.835 20.619 3.372 20.633 3.005 C 20.647 2.447 20.796 1.413 21.532 0.814 C 22.308 0.189 23.82 0.284 24.61 0.597 C 25.006 0.746 25.796 1.182 26.545 1.604 C 27.199 1.971 27.798 2.27 28.247 2.474 C 27.961 2.474 27.103 2.053 26.422 1.712 C 25.687 1.331 24.924 0.95 24.529 0.801 C 23.371 0.338 22.118 0.624 21.655 0.991 C 20.973 1.536 20.851 2.502 20.837 3.032 C 20.824 3.4 20.81 3.917 20.483 4.393 C 20.197 4.842 19.748 4.869 19.461 4.869 C 19.434 4.869 19.421 4.869 19.393 4.869 L 18.903 4.869 C 18.876 5.849 18.849 7.128 18.821 8.584 C 19.748 9.767 20.279 9.917 20.715 9.822 C 21.123 9.74 20.715 8.815 20.592 8.57 C 20.756 8.856 20.946 9.114 21.164 9.359 C 21.614 9.863 22.036 9.849 22.445 9.795 C 22.853 9.74 22.731 9.427 22.635 9.019 C 22.54 8.611 22.104 7.903 22.104 7.903 C 22.363 8.271 22.649 8.638 22.949 8.978 C 23.357 9.414 24.801 9.849 24.992 9.427 C 25.114 9.155 25.074 9.019 24.801 8.516 C 24.542 8.012 23.398 6.842 23.398 6.842 Z M 18.154 2.678 C 18.372 2.678 18.59 2.61 18.767 2.488 C 18.944 2.366 19.094 2.189 19.175 1.998 C 19.257 1.794 19.284 1.576 19.244 1.359 C 19.203 1.141 19.094 0.95 18.944 0.787 C 18.794 0.638 18.59 0.529 18.372 0.488 C 18.154 0.447 17.936 0.461 17.732 0.556 C 17.527 0.638 17.35 0.787 17.241 0.964 C 17.119 1.141 17.05 1.359 17.05 1.576 C 17.05 1.726 17.078 1.862 17.132 1.998 C 17.187 2.134 17.268 2.257 17.377 2.352 C 17.486 2.461 17.595 2.542 17.732 2.597 C 17.854 2.651 18.004 2.678 18.154 2.678 Z M 21.777 10.951 C 21.777 10.951 21.75 10.189 20.51 10.108 C 19.244 10.026 19.189 10.57 19.216 10.774 C 19.312 10.774 19.393 10.801 19.393 10.829 C 19.393 10.856 19.325 10.883 19.244 10.883 C 19.312 11.087 19.502 11.332 20.047 11.604 C 20.497 11.822 20.715 11.808 20.973 11.767 C 20.973 11.767 21.273 11.944 21.273 12.23 C 21.273 12.502 20.796 13.033 18.562 14.149 C 18.699 8.135 18.821 2.855 18.821 2.855 L 18.957 2.855 C 19.012 2.855 19.066 2.828 19.107 2.787 C 19.148 2.746 19.175 2.692 19.175 2.638 L 19.175 2.57 C 19.175 2.542 19.175 2.515 19.162 2.488 C 19.148 2.461 19.135 2.434 19.107 2.42 C 18.985 2.556 18.849 2.665 18.685 2.746 C 18.522 2.828 18.345 2.855 18.167 2.855 C 17.99 2.855 17.813 2.815 17.65 2.746 C 17.486 2.678 17.337 2.556 17.228 2.42 C 17.2 2.447 17.187 2.461 17.173 2.488 C 17.159 2.515 17.159 2.542 17.159 2.57 L 17.159 2.638 C 17.159 2.692 17.187 2.746 17.228 2.787 C 17.268 2.828 17.323 2.855 17.377 2.855 L 17.514 2.855 C 17.514 2.855 17.609 7.985 17.704 13.89 C 17.895 13.985 18.086 14.081 18.304 14.189 C 18.331 14.203 18.372 14.217 18.399 14.23 C 18.903 14.475 19.325 14.679 19.679 14.87 C 20.878 14.407 22.05 13.876 22.404 13.128 C 23.03 11.74 21.777 10.951 21.777 10.951 Z M 20.115 10.638 C 19.979 10.638 19.87 10.57 19.87 10.488 C 19.87 10.407 19.979 10.339 20.115 10.339 C 20.252 10.339 20.361 10.407 20.361 10.488 C 20.361 10.57 20.252 10.638 20.115 10.638 Z M 17.949 27.864 C 18.058 27.728 18.154 27.592 18.263 27.469 C 18.276 26.694 18.304 25.823 18.317 24.884 C 18.181 24.748 18.031 24.612 17.868 24.462 C 17.813 24.421 17.772 24.367 17.718 24.326 C 17.65 24.258 17.582 24.204 17.514 24.149 C 17.132 24.503 16.383 25.292 16.383 25.972 C 16.383 26.775 17.159 27.592 17.745 28.177 C 17.8 28.054 17.868 27.959 17.949 27.864 Z M 17.868 24.625 C 17.895 25.782 17.909 26.843 17.922 27.755 C 17.473 27.156 16.996 26.544 16.996 26.122 C 16.996 25.728 17.228 25.279 17.868 24.625 Z M 18.181 14.366 C 15.525 13.087 14.98 12.502 14.98 12.216 C 14.98 11.931 15.28 11.754 15.28 11.754 C 15.538 11.808 15.756 11.808 16.206 11.591 C 16.751 11.332 16.941 11.074 17.01 10.869 C 16.928 10.869 16.86 10.842 16.86 10.815 C 16.86 10.788 16.941 10.761 17.037 10.761 L 17.037 10.747 C 17.05 10.543 16.982 10.012 15.729 10.094 C 14.49 10.176 14.462 10.937 14.462 10.937 C 14.462 10.937 13.209 11.74 13.863 13.101 C 14.435 14.312 17.119 14.951 18.671 15.645 C 20.211 16.339 20.115 16.938 20.115 16.938 C 20.115 17.455 19.08 17.999 18.263 18.571 C 17.445 19.142 15.716 20.135 15.716 21.305 C 15.716 22.38 16.792 23.21 17.841 24.136 C 18.903 25.061 19.244 25.619 19.244 26.136 C 19.244 26.843 18.072 27.796 17.473 28.979 C 16.873 30.163 18.058 32 17.691 31.034 C 17.309 30.068 17.514 29.388 18.004 28.707 C 18.603 27.877 19.884 27.061 19.884 25.959 C 19.884 25.034 18.535 23.945 18.535 23.945 C 17.337 22.748 16.574 22.067 16.574 21.469 C 16.574 20.87 17.146 20.339 18.753 19.292 C 20.347 18.258 21.287 17.849 21.287 16.843 C 21.287 15.958 20.837 15.645 18.181 14.366 Z M 16.138 10.352 C 16.274 10.352 16.383 10.42 16.383 10.502 C 16.383 10.584 16.274 10.652 16.138 10.652 C 16.002 10.652 15.893 10.584 15.893 10.502 C 15.893 10.42 16.002 10.352 16.138 10.352 Z\" fill=\"rgb(163, 163, 163)\" height=\"32.00000609741211px\" id=\"fq0q8RK8y\" transform=\"translate(0.867 10)\" width=\"36.26669358762392px\"/><path d=\"M 4.24 28 L 0 28 L 0 0 L 4.24 0 L 4.24 11.64 L 18.4 11.64 L 18.4 0 L 22.64 0 L 22.64 28 L 18.4 28 L 18.4 15.24 L 4.24 15.24 Z M 27.953 0 L 32.193 0 L 32.193 28 L 27.953 28 Z M 37.547 28 L 37.547 0 L 48.787 0 C 51.693 0 54.053 0.64 55.867 1.92 C 57.707 3.2 58.627 5.267 58.627 8.12 C 58.627 10.973 57.72 13.04 55.907 14.32 C 54.093 15.6 51.72 16.24 48.787 16.24 L 41.787 16.24 L 41.787 28 Z M 48.747 12.64 C 52.427 12.64 54.267 11.133 54.267 8.12 C 54.267 5.08 52.427 3.56 48.747 3.56 L 41.787 3.56 L 41.787 12.64 Z M 83.765 28 L 79.045 28 L 75.965 19.92 L 63.645 19.92 L 60.605 28 L 56.085 28 L 67.405 0 L 72.405 0 Z M 65.005 16.36 L 74.645 16.36 L 70.725 6.08 L 69.845 3.56 C 69.578 4.387 69.258 5.227 68.885 6.08 Z M 110.273 28 L 105.553 28 L 102.473 19.92 L 90.153 19.92 L 87.113 28 L 82.593 28 L 93.913 0 L 98.913 0 Z M 91.513 16.36 L 101.153 16.36 L 97.233 6.08 L 96.353 3.56 C 96.086 4.387 95.766 5.227 95.393 6.08 Z\" fill=\"rgb(163, 163, 163)\" height=\"28px\" id=\"ymFkBzbJ0\" transform=\"translate(56.533 12)\" width=\"110.27320068359376px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 05\" alt class=\"framer-5KXKr framer-1kprdjh\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 168 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.949 29.224 C 17.963 30.177 17.977 30.871 17.99 31.211 C 18.004 31.252 18.004 31.306 17.99 31.347 C 17.99 31.401 17.99 31.442 17.99 31.442 C 17.99 31.633 18.018 31.823 18.072 32 C 18.127 31.823 18.154 31.633 18.154 31.442 C 18.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 156 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.333 6.667 L 17.333 9.333 C 19.542 9.333 21.333 11.124 21.333 13.333 L 21.333 22.667 C 21.333 24.876 19.542 26.667 17.333 26.667 L 4 26.667 C 1.791 26.667 0 24.876 0 22.667 L 0 13.333 C 0 11.124 1.791 9.333 4 9.333 L 4 6.667 C 4 2.985 6.985 0 10.667 0 C 14.349 0 17.333 2.985 17.333 6.667 Z M 14.667 9.333 L 14.667 6.667 C 14.667 4.457 12.876 2.667 10.667 2.667 C 8.458 2.667 6.667 4.457 6.667 6.667 L 6.667 9.333 Z M 9.333 16 L 9.333 20 C 9.333 20.736 9.93 21.333 10.667 21.333 C 11.403 21.333 12 20.736 12 20 L 12 16 C 12 15.264 11.403 14.667 10.667 14.667 C 9.93 14.667 9.333 15.264 9.333 16 Z\" fill=\"rgb(163, 163, 163)\" height=\"26.6667px\" id=\"lfkMdFg0A\" transform=\"translate(5.328 12.667)\" width=\"21.33338px\"/><path d=\"M 11.68 29.32 C 9.36 29.32 7.333 28.92 5.6 28.12 C 3.867 27.32 2.507 26.173 1.52 24.68 C 0.56 23.187 0.053 21.44 0 19.44 L 4.36 19.44 C 4.467 21.413 5.2 22.96 6.56 24.08 C 7.947 25.2 9.693 25.76 11.8 25.76 C 13.827 25.76 15.427 25.36 16.6 24.56 C 17.773 23.733 18.36 22.6 18.36 21.16 C 18.36 19.987 17.92 19.053 17.04 18.36 C 16.16 17.667 14.867 17.147 13.16 16.8 L 8.76 15.84 C 6.44 15.333 4.56 14.427 3.12 13.12 C 1.68 11.813 0.96 10.12 0.96 8.04 C 0.96 6.493 1.413 5.12 2.32 3.92 C 3.227 2.693 4.467 1.733 6.04 1.04 C 7.64 0.347 9.44 0 11.44 0 C 14.613 0 17.147 0.8 19.04 2.4 C 20.96 3.973 22 6.093 22.16 8.76 L 17.8 8.76 C 17.693 7.213 17.067 5.973 15.92 5.04 C 14.773 4.08 13.227 3.6 11.28 3.6 C 9.573 3.6 8.147 3.987 7 4.76 C 5.88 5.507 5.32 6.48 5.32 7.68 C 5.32 8.8 5.72 9.693 6.52 10.36 C 7.32 11 8.533 11.507 10.16 11.88 L 15 12.92 C 17.373 13.427 19.253 14.333 20.64 15.64 C 22.027 16.92 22.72 18.613 22.72 20.72 C 22.72 22.347 22.28 23.813 21.4 25.12 C 20.52 26.427 19.24 27.453 17.56 28.2 C 15.907 28.947 13.947 29.32 11.68 29.32 Z M 38.082 29.32 C 35.522 29.32 33.216 28.733 31.162 27.56 C 29.136 26.36 27.536 24.653 26.362 22.44 C 25.216 20.227 24.642 17.64 24.642 14.68 C 24.642 11.773 25.216 9.213 26.362 7 C 27.536 4.76 29.136 3.04 31.162 1.84 C 33.216 0.613 35.522 0 38.082 0 C 40.642 0 42.936 0.613 44.962 1.84 C 47.016 3.067 48.629 4.8 49.802 7.04 C 50.976 9.253 51.562 11.8 51.562 14.68 C 51.562 17.613 50.976 20.187 49.802 22.4 C 48.629 24.613 47.016 26.32 44.962 27.52 C 42.936 28.72 40.642 29.32 38.082 29.32 Z M 38.082 25.76 C 39.869 25.76 41.442 25.32 42.802 24.44 C 44.189 23.56 45.256 22.293 46.002 20.64 C 46.749 18.96 47.122 16.973 47.122 14.68 C 47.122 12.44 46.736 10.48 45.962 8.8 C 45.216 7.12 44.162 5.84 42.802 4.96 C 41.442 4.053 39.869 3.6 38.082 3.6 C 36.296 3.6 34.722 4.053 33.362 4.96 C 32.002 5.84 30.936 7.12 30.162 8.8 C 29.416 10.453 29.042 12.413 29.042 14.68 C 29.042 16.947 29.416 18.92 30.162 20.6 C 30.909 22.253 31.962 23.533 33.322 24.44 C 34.709 25.32 36.296 25.76 38.082 25.76 Z M 67.092 29.32 C 64.399 29.32 62.025 28.733 59.972 27.56 C 57.945 26.36 56.372 24.653 55.252 22.44 C 54.132 20.2 53.572 17.56 53.572 14.52 C 53.572 11.64 54.159 9.107 55.332 6.92 C 56.532 4.707 58.159 3 60.212 1.8 C 62.292 0.6 64.625 0 67.212 0 C 69.452 0 71.452 0.427 73.212 1.28 C 74.972 2.107 76.385 3.28 77.452 4.8 C 78.545 6.32 79.185 8.053 79.372 10 L 74.812 10 C 74.492 8 73.665 6.44 72.332 5.32 C 71.025 4.173 69.292 3.6 67.132 3.6 C 65.345 3.6 63.759 4.04 62.372 4.92 C 60.985 5.8 59.905 7.067 59.132 8.72 C 58.385 10.347 58.012 12.28 58.012 14.52 C 58.012 16.787 58.399 18.773 59.172 20.48 C 59.945 22.16 61.012 23.467 62.372 24.4 C 63.759 25.307 65.332 25.76 67.092 25.76 C 69.279 25.76 71.065 25.173 72.452 24 C 73.865 22.8 74.745 21.213 75.092 19.24 L 79.412 19.24 C 79.039 22.333 77.759 24.787 75.572 26.6 C 73.385 28.413 70.559 29.32 67.092 29.32 Z M 90.22 0.68 L 94.46 0.68 L 94.46 28.68 L 90.22 28.68 Z M 99.813 0.68 L 104.053 0.68 L 104.053 28.68 L 99.813 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"PdLfSU4kI\" transform=\"translate(49.36 11.32)\" width=\"104.05300354003907px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 06\" alt class=\"framer-k9RK4 framer-4yubg4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 156 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.333 6.667 L 17.333 9.333 C 19.542 9.333 21.333 11.124 21.333 13.333 L 21.333 22.667 C 21.333 24.876 19.542 26.667 17.333 26.667 L 4 26.667 C 1.791 26.667 0 24.876 0 22.667 L 0 13.333 C 0 11.124 1.791 9.333 4 9.333 L 4 6.667 C 4..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 156 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 32 0 L 32 32 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.119 L 10.768 6.627 L 9.495 5.696 L 8.222 6.627 L 8.708 5.121 L 7.435 4.189 L 9.009 4.189 Z M 4.73 7.48 L 5.216 8.987 L 6.797 8.987 L 5.523 9.918 L 6.003 11.425 L 4.73 10.494 L 3.457 11.425 L 3.943 9.919 L 2.67 8.987 L 4.243 8.987 Z M 2.998 14.024 L 3.483 15.53 L 5.064 15.53 L 3.791 16.462 L 4.27 17.969 L 2.998 17.038 L 1.724 17.969 L 2.21 16.462 L 0.938 15.53 L 2.511 15.53 Z M 4.73 20.567 L 5.216 22.073 L 6.797 22.073 L 5.523 23.004 L 6.003 24.512 L 4.73 23.581 L 3.457 24.512 L 3.943 23.005 L 2.67 22.073 L 4.243 22.073 Z M 9.495 25.365 L 9.981 26.871 L 11.562 26.871 L 10.289 27.802 L 10.768 29.31 L 9.495 28.379 L 8.222 29.31 L 8.708 27.803 L 7.435 26.871 L 9.009 26.871 Z M 22.49 2.682 L 22.977 4.188 L 24.557 4.188 L 23.284 5.119 L 23.763 6.627 L 22.49 5.696 L 21.217 6.627 L 21.703 5.121 L 20.431 4.189 L 22.004 4.189 Z M 27.255 7.48 L 27.741 8.987 L 29.322 8.987 L 28.049 9.918 L 28.528 11.425 L 27.255 10.494 L 25.982 11.425 L 26.469 9.919 L 25.195 8.987 L 26.769 8.987 Z M 28.988 14.024 L 29.474 15.53 L 31.055 15.53 L 29.782 16.462 L 30.261 17.969 L 28.988 17.038 L 27.715 17.969 L 28.201 16.462 L 26.928 15.53 L 28.502 15.53 Z M 27.255 20.567 L 27.741 22.073 L 29.322 22.073 L 28.049 23.004 L 28.528 24.512 L 27.255 23.581 L 25.982 24.512 L 26.469 23.005 L 25.195 22.073 L 26.769 22.073 Z M 15.993 27.11 L 16.479 28.616 L 18.06 28.616 L 16.786 29.548 L 17.266 31.055 L 15.993 30.124 L 14.72 31.055 L 15.206 29.548 L 13.933 28.616 L 15.506 28.616 Z M 22.49 25.365 L 22.977 26.871 L 24.557 26.871 L 23.284 27.802 L 23.763 29.31 L 22.49 28.379 L 21.217 29.31 L 21.703 27.803 L 20.431 26.871 L 22.004 26.871 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.119 L 10.768 6.627 L 9.495 5.696 L 8.222 6.627 L 8.708 5.121 L 7.435 4.189 L 9.009 4.189 Z M 4.73 7.48 L 5.216 8.987 L 6.797 8.987 L 5.523 9.918 L 6.003 11.425 L 4.73 10.494 L 3.457 11.425 L 3.943 9.919 L 2.67 8.987 L 4.243 8.987 Z M 2.998 14.024 L 3.483 15.53 L 5.064 15.53 L 3.791 16.462 L 4.27 17.969 L 2.998 17.038 L 1.724 17.969 L 2.21 16.462 L 0.938 15.53 L 2.511 15.53 Z M 4.73 20.567 L 5.216 22.073 L 6.797 22.073 L 5.523 23.004 L 6.003 24.512 L 4.73 23.581 L 3.457 24.512 L 3.943 23.005 L 2.67 22.073 L 4.243 22.073 Z M 9.495 25.365 L 9.981 26.871 L 11.562 26.871 L 10.289 27.802 L 10.768 29.31 L 9.495 28.379 L 8.222 29.31 L 8.708 27.803 L 7.435 26.871 L 9.009 26.871 Z M 22.49 2.682 L 22.977 4.188 L 24.557 4.188 L 23.284 5.119 L 23.763 6.627 L 22.49 5.696 L 21.217 6.627 L 21.703 5.121 L 20.431 4.189 L 22.004 4.189 Z M 27.255 7.48 L 27.741 8.987 L 29.322 8.987 L 28.049 9.918 L 28.528 11.425 L 27.255 10.494 L 25.982 11.425 L 26.469 9.919 L 25.195 8.987 L 26.769 8.987 Z M 28.988 14.024 L 29.474 15.53 L 31.055 15.53 L 29.782 16.462 L 30.261 17.969 L 28.988 17.038 L 27.715 17.969 L 28.201 16.462 L 26.928 15.53 L 28.502 15.53 Z M 27.255 20.567 L 27.741 22.073 L 29.322 22.073 L 28.049 23.004 L 28.528 24.512 L 27.255 23.581 L 25.982 24.512 L 26.469 23.005 L 25.195 22.073 L 26.769 22.073 Z M 15.993 27.11 L 16.479 28.616 L 18.06 28.616 L 16.786 29.548 L 17.266 31.055 L 15.993 30.124 L 14.72 31.055 L 15.206 29.548 L 13.933 28.616 L 15.506 28.616 Z M 22.49 25.365 L 22.977 26.871 L 24.557 26.871 L 23.284 27.802 L 23.763 29.31 L 22.49 28.379 L 21.217 29.31 L 21.703 27.803 L 20.431 26.871 L 22.004 26.871 Z\" fill=\"transparent\" height=\"32px\" id=\"bTnZ4JSv3\" transform=\"translate(0.5 10)\" width=\"32px\"><path d=\"M 0 32 L 0 0 L 32 0 L 32 32 Z\" fill=\"transparent\" height=\"32px\" id=\"meAn1zTg9\" width=\"32px\"/><path d=\"M 15.055 0 L 15.541 1.506 L 17.122 1.506 L 15.849 2.437 L 16.328 3.945 L 15.055 3.014 L 13.782 3.945 L 14.269 2.438 L 12.995 1.507 L 14.569 1.507 Z M 8.557 1.745 L 9.043 3.251 L 10.624 3.251 L 9.351 4.182 L 9.831 5.69 L 8.557 4.759 L 7.284 5.69 L 7.771 4.183 L 6.497 3.251 L 8.071 3.251 Z M 3.793 6.543 L 4.279 8.049 L 5.859 8.049 L 4.586 8.981 L 5.065 10.488 L 3.793 9.557 L 2.519 10.488 L 3.005 8.981 L 1.733 8.05 L 3.306 8.05 Z M 2.06 13.086 L 2.546 14.592 L 4.127 14.592 L 2.853 15.524 L 3.333 17.031 L 2.06 16.1 L 0.787 17.031 L 1.273 15.524 L 0 14.593 L 1.573 14.593 Z M 3.793 19.629 L 4.279 21.135 L 5.859 21.135 L 4.586 22.067 L 5.065 23.575 L 3.793 22.643 L 2.519 23.575 L 3.005 22.067 L 1.733 21.136 L 3.306 21.136 Z M 8.557 24.427 L 9.043 25.933 L 10.624 25.933 L 9.351 26.865 L 9.831 28.373 L 8.557 27.441 L 7.284 28.373 L 7.771 26.865 L 6.497 25.934 L 8.071 25.934 Z M 21.553 1.745 L 22.039 3.251 L 23.62 3.251 L 22.347 4.182 L 22.826 5.69 L 21.553 4.759 L 20.279 5.69 L 20.766 4.183 L 19.493 3.251 L 21.067 3.251 Z M 26.318 6.543 L 26.804 8.049 L 28.385 8.049 L 27.112 8.981 L 27.591 10.488 L 26.318 9.557 L 25.045 10.488 L 25.531 8.981 L 24.258 8.05 L 25.831 8.05 Z M 28.051 13.086 L 28.537 14.592 L 30.117 14.592 L 28.845 15.524 L 29.324 17.031 L 28.051 16.1 L 26.777 17.031 L 27.264 15.524 L 25.991 14.593 L 27.565 14.593 Z M 26.318 19.629 L 26.804 21.135 L 28.385 21.135 L 27.112 22.067 L 27.591 23.575 L 26.318 22.643 L 25.045 23.575 L 25.531 22.067 L 24.258 21.136 L 25.831 21.136 Z M 15.055 26.172 L 15.541 27.679 L 17.122 27.679 L 15.849 28.61 L 16.328 30.117 L 15.055 29.186 L 13.782 30.117 L 14.269 28.611 L 12.995 27.679 L 14.569 27.679 Z M 21.553 24.427 L 22.039 25.933 L 23.62 25.933 L 22.347 26.865 L 22.826 28.373 L 21.553 27.441 L 20.28 28.373 L 20.766 26.865 L 19.493 25.934 L 21.067 25.934 Z\" fill=\"rgb(163, 163, 163)\" height=\"30.11730088500977px\" id=\"iN4PNdJjp\" transform=\"translate(0.938 0.938)\" width=\"30.117299768066406px\"/><path d=\"M 15.055 0 L 15.541 1.506 L 17.122 1.506 L 15.849 2.437 L 16.328 3.945 L 15.055 3.014 L 13.782 3.945 L 14.269 2.438 L 12.995 1.507 L 14.569 1.507 Z M 8.557 1.745 L 9.043 3.251 L 10.624 3.251 L 9.351 4.182 L 9.831 5.69 L 8.557 4.759 L 7.284 5.69 L 7.771 4.183 L 6.497 3.251 L 8.071 3.251 Z M 3.793 6.543 L 4.279 8.049 L 5.859 8.049 L 4.586 8.981 L 5.065 10.488 L 3.793 9.557 L 2.519 10.488 L 3.005 8.981 L 1.733 8.05 L 3.306 8.05 Z M 2.06 13.086 L 2.546 14.592 L 4.127 14.592 L 2.853 15.524 L 3.333 17.031 L 2.06 16.1 L 0.787 17.031 L 1.273 15.524 L 0 14.593 L 1.573 14.593 Z M 3.793 19.629 L 4.279 21.135 L 5.859 21.135 L 4.586 22.067 L 5.065 23.575 L 3.793 22.643 L 2.519 23.575 L 3.005 22.067 L 1.733 21.136 L 3.306 21.136 Z M 8.557 24.427 L 9.043 25.933 L 10.624 25.933 L 9.351 26.865 L 9.831 28.373 L 8.557 27.441 L 7.284 28.373 L 7.771 26.865 L 6.497 25.934 L 8.071 25.934 Z M 21.553 1.745 L 22.039 3.251 L 23.62 3.251 L 22.347 4.182 L 22.826 5.69 L 21.553 4.759 L 20.279 5.69 L 20.766 4.183 L 19.493 3.251 L 21.067 3.251 Z M 26.318 6.543 L 26.804 8.049 L 28.385 8.049 L 27.112 8.981 L 27.591 10.488 L 26.318 9.557 L 25.045 10.488 L 25.531 8.981 L 24.258 8.05 L 25.831 8.05 Z M 28.051 13.086 L 28.537 14.592 L 30.117 14.592 L 28.845 15.524 L 29.324 17.031 L 28.051 16.1 L 26.777 17.031 L 27.264 15.524 L 25.991 14.593 L 27.565 14.593 Z M 26.318 19.629 L 26.804 21.135 L 28.385 21.135 L 27.112 22.067 L 27.591 23.575 L 26.318 22.643 L 25.045 23.575 L 25.531 22.067 L 24.258 21.136 L 25.831 21.136 Z M 15.055 26.172 L 15.541 27.679 L 17.122 27.679 L 15.849 28.61 L 16.328 30.117 L 15.055 29.186 L 13.782 30.117 L 14.269 28.611 L 12.995 27.679 L 14.569 27.679 Z M 21.553 24.427 L 22.039 25.933 L 23.62 25.933 L 22.347 26.865 L 22.826 28.373 L 21.553 27.441 L 20.28 28.373 L 20.766 26.865 L 19.493 25.934 L 21.067 25.934 Z\" fill=\"transparent\" height=\"30.11730088500977px\" id=\"szL2Yp8Zq\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.57078\" stroke=\"rgb(163, 163, 163)\" transform=\"translate(0.938 0.938)\" width=\"30.117299768066406px\"/></g><path d=\"M 13.24 29.32 C 10.6 29.32 8.28 28.707 6.28 27.48 C 4.28 26.227 2.733 24.507 1.64 22.32 C 0.547 20.107 0 17.587 0 14.76 C 0 11.747 0.6 9.133 1.8 6.92 C 3 4.68 4.64 2.973 6.72 1.8 C 8.827 0.6 11.173 0 13.76 0 C 15.893 0 17.8 0.387 19.48 1.16 C 21.187 1.933 22.56 3 23.6 4.36 C 24.64 5.72 25.253 7.267 25.44 9 L 21 9 C 20.733 7.4 19.947 6.107 18.64 5.12 C 17.333 4.107 15.72 3.6 13.8 3.6 C 11.96 3.6 10.333 4.04 8.92 4.92 C 7.507 5.773 6.4 7.04 5.6 8.72 C 4.8 10.4 4.4 12.413 4.4 14.76 C 4.4 16.92 4.787 18.84 5.56 20.52 C 6.333 22.173 7.413 23.467 8.8 24.4 C 10.213 25.307 11.827 25.76 13.64 25.76 C 16.067 25.76 18.013 25.08 19.48 23.72 C 20.947 22.333 21.68 20.4 21.68 17.92 L 21.68 17.52 L 13.32 17.52 L 13.32 13.92 L 25.56 13.92 L 25.56 28.68 L 21.88 28.68 L 21.88 27.56 C 21.88 26.68 21.92 25.787 22 24.88 C 21.227 26.187 20.067 27.253 18.52 28.08 C 17 28.907 15.24 29.32 13.24 29.32 Z M 29.749 28.68 L 29.749 0.68 L 38.709 0.68 C 43.456 0.68 47.136 1.84 49.749 4.16 C 52.389 6.48 53.709 9.987 53.709 14.68 C 53.709 17.533 53.163 20.013 52.069 22.12 C 50.976 24.2 49.349 25.813 47.189 26.96 C 45.029 28.107 42.403 28.68 39.309 28.68 Z M 38.909 25.08 C 42.216 25.08 44.776 24.24 46.589 22.56 C 48.403 20.853 49.309 18.227 49.309 14.68 C 49.309 11.293 48.443 8.707 46.709 6.92 C 44.976 5.133 42.336 4.24 38.789 4.24 L 33.989 4.24 L 33.989 25.08 Z M 57.468 28.68 L 57.468 0.68 L 68.708 0.68 C 71.615 0.68 73.975 1.32 75.788 2.6 C 77.628 3.88 78.548 5.947 78.548 8.8 C 78.548 11.653 77.641 13.72 75.828 15 C 74.015 16.28 71.641 16.92 68.708 16.92 L 61.708 16.92 L 61.708 28.68 Z M 68.668 13.32 C 72.348 13.32 74.188 11.813 74.188 8.8 C 74.188 5.76 72.348 4.24 68.668 4.24 L 61.708 4.24 L 61.708 13.32 Z M 81.398 28.68 L 81.398 0.68 L 93.478 0.68 C 96.198 0.68 98.358 1.32 99.958 2.6 C 101.558 3.88 102.358 5.693 102.358 8.04 C 102.358 9.747 101.838 11.2 100.798 12.4 C 99.758 13.6 98.531 14.413 97.118 14.84 C 98.558 15.08 99.691 15.773 100.518 16.92 C 101.371 18.04 101.798 19.493 101.798 21.28 L 101.798 28.68 L 97.558 28.68 L 97.558 22.08 C 97.558 20.107 97.144 18.733 96.318 17.96 C 95.518 17.16 94.131 16.76 92.158 16.76 L 85.638 16.76 L 85.638 28.68 Z M 92.558 13.16 C 94.318 13.16 95.664 12.787 96.598 12.04 C 97.531 11.267 97.998 10.147 97.998 8.68 C 97.998 7.213 97.531 6.107 96.598 5.36 C 95.664 4.613 94.318 4.24 92.558 4.24 L 85.638 4.24 L 85.638 13.16 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"Je3s0lkFB\" transform=\"translate(50.26 11.32)\" width=\"102.35800262451173px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 07\" alt class=\"framer-vmKEd framer-1np45yz\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 156 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 32 0 L 32 32 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 344 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.219 23.448 L 6.505 24.162 C 5.755 24.912 4.737 25.333 3.676 25.333 L 1.333 25.333 C 0.597 25.333 0 24.736 0 24 L 0 21.657 C 0 20.596 0.421 19.579 1.172 18.828 L 8.48 11.519 C 8.169 10.626 8 9.666 8 8.667 C 8 3.88 11.88 0 16.667 0 C 21.453 0 25.333 3.88 25.333 8.667 Z M 16.667 6.667 C 15.562 6.667 14.667 7.562 14.667 8.667 C 14.667 9.771 15.562 10.667 16.667 10.667 C 17.771 10.667 18.667 9.771 18.667 8.667 C 18.667 7.562 17.771 6.667 16.667 6.667 Z\" fill=\"rgb(163, 163, 163)\" height=\"25.3333px\" id=\"K2JJW4oSr\" transform=\"translate(4.5 12.667)\" width=\"25.3333px\"/><path d=\"M 0 28.68 C 0.027 27.187 0.293 25.867 0.8 24.72 C 1.307 23.573 2.027 22.52 2.96 21.56 C 3.92 20.573 5.213 19.48 6.84 18.28 L 9.84 16.04 C 11.467 14.813 12.747 13.613 13.68 12.44 C 14.613 11.267 15.08 9.947 15.08 8.48 C 15.08 6.96 14.627 5.733 13.72 4.8 C 12.84 3.867 11.627 3.4 10.08 3.4 C 8.373 3.4 7.027 3.987 6.04 5.16 C 5.08 6.307 4.6 7.933 4.6 10.04 L 4.6 10.48 L 0.32 10.48 L 0.32 9.8 C 0.32 7.8 0.733 6.067 1.56 4.6 C 2.387 3.107 3.533 1.973 5 1.2 C 6.493 0.4 8.187 0 10.08 0 C 11.893 0 13.493 0.36 14.88 1.08 C 16.267 1.773 17.333 2.76 18.08 4.04 C 18.853 5.32 19.24 6.8 19.24 8.48 C 19.24 10.613 18.613 12.507 17.36 14.16 C 16.107 15.787 14.147 17.587 11.48 19.56 L 9.56 21 C 8.12 22.067 7.093 22.88 6.48 23.44 C 5.867 24 5.48 24.493 5.32 24.92 L 19.56 24.92 L 19.56 28.68 Z M 27.546 28.68 L 23.306 28.68 L 23.306 0.68 L 41.986 0.68 L 41.986 4.24 L 27.546 4.24 L 27.546 12.64 L 41.266 12.64 L 41.266 16.2 L 27.546 16.2 Z M 67.649 28.68 L 62.929 28.68 L 59.849 20.6 L 47.529 20.6 L 44.489 28.68 L 39.969 28.68 L 51.289 0.68 L 56.289 0.68 Z M 48.889 17.04 L 58.529 17.04 L 54.609 6.76 L 53.729 4.24 C 53.463 5.067 53.143 5.907 52.769 6.76 Z M 99.142 28.68 L 94.422 28.68 L 91.342 20.6 L 79.022 20.6 L 75.982 28.68 L 71.462 28.68 L 82.782 0.68 L 87.782 0.68 Z M 80.382 17.04 L 90.022 17.04 L 86.102 6.76 L 85.222 4.24 C 84.955 5.067 84.635 5.907 84.262 6.76 Z M 107.137 29.32 C 104.977 29.32 103.27 28.653 102.017 27.32 C 100.79 25.987 100.177 24.093 100.177 21.64 L 100.177 9.32 L 104.177 9.32 L 104.177 20.88 C 104.177 24.4 105.537 26.16 108.257 26.16 C 109.724 26.16 110.87 25.653 111.697 24.64 C 112.524 23.6 112.937 22.16 112.937 20.32 L 112.937 9.32 L 116.857 9.32 L 116.857 28.68 L 112.977 28.68 L 112.977 27.64 C 112.977 26.893 112.99 26.347 113.017 26 C 112.537 27.013 111.777 27.827 110.737 28.44 C 109.724 29.027 108.524 29.32 107.137 29.32 Z M 128.428 28.96 C 126.641 28.96 125.228 28.48 124.188 27.52 C 123.148 26.533 122.628 25.013 122.628 22.96 L 122.628 12.52 L 118.708 12.52 L 118.708 9.32 L 122.628 9.32 L 122.628 2.68 L 126.628 2.68 L 126.628 9.32 L 130.908 9.32 L 130.908 12.52 L 126.628 12.52 L 126.628 22.48 C 126.628 24.533 127.575 25.56 129.468 25.56 C 129.921 25.56 130.401 25.52 130.908 25.44 L 130.908 28.64 C 130.108 28.853 129.281 28.96 128.428 28.96 Z M 133.393 28.68 L 133.393 0.68 L 137.353 0.68 L 137.353 10.24 C 137.353 10.987 137.34 11.573 137.313 12 C 137.847 11.013 138.633 10.213 139.673 9.6 C 140.713 8.987 141.9 8.68 143.233 8.68 C 145.447 8.68 147.167 9.373 148.393 10.76 C 149.647 12.12 150.273 14.013 150.273 16.44 L 150.273 28.68 L 146.313 28.68 L 146.313 17 C 146.313 13.56 144.94 11.84 142.193 11.84 C 140.753 11.84 139.58 12.347 138.673 13.36 C 137.793 14.373 137.353 15.627 137.353 17.12 L 137.353 28.68 Z M 162.6 29.32 C 160.707 29.32 159.027 28.893 157.56 28.04 C 156.093 27.187 154.947 25.987 154.12 24.44 C 153.32 22.867 152.92 21.053 152.92 19 C 152.92 16.973 153.333 15.187 154.16 13.64 C 154.987 12.067 156.133 10.853 157.6 10 C 159.067 9.12 160.733 8.68 162.6 8.68 C 164.467 8.68 166.133 9.12 167.6 10 C 169.067 10.853 170.213 12.067 171.04 13.64 C 171.867 15.187 172.28 16.973 172.28 19 C 172.28 21.053 171.867 22.867 171.04 24.44 C 170.213 25.987 169.067 27.187 167.6 28.04 C 166.133 28.893 164.467 29.32 162.6 29.32 Z M 162.6 26.2 C 164.307 26.2 165.667 25.56 166.68 24.28 C 167.693 22.973 168.2 21.213 168.2 19 C 168.2 16.813 167.68 15.08 166.64 13.8 C 165.627 12.493 164.28 11.84 162.6 11.84 C 160.92 11.84 159.56 12.493 158.52 13.8 C 157.507 15.08 157 16.813 157 19 C 157 21.213 157.507 22.973 158.52 24.28 C 159.533 25.56 160.893 26.2 162.6 26.2 Z M 175.159 28.68 L 175.159 9.32 L 179.119 9.32 L 179.119 10.4 C 179.119 11.413 179.106 12.16 179.079 12.64 C 179.586 11.467 180.346 10.52 181.359 9.8 C 182.372 9.053 183.586 8.68 184.999 8.68 C 185.399 8.68 185.706 8.693 185.919 8.72 L 185.919 12.64 C 185.626 12.56 185.226 12.52 184.719 12.52 C 182.932 12.52 181.546 13.027 180.559 14.04 C 179.599 15.053 179.119 16.6 179.119 18.68 L 179.119 28.68 Z M 187.521 5.92 L 187.521 1.44 L 191.921 1.44 L 191.921 5.92 Z M 187.761 9.32 L 191.721 9.32 L 191.721 28.68 L 187.761 28.68 Z M 194.392 28.68 L 194.392 25.28 L 204.672 13.68 L 205.832 12.44 L 194.792 12.44 L 194.792 9.32 L 210.112 9.32 L 210.112 12.76 L 199.872 24.28 C 199.339 24.867 198.925 25.293 198.632 25.56 L 210.432 25.56 L 210.432 28.68 Z M 218.641 29.32 C 217.441 29.32 216.321 29.08 215.281 28.6 C 214.268 28.12 213.454 27.427 212.841 26.52 C 212.254 25.613 211.961 24.56 211.961 23.36 C 211.961 19.947 214.241 17.893 218.801 17.2 L 222.441 16.64 C 223.188 16.533 223.708 16.347 224.001 16.08 C 224.321 15.787 224.481 15.36 224.481 14.8 C 224.481 13.867 224.148 13.12 223.481 12.56 C 222.814 12 221.934 11.72 220.841 11.72 C 219.534 11.72 218.494 12.053 217.721 12.72 C 216.974 13.387 216.574 14.293 216.521 15.44 L 212.481 15.44 C 212.561 14.187 212.934 13.053 213.601 12.04 C 214.268 11 215.188 10.187 216.361 9.6 C 217.561 8.987 218.961 8.68 220.561 8.68 C 223.148 8.68 225.094 9.36 226.401 10.72 C 227.734 12.08 228.401 14 228.401 16.48 L 228.401 28.68 L 224.641 28.68 L 224.641 27.76 C 224.641 27.413 224.668 26.84 224.721 26.04 C 224.214 27.053 223.441 27.853 222.401 28.44 C 221.361 29.027 220.108 29.32 218.641 29.32 Z M 219.441 26.28 C 220.908 26.28 222.121 25.827 223.081 24.92 C 224.041 23.987 224.521 22.773 224.521 21.28 L 224.521 18.72 C 224.228 19.04 223.494 19.32 222.321 19.56 L 220.001 20 C 217.361 20.507 216.041 21.6 216.041 23.28 C 216.041 24.213 216.361 24.947 217.001 25.48 C 217.641 26.013 218.454 26.28 219.441 26.28 Z M 239.53 28.96 C 237.743 28.96 236.33 28.48 235.29 27.52 C 234.25 26.533 233.73 25.013 233.73 22.96 L 233.73 12.52 L 229.81 12.52 L 229.81 9.32 L 233.73 9.32 L 233.73 2.68 L 237.73 2.68 L 237.73 9.32 L 242.01 9.32 L 242.01 12.52 L 237.73 12.52 L 237.73 22.48 C 237.73 24.533 238.676 25.56 240.57 25.56 C 241.023 25.56 241.503 25.52 242.01 25.44 L 242.01 28.64 C 241.21 28.853 240.383 28.96 239.53 28.96 Z M 244.255 5.92 L 244.255 1.44 L 248.655 1.44 L 248.655 5.92 Z M 244.495 9.32 L 248.455 9.32 L 248.455 28.68 L 244.495 28.68 Z M 261.006 29.32 C 259.113 29.32 257.433 28.893 255.966 28.04 C 254.5 27.187 253.353 25.987 252.526 24.44 C 251.726 22.867 251.326 21.053 251.326 19 C 251.326 16.973 251.74 15.187 252.566 13.64 C 253.393 12.067 254.54 10.853 256.006 10 C 257.473 9.12 259.14 8.68 261.006 8.68 C 262.873 8.68 264.54 9.12 266.006 10 C 267.473 10.853 268.62 12.067 269.446 13.64 C 270.273 15.187 270.686 16.973 270.686 19 C 270.686 21.053 270.273 22.867 269.446 24.44 C 268.62 25.987 267.473 27.187 266.006 28.04 C 264.54 28.893 262.873 29.32 261.006 29.32 Z M 261.006 26.2 C 262.713 26.2 264.073 25.56 265.086 24.28 C 266.1 22.973 266.606 21.213 266.606 19 C 266.606 16.813 266.086 15.08 265.046 13.8 C 264.033 12.493 262.686 11.84 261.006 11.84 C 259.326 11.84 257.966 12.493 256.926 13.8 C 255.913 15.08 255.406 16.813 255.406 19 C 255.406 21.213 255.913 22.973 256.926 24.28 C 257.94 25.56 259.3 26.2 261.006 26.2 Z M 273.565 28.68 L 273.565 9.32 L 277.525 9.32 L 277.525 10.48 C 277.525 11.12 277.512 11.627 277.485 12 C 278.019 11.04 278.805 10.253 279.845 9.64 C 280.912 9 282.099 8.68 283.405 8.68 C 285.619 8.68 287.339 9.373 288.565 10.76 C 289.819 12.12 290.445 14.013 290.445 16.44 L 290.445 28.68 L 286.485 28.68 L 286.485 17 C 286.485 13.56 285.139 11.84 282.445 11.84 C 280.979 11.84 279.792 12.347 278.885 13.36 C 277.979 14.373 277.525 15.627 277.525 17.12 L 277.525 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.320000305175782px\" id=\"dAncFsUmu\" transform=\"translate(50.18 11.32)\" width=\"290.44500244140625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 08\" alt class=\"framer-uMh1q framer-1gt8hwy\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 344 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 128 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.219 23.448 L 6.505 24.162 C 5.755 24.912 4.737 25.333 3.676 25.333 L 1.333 25.333 C 0.597 25.333 0 24.736 0 24 L 0 21.657 C 0 20.596 0.421 19.579 1.172 18.828 L 8.48 11.519 C 8.169 10.626 8 9.666 8 8.667 C 8 3.88 11.88 0 16.667 0 C 21.453 0 25.333 3.88 25.333 8.667 Z M 16.667 6.667 C 15.562 6.667 14.667 7.562 14.667 8.667 C 14.667 9.771 15.562 10.667 16.667 10.667 C 17.771 10.667 18.667 9.771 18.667 8.667 C 18.667 7.562 17.771 6.667 16.667 6.667 Z\" fill=\"rgb(163, 163, 163)\" height=\"25.3333px\" id=\"J4BmtaZz9\" transform=\"translate(4.5 12.667)\" width=\"25.3333px\"/><path d=\"M 11.68 29.32 C 9.36 29.32 7.333 28.92 5.6 28.12 C 3.867 27.32 2.507 26.173 1.52 24.68 C 0.56 23.187 0.053 21.44 0 19.44 L 4.36 19.44 C 4.467 21.413 5.2 22.96 6.56 24.08 C 7.947 25.2 9.693 25.76 11.8 25.76 C 13.827 25.76 15.427 25.36 16.6 24.56 C 17.773 23.733 18.36 22.6 18.36 21.16 C 18.36 19.987 17.92 19.053 17.04 18.36 C 16.16 17.667 14.867 17.147 13.16 16.8 L 8.76 15.84 C 6.44 15.333 4.56 14.427 3.12 13.12 C 1.68 11.813 0.96 10.12 0.96 8.04 C 0.96 6.493 1.413 5.12 2.32 3.92 C 3.227 2.693 4.467 1.733 6.04 1.04 C 7.64 0.347 9.44 0 11.44 0 C 14.613 0 17.147 0.8 19.04 2.4 C 20.96 3.973 22 6.093 22.16 8.76 L 17.8 8.76 C 17.693 7.213 17.067 5.973 15.92 5.04 C 14.773 4.08 13.227 3.6 11.28 3.6 C 9.573 3.6 8.147 3.987 7 4.76 C 5.88 5.507 5.32 6.48 5.32 7.68 C 5.32 8.8 5.72 9.693 6.52 10.36 C 7.32 11 8.533 11.507 10.16 11.88 L 15 12.92 C 17.373 13.427 19.253 14.333 20.64 15.64 C 22.027 16.92 22.72 18.613 22.72 20.72 C 22.72 22.347 22.28 23.813 21.4 25.12 C 20.52 26.427 19.24 27.453 17.56 28.2 C 15.907 28.947 13.947 29.32 11.68 29.32 Z M 35.922 29.32 C 33.602 29.32 31.576 28.92 29.842 28.12 C 28.109 27.32 26.749 26.173 25.762 24.68 C 24.802 23.187 24.296 21.44 24.242 19.44 L 28.602 19.44 C 28.709 21.413 29.442 22.96 30.802 24.08 C 32.189 25.2 33.936 25.76 36.042 25.76 C 38.069 25.76 39.669 25.36 40.842 24.56 C 42.016 23.733 42.602 22.6 42.602 21.16 C 42.602 19.987 42.162 19.053 41.282 18.36 C 40.402 17.667 39.109 17.147 37.402 16.8 L 33.002 15.84 C 30.682 15.333 28.802 14.427 27.362 13.12 C 25.922 11.813 25.202 10.12 25.202 8.04 C 25.202 6.493 25.656 5.12 26.562 3.92 C 27.469 2.693 28.709 1.733 30.282 1.04 C 31.882 0.347 33.682 0 35.682 0 C 38.856 0 41.389 0.8 43.282 2.4 C 45.202 3.973 46.242 6.093 46.402 8.76 L 42.042 8.76 C 41.936 7.213 41.309 5.973 40.162 5.04 C 39.016 4.08 37.469 3.6 35.522 3.6 C 33.816 3.6 32.389 3.987 31.242 4.76 C 30.122 5.507 29.562 6.48 29.562 7.68 C 29.562 8.8 29.962 9.693 30.762 10.36 C 31.562 11 32.776 11.507 34.402 11.88 L 39.242 12.92 C 41.616 13.427 43.496 14.333 44.882 15.64 C 46.269 16.92 46.962 18.613 46.962 20.72 C 46.962 22.347 46.522 23.813 45.642 25.12 C 44.762 26.427 43.482 27.453 41.802 28.2 C 40.149 28.947 38.189 29.32 35.922 29.32 Z M 62.324 29.32 C 59.764 29.32 57.458 28.733 55.404 27.56 C 53.378 26.36 51.778 24.653 50.604 22.44 C 49.458 20.227 48.884 17.64 48.884 14.68 C 48.884 11.773 49.458 9.213 50.604 7 C 51.778 4.76 53.378 3.04 55.404 1.84 C 57.458 0.613 59.764 0 62.324 0 C 64.884 0 67.178 0.613 69.204 1.84 C 71.258 3.067 72.871 4.8 74.044 7.04 C 75.218 9.253 75.804 11.8 75.804 14.68 C 75.804 17.613 75.218 20.187 74.044 22.4 C 72.871 24.613 71.258 26.32 69.204 27.52 C 67.178 28.72 64.884 29.32 62.324 29.32 Z M 62.324 25.76 C 64.111 25.76 65.684 25.32 67.044 24.44 C 68.431 23.56 69.498 22.293 70.244 20.64 C 70.991 18.96 71.364 16.973 71.364 14.68 C 71.364 12.44 70.978 10.48 70.204 8.8 C 69.458 7.12 68.404 5.84 67.044 4.96 C 65.684 4.053 64.111 3.6 62.324 3.6 C 60.538 3.6 58.964 4.053 57.604 4.96 C 56.244 5.84 55.178 7.12 54.404 8.8 C 53.658 10.453 53.284 12.413 53.284 14.68 C 53.284 16.947 53.658 18.92 54.404 20.6 C 55.151 22.253 56.204 23.533 57.564 24.44 C 58.951 25.32 60.538 25.76 62.324 25.76 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"rVg6T5WSK\" transform=\"translate(49.86 11.32)\" width=\"75.8039994140625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 01\" alt class=\"framer-JRXEz framer-z4vd9p\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 128 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.21..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 150 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z M 17.126 0.224 L 16.486 8.112 C 16.183 8.077 15.881 8.06 15.569 8.06 C 15.18 8.06 14.799 8.086 14.428 8.147 L 14.064 4.324 C 14.056 4.203 14.151 4.099 14.272 4.099 L 14.921 4.099 L 14.609 0.233 C 14.601 0.112 14.696 0.008 14.808 0.008 L 16.927 0.008 C 17.048 0.008 17.143 0.112 17.126 0.233 Z M 11.79 0.614 L 13.883 8.242 C 13.199 8.398 12.551 8.648 11.954 8.977 L 10.302 5.509 C 10.25 5.405 10.302 5.275 10.415 5.232 L 11.029 5.007 L 9.411 1.479 C 9.359 1.375 9.411 1.245 9.524 1.202 L 11.513 0.475 C 11.625 0.432 11.746 0.501 11.781 0.614 Z M 6.903 2.811 L 11.478 9.262 C 10.899 9.643 10.371 10.093 9.922 10.612 L 7.18 7.913 C 7.093 7.827 7.102 7.688 7.189 7.611 L 7.69 7.195 L 4.966 4.436 C 4.879 4.35 4.888 4.212 4.983 4.134 L 6.6 2.776 C 6.696 2.698 6.825 2.715 6.895 2.811 Z M 9.576 11.044 C 9.161 11.589 8.823 12.194 8.572 12.843 L 5.078 11.243 C 4.966 11.2 4.923 11.061 4.983 10.957 L 5.312 10.395 L 1.8 8.735 C 1.697 8.683 1.653 8.553 1.714 8.449 L 2.769 6.616 C 2.83 6.512 2.968 6.477 3.063 6.547 Z M 0.477 11.528 C 0.495 11.407 0.616 11.338 0.728 11.364 L 8.382 13.362 C 8.183 14.011 8.071 14.694 8.053 15.403 L 4.222 15.092 C 4.101 15.083 4.015 14.971 4.04 14.849 L 4.153 14.209 L 0.287 13.846 C 0.166 13.838 0.088 13.725 0.105 13.604 L 0.469 11.52 Z M 0.183 16.7 L 8.062 15.974 C 8.097 16.674 8.235 17.357 8.451 17.997 L 4.75 19.018 C 4.637 19.044 4.516 18.975 4.499 18.854 L 4.386 18.214 L 0.633 19.191 C 0.52 19.217 0.399 19.148 0.382 19.027 L 0.01 16.942 C -0.007 16.821 0.071 16.709 0.192 16.7 Z M 1.42 22.183 C 1.359 22.08 1.403 21.95 1.506 21.898 L 8.65 18.508 C 8.918 19.148 9.282 19.745 9.714 20.281 L 6.583 22.512 C 6.488 22.581 6.35 22.555 6.289 22.452 L 5.96 21.881 L 2.769 24.086 C 2.674 24.155 2.536 24.121 2.475 24.017 L 1.411 22.183 Z M 10.086 20.696 C 10.553 21.197 11.098 21.639 11.686 22.002 L 9.506 25.167 C 9.437 25.271 9.299 25.288 9.204 25.21 L 8.702 24.787 L 6.453 27.952 C 6.384 28.047 6.255 28.064 6.159 27.987 L 4.533 26.629 C 4.438 26.551 4.43 26.413 4.516 26.326 L 10.077 20.696 Z M 8.979 29.734 C 8.866 29.691 8.815 29.561 8.866 29.457 L 12.162 22.261 C 12.767 22.573 13.424 22.806 14.108 22.936 L 13.139 26.655 C 13.113 26.767 12.983 26.836 12.871 26.793 L 12.257 26.568 L 11.228 30.313 C 11.193 30.426 11.072 30.495 10.959 30.452 L 8.97 29.725 Z M 15.569 23.091 C 15.958 23.091 16.339 23.066 16.711 23.005 L 17.074 26.828 C 17.083 26.949 16.988 27.053 16.866 27.053 L 16.218 27.053 L 16.529 30.919 C 16.546 31.04 16.451 31.143 16.33 31.143 L 14.211 31.143 C 14.099 31.143 14.004 31.04 14.012 30.919 L 14.652 23.031 C 14.955 23.074 15.258 23.091 15.569 23.091 Z M 18.977 8.864 C 18.371 8.562 17.723 8.328 17.031 8.19 L 17.999 4.471 C 18.034 4.359 18.155 4.289 18.268 4.333 L 18.882 4.557 L 19.911 0.813 C 19.945 0.7 20.066 0.631 20.179 0.674 L 22.168 1.401 C 22.281 1.444 22.332 1.565 22.281 1.677 Z M 26.622 4.817 L 21.061 10.447 C 20.594 9.946 20.058 9.504 19.461 9.141 L 21.641 5.976 C 21.71 5.881 21.848 5.855 21.943 5.933 L 22.445 6.356 L 24.693 3.191 C 24.763 3.096 24.901 3.079 24.988 3.156 L 26.613 4.514 C 26.709 4.592 26.709 4.73 26.631 4.817 Z M 29.623 9.254 L 22.479 12.644 C 22.203 12.004 21.848 11.407 21.416 10.871 L 24.546 8.64 C 24.642 8.562 24.78 8.596 24.841 8.7 L 25.169 9.262 L 28.361 7.057 C 28.456 6.996 28.594 7.022 28.655 7.126 L 29.718 8.96 C 29.779 9.063 29.744 9.193 29.632 9.245 Z M 30.756 12.116 L 31.119 14.201 C 31.137 14.322 31.059 14.426 30.938 14.443 L 23.059 15.178 C 23.024 14.469 22.886 13.794 22.67 13.154 L 26.371 12.134 C 26.484 12.099 26.605 12.177 26.622 12.298 L 26.735 12.938 L 30.488 11.961 C 30.601 11.935 30.722 12.004 30.739 12.125 Z M 30.393 19.762 L 22.739 17.764 C 22.938 17.115 23.05 16.432 23.068 15.723 L 26.899 16.034 C 27.02 16.051 27.098 16.155 27.081 16.276 L 26.968 16.916 L 30.834 17.28 C 30.955 17.297 31.033 17.401 31.016 17.522 L 30.652 19.606 C 30.635 19.727 30.514 19.796 30.402 19.77 Z M 28.361 24.527 C 28.3 24.631 28.162 24.657 28.066 24.596 L 21.554 20.099 C 21.969 19.554 22.306 18.949 22.557 18.3 L 26.051 19.9 C 26.164 19.952 26.207 20.082 26.146 20.186 L 25.818 20.748 L 29.329 22.408 C 29.433 22.46 29.476 22.59 29.416 22.694 Z M 19.643 21.872 C 20.222 21.5 20.741 21.042 21.199 20.523 L 23.941 23.221 C 24.028 23.308 24.028 23.446 23.932 23.524 L 23.431 23.939 L 26.155 26.698 C 26.233 26.785 26.233 26.923 26.138 27.001 L 24.521 28.359 C 24.434 28.436 24.296 28.419 24.226 28.324 L 19.651 21.872 Z M 19.608 30.659 C 19.496 30.702 19.375 30.633 19.34 30.521 L 17.247 22.893 C 17.93 22.737 18.579 22.486 19.176 22.158 L 20.828 25.626 C 20.879 25.738 20.828 25.868 20.715 25.902 L 20.101 26.127 L 21.718 29.656 C 21.77 29.768 21.718 29.889 21.606 29.933 L 19.617 30.659 Z\" fill=\"transparent\" height=\"32px\" id=\"qGdxPe4ev\" transform=\"translate(0.93 10)\" width=\"31.1351px\"><path d=\"M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z\" fill=\"transparent\" height=\"32px\" id=\"KepWb_CGM\" width=\"31.1351px\"/><path d=\"M 17.118 0.216 L 16.478 8.104 C 16.175 8.069 15.873 8.052 15.561 8.052 C 15.172 8.052 14.792 8.078 14.42 8.138 L 14.057 4.316 C 14.048 4.195 14.143 4.091 14.264 4.091 L 14.913 4.091 L 14.601 0.225 C 14.593 0.104 14.688 0 14.8 0 L 16.919 0 C 17.04 0 17.135 0.104 17.118 0.225 Z M 11.782 0.605 L 13.875 8.234 C 13.192 8.389 12.543 8.64 11.946 8.969 L 10.294 5.501 C 10.242 5.397 10.294 5.267 10.407 5.224 L 11.021 4.999 L 9.404 1.47 C 9.352 1.367 9.404 1.237 9.516 1.194 L 11.505 0.467 C 11.618 0.424 11.739 0.493 11.773 0.605 Z M 6.895 2.802 L 11.471 9.254 C 10.891 9.635 10.364 10.084 9.914 10.603 L 7.172 7.905 C 7.086 7.818 7.094 7.68 7.181 7.602 L 7.682 7.187 L 4.958 4.428 C 4.872 4.342 4.88 4.203 4.975 4.125 L 6.593 2.768 C 6.688 2.69 6.818 2.707 6.887 2.802 Z M 9.568 11.036 C 9.153 11.58 8.815 12.186 8.565 12.835 L 5.071 11.235 C 4.958 11.191 4.915 11.053 4.975 10.949 L 5.304 10.387 L 1.793 8.726 C 1.689 8.675 1.646 8.545 1.706 8.441 L 2.761 6.608 C 2.822 6.504 2.96 6.469 3.055 6.538 Z M 0.469 11.52 C 0.487 11.399 0.608 11.33 0.72 11.356 L 8.374 13.354 C 8.175 14.002 8.063 14.685 8.046 15.395 L 4.214 15.083 C 4.093 15.075 4.007 14.962 4.033 14.841 L 4.145 14.201 L 0.279 13.838 C 0.158 13.829 0.08 13.717 0.098 13.596 L 0.461 11.511 Z M 0.175 16.692 L 8.054 15.965 C 8.089 16.666 8.227 17.349 8.443 17.989 L 4.742 19.01 C 4.629 19.036 4.508 18.966 4.491 18.845 L 4.379 18.205 L 0.625 19.183 C 0.513 19.209 0.392 19.139 0.374 19.018 L 0.002 16.934 C -0.015 16.813 0.063 16.7 0.184 16.692 Z M 1.412 22.175 C 1.352 22.071 1.395 21.942 1.499 21.89 L 8.642 18.5 C 8.911 19.14 9.274 19.736 9.706 20.272 L 6.575 22.504 C 6.48 22.573 6.342 22.547 6.281 22.443 L 5.953 21.872 L 2.761 24.078 C 2.666 24.147 2.528 24.112 2.467 24.009 L 1.403 22.175 Z M 10.078 20.688 C 10.545 21.189 11.09 21.63 11.678 21.993 L 9.499 25.159 C 9.429 25.263 9.291 25.28 9.196 25.202 L 8.694 24.778 L 6.446 27.944 C 6.376 28.039 6.247 28.056 6.152 27.978 L 4.526 26.62 C 4.431 26.543 4.422 26.404 4.508 26.318 L 10.069 20.688 Z M 8.971 29.725 C 8.859 29.682 8.807 29.552 8.859 29.449 L 12.154 22.253 C 12.759 22.564 13.417 22.798 14.1 22.928 L 13.131 26.647 C 13.105 26.759 12.975 26.828 12.863 26.785 L 12.249 26.56 L 11.22 30.305 C 11.185 30.417 11.064 30.487 10.952 30.443 L 8.962 29.717 Z M 15.561 23.083 C 15.95 23.083 16.331 23.057 16.703 22.997 L 17.066 26.819 C 17.075 26.94 16.98 27.044 16.859 27.044 L 16.21 27.044 L 16.521 30.91 C 16.539 31.031 16.443 31.135 16.322 31.135 L 14.203 31.135 C 14.091 31.135 13.996 31.031 14.005 30.91 L 14.645 23.023 C 14.947 23.066 15.25 23.083 15.561 23.083 Z M 18.969 8.856 C 18.363 8.553 17.715 8.32 17.023 8.182 L 17.992 4.463 C 18.026 4.35 18.147 4.281 18.26 4.324 L 18.874 4.549 L 19.903 0.804 C 19.937 0.692 20.059 0.623 20.171 0.666 L 22.16 1.392 C 22.273 1.436 22.325 1.557 22.273 1.669 Z M 26.614 4.809 L 21.053 10.439 C 20.586 9.937 20.05 9.496 19.453 9.133 L 21.633 5.968 C 21.702 5.872 21.84 5.846 21.935 5.924 L 22.437 6.348 L 24.686 3.183 C 24.755 3.088 24.893 3.07 24.98 3.148 L 26.606 4.506 C 26.701 4.584 26.701 4.722 26.623 4.809 Z M 29.615 9.245 L 22.472 12.636 C 22.195 11.996 21.84 11.399 21.408 10.863 L 24.539 8.631 C 24.634 8.554 24.772 8.588 24.833 8.692 L 25.161 9.254 L 28.353 7.049 C 28.448 6.988 28.586 7.014 28.647 7.118 L 29.711 8.951 C 29.771 9.055 29.737 9.185 29.624 9.237 Z M 30.748 12.108 L 31.112 14.192 C 31.129 14.313 31.051 14.417 30.93 14.435 L 23.051 15.17 C 23.016 14.46 22.878 13.786 22.662 13.146 L 26.363 12.125 C 26.476 12.091 26.597 12.169 26.614 12.29 L 26.727 12.93 L 30.48 11.952 C 30.593 11.926 30.714 11.996 30.731 12.117 Z M 30.385 19.753 L 22.731 17.756 C 22.93 17.107 23.042 16.424 23.06 15.715 L 26.891 16.026 C 27.012 16.043 27.09 16.147 27.073 16.268 L 26.96 16.908 L 30.826 17.271 C 30.947 17.289 31.025 17.392 31.008 17.513 L 30.645 19.598 C 30.627 19.719 30.506 19.788 30.394 19.762 Z M 28.353 24.519 C 28.292 24.623 28.154 24.649 28.059 24.588 L 21.546 20.091 C 21.961 19.546 22.299 18.941 22.549 18.292 L 26.043 19.892 C 26.156 19.944 26.199 20.074 26.139 20.177 L 25.81 20.74 L 29.321 22.4 C 29.425 22.452 29.468 22.582 29.408 22.685 Z M 19.635 21.864 C 20.214 21.492 20.733 21.034 21.192 20.515 L 23.933 23.213 C 24.02 23.3 24.02 23.438 23.925 23.516 L 23.423 23.931 L 26.147 26.69 C 26.225 26.776 26.225 26.915 26.13 26.992 L 24.513 28.35 C 24.426 28.428 24.288 28.411 24.219 28.316 L 19.643 21.864 Z M 19.6 30.651 C 19.488 30.694 19.367 30.625 19.332 30.512 L 17.239 22.884 C 17.922 22.729 18.571 22.478 19.168 22.149 L 20.82 25.617 C 20.872 25.73 20.82 25.86 20.707 25.894 L 20.093 26.119 L 21.711 29.648 C 21.762 29.76 21.711 29.881 21.598 29.924 L 19.609 30.651 Z\" fill=\"rgb(163, 163, 163)\" height=\"31.13509946899414px\" id=\"GxbeHS9BH\" transform=\"translate(0.008 0.008)\" width=\"31.113998034894827px\"/></g><path d=\"M 13.44 29.32 C 10.88 29.32 8.573 28.733 6.52 27.56 C 4.493 26.36 2.893 24.653 1.72 22.44 C 0.573 20.227 0 17.64 0 14.68 C 0 11.773 0.573 9.213 1.72 7 C 2.893 4.76 4.493 3.04 6.52 1.84 C 8.573 0.613 10.88 0 13.44 0 C 16 0 18.293 0.613 20.32 1.84 C 22.373 3.067 23.987 4.8 25.16 7.04 C 26.333 9.253 26.92 11.8 26.92 14.68 C 26.92 17.613 26.333 20.187 25.16 22.4 C 23.987 24.613 22.373 26.32 20.32 27.52 C 18.293 28.72 16 29.32 13.44 29.32 Z M 13.44 25.76 C 15.227 25.76 16.8 25.32 18.16 24.44 C 19.547 23.56 20.613 22.293 21.36 20.64 C 22.107 18.96 22.48 16.973 22.48 14.68 C 22.48 12.44 22.093 10.48 21.32 8.8 C 20.573 7.12 19.52 5.84 18.16 4.96 C 16.8 4.053 15.227 3.6 13.44 3.6 C 11.653 3.6 10.08 4.053 8.72 4.96 C 7.36 5.84 6.293 7.12 5.52 8.8 C 4.773 10.453 4.4 12.413 4.4 14.68 C 4.4 16.947 4.773 18.92 5.52 20.6 C 6.267 22.253 7.32 23.533 8.68 24.44 C 10.067 25.32 11.653 25.76 13.44 25.76 Z M 53.45 28.68 L 47.77 28.68 L 36.81 15.96 L 34.77 18.08 L 34.77 28.68 L 30.57 28.68 L 30.57 0.68 L 34.77 0.68 L 34.77 12.8 C 34.956 12.56 35.53 11.933 36.49 10.92 L 46.33 0.68 L 51.65 0.68 L 39.65 13.04 Z M 65.258 28.68 L 61.018 28.68 L 61.018 4.24 L 51.458 4.24 L 51.458 0.68 L 74.778 0.68 L 74.778 4.24 L 65.258 4.24 Z M 98.57 28.68 L 93.85 28.68 L 90.77 20.6 L 78.45 20.6 L 75.41 28.68 L 70.89 28.68 L 82.21 0.68 L 87.21 0.68 Z M 79.81 17.04 L 89.45 17.04 L 85.53 6.76 L 84.65 4.24 C 84.383 5.067 84.063 5.907 83.69 6.76 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"vH7HiBqe4\" transform=\"translate(49.822 11.32)\" width=\"98.5695034790039px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 02\" alt class=\"framer-GE7yX framer-3t1k2k\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 150 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 31.135 0 L 31.135 32 Z M 17.126 0.224 L 16.486 8.112 C 16.183 8.077 15.881 8.06 15.569 8.06 C 15.18 8.06 14.799 8.086 14.428 8.147 L 14.064 4.324 C 14.056 4.203 14.151 4.099 14.272 4.099 L 14.921 4.099 L 14.609 0.233 C 14..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 296 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z M 15.655 4.688 C 21.784 4.693 26.748 9.667 26.742 15.796 C 26.736 21.925 21.763 26.888 15.634 26.883 C 9.512 26.877 4.551 21.915 4.547 15.793 C 4.541 9.665 9.503 4.693 15.631 4.688 C 15.639 4.688 15.647 4.688 15.655 4.688 Z M 11.924 21.483 C 14.33 20.628 16.958 20.627 19.365 21.482 L 19.711 20.181 C 19.871 20.181 20.017 20.177 20.164 20.182 C 20.316 20.17 20.469 20.178 20.618 20.208 C 20.514 20.748 20.383 21.283 20.224 21.809 C 20.633 22.035 21.041 22.24 21.428 22.478 C 21.815 22.715 22.182 22.983 22.556 23.237 C 27.055 19.114 26.775 12.101 22.539 8.323 C 21.824 8.886 21.045 9.362 20.218 9.742 C 20.375 10.298 20.525 10.831 20.624 11.382 L 19.703 11.382 C 19.646 11.16 19.595 10.948 19.539 10.738 C 19.491 10.518 19.427 10.303 19.346 10.093 C 16.945 10.943 14.325 10.942 11.924 10.089 L 11.577 11.394 C 11.417 11.394 11.27 11.395 11.123 11.394 C 10.973 11.393 10.823 11.39 10.645 11.387 L 11.063 9.737 C 10.238 9.359 9.462 8.884 8.75 8.32 C 4.279 12.397 4.467 19.409 8.75 23.246 C 9.467 22.683 10.247 22.206 11.075 21.825 C 10.909 21.287 10.771 20.739 10.663 20.186 L 11.582 20.186 Z M 19.046 9.226 C 19.041 9.19 19.033 9.155 19.024 9.119 C 18.742 8.359 18.355 7.643 17.876 6.99 C 17.568 6.562 17.179 6.197 16.731 5.917 C 16.106 5.512 15.307 5.49 14.661 5.86 C 14.245 6.094 13.879 6.405 13.582 6.778 C 13.105 7.368 12.716 8.024 12.427 8.725 C 12.359 8.882 12.297 9.042 12.225 9.219 C 14.43 10.011 16.841 10.013 19.046 9.226 Z M 12.236 22.344 C 12.251 22.397 12.258 22.428 12.269 22.456 C 12.532 23.161 12.884 23.829 13.315 24.445 C 13.598 24.851 13.944 25.211 14.34 25.508 C 15.172 26.115 16.075 26.123 16.915 25.532 C 17.203 25.326 17.463 25.084 17.688 24.811 C 18.262 24.101 18.715 23.3 19.027 22.441 C 19.036 22.408 19.042 22.375 19.045 22.341 C 16.843 21.558 14.438 21.559 12.236 22.344 Z M 18.24 25.608 C 19.544 25.28 20.767 24.686 21.829 23.862 C 21.246 23.408 20.612 23.022 19.942 22.712 C 19.687 23.231 19.453 23.737 19.193 24.229 C 18.925 24.721 18.606 25.183 18.24 25.608 Z M 13.059 25.612 C 12.69 25.192 12.369 24.732 12.101 24.24 C 11.836 23.744 11.603 23.231 11.348 22.711 C 10.677 23.022 10.043 23.408 9.459 23.862 C 10.526 24.686 11.751 25.283 13.059 25.612 Z M 19.908 8.855 C 20.399 8.689 21.63 7.926 21.801 7.683 C 20.743 6.869 19.528 6.281 18.232 5.957 C 18.98 6.813 19.493 7.799 19.908 8.855 Z M 13.041 5.964 C 11.744 6.289 10.528 6.88 9.47 7.698 C 9.85 8.052 11.026 8.758 11.386 8.847 C 11.771 7.8 12.33 6.825 13.041 5.964 Z M 21.564 29.965 C 21.566 30.301 21.495 30.634 21.354 30.939 C 21.09 31.53 20.515 31.919 19.869 31.945 C 19.638 31.966 19.405 31.947 19.182 31.888 C 18.608 31.745 18.15 31.312 17.977 30.746 C 17.802 30.237 17.799 29.685 17.969 29.175 C 18.179 28.483 18.798 27.996 19.519 27.954 C 19.905 27.912 20.295 27.99 20.635 28.176 C 21.091 28.432 21.407 28.879 21.497 29.394 C 21.535 29.58 21.543 29.774 21.564 29.965 Z M 19.158 29.944 L 19.191 29.946 C 19.191 30.094 19.181 30.242 19.193 30.389 C 19.195 30.646 19.249 30.899 19.354 31.135 C 19.413 31.267 19.544 31.354 19.688 31.358 C 19.841 31.368 19.984 31.281 20.045 31.14 C 20.096 31.038 20.134 30.928 20.156 30.815 C 20.243 30.303 20.253 29.78 20.184 29.264 C 20.162 29.1 20.118 28.939 20.056 28.785 C 20.008 28.639 19.871 28.542 19.718 28.544 C 19.559 28.538 19.414 28.631 19.351 28.776 C 19.308 28.855 19.278 28.94 19.263 29.029 C 19.222 29.334 19.192 29.639 19.158 29.944 Z M 17.487 29.964 C 17.509 30.305 17.441 30.646 17.293 30.954 C 17.017 31.554 16.419 31.941 15.759 31.947 C 15.464 31.969 15.167 31.922 14.892 31.81 C 14.427 31.619 14.071 31.23 13.922 30.75 C 13.75 30.248 13.745 29.703 13.906 29.197 C 14.115 28.475 14.767 27.971 15.518 27.952 C 16.106 27.923 16.622 28.084 17.022 28.538 C 17.297 28.856 17.459 29.256 17.485 29.676 C 17.494 29.771 17.487 29.868 17.487 29.964 Z M 16.184 29.999 C 16.167 29.727 16.166 29.52 16.137 29.319 C 16.112 29.142 16.07 28.967 16.009 28.799 C 15.964 28.645 15.821 28.54 15.66 28.542 C 15.494 28.535 15.342 28.639 15.288 28.797 C 15.229 28.925 15.191 29.062 15.175 29.202 C 15.152 29.617 15.137 30.034 15.143 30.449 C 15.139 30.688 15.193 30.925 15.3 31.138 C 15.384 31.328 15.607 31.414 15.797 31.33 C 15.877 31.294 15.942 31.233 15.982 31.155 C 16.043 31.049 16.084 30.934 16.101 30.813 C 16.141 30.52 16.161 30.227 16.183 29.999 Z M 6.555 28.852 C 6.576 28.861 6.599 28.868 6.621 28.873 C 6.845 28.87 7.029 29.049 7.032 29.273 C 7.032 29.286 7.032 29.3 7.031 29.313 C 7.05 29.574 6.871 29.809 6.615 29.861 C 6.526 29.876 6.436 29.881 6.346 29.875 C 6.063 29.869 5.831 29.649 5.808 29.366 C 5.756 29.002 5.89 28.637 6.166 28.393 C 6.456 28.135 6.826 27.982 7.215 27.96 C 7.683 27.896 8.16 27.99 8.57 28.228 C 9.022 28.486 9.243 29.017 9.108 29.52 C 9.042 29.779 8.872 30 8.638 30.129 C 8.371 30.284 8.085 30.404 7.787 30.487 C 7.573 30.553 7.355 30.611 7.145 30.69 C 6.948 30.745 6.778 30.873 6.67 31.048 C 6.712 31.037 6.754 31.025 6.795 31.01 C 7.14 30.847 7.533 30.812 7.903 30.91 C 8.02 30.942 8.14 30.968 8.26 30.988 C 8.521 31.027 8.625 30.941 8.656 30.673 C 8.66 30.635 8.662 30.597 8.668 30.534 C 8.868 30.521 9.068 30.522 9.268 30.537 C 9.291 30.887 9.291 31.222 9.12 31.534 C 8.96 31.825 8.685 31.919 8.379 31.946 C 8.084 31.965 7.787 31.93 7.504 31.84 C 7.319 31.787 7.135 31.728 6.947 31.689 C 6.762 31.651 6.57 31.627 6.454 31.831 L 5.816 31.831 C 5.788 31.54 5.842 31.247 5.974 30.986 C 6.14 30.686 6.379 30.433 6.669 30.251 C 6.886 30.102 7.113 29.968 7.334 29.826 C 7.416 29.775 7.496 29.721 7.572 29.661 C 7.737 29.532 7.83 29.331 7.82 29.122 C 7.824 28.93 7.71 28.755 7.533 28.68 C 7.204 28.527 6.813 28.595 6.555 28.852 Z M 10.694 28.058 C 10.702 28.181 10.707 28.28 10.714 28.402 C 10.74 28.382 10.764 28.36 10.786 28.336 C 11.024 28.011 11.356 27.934 11.727 27.999 C 11.915 28.04 12.1 28.094 12.281 28.159 C 12.391 28.192 12.5 28.23 12.609 28.269 C 12.698 28.305 12.801 28.284 12.869 28.216 L 12.934 28.066 L 13.42 28.066 C 13.454 28.172 13.449 28.286 13.405 28.388 C 13.292 28.646 13.18 28.905 13.048 29.154 C 12.879 29.47 12.686 29.774 12.513 30.089 C 12.267 30.565 12.137 31.091 12.132 31.626 C 12.13 31.689 12.126 31.752 12.122 31.825 L 10.879 31.825 C 10.848 31.681 10.844 31.533 10.865 31.387 C 10.902 30.836 11.14 30.318 11.536 29.933 C 11.797 29.676 12.069 29.43 12.335 29.179 C 12.394 29.122 12.449 29.061 12.539 28.967 C 12.463 28.985 12.43 28.989 12.4 28.999 C 12.134 29.079 11.853 29.09 11.581 29.034 C 11.437 29.006 11.29 28.986 11.144 28.975 C 10.942 28.951 10.759 29.094 10.735 29.296 C 10.735 29.298 10.734 29.3 10.734 29.301 C 10.716 29.395 10.704 29.49 10.699 29.587 C 10.693 29.649 10.693 29.712 10.689 29.785 L 10.023 29.785 L 10.023 28.066 C 10.134 28.063 10.241 28.059 10.347 28.057 C 10.455 28.057 10.564 28.058 10.694 28.058 Z M 22.563 28.549 C 22.921 28.492 23.276 28.439 23.458 28.066 L 24.422 28.066 C 24.426 28.138 24.43 28.205 24.431 28.274 C 24.431 29.147 24.431 30.02 24.431 30.893 C 24.431 30.938 24.429 30.983 24.431 31.028 C 24.437 31.224 24.498 31.29 24.698 31.302 C 24.793 31.308 24.889 31.303 24.994 31.303 C 25.015 31.471 25.02 31.639 25.011 31.808 C 24.857 31.846 22.882 31.859 22.566 31.825 L 22.566 31.327 C 22.743 31.27 22.949 31.355 23.149 31.224 C 23.175 31.155 23.192 31.084 23.2 31.012 C 23.205 30.402 23.203 29.792 23.202 29.182 C 23.199 29.151 23.192 29.12 23.182 29.089 L 22.562 29.089 Z M 15.527 0.032 L 15.81 1.188 L 15.852 1.187 L 16.165 0.05 L 16.94 0.05 L 16.94 2.014 L 16.46 2.014 L 16.46 0.624 C 16.285 1.073 16.18 1.541 16.037 2.008 L 15.595 2.008 L 15.253 0.595 L 15.212 0.596 C 15.21 0.71 15.207 0.825 15.206 0.939 C 15.205 1.054 15.204 1.171 15.203 1.286 C 15.201 1.409 15.203 1.531 15.198 1.653 C 15.193 1.767 15.18 1.881 15.169 2.012 L 14.742 1.988 C 14.7 1.848 14.701 0.328 14.743 0.032 Z M 25.553 6.208 L 25.133 5.832 L 25.304 4.554 L 25.271 4.54 L 24.563 5.314 L 24.148 4.932 L 25.484 3.459 L 25.898 3.846 L 25.721 5.126 L 25.752 5.143 L 26.468 4.362 L 26.889 4.74 Z M 7.273 3.693 L 6.661 2.86 L 7.114 2.521 L 8.293 4.116 L 7.84 4.458 L 6.575 4.019 C 6.791 4.345 7.011 4.614 7.22 4.911 L 6.768 5.248 L 5.586 3.653 L 6.04 3.317 L 7.24 3.732 Z M 30.201 16.547 C 29.975 16.802 29.773 16.928 29.305 17.098 L 29.305 16.446 L 29.934 16.124 C 30.032 16.089 30.108 16.008 30.137 15.908 C 30.14 15.869 30.141 15.83 30.137 15.791 L 29.354 15.791 C 29.333 15.589 29.332 15.386 29.351 15.184 C 30.013 15.161 30.662 15.226 31.324 15.217 C 31.324 15.411 31.327 15.583 31.324 15.755 C 31.318 15.967 31.307 16.178 31.297 16.39 C 31.295 16.428 31.294 16.467 31.289 16.505 C 31.247 16.793 31.093 16.961 30.846 16.987 C 30.575 17.044 30.305 16.883 30.227 16.617 C 30.219 16.596 30.212 16.573 30.201 16.547 Z M 30.827 16.361 C 30.934 16.206 30.949 16.094 30.899 15.825 L 30.537 15.801 C 30.493 15.916 30.484 16.041 30.512 16.161 C 30.552 16.367 30.601 16.4 30.827 16.361 Z M 12.242 0.382 C 12.592 0.323 12.919 0.268 13.247 0.216 C 13.355 0.197 13.463 0.186 13.572 0.183 C 13.806 0.165 14.019 0.317 14.079 0.543 C 14.158 0.777 14.073 1.034 13.871 1.174 C 13.836 1.199 13.799 1.221 13.758 1.247 C 14.05 1.414 14.18 1.555 14.468 2.018 C 14.357 2.039 14.253 2.06 14.149 2.078 C 14.041 2.097 13.934 2.113 13.814 2.132 C 13.666 1.942 13.516 1.751 13.368 1.559 C 13.301 1.443 13.157 1.397 13.035 1.453 L 13.156 2.239 L 12.565 2.338 Z M 13.515 0.84 C 13.497 0.682 13.426 0.598 13.3 0.607 C 13.163 0.602 13.027 0.631 12.903 0.689 L 12.975 1.073 C 13.194 1.039 13.408 1.059 13.515 0.84 Z M 9.859 1.727 C 9.863 1.055 10.477 0.773 10.991 0.76 C 11.63 0.744 11.94 1.315 11.958 1.886 C 11.978 2.519 11.429 2.832 10.812 2.852 C 10.221 2.872 9.889 2.315 9.859 1.727 Z M 11.369 1.969 C 11.36 1.764 11.293 1.564 11.176 1.396 C 11.068 1.252 10.878 1.199 10.711 1.267 C 10.546 1.319 10.437 1.476 10.444 1.65 C 10.453 1.862 10.527 2.067 10.657 2.235 C 10.762 2.374 10.949 2.421 11.106 2.349 C 11.274 2.301 11.384 2.142 11.369 1.969 Z M 24.598 3.272 C 24.576 3.704 24.331 4.092 23.952 4.299 C 23.756 4.403 23.525 4.419 23.316 4.344 C 23.075 4.271 22.859 4.133 22.689 3.947 C 22.489 3.737 22.414 3.439 22.49 3.159 C 22.552 2.894 22.696 2.656 22.902 2.477 C 23.138 2.256 23.48 2.19 23.782 2.306 C 24.028 2.387 24.245 2.536 24.409 2.737 C 24.536 2.886 24.603 3.077 24.598 3.272 Z M 24.037 3.196 C 24.037 2.917 23.713 2.643 23.441 2.812 C 23.21 2.949 23.058 3.188 23.032 3.455 C 23.004 3.737 23.341 3.976 23.585 3.847 C 23.826 3.709 23.992 3.47 24.037 3.196 Z M 1.069 18.686 C 0.562 18.686 0.237 18.443 0.126 17.973 C 0.083 17.806 0.069 17.632 0.084 17.46 C 0.132 17.022 0.357 16.782 0.785 16.674 C 0.964 16.625 1.152 16.611 1.337 16.634 C 1.673 16.667 1.956 16.898 2.054 17.221 C 2.128 17.428 2.154 17.649 2.129 17.867 C 2.103 18.176 1.909 18.445 1.624 18.567 C 1.451 18.651 1.261 18.691 1.069 18.686 Z M 1.217 17.219 C 1.043 17.214 0.871 17.254 0.716 17.334 C 0.576 17.421 0.504 17.587 0.536 17.749 C 0.553 17.915 0.681 18.049 0.845 18.074 C 1.049 18.113 1.259 18.088 1.448 18.003 C 1.603 17.942 1.699 17.785 1.682 17.619 C 1.67 17.358 1.511 17.22 1.217 17.219 Z M 31.294 14.443 C 31.152 14.467 31.028 14.489 30.903 14.507 C 30.637 14.546 30.37 14.587 30.103 14.62 C 29.718 14.668 29.305 14.494 29.209 14.019 C 29.169 13.831 29.149 13.64 29.149 13.448 C 29.138 13.16 29.32 12.9 29.595 12.814 C 29.797 12.751 30.003 12.707 30.213 12.68 C 30.472 12.638 30.733 12.609 30.994 12.574 C 31.069 12.76 31.1 12.961 31.084 13.161 C 30.81 13.201 30.532 13.24 30.253 13.281 C 30.132 13.298 30.01 13.307 29.892 13.334 C 29.705 13.358 29.574 13.529 29.599 13.715 C 29.604 13.757 29.617 13.796 29.637 13.833 C 29.68 13.96 29.806 14.04 29.939 14.024 C 30.106 14.011 30.27 13.988 30.436 13.966 C 30.645 13.937 30.855 13.903 31.064 13.875 C 31.112 13.872 31.159 13.872 31.207 13.874 Z M 29.021 9.961 L 28.592 9.1 L 28.228 9.28 L 28.695 10.228 L 28.316 10.421 C 28.298 10.399 28.282 10.375 28.267 10.351 C 28.036 9.885 27.806 9.419 27.562 8.929 L 29.347 8.05 L 30.07 9.519 L 29.706 9.703 L 29.241 8.78 L 28.946 8.922 L 29.367 9.784 Z M 28.534 7.754 L 28.21 7.342 C 28.316 7.088 28.289 6.919 28.133 6.828 C 28.046 6.777 28.007 6.792 27.904 6.921 L 27.99 7.182 C 28.043 7.34 28.105 7.496 28.145 7.657 C 28.21 7.859 28.148 8.08 27.989 8.221 C 27.822 8.381 27.578 8.431 27.361 8.352 C 27.276 8.323 27.197 8.279 27.127 8.222 C 26.902 8.038 26.736 7.791 26.652 7.512 C 26.571 7.246 26.677 6.958 26.91 6.806 L 27.246 7.229 C 27.156 7.359 27.068 7.491 27.143 7.653 C 27.184 7.772 27.287 7.858 27.411 7.876 C 27.584 7.81 27.628 7.74 27.585 7.575 C 27.559 7.476 27.508 7.384 27.484 7.285 C 27.44 7.125 27.41 6.962 27.393 6.797 C 27.37 6.468 27.722 6.247 28.016 6.326 C 28.085 6.342 28.151 6.37 28.21 6.408 C 28.499 6.607 28.699 6.911 28.766 7.256 C 28.799 7.428 28.722 7.584 28.534 7.754 Z M 0.934 19.283 L 1.124 19.799 C 0.98 19.907 0.902 20.035 0.984 20.214 C 1.032 20.319 1.067 20.34 1.211 20.335 C 1.314 20.256 1.286 20.143 1.285 20.035 C 1.276 19.838 1.278 19.639 1.29 19.442 C 1.336 18.969 1.902 18.825 2.239 19.083 C 2.312 19.137 2.373 19.203 2.422 19.279 C 2.596 19.552 2.673 19.876 2.64 20.199 C 2.609 20.455 2.431 20.594 2.195 20.704 L 2 20.189 C 2.312 19.919 2.309 19.649 1.997 19.51 C 1.826 19.561 1.793 19.594 1.787 19.757 C 1.782 19.885 1.796 20.015 1.79 20.143 C 1.789 20.264 1.775 20.386 1.749 20.505 C 1.683 20.774 1.411 20.94 1.141 20.874 C 1.078 20.859 1.02 20.832 0.967 20.794 C 0.897 20.748 0.837 20.689 0.79 20.62 C 0.611 20.357 0.53 20.04 0.561 19.723 C 0.589 19.516 0.734 19.344 0.934 19.283 Z M 19.274 2.456 L 18.67 2.34 C 18.651 2.213 18.635 2.108 18.619 1.997 L 17.934 1.867 L 17.753 2.169 L 17.164 2.052 L 18.265 0.246 L 18.911 0.369 C 19.042 1.053 19.157 1.738 19.274 2.456 Z M 18.573 1.567 C 18.57 1.325 18.531 1.085 18.458 0.854 L 18.132 1.475 Z M 3.007 9.632 C 2.901 9.607 2.793 9.591 2.69 9.557 C 2.441 9.473 2.208 9.344 2.004 9.177 C 1.738 8.996 1.643 8.647 1.783 8.356 C 1.827 8.243 1.887 8.135 1.96 8.038 C 2.103 7.831 2.359 7.734 2.604 7.792 C 2.952 7.863 3.274 8.027 3.536 8.266 C 3.789 8.456 3.862 8.804 3.705 9.08 C 3.65 9.195 3.583 9.304 3.502 9.404 C 3.38 9.55 3.198 9.634 3.007 9.632 Z M 3.082 9.127 C 3.223 9.132 3.301 9.094 3.338 9.005 C 3.381 8.906 3.352 8.791 3.266 8.726 C 3.025 8.514 2.739 8.36 2.429 8.276 C 2.326 8.242 2.214 8.286 2.163 8.382 C 2.116 8.462 2.124 8.563 2.184 8.634 C 2.202 8.66 2.224 8.683 2.25 8.703 C 2.472 8.877 2.721 9.014 2.986 9.109 C 3.017 9.118 3.049 9.124 3.082 9.127 Z M 29.595 11.8 L 29.595 12.295 C 29.271 12.378 28.934 12.22 28.791 11.917 C 28.697 11.734 28.641 11.533 28.628 11.328 C 28.599 10.997 28.768 10.682 29.06 10.524 C 29.284 10.384 29.546 10.313 29.812 10.32 C 30.034 10.32 30.245 10.415 30.393 10.58 C 30.61 10.823 30.723 11.141 30.708 11.466 C 30.695 11.721 30.555 11.951 30.336 12.081 L 30.071 11.624 C 30.096 11.597 30.118 11.574 30.138 11.55 C 30.281 11.393 30.269 11.151 30.113 11.008 C 30.029 10.931 29.916 10.896 29.804 10.911 C 29.621 10.945 29.445 11.004 29.278 11.085 C 29.129 11.151 29.052 11.317 29.101 11.473 C 29.126 11.631 29.25 11.754 29.408 11.778 C 29.463 11.789 29.52 11.791 29.595 11.8 Z M 2.129 11.395 C 1.767 11.356 1.423 11.223 1.131 11.007 C 0.934 10.871 0.842 10.628 0.9 10.396 C 0.928 10.258 0.971 10.124 1.029 9.997 C 1.141 9.739 1.414 9.59 1.691 9.636 C 2.031 9.667 2.358 9.786 2.639 9.98 C 2.908 10.132 3.026 10.457 2.918 10.747 C 2.894 10.833 2.862 10.918 2.825 10.998 C 2.698 11.273 2.477 11.397 2.129 11.395 Z M 2.261 10.896 C 2.416 10.894 2.498 10.843 2.534 10.744 C 2.57 10.651 2.535 10.545 2.452 10.489 C 2.394 10.439 2.329 10.396 2.26 10.364 C 2.107 10.298 1.95 10.241 1.793 10.186 C 1.72 10.161 1.645 10.144 1.569 10.134 C 1.451 10.112 1.334 10.175 1.286 10.285 C 1.249 10.38 1.277 10.465 1.383 10.552 C 1.427 10.59 1.476 10.621 1.529 10.644 C 1.725 10.721 1.923 10.794 2.122 10.865 C 2.168 10.878 2.215 10.888 2.263 10.894 Z M 0.647 14.659 L 0.556 15.162 C 0.165 15.082 -0.009 14.871 0 14.482 C 0.004 14.321 0.027 14.162 0.068 14.007 C 0.139 13.708 0.439 13.522 0.738 13.592 C 0.818 13.611 0.893 13.647 0.957 13.698 C 1.103 13.815 1.222 13.961 1.309 14.126 C 1.383 14.244 1.458 14.363 1.543 14.5 C 1.637 14.356 1.595 14.218 1.615 14.091 C 1.637 13.959 1.645 13.825 1.662 13.668 L 2.092 13.691 C 2.042 14.25 1.994 14.784 1.945 15.339 C 1.755 15.3 1.581 15.205 1.445 15.067 C 1.317 14.924 1.205 14.765 1.092 14.611 C 1.023 14.518 0.964 14.418 0.899 14.323 C 0.878 14.292 0.853 14.261 0.827 14.233 C 0.757 14.145 0.641 14.107 0.532 14.136 C 0.439 14.169 0.375 14.256 0.371 14.356 C 0.368 14.469 0.437 14.571 0.544 14.609 C 0.573 14.621 0.601 14.635 0.647 14.659 Z M 9.329 2.201 L 9.506 2.538 L 8.825 2.906 L 9.196 3.625 L 8.666 3.908 L 7.742 2.15 L 9.078 1.449 L 9.276 1.808 L 8.48 2.233 L 8.642 2.555 Z M 28.822 21.788 L 28.062 21.455 L 28.302 20.907 L 29.071 21.234 L 30.432 20.993 L 30.167 21.596 L 29.383 21.703 L 29.837 22.348 L 29.575 22.958 Z M 20.332 2.836 L 19.766 2.643 L 20.241 1.239 C 20.063 1.12 19.851 1.103 19.656 1 L 19.809 0.561 L 21.57 1.16 L 21.418 1.608 L 20.82 1.414 Z M 28.961 18.892 L 30.415 19.272 L 30.584 18.667 L 31.04 18.787 L 30.571 20.581 L 30.109 20.468 L 30.264 19.859 L 28.812 19.472 Z M 0.625 13.097 L 0.195 12.995 L 0.546 11.436 L 0.895 11.513 C 1.216 12.038 1.726 12.422 2.32 12.586 L 2.205 13.099 C 1.668 12.931 1.199 12.596 0.866 12.141 C 0.757 12.467 0.725 12.779 0.625 13.097 Z M 3.509 6.913 C 3.471 7.105 3.439 7.268 3.405 7.43 C 3.394 7.463 3.379 7.495 3.361 7.526 L 3.019 7.275 C 3.114 6.983 3.153 6.694 2.992 6.41 L 3.259 6.046 L 4.882 7.243 L 4.563 7.684 Z M 6.413 5.564 L 5.998 6.008 L 4.633 4.572 L 5.051 4.137 Z M 21.762 3.454 L 21.219 3.192 L 22.065 1.4 L 22.613 1.655 Z M 2.97 20.844 L 3.208 21.398 L 1.387 22.184 L 1.148 21.631 Z M 29.148 17.951 L 29.234 17.368 C 29.889 17.447 30.529 17.545 31.191 17.645 L 31.11 18.23 C 30.449 18.148 29.807 18.054 29.148 17.951 Z M 24.252 15.795 C 24.258 16.312 24.142 16.823 23.917 17.287 C 23.627 17.854 23.14 18.296 22.548 18.528 C 22.117 18.699 21.661 18.794 21.198 18.811 C 20.659 18.854 20.116 18.795 19.599 18.638 C 18.48 18.28 17.81 17.525 17.639 16.35 C 17.554 15.815 17.589 15.268 17.739 14.747 C 17.966 13.953 18.556 13.315 19.33 13.026 C 19.993 12.774 20.708 12.686 21.413 12.771 C 21.818 12.798 22.215 12.895 22.587 13.055 C 23.47 13.419 24.086 14.233 24.195 15.182 C 24.225 15.385 24.234 15.591 24.252 15.795 Z M 22.054 15.795 C 22.036 15.52 22.027 15.244 21.996 14.97 C 21.974 14.662 21.89 14.362 21.751 14.086 C 21.596 13.779 21.277 13.59 20.933 13.602 C 20.584 13.584 20.255 13.772 20.094 14.083 C 19.98 14.3 19.906 14.535 19.875 14.777 C 19.785 15.374 19.774 15.981 19.843 16.581 C 19.864 16.856 19.93 17.127 20.038 17.381 C 20.246 17.868 20.811 18.094 21.297 17.886 C 21.511 17.794 21.685 17.628 21.785 17.419 C 21.845 17.291 21.891 17.157 21.923 17.02 C 22.01 16.617 22.054 16.207 22.054 15.795 Z M 15.855 14.862 C 15.817 14.757 15.788 14.672 15.756 14.588 C 15.546 14.022 15.122 13.734 14.536 13.671 C 14.313 13.637 14.085 13.649 13.867 13.707 C 13.724 13.748 13.595 13.827 13.494 13.937 C 13.285 14.167 13.308 14.427 13.573 14.589 C 13.727 14.68 13.894 14.749 14.067 14.794 C 14.432 14.895 14.805 14.967 15.171 15.065 C 15.596 15.168 16.002 15.337 16.374 15.568 C 16.775 15.816 17.031 16.242 17.064 16.712 C 17.132 17.19 16.998 17.673 16.694 18.047 C 16.463 18.318 16.163 18.521 15.826 18.634 C 15.374 18.786 14.897 18.847 14.422 18.813 C 13.862 18.782 13.315 18.641 12.811 18.396 C 12.789 18.386 12.764 18.38 12.726 18.367 L 12.512 18.669 L 11.754 18.669 L 11.754 16.573 C 11.885 16.553 12.018 16.548 12.15 16.557 C 12.278 16.554 12.406 16.557 12.55 16.557 C 12.577 16.626 12.6 16.69 12.626 16.754 C 12.89 17.382 13.333 17.803 14.016 17.934 C 14.243 17.987 14.479 17.981 14.703 17.919 C 14.826 17.883 14.941 17.825 15.042 17.747 C 15.238 17.607 15.284 17.335 15.145 17.139 C 15.116 17.099 15.082 17.064 15.041 17.036 C 14.877 16.914 14.694 16.818 14.5 16.753 C 14.124 16.622 13.737 16.526 13.358 16.405 C 13.094 16.326 12.834 16.232 12.58 16.125 C 12.097 15.91 11.743 15.561 11.636 15.03 C 11.465 14.183 11.821 13.446 12.598 13.036 C 12.931 12.866 13.297 12.771 13.67 12.756 C 14.378 12.704 15.089 12.832 15.733 13.13 C 15.756 13.141 15.781 13.148 15.823 13.165 L 15.98 12.902 L 16.778 12.902 L 16.778 14.858 C 16.63 14.859 16.479 14.862 16.328 14.862 C 16.173 14.863 16.019 14.862 15.855 14.862 Z M 11.081 17.847 L 11.081 18.635 L 7.711 18.635 L 7.711 17.847 C 7.815 17.847 7.917 17.849 8.017 17.846 C 8.087 17.846 8.158 17.84 8.227 17.829 C 8.334 17.818 8.419 17.734 8.432 17.628 C 8.447 17.546 8.458 17.463 8.461 17.38 C 8.463 16.313 8.463 15.246 8.461 14.179 C 8.461 13.802 8.371 13.716 7.993 13.709 C 7.904 13.708 7.814 13.709 7.711 13.709 L 7.711 12.925 L 11.058 12.925 C 11.102 13.18 11.105 13.44 11.069 13.696 C 11.022 13.701 10.973 13.707 10.923 13.71 C 10.873 13.713 10.82 13.71 10.769 13.711 C 10.425 13.724 10.343 13.797 10.343 14.137 C 10.34 15.229 10.34 16.322 10.343 17.414 C 10.345 17.765 10.427 17.84 10.779 17.847 C 10.875 17.848 10.97 17.847 11.081 17.847 Z\" fill=\"transparent\" height=\"32px\" id=\"IKYUVAqrC\" transform=\"translate(0.32 10)\" width=\"31.353499999999997px\"><path d=\"M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z\" fill=\"transparent\" height=\"32px\" id=\"BQqs6DbbB\" width=\"31.353499999999997px\"/><path d=\"M 11.108 0 C 17.237 0.006 22.201 4.979 22.195 11.108 C 22.189 17.237 17.216 22.201 11.087 22.195 C 4.966 22.189 0.005 17.228 0 11.106 C -0.006 4.978 4.956 0.006 11.084 0 C 11.092 0 11.1 0 11.108 0 Z M 7.377 16.796 C 9.784 15.94 12.412 15.94 14.818 16.794 L 15.164 15.493 C 15.324 15.493 15.47 15.489 15.617 15.494 C 15.769 15.482 15.922 15.491 16.071 15.521 C 15.967 16.061 15.836 16.595 15.677 17.122 C 16.087 17.348 16.494 17.553 16.881 17.791 C 17.268 18.028 17.635 18.296 18.009 18.55 C 22.509 14.426 22.228 7.414 17.992 3.636 C 17.277 4.198 16.498 4.675 15.671 5.054 C 15.828 5.611 15.978 6.144 16.077 6.694 L 15.156 6.694 C 15.1 6.472 15.048 6.26 14.992 6.05 C 14.944 5.83 14.88 5.615 14.8 5.405 C 12.399 6.256 9.778 6.254 7.377 5.401 L 7.03 6.706 C 6.871 6.706 6.723 6.707 6.577 6.706 C 6.427 6.705 6.277 6.702 6.098 6.7 L 6.516 5.049 C 5.692 4.671 4.915 4.196 4.203 3.632 C -0.268 7.71 -0.08 14.722 4.203 18.559 C 4.92 17.996 5.701 17.518 6.528 17.138 C 6.362 16.599 6.224 16.052 6.116 15.499 L 7.035 15.499 Z M 14.5 4.539 C 14.494 4.503 14.487 4.467 14.477 4.432 C 14.195 3.672 13.809 2.956 13.329 2.303 C 13.021 1.874 12.632 1.51 12.184 1.23 C 11.559 0.824 10.76 0.802 10.114 1.173 C 9.698 1.406 9.332 1.718 9.035 2.091 C 8.558 2.68 8.169 3.336 7.88 4.038 C 7.813 4.195 7.751 4.355 7.678 4.532 C 9.883 5.323 12.294 5.326 14.5 4.539 Z M 7.689 17.656 C 7.705 17.709 7.711 17.74 7.722 17.769 C 7.985 18.473 8.337 19.141 8.769 19.757 C 9.051 20.164 9.397 20.523 9.793 20.821 C 10.625 21.428 11.528 21.436 12.368 20.844 C 12.656 20.638 12.916 20.396 13.141 20.124 C 13.715 19.413 14.168 18.612 14.48 17.754 C 14.489 17.721 14.495 17.687 14.498 17.654 C 12.296 16.87 9.891 16.871 7.689 17.656 Z M 13.693 20.921 C 14.997 20.592 16.22 19.998 17.283 19.175 C 16.699 18.721 16.065 18.335 15.395 18.024 C 15.14 18.543 14.906 19.049 14.646 19.542 C 14.378 20.033 14.059 20.495 13.693 20.921 Z M 8.512 20.925 C 8.144 20.505 7.822 20.044 7.555 19.553 C 7.29 19.056 7.056 18.544 6.801 18.023 C 6.13 18.335 5.496 18.721 4.912 19.175 C 5.979 19.999 7.204 20.595 8.512 20.925 Z M 15.361 4.167 C 15.852 4.002 17.083 3.239 17.254 2.996 C 16.196 2.181 14.981 1.594 13.686 1.269 C 14.434 2.126 14.946 3.111 15.361 4.167 Z M 8.494 1.276 C 7.197 1.602 5.981 2.193 4.923 3.011 C 5.303 3.364 6.48 4.07 6.839 4.159 C 7.224 3.112 7.783 2.137 8.494 1.276 Z\" fill=\"rgb(163, 163, 163)\" height=\"22.19510507782791px\" id=\"YzRYwj8Xy\" transform=\"translate(4.547 4.688)\" width=\"22.195120192086645px\"/><path d=\"M 3.721 2.022 C 3.723 2.358 3.651 2.691 3.511 2.997 C 3.246 3.587 2.671 3.976 2.025 4.002 C 1.794 4.023 1.562 4.004 1.338 3.946 C 0.764 3.803 0.307 3.369 0.133 2.803 C -0.042 2.294 -0.044 1.742 0.125 1.232 C 0.335 0.541 0.954 0.053 1.675 0.011 C 2.061 -0.031 2.451 0.047 2.792 0.233 C 3.247 0.49 3.563 0.936 3.654 1.451 C 3.691 1.638 3.699 1.832 3.721 2.022 Z M 1.315 2.001 L 1.347 2.004 C 1.347 2.151 1.337 2.299 1.349 2.446 C 1.351 2.703 1.406 2.956 1.51 3.192 C 1.569 3.324 1.7 3.411 1.845 3.415 C 1.997 3.425 2.14 3.338 2.201 3.198 C 2.253 3.095 2.29 2.986 2.312 2.872 C 2.399 2.36 2.409 1.837 2.341 1.322 C 2.318 1.157 2.275 0.996 2.213 0.842 C 2.165 0.696 2.028 0.599 1.874 0.601 C 1.715 0.596 1.57 0.688 1.507 0.833 C 1.464 0.912 1.434 0.998 1.419 1.086 C 1.378 1.391 1.348 1.696 1.315 2.001 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.010270512450232px\" id=\"yKLglXW22\" transform=\"translate(17.844 27.943)\" width=\"3.7207820845762454px\"/><path d=\"M 3.698 2.015 C 3.72 2.356 3.652 2.697 3.504 3.005 C 3.228 3.605 2.63 3.992 1.97 3.998 C 1.675 4.02 1.378 3.973 1.103 3.861 C 0.638 3.67 0.282 3.281 0.133 2.801 C -0.039 2.299 -0.044 1.755 0.117 1.248 C 0.326 0.526 0.978 0.023 1.729 0.003 C 2.317 -0.026 2.833 0.135 3.233 0.589 C 3.508 0.908 3.67 1.307 3.696 1.727 C 3.705 1.822 3.698 1.919 3.698 2.015 Z M 2.395 2.05 C 2.378 1.778 2.377 1.572 2.348 1.37 C 2.323 1.193 2.281 1.018 2.22 0.85 C 2.175 0.696 2.032 0.592 1.871 0.593 C 1.705 0.586 1.553 0.69 1.499 0.848 C 1.44 0.976 1.402 1.113 1.386 1.253 C 1.363 1.668 1.348 2.085 1.354 2.501 C 1.35 2.739 1.404 2.976 1.511 3.189 C 1.595 3.379 1.818 3.465 2.008 3.381 C 2.088 3.345 2.153 3.284 2.193 3.206 C 2.254 3.1 2.295 2.985 2.312 2.864 C 2.352 2.572 2.372 2.278 2.394 2.05 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.003760117224317px\" id=\"nejpacnrt\" transform=\"translate(13.789 27.949)\" width=\"3.7020900694417977px\"/><path d=\"M 0.758 0.912 C 0.779 0.921 0.802 0.927 0.824 0.933 C 1.048 0.929 1.232 1.108 1.236 1.332 C 1.236 1.346 1.236 1.359 1.234 1.372 C 1.253 1.634 1.075 1.869 0.818 1.921 C 0.729 1.936 0.639 1.94 0.549 1.935 C 0.266 1.928 0.034 1.708 0.011 1.426 C -0.041 1.062 0.093 0.697 0.369 0.453 C 0.66 0.194 1.029 0.042 1.418 0.02 C 1.887 -0.045 2.364 0.05 2.773 0.287 C 3.225 0.546 3.446 1.077 3.311 1.58 C 3.245 1.839 3.075 2.059 2.841 2.189 C 2.574 2.344 2.288 2.463 1.991 2.546 C 1.776 2.612 1.558 2.67 1.348 2.749 C 1.151 2.805 0.981 2.933 0.874 3.107 C 0.916 3.097 0.957 3.085 0.998 3.07 C 1.344 2.907 1.736 2.871 2.106 2.97 C 2.223 3.002 2.343 3.028 2.463 3.048 C 2.724 3.087 2.828 3.001 2.859 2.733 C 2.863 2.695 2.865 2.657 2.871 2.594 C 3.071 2.58 3.271 2.581 3.471 2.597 C 3.494 2.946 3.494 3.282 3.323 3.593 C 3.163 3.885 2.888 3.979 2.582 4.005 C 2.287 4.025 1.99 3.989 1.707 3.9 C 1.523 3.847 1.338 3.787 1.15 3.749 C 0.965 3.71 0.773 3.687 0.657 3.891 L 0.019 3.891 C -0.009 3.6 0.045 3.306 0.177 3.045 C 0.343 2.745 0.582 2.493 0.872 2.311 C 1.089 2.162 1.316 2.028 1.537 1.886 C 1.62 1.835 1.699 1.78 1.775 1.721 C 1.94 1.592 2.033 1.391 2.023 1.182 C 2.027 0.99 1.913 0.814 1.736 0.739 C 1.407 0.586 1.016 0.655 0.758 0.912 Z\" fill=\"rgb(163, 163, 163)\" height=\"4.0104146062287285px\" id=\"JbqW8CFnH\" transform=\"translate(5.797 27.94)\" width=\"3.48186539066608px\"/><path d=\"M 0.67 0.08 C 0.678 0.203 0.684 0.302 0.691 0.424 C 0.716 0.404 0.741 0.382 0.763 0.358 C 1.001 0.033 1.333 -0.044 1.704 0.021 C 1.892 0.062 2.076 0.116 2.257 0.181 C 2.367 0.214 2.477 0.252 2.585 0.291 C 2.675 0.327 2.777 0.306 2.846 0.238 L 2.91 0.088 L 3.396 0.088 C 3.431 0.194 3.426 0.308 3.382 0.41 C 3.268 0.668 3.157 0.927 3.025 1.176 C 2.856 1.492 2.662 1.796 2.489 2.111 C 2.244 2.587 2.114 3.113 2.109 3.648 C 2.106 3.711 2.102 3.774 2.098 3.847 L 0.855 3.847 C 0.825 3.703 0.82 3.555 0.842 3.409 C 0.879 2.858 1.117 2.34 1.513 1.955 C 1.774 1.698 2.045 1.452 2.311 1.201 C 2.37 1.144 2.425 1.083 2.515 0.989 C 2.439 1.007 2.407 1.011 2.376 1.021 C 2.111 1.101 1.829 1.112 1.558 1.056 C 1.413 1.028 1.267 1.008 1.12 0.997 C 0.919 0.973 0.736 1.116 0.711 1.318 C 0.711 1.32 0.71 1.322 0.71 1.323 C 0.692 1.417 0.681 1.512 0.675 1.609 C 0.67 1.671 0.67 1.734 0.666 1.807 L 0 1.807 L 0 0.088 C 0.111 0.085 0.217 0.081 0.324 0.079 C 0.431 0.079 0.541 0.08 0.67 0.08 Z\" fill=\"rgb(163, 163, 163)\" height=\"3.8474703175155156px\" id=\"sUbM955RV\" transform=\"translate(10.023 27.978)\" width=\"3.418854435137014px\"/><path d=\"M 0.001 0.483 C 0.358 0.426 0.714 0.372 0.895 0 L 1.86 0 C 1.863 0.071 1.868 0.139 1.868 0.207 C 1.869 1.08 1.869 1.954 1.868 2.826 C 1.868 2.872 1.867 2.916 1.868 2.962 C 1.875 3.158 1.936 3.223 2.136 3.236 C 2.231 3.241 2.327 3.237 2.432 3.237 C 2.453 3.404 2.458 3.573 2.448 3.741 C 2.295 3.779 0.32 3.792 0.004 3.759 L 0.004 3.26 C 0.181 3.203 0.387 3.289 0.587 3.157 C 0.613 3.089 0.63 3.018 0.637 2.945 C 0.643 2.336 0.641 1.725 0.64 1.116 C 0.636 1.084 0.63 1.053 0.62 1.023 L 0 1.023 Z\" fill=\"rgb(163, 163, 163)\" height=\"3.7779291361659446px\" id=\"jqJe1Es_1\" transform=\"translate(22.562 28.066)\" width=\"2.4529155818981145px\"/><path d=\"M 0.816 0 L 1.1 1.155 L 1.141 1.155 L 1.454 0.018 L 2.229 0.018 L 2.229 1.982 L 1.749 1.982 L 1.749 0.591 C 1.574 1.041 1.469 1.509 1.326 1.976 L 0.884 1.976 L 0.542 0.563 L 0.501 0.564 C 0.499 0.678 0.496 0.793 0.495 0.907 C 0.494 1.021 0.493 1.139 0.492 1.254 C 0.491 1.376 0.493 1.498 0.487 1.621 C 0.482 1.735 0.469 1.848 0.458 1.979 L 0.031 1.956 C -0.011 1.816 -0.01 0.296 0.032 0 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9821000000000009px\" id=\"N94c1pM2C\" transform=\"translate(14.711 0.032)\" width=\"2.2289294957135724px\"/><path d=\"M 1.405 2.749 L 0.984 2.373 L 1.156 1.095 L 1.122 1.081 L 0.415 1.855 L 0 1.473 L 1.336 0 L 1.75 0.387 L 1.572 1.667 L 1.604 1.684 L 2.319 0.903 L 2.741 1.281 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.7494000000000014px\" id=\"j3A34LA7Z\" transform=\"translate(24.148 3.459)\" width=\"2.7409999999999997px\"/><path d=\"M 1.687 1.172 L 1.075 0.339 L 1.528 0 L 2.707 1.595 L 2.254 1.937 L 0.989 1.498 C 1.205 1.824 1.425 2.093 1.634 2.39 L 1.182 2.727 L 0 1.132 L 0.454 0.796 L 1.654 1.211 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.7273999999999994px\" id=\"MN_E4SR3l\" transform=\"translate(5.586 2.521)\" width=\"2.70739px\"/><path d=\"M 0.897 1.368 C 0.67 1.623 0.468 1.749 0 1.919 L 0 1.267 L 0.629 0.945 C 0.727 0.91 0.803 0.829 0.832 0.728 C 0.835 0.69 0.836 0.651 0.833 0.611 L 0.049 0.611 C 0.028 0.41 0.028 0.207 0.047 0.005 C 0.708 -0.018 1.357 0.046 2.02 0.038 C 2.02 0.232 2.023 0.404 2.019 0.576 C 2.014 0.788 2.002 0.999 1.992 1.211 C 1.991 1.249 1.99 1.288 1.984 1.326 C 1.942 1.614 1.788 1.782 1.542 1.807 C 1.27 1.865 1.001 1.704 0.922 1.438 C 0.915 1.417 0.907 1.394 0.897 1.368 Z M 1.522 1.182 C 1.629 1.027 1.644 0.915 1.594 0.646 L 1.232 0.622 C 1.189 0.737 1.18 0.862 1.207 0.982 C 1.248 1.188 1.296 1.22 1.522 1.182 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.919291959020132px\" id=\"KJEdSAaJa\" transform=\"translate(29.305 15.179)\" width=\"2.020835479310023px\"/><path d=\"M 0 0.2 C 0.35 0.142 0.677 0.086 1.005 0.034 C 1.113 0.015 1.221 0.004 1.33 0.001 C 1.564 -0.017 1.777 0.135 1.837 0.362 C 1.916 0.595 1.831 0.852 1.628 0.992 C 1.594 1.017 1.557 1.039 1.516 1.066 C 1.808 1.232 1.938 1.373 2.226 1.837 C 2.115 1.857 2.011 1.878 1.906 1.896 C 1.799 1.915 1.692 1.931 1.572 1.951 C 1.424 1.76 1.274 1.569 1.126 1.377 C 1.059 1.261 0.915 1.216 0.793 1.272 L 0.914 2.057 L 0.323 2.156 Z M 1.273 0.658 C 1.255 0.501 1.184 0.416 1.058 0.425 C 0.921 0.42 0.785 0.449 0.661 0.508 L 0.732 0.891 C 0.952 0.857 1.166 0.877 1.273 0.658 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.156160095161349px\" id=\"qciHqGqiI\" transform=\"translate(12.242 0.182)\" width=\"2.2257999999999996px\"/><path d=\"M 0 0.968 C 0.003 0.296 0.618 0.013 1.131 0 C 1.771 -0.016 2.081 0.556 2.099 1.127 C 2.118 1.76 1.57 2.072 0.952 2.093 C 0.361 2.113 0.03 1.556 0 0.968 Z M 1.51 1.21 C 1.501 1.004 1.434 0.805 1.316 0.636 C 1.209 0.492 1.018 0.439 0.852 0.508 C 0.687 0.56 0.577 0.717 0.585 0.891 C 0.593 1.103 0.668 1.308 0.798 1.476 C 0.903 1.615 1.089 1.662 1.247 1.589 C 1.415 1.542 1.524 1.383 1.51 1.21 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.093460135210128px\" id=\"jvMcjfD10\" transform=\"translate(9.859 0.759)\" width=\"2.099599205593999px\"/><path d=\"M 2.137 1.023 C 2.115 1.454 1.87 1.843 1.491 2.049 C 1.295 2.153 1.064 2.169 0.855 2.095 C 0.614 2.021 0.398 1.883 0.228 1.697 C 0.029 1.488 -0.047 1.189 0.029 0.909 C 0.091 0.644 0.235 0.406 0.441 0.228 C 0.678 0.007 1.02 -0.06 1.321 0.056 C 1.567 0.137 1.784 0.287 1.948 0.487 C 2.075 0.636 2.142 0.827 2.137 1.023 Z M 1.576 0.947 C 1.576 0.667 1.252 0.394 0.98 0.563 C 0.749 0.7 0.597 0.938 0.572 1.205 C 0.543 1.487 0.88 1.727 1.124 1.598 C 1.365 1.46 1.531 1.221 1.576 0.947 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.1407920314728113px\" id=\"LNcgNq5CR\" transform=\"translate(22.461 2.25)\" width=\"2.1376120282401456px\"/><path d=\"M 0.991 2.063 C 0.483 2.063 0.159 1.82 0.048 1.35 C 0.005 1.183 -0.009 1.009 0.006 0.837 C 0.054 0.399 0.279 0.159 0.706 0.051 C 0.886 0.002 1.074 -0.012 1.259 0.011 C 1.595 0.044 1.878 0.275 1.976 0.598 C 2.05 0.805 2.076 1.026 2.051 1.244 C 2.025 1.553 1.831 1.822 1.546 1.944 C 1.373 2.028 1.183 2.068 0.991 2.063 Z M 1.139 0.596 C 0.965 0.591 0.792 0.631 0.638 0.711 C 0.498 0.798 0.426 0.964 0.458 1.126 C 0.475 1.292 0.602 1.426 0.767 1.451 C 0.971 1.49 1.181 1.465 1.37 1.38 C 1.525 1.319 1.621 1.162 1.604 0.996 C 1.592 0.735 1.432 0.597 1.139 0.596 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0631103668219213px\" id=\"tx5xSc2vg\" transform=\"translate(0.078 16.623)\" width=\"2.0601384105396185px\"/><path d=\"M 2.145 1.869 C 2.004 1.893 1.88 1.916 1.755 1.934 C 1.489 1.972 1.222 2.013 0.955 2.046 C 0.569 2.095 0.156 1.921 0.061 1.446 C 0.021 1.257 0 1.066 0 0.874 C -0.011 0.586 0.172 0.327 0.447 0.24 C 0.648 0.178 0.855 0.133 1.065 0.107 C 1.324 0.064 1.585 0.035 1.845 0 C 1.92 0.186 1.952 0.387 1.935 0.587 C 1.661 0.627 1.383 0.667 1.105 0.707 C 0.984 0.725 0.862 0.734 0.743 0.76 C 0.557 0.785 0.426 0.956 0.45 1.142 C 0.456 1.183 0.469 1.223 0.489 1.259 C 0.532 1.386 0.658 1.466 0.791 1.451 C 0.957 1.437 1.122 1.415 1.288 1.392 C 1.497 1.363 1.706 1.33 1.916 1.301 C 1.963 1.298 2.01 1.298 2.058 1.301 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0539330713379993px\" id=\"ZGGIXUqd3\" transform=\"translate(29.148 12.574)\" width=\"2.14547182567609px\"/><path d=\"M 1.458 1.911 L 1.029 1.05 L 0.665 1.23 L 1.133 2.178 L 0.754 2.371 C 0.736 2.349 0.719 2.325 0.705 2.301 C 0.473 1.835 0.243 1.369 0 0.879 L 1.784 0 L 2.508 1.469 L 2.144 1.653 L 1.678 0.73 L 1.383 0.873 L 1.804 1.734 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.371199999999998px\" id=\"j0Ju4kFaA\" transform=\"translate(27.562 8.05)\" width=\"2.5077px\"/><path d=\"M 1.909 1.444 L 1.585 1.032 C 1.691 0.778 1.664 0.609 1.508 0.518 C 1.421 0.467 1.382 0.482 1.279 0.611 L 1.365 0.872 C 1.418 1.03 1.48 1.186 1.52 1.347 C 1.585 1.549 1.523 1.77 1.364 1.911 C 1.197 2.071 0.953 2.121 0.736 2.042 C 0.651 2.013 0.572 1.969 0.502 1.912 C 0.277 1.728 0.111 1.481 0.027 1.202 C -0.054 0.936 0.052 0.648 0.285 0.496 L 0.621 0.919 C 0.532 1.049 0.443 1.181 0.518 1.343 C 0.559 1.462 0.662 1.548 0.786 1.566 C 0.959 1.5 1.003 1.43 0.96 1.265 C 0.934 1.166 0.883 1.074 0.859 0.975 C 0.815 0.815 0.785 0.652 0.768 0.487 C 0.745 0.158 1.097 -0.063 1.391 0.016 C 1.461 0.032 1.526 0.06 1.585 0.098 C 1.874 0.297 2.074 0.601 2.141 0.946 C 2.174 1.118 2.097 1.274 1.909 1.444 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.07869966047494px\" id=\"q27UWLVAY\" transform=\"translate(26.625 6.31)\" width=\"2.148590854584093px\"/><path d=\"M 0.379 0.326 L 0.57 0.842 C 0.425 0.95 0.347 1.079 0.429 1.258 C 0.477 1.363 0.513 1.383 0.656 1.379 C 0.76 1.299 0.731 1.187 0.73 1.079 C 0.721 0.881 0.723 0.683 0.736 0.485 C 0.781 0.013 1.347 -0.131 1.685 0.127 C 1.757 0.18 1.819 0.247 1.867 0.323 C 2.042 0.595 2.118 0.92 2.085 1.242 C 2.054 1.498 1.876 1.637 1.641 1.747 L 1.446 1.232 C 1.758 0.963 1.754 0.692 1.442 0.554 C 1.271 0.604 1.238 0.638 1.232 0.801 C 1.228 0.929 1.241 1.058 1.235 1.186 C 1.234 1.308 1.221 1.429 1.194 1.548 C 1.128 1.818 0.857 1.983 0.586 1.918 C 0.524 1.902 0.465 1.875 0.412 1.838 C 0.342 1.792 0.283 1.732 0.235 1.663 C 0.056 1.401 -0.025 1.083 0.006 0.767 C 0.034 0.56 0.18 0.387 0.379 0.326 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9322122217914526px\" id=\"X8d1fDLQt\" transform=\"translate(0.555 18.957)\" width=\"2.0925902965124306px\"/><path d=\"M 2.11 2.21 L 1.506 2.094 C 1.487 1.967 1.471 1.862 1.455 1.751 L 0.77 1.621 L 0.589 1.923 L 0 1.806 L 1.101 0 L 1.747 0.123 C 1.878 0.807 1.993 1.492 2.11 2.21 Z M 1.409 1.321 C 1.406 1.079 1.367 0.839 1.294 0.608 L 0.968 1.229 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.2103px\" id=\"iHsHmcZjp\" transform=\"translate(17.164 0.246)\" width=\"2.1099999999999994px\"/><path d=\"M 1.288 1.856 C 1.182 1.832 1.074 1.816 0.972 1.782 C 0.722 1.697 0.489 1.569 0.286 1.402 C 0.019 1.221 -0.076 0.871 0.065 0.58 C 0.109 0.467 0.168 0.36 0.241 0.263 C 0.385 0.056 0.641 -0.042 0.886 0.017 C 1.233 0.088 1.555 0.251 1.817 0.491 C 2.071 0.681 2.143 1.029 1.986 1.304 C 1.932 1.42 1.864 1.529 1.784 1.628 C 1.661 1.775 1.479 1.859 1.288 1.856 Z M 1.363 1.352 C 1.504 1.357 1.582 1.319 1.619 1.229 C 1.662 1.131 1.633 1.016 1.548 0.951 C 1.307 0.739 1.02 0.585 0.71 0.5 C 0.607 0.467 0.495 0.511 0.444 0.607 C 0.397 0.687 0.405 0.788 0.465 0.858 C 0.484 0.885 0.506 0.908 0.531 0.928 C 0.753 1.101 1.002 1.238 1.267 1.334 C 1.298 1.343 1.33 1.349 1.363 1.352 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.8564807526183251px\" id=\"CBOLM8pVf\" transform=\"translate(1.719 7.775)\" width=\"2.068661138833506px\"/><path d=\"M 0.97 1.48 L 0.97 1.975 C 0.646 2.058 0.309 1.9 0.166 1.597 C 0.072 1.414 0.016 1.213 0.003 1.008 C -0.026 0.677 0.143 0.362 0.435 0.204 C 0.659 0.064 0.921 -0.007 1.187 0.001 C 1.409 0.001 1.62 0.095 1.768 0.26 C 1.985 0.503 2.098 0.821 2.083 1.146 C 2.07 1.401 1.93 1.632 1.711 1.762 L 1.446 1.304 C 1.471 1.277 1.493 1.254 1.513 1.23 C 1.656 1.073 1.644 0.831 1.488 0.688 C 1.404 0.611 1.291 0.576 1.179 0.591 C 0.996 0.625 0.82 0.684 0.653 0.765 C 0.504 0.831 0.427 0.997 0.476 1.153 C 0.501 1.311 0.625 1.434 0.783 1.458 C 0.838 1.469 0.895 1.471 0.97 1.48 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.9969824088250654px\" id=\"mmIz_Q2U6\" transform=\"translate(28.625 10.32)\" width=\"2.084365556110903px\"/><path d=\"M 1.246 1.767 C 0.885 1.728 0.541 1.595 0.248 1.379 C 0.051 1.243 -0.041 1 0.017 0.768 C 0.045 0.63 0.088 0.496 0.146 0.369 C 0.258 0.111 0.531 -0.038 0.808 0.008 C 1.148 0.039 1.475 0.158 1.756 0.352 C 2.025 0.504 2.143 0.829 2.035 1.119 C 2.011 1.205 1.98 1.29 1.942 1.37 C 1.815 1.645 1.594 1.769 1.246 1.767 Z M 1.378 1.268 C 1.534 1.266 1.616 1.215 1.651 1.116 C 1.687 1.023 1.653 0.917 1.569 0.861 C 1.511 0.811 1.446 0.768 1.377 0.736 C 1.225 0.67 1.067 0.613 0.91 0.558 C 0.837 0.533 0.762 0.516 0.686 0.506 C 0.568 0.484 0.451 0.547 0.404 0.657 C 0.366 0.752 0.394 0.837 0.501 0.924 C 0.544 0.962 0.593 0.993 0.646 1.016 C 0.842 1.093 1.04 1.166 1.239 1.237 C 1.285 1.25 1.333 1.26 1.38 1.266 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.7666871685040915px\" id=\"sSQbUbRNu\" transform=\"translate(0.883 9.628)\" width=\"2.074953339818256px\"/><path d=\"M 0.647 1.082 L 0.556 1.585 C 0.165 1.505 -0.009 1.294 0 0.904 C 0.004 0.744 0.027 0.585 0.068 0.43 C 0.139 0.131 0.439 -0.056 0.738 0.015 C 0.818 0.034 0.893 0.07 0.957 0.121 C 1.103 0.238 1.222 0.383 1.309 0.549 C 1.383 0.667 1.458 0.785 1.543 0.923 C 1.637 0.778 1.595 0.641 1.615 0.514 C 1.637 0.382 1.645 0.248 1.662 0.091 L 2.092 0.114 C 2.042 0.672 1.994 1.207 1.945 1.762 C 1.755 1.723 1.581 1.628 1.445 1.489 C 1.317 1.347 1.205 1.188 1.092 1.034 C 1.023 0.941 0.964 0.841 0.899 0.746 C 0.878 0.714 0.853 0.684 0.827 0.656 C 0.757 0.568 0.641 0.53 0.532 0.559 C 0.439 0.592 0.375 0.679 0.371 0.778 C 0.368 0.892 0.437 0.994 0.544 1.032 C 0.573 1.043 0.601 1.058 0.647 1.082 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.7622166425308627px\" id=\"anfB_5obo\" transform=\"translate(0 13.577)\" width=\"2.0923371893023726px\"/><path d=\"M 1.586 0.752 L 1.764 1.089 L 1.083 1.457 L 1.454 2.176 L 0.924 2.459 L 0 0.701 L 1.336 0 L 1.533 0.359 L 0.738 0.784 L 0.9 1.106 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.459200000000001px\" id=\"hWC6C3bI0\" transform=\"translate(7.742 1.449)\" width=\"1.7642000000000007px\"/><path d=\"M 0.76 0.881 L 0 0.548 L 0.239 0 L 1.008 0.326 L 2.37 0.085 L 2.104 0.689 L 1.32 0.796 L 1.775 1.441 L 1.512 2.051 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0505999999999993px\" id=\"RlNBWPBgZ\" transform=\"translate(28.062 20.907)\" width=\"2.3699999999999974px\"/><path d=\"M 0.675 2.275 L 0.11 2.082 L 0.584 0.678 C 0.407 0.56 0.195 0.542 0 0.44 L 0.152 0 L 1.914 0.599 L 1.762 1.047 L 1.164 0.853 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.2750000000000004px\" id=\"Df8mLVGHW\" transform=\"translate(19.656 0.56)\" width=\"1.9140999999999977px\"/><path d=\"M 0.149 0.224 L 1.603 0.604 L 1.772 0 L 2.228 0.12 L 1.759 1.913 L 1.297 1.801 L 1.452 1.191 L 0 0.804 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.913499999999999px\" id=\"HJnW60x1D\" transform=\"translate(28.812 18.668)\" width=\"2.2276999999999987px\"/><path d=\"M 0.429 1.661 L 0 1.559 L 0.351 0 L 0.699 0.076 C 1.021 0.602 1.531 0.986 2.125 1.149 L 2.01 1.662 C 1.473 1.495 1.003 1.159 0.67 0.705 C 0.562 1.03 0.53 1.342 0.429 1.661 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.6621000000000024px\" id=\"d5UaZaaMK\" transform=\"translate(0.195 11.436)\" width=\"2.124925px\"/><path d=\"M 0.517 0.867 C 0.478 1.058 0.447 1.221 0.412 1.383 C 0.401 1.416 0.387 1.449 0.369 1.479 L 0.027 1.228 C 0.122 0.937 0.161 0.648 0 0.364 L 0.267 0 L 1.89 1.197 L 1.571 1.638 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.6375000000000028px\" id=\"n0ibHQ8rD\" transform=\"translate(2.992 6.046)\" width=\"1.8902599999999996px\"/><path d=\"M 1.78 1.427 L 1.365 1.871 L 0 0.435 L 0.418 0 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.8709000000000007px\" id=\"lzOPzjqDi\" transform=\"translate(4.633 4.137)\" width=\"1.7797200000000002px\"/><path d=\"M 0.543 2.053 L 0 1.792 L 0.846 0 L 1.394 0.255 Z\" fill=\"rgb(163, 163, 163)\" height=\"2.0532000000000004px\" id=\"GjLjEBn3o\" transform=\"translate(21.219 1.4)\" width=\"1.3943999999999974px\"/><path d=\"M 1.822 0 L 2.06 0.554 L 0.239 1.341 L 0 0.787 Z\" fill=\"rgb(163, 163, 163)\" height=\"1.3406999999999982px\" id=\"LxrL6dQsH\" transform=\"translate(1.148 20.844)\" width=\"2.05964px\"/><path d=\"M 0 0.582 L 0.086 0 C 0.74 0.079 1.38 0.177 2.043 0.277 L 1.962 0.862 C 1.301 0.78 0.658 0.686 0 0.582 Z\" fill=\"rgb(163, 163, 163)\" height=\"1px\" id=\"ls4686orY\" transform=\"translate(29.148 17.368)\" width=\"2.0427999999999997px\"/><path d=\"M 6.658 3.055 C 6.664 3.572 6.549 4.083 6.323 4.547 C 6.034 5.114 5.547 5.556 4.954 5.789 C 4.523 5.959 4.067 6.054 3.604 6.071 C 3.065 6.114 2.523 6.055 2.005 5.899 C 0.886 5.54 0.216 4.785 0.045 3.61 C -0.039 3.075 -0.005 2.528 0.146 2.008 C 0.372 1.214 0.963 0.576 1.736 0.287 C 2.4 0.035 3.115 -0.053 3.819 0.031 C 4.224 0.058 4.621 0.155 4.993 0.315 C 5.876 0.679 6.492 1.494 6.602 2.442 C 6.632 2.645 6.64 2.851 6.658 3.055 Z M 4.46 3.055 C 4.442 2.781 4.433 2.504 4.403 2.231 C 4.38 1.922 4.296 1.622 4.157 1.346 C 4.002 1.039 3.683 0.85 3.34 0.862 C 2.99 0.845 2.662 1.033 2.5 1.344 C 2.386 1.56 2.313 1.795 2.281 2.037 C 2.191 2.635 2.18 3.241 2.249 3.841 C 2.27 4.116 2.336 4.387 2.444 4.641 C 2.653 5.128 3.217 5.354 3.704 5.146 C 3.918 5.054 4.091 4.888 4.192 4.679 C 4.251 4.551 4.298 4.418 4.329 4.28 C 4.417 3.877 4.46 3.467 4.46 3.055 Z\" fill=\"rgb(163, 163, 163)\" height=\"6.084740841752839px\" id=\"ysygdZMX0\" transform=\"translate(17.594 12.74)\" width=\"6.658246122478247px\"/><path d=\"M 4.261 2.118 C 4.223 2.012 4.194 1.927 4.163 1.843 C 3.952 1.277 3.528 0.989 2.942 0.926 C 2.719 0.892 2.491 0.904 2.273 0.962 C 2.13 1.004 2.002 1.083 1.9 1.192 C 1.691 1.423 1.714 1.682 1.979 1.844 C 2.134 1.935 2.3 2.004 2.474 2.05 C 2.838 2.15 3.211 2.222 3.577 2.321 C 4.002 2.423 4.408 2.593 4.781 2.823 C 5.181 3.072 5.438 3.498 5.47 3.968 C 5.538 4.445 5.404 4.928 5.1 5.303 C 4.869 5.574 4.569 5.777 4.232 5.89 C 3.781 6.042 3.303 6.102 2.828 6.068 C 2.269 6.038 1.721 5.896 1.217 5.652 C 1.195 5.641 1.17 5.635 1.133 5.622 L 0.918 5.924 L 0.161 5.924 L 0.161 3.829 C 0.291 3.809 0.424 3.804 0.556 3.813 C 0.684 3.809 0.812 3.812 0.956 3.812 C 0.983 3.881 1.006 3.946 1.033 4.009 C 1.296 4.637 1.739 5.058 2.422 5.19 C 2.649 5.242 2.885 5.237 3.11 5.175 C 3.233 5.138 3.347 5.08 3.448 5.002 C 3.644 4.862 3.69 4.59 3.551 4.394 C 3.523 4.354 3.488 4.319 3.448 4.291 C 3.283 4.169 3.1 4.074 2.906 4.008 C 2.53 3.877 2.143 3.782 1.764 3.661 C 1.5 3.581 1.24 3.487 0.986 3.38 C 0.503 3.165 0.15 2.816 0.042 2.286 C -0.129 1.438 0.227 0.701 1.004 0.291 C 1.337 0.121 1.704 0.026 2.077 0.011 C 2.785 -0.041 3.495 0.088 4.14 0.385 C 4.163 0.396 4.187 0.404 4.229 0.42 L 4.386 0.157 L 5.184 0.157 L 5.184 2.113 C 5.036 2.114 4.885 2.117 4.734 2.118 C 4.579 2.118 4.425 2.118 4.261 2.118 Z\" fill=\"rgb(163, 163, 163)\" height=\"6.077434029179871px\" id=\"YZU5j3Kya\" transform=\"translate(11.594 12.745)\" width=\"5.487220469743928px\"/><path d=\"M 3.37 4.922 L 3.37 5.71 L 0 5.71 L 0 4.922 C 0.104 4.922 0.206 4.924 0.306 4.921 C 0.376 4.921 0.447 4.915 0.517 4.903 C 0.623 4.893 0.709 4.809 0.721 4.702 C 0.736 4.62 0.747 4.538 0.751 4.455 C 0.752 3.388 0.752 2.321 0.751 1.254 C 0.75 0.877 0.66 0.791 0.283 0.784 C 0.193 0.783 0.103 0.784 0 0.784 L 0 0 L 3.347 0 C 3.391 0.255 3.395 0.515 3.358 0.771 C 3.311 0.776 3.262 0.782 3.212 0.785 C 3.163 0.788 3.109 0.785 3.058 0.786 C 2.714 0.798 2.632 0.872 2.632 1.212 C 2.629 2.304 2.629 3.396 2.632 4.489 C 2.634 4.839 2.716 4.915 3.068 4.922 C 3.164 4.923 3.259 4.922 3.37 4.922 Z\" fill=\"rgb(163, 163, 163)\" height=\"5.709599999999998px\" id=\"YAMxLU5i9\" transform=\"translate(7.711 12.925)\" width=\"3.38280410764383px\"/></g><path d=\"M 0 0.68 L 4.24 0.68 L 4.24 28.68 L 0 28.68 Z M 19.234 29.32 C 16.914 29.32 14.887 28.92 13.154 28.12 C 11.42 27.32 10.06 26.173 9.074 24.68 C 8.114 23.187 7.607 21.44 7.554 19.44 L 11.914 19.44 C 12.02 21.413 12.754 22.96 14.114 24.08 C 15.5 25.2 17.247 25.76 19.354 25.76 C 21.38 25.76 22.98 25.36 24.154 24.56 C 25.327 23.733 25.914 22.6 25.914 21.16 C 25.914 19.987 25.474 19.053 24.594 18.36 C 23.714 17.667 22.42 17.147 20.714 16.8 L 16.314 15.84 C 13.994 15.333 12.114 14.427 10.674 13.12 C 9.234 11.813 8.514 10.12 8.514 8.04 C 8.514 6.493 8.967 5.12 9.874 3.92 C 10.78 2.693 12.02 1.733 13.594 1.04 C 15.194 0.347 16.994 0 18.994 0 C 22.167 0 24.7 0.8 26.594 2.4 C 28.514 3.973 29.554 6.093 29.714 8.76 L 25.354 8.76 C 25.247 7.213 24.62 5.973 23.474 5.04 C 22.327 4.08 20.78 3.6 18.834 3.6 C 17.127 3.6 15.7 3.987 14.554 4.76 C 13.434 5.507 12.874 6.48 12.874 7.68 C 12.874 8.8 13.274 9.693 14.074 10.36 C 14.874 11 16.087 11.507 17.714 11.88 L 22.554 12.92 C 24.927 13.427 26.807 14.333 28.194 15.64 C 29.58 16.92 30.274 18.613 30.274 20.72 C 30.274 22.347 29.834 23.813 28.954 25.12 C 28.074 26.427 26.794 27.453 25.114 28.2 C 23.46 28.947 21.5 29.32 19.234 29.32 Z M 45.636 29.32 C 43.076 29.32 40.769 28.733 38.716 27.56 C 36.689 26.36 35.089 24.653 33.916 22.44 C 32.769 20.227 32.196 17.64 32.196 14.68 C 32.196 11.773 32.769 9.213 33.916 7 C 35.089 4.76 36.689 3.04 38.716 1.84 C 40.769 0.613 43.076 0 45.636 0 C 48.196 0 50.489 0.613 52.516 1.84 C 54.569 3.067 56.182 4.8 57.356 7.04 C 58.529 9.253 59.116 11.8 59.116 14.68 C 59.116 17.613 58.529 20.187 57.356 22.4 C 56.182 24.613 54.569 26.32 52.516 27.52 C 50.489 28.72 48.196 29.32 45.636 29.32 Z M 45.636 25.76 C 47.423 25.76 48.996 25.32 50.356 24.44 C 51.742 23.56 52.809 22.293 53.556 20.64 C 54.302 18.96 54.676 16.973 54.676 14.68 C 54.676 12.44 54.289 10.48 53.516 8.8 C 52.769 7.12 51.716 5.84 50.356 4.96 C 48.996 4.053 47.423 3.6 45.636 3.6 C 43.849 3.6 42.276 4.053 40.916 4.96 C 39.556 5.84 38.489 7.12 37.716 8.8 C 36.969 10.453 36.596 12.413 36.596 14.68 C 36.596 16.947 36.969 18.92 37.716 20.6 C 38.463 22.253 39.516 23.533 40.876 24.44 C 42.263 25.32 43.849 25.76 45.636 25.76 Z M 64.206 28.68 L 60.446 28.68 L 71.246 0.68 L 75.006 0.68 Z M 77.984 0.68 L 82.224 0.68 L 82.224 28.68 L 77.984 28.68 Z M 106.778 28.68 L 87.578 28.68 L 87.578 0.68 L 106.258 0.68 L 106.258 4.24 L 91.818 4.24 L 91.818 12.52 L 105.658 12.52 L 105.658 16.12 L 91.818 16.12 L 91.818 25.08 L 106.778 25.08 Z M 122.099 29.32 C 119.405 29.32 117.032 28.733 114.979 27.56 C 112.952 26.36 111.379 24.653 110.259 22.44 C 109.139 20.2 108.579 17.56 108.579 14.52 C 108.579 11.64 109.165 9.107 110.339 6.92 C 111.539 4.707 113.165 3 115.219 1.8 C 117.299 0.6 119.632 0 122.219 0 C 124.459 0 126.459 0.427 128.219 1.28 C 129.979 2.107 131.392 3.28 132.459 4.8 C 133.552 6.32 134.192 8.053 134.379 10 L 129.819 10 C 129.499 8 128.672 6.44 127.339 5.32 C 126.032 4.173 124.299 3.6 122.139 3.6 C 120.352 3.6 118.765 4.04 117.379 4.92 C 115.992 5.8 114.912 7.067 114.139 8.72 C 113.392 10.347 113.019 12.28 113.019 14.52 C 113.019 16.787 113.405 18.773 114.179 20.48 C 114.952 22.16 116.019 23.467 117.379 24.4 C 118.765 25.307 120.339 25.76 122.099 25.76 C 124.285 25.76 126.072 25.173 127.459 24 C 128.872 22.8 129.752 21.213 130.099 19.24 L 134.419 19.24 C 134.045 22.333 132.765 24.787 130.579 26.6 C 128.392 28.413 125.565 29.32 122.099 29.32 Z M 143.506 28.68 C 143.533 27.187 143.8 25.867 144.306 24.72 C 144.813 23.573 145.533 22.52 146.466 21.56 C 147.426 20.573 148.72 19.48 150.346 18.28 L 153.346 16.04 C 154.973 14.813 156.253 13.613 157.186 12.44 C 158.12 11.267 158.586 9.947 158.586 8.48 C 158.586 6.96 158.133 5.733 157.226 4.8 C 156.346 3.867 155.133 3.4 153.586 3.4 C 151.88 3.4 150.533 3.987 149.546 5.16 C 148.586 6.307 148.106 7.933 148.106 10.04 L 148.106 10.48 L 143.826 10.48 L 143.826 9.8 C 143.826 7.8 144.24 6.067 145.066 4.6 C 145.893 3.107 147.04 1.973 148.506 1.2 C 150 0.4 151.693 0 153.586 0 C 155.4 0 157 0.36 158.386 1.08 C 159.773 1.773 160.84 2.76 161.586 4.04 C 162.36 5.32 162.746 6.8 162.746 8.48 C 162.746 10.613 162.12 12.507 160.866 14.16 C 159.613 15.787 157.653 17.587 154.986 19.56 L 153.066 21 C 151.626 22.067 150.6 22.88 149.986 23.44 C 149.373 24 148.986 24.493 148.826 24.92 L 163.066 24.92 L 163.066 28.68 Z M 168.892 28.68 C 169.239 23.853 170.239 19.507 171.892 15.64 C 173.546 11.773 175.652 8.533 178.212 5.92 C 178.692 5.413 179.199 4.933 179.732 4.48 L 164.292 4.48 L 164.292 0.68 L 183.532 0.68 L 183.532 4.72 C 180.652 7.68 178.306 11.2 176.492 15.28 C 174.706 19.36 173.706 23.827 173.492 28.68 Z M 194.977 29.32 C 191.644 29.32 189.057 28.04 187.217 25.48 C 185.404 22.92 184.497 19.32 184.497 14.68 C 184.497 11.64 184.924 9.027 185.777 6.84 C 186.631 4.627 187.844 2.933 189.417 1.76 C 190.991 0.587 192.844 0 194.977 0 C 197.111 0 198.964 0.587 200.537 1.76 C 202.111 2.907 203.324 4.587 204.177 6.8 C 205.031 9.013 205.457 11.667 205.457 14.76 C 205.457 19.347 204.537 22.92 202.697 25.48 C 200.857 28.04 198.284 29.32 194.977 29.32 Z M 195.017 25.96 C 197.017 25.96 198.551 25.04 199.617 23.2 C 200.711 21.333 201.257 18.533 201.257 14.8 C 201.257 10.987 200.711 8.133 199.617 6.24 C 198.551 4.347 197.017 3.4 195.017 3.4 C 192.964 3.4 191.391 4.347 190.297 6.24 C 189.231 8.107 188.697 10.973 188.697 14.84 C 188.697 18.52 189.244 21.293 190.337 23.16 C 191.457 25.027 193.017 25.96 195.017 25.96 Z M 218.321 29.32 C 214.988 29.32 212.401 28.04 210.561 25.48 C 208.748 22.92 207.841 19.32 207.841 14.68 C 207.841 11.64 208.268 9.027 209.121 6.84 C 209.974 4.627 211.188 2.933 212.761 1.76 C 214.334 0.587 216.188 0 218.321 0 C 220.454 0 222.308 0.587 223.881 1.76 C 225.454 2.907 226.668 4.587 227.521 6.8 C 228.374 9.013 228.801 11.667 228.801 14.76 C 228.801 19.347 227.881 22.92 226.041 25.48 C 224.201 28.04 221.628 29.32 218.321 29.32 Z M 218.361 25.96 C 220.361 25.96 221.894 25.04 222.961 23.2 C 224.054 21.333 224.601 18.533 224.601 14.8 C 224.601 10.987 224.054 8.133 222.961 6.24 C 221.894 4.347 220.361 3.4 218.361 3.4 C 216.308 3.4 214.734 4.347 213.641 6.24 C 212.574 8.107 212.041 10.973 212.041 14.84 C 212.041 18.52 212.588 21.293 213.681 23.16 C 214.801 25.027 216.361 25.96 218.361 25.96 Z M 240.865 0.68 L 240.865 28.68 L 236.785 28.68 L 236.785 9.08 C 236.785 7.987 236.812 7.173 236.865 6.64 C 236.172 7.76 235.238 8.68 234.065 9.4 C 232.918 10.093 231.638 10.467 230.225 10.52 L 230.225 6.56 C 231.932 6.347 233.452 5.693 234.785 4.6 C 236.118 3.507 236.998 2.2 237.425 0.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"uZMpzRSU_\" transform=\"translate(51.072 11.32)\" width=\"240.86509765625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 03\" alt class=\"framer-I1u0e framer-7k2hy5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 296 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 31.353 0 L 31.353 32 Z M 15.655 4.688 C 21.784 4.693 26.748 9.667 26.742 15.796 C 26.736 21.925 21.763 26.888 15.634 26.883 C 9.512 26.877 4.551 21.915 4.547 15.793 C 4.541 9.665 9.503 4.693 15.631 4.688 C 15.639 4.688 15..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 158 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C 4.907 28.23 1.603 24.982 0.374 19.349 C -0.118 17.094 -0.175 14.182 0.51 11.683 C 0.671 11.096 0.964 10.479 1.195 9.903 C 2.307 7.133 4.199 4.724 6.534 3.058 C 7.472 2.389 8.61 1.723 9.614 1.278 C 10.863 0.726 12.967 0.175 14.816 0.046 Z\" fill=\"rgb(255, 255, 255)\" height=\"32.000012090856444px\" id=\"NEBgWNMla\" transform=\"translate(0.039 10)\" width=\"31.927764711972557px\"/><path d=\"M 24.204 12.102 C 24.204 18.786 18.786 24.204 12.102 24.204 C 5.418 24.204 0 18.786 0 12.102 C 0 5.418 5.418 0 12.102 0 C 18.786 0 24.204 5.418 24.204 12.102 Z\" fill=\"rgb(163, 163, 163)\" height=\"24.203699999999998px\" id=\"F98gUEMAy\" transform=\"translate(4.063 14.154)\" width=\"24.2039px\"/><path d=\"M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C 4.907 28.23 1.603 24.982 0.374 19.349 C -0.118 17.094 -0.175 14.182 0.51 11.683 C 0.671 11.096 0.964 10.479 1.195 9.903 C 2.307 7.133 4.199 4.724 6.534 3.058 C 7.472 2.389 8.61 1.723 9.614 1.278 C 10.863 0.726 12.967 0.175 14.816 0.046 Z M 12.42 1.21 C 9.793 1.891 7.867 3.111 6.192 4.427 C 3.775 6.325 2.234 8.973 1.332 12.162 C 0.328 15.71 0.973 20.003 2.359 22.702 C 3.796 25.502 5.725 27.675 8.45 29.205 C 11.101 30.694 14.83 31.65 18.717 30.916 C 22.171 30.264 24.794 28.76 26.931 26.535 C 29.79 23.559 32.088 18.078 30.559 12.299 C 30.15 10.754 29.616 9.144 28.779 7.781 C 28.327 7.045 27.664 6.32 27 5.591 C 24.492 2.837 20.439 0.464 15.227 0.799 C 14.235 0.863 13.363 0.966 12.42 1.21 Z\" fill=\"rgb(163, 163, 163)\" height=\"32.000012090856444px\" id=\"sQ6cdHqHa\" transform=\"translate(0.039 10)\" width=\"31.927764711972557px\"/><path d=\"M 0 13.984 L 13.985 0\" fill=\"transparent\" height=\"13.984099999999998px\" id=\"tINRKeHxo\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(16.898 26.787)\" width=\"13.9845px\"/><path d=\"M 0 14.045 L 14.045 0\" fill=\"transparent\" height=\"14.045099999999998px\" id=\"hH08wuCfT\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(15.68 25.618)\" width=\"14.0454px\"/><path d=\"M 0 14.106 L 14.107 0\" fill=\"transparent\" height=\"14.106300000000001px\" id=\"yr15OqIx2\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(14.453 24.449)\" width=\"14.1065px\"/><path d=\"M 0 14.167 L 14.168 0\" fill=\"transparent\" height=\"14.167200000000001px\" id=\"kwlFkuIrO\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(13.234 23.281)\" width=\"14.1675px\"/><path d=\"M 0 14.228 L 14.229 0\" fill=\"transparent\" height=\"14.2283px\" id=\"smifPbsqU\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(12.008 22.112)\" width=\"14.2286px\"/><path d=\"M 0 14.29 L 14.29 0\" fill=\"transparent\" height=\"14.2897px\" id=\"K0hO4IpFm\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(10.789 20.944)\" width=\"14.289500000000002px\"/><path d=\"M 0 14.35 L 14.351 0\" fill=\"transparent\" height=\"14.350399999999997px\" id=\"XUQtvtbwD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(9.563 19.775)\" width=\"14.3506px\"/><path d=\"M 0 14.412 L 14.412 0\" fill=\"transparent\" height=\"14.4115px\" id=\"GFXBY8Bf4\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(8.344 18.607)\" width=\"14.411549999999998px\"/><path d=\"M 0 14.473 L 14.472 0\" fill=\"transparent\" height=\"14.4725px\" id=\"Pssu6Z_Xt\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(7.117 17.439)\" width=\"14.47231px\"/><path d=\"M 0 14.534 L 14.534 0\" fill=\"transparent\" height=\"14.5335px\" id=\"wE0O8YzqO\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(5.898 16.27)\" width=\"14.533659999999998px\"/><path d=\"M 0 14.595 L 14.595 0\" fill=\"transparent\" height=\"14.594500000000002px\" id=\"fKzoZKlO2\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(4.672 15.102)\" width=\"14.59462px\"/><path d=\"M 0 14.656 L 14.656 0\" fill=\"transparent\" height=\"14.6557px\" id=\"ndJ0GDkXo\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(3.453 13.933)\" width=\"14.655779999999998px\"/><path d=\"M 0 14.717 L 14.717 0\" fill=\"transparent\" height=\"14.716700000000001px\" id=\"UGWKiXq8x\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(2.227 12.765)\" width=\"14.716840000000001px\"/><path d=\"M 0 14.778 L 14.778 0\" fill=\"transparent\" height=\"14.7776px\" id=\"sVFKabDoP\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(1.008 11.596)\" width=\"14.77779px\"/><path d=\"M 0 0 L 14.264 14.265\" fill=\"transparent\" height=\"14.264500000000002px\" id=\"AQOiwI5ry\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(1 26.515)\" width=\"14.2639px\"/><path d=\"M 0 0 L 14.292 14.292\" fill=\"transparent\" height=\"14.292299999999997px\" id=\"rJtK5R3xp\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(2.156 25.342)\" width=\"14.29165px\"/><path d=\"M 0 0 L 14.319 14.32\" fill=\"transparent\" height=\"14.319899999999997px\" id=\"r06c54lXE\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(3.313 24.169)\" width=\"14.319299999999998px\"/><path d=\"M 0 0 L 14.347 14.348\" fill=\"transparent\" height=\"14.3478px\" id=\"xgkt1zlb_\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(4.469 22.995)\" width=\"14.34715px\"/><path d=\"M 0 0 L 14.375 14.375\" fill=\"transparent\" height=\"14.375400000000003px\" id=\"kzLah80a0\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(5.625 21.822)\" width=\"14.3749px\"/><path d=\"M 0 0 L 14.403 14.403\" fill=\"transparent\" height=\"14.403200000000002px\" id=\"U3Pi7e7rU\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(6.789 20.649)\" width=\"14.402740000000001px\"/><path d=\"M 0 0 L 14.43 14.431\" fill=\"transparent\" height=\"14.430900000000001px\" id=\"b0iEsxTvz\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(7.945 19.476)\" width=\"14.430490000000002px\"/><path d=\"M 0 0 L 14.458 14.459\" fill=\"transparent\" height=\"14.4587px\" id=\"I0x8QAs2E\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(9.102 18.302)\" width=\"14.45824px\"/><path d=\"M 0 0 L 14.486 14.486\" fill=\"transparent\" height=\"14.4864px\" id=\"iduVpuJmD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(10.258 17.129)\" width=\"14.4861px\"/><path d=\"M 0 0 L 14.514 14.514\" fill=\"transparent\" height=\"14.514px\" id=\"qoMk7xiel\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(11.414 15.956)\" width=\"14.513700000000002px\"/><path d=\"M 0 0 L 14.542 14.542\" fill=\"transparent\" height=\"14.541900000000002px\" id=\"MdEXkz5ep\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(12.57 14.782)\" width=\"14.541599999999999px\"/><path d=\"M 0 0 L 14.569 14.569\" fill=\"transparent\" height=\"14.5695px\" id=\"prmw7g8gD\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(13.727 13.609)\" width=\"14.5693px\"/><path d=\"M 0 0 L 14.597 14.597\" fill=\"transparent\" height=\"14.5973px\" id=\"I1iiWOXqp\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(14.883 12.436)\" width=\"14.597100000000001px\"/><path d=\"M 0 0 L 14.625 14.625\" fill=\"transparent\" height=\"14.624999999999998px\" id=\"E0XVgG5Me\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.106695\" stroke=\"rgb(255, 255, 255)\" transform=\"translate(16.039 11.263)\" width=\"14.6248px\"/><path d=\"M 24.604 4.221 C 23.345 2.962 21.798 1.828 19.949 1.141 C 18.034 0.428 15.866 -0.172 13.31 0.045 C 9.238 0.392 6.379 2.219 4.207 4.358 C 2.685 5.855 1.54 7.69 0.784 9.833 C -0.325 12.98 -0.258 16.694 0.99 19.895 C 2.054 22.626 3.795 24.828 6.26 26.534 C 8.577 28.138 11.902 29.382 15.637 29.067 C 20.186 28.683 23.515 26.349 25.699 23.66 C 26.258 22.972 26.813 22.194 27.136 21.264 C 27.453 20.594 27.607 20.138 27.752 19.895 C 28.359 18.536 28.68 17.101 28.779 15.514 C 29.082 10.634 27.204 6.821 24.604 4.221 Z M 23.263 19.091 C 23.254 19.11 23.247 19.127 23.238 19.146 C 23.012 19.792 22.623 20.332 22.233 20.81 C 20.705 22.677 18.377 24.298 15.196 24.565 C 12.584 24.783 10.259 23.92 8.639 22.806 C 7.231 21.838 6.16 20.64 5.41 19.2 C 5.364 19.113 4.928 18.109 4.927 18.065 C 4.332 16.221 4.281 13.256 4.891 11.476 C 5.298 10.288 5.977 9.003 6.876 7.985 C 8.117 6.58 9.359 5.679 11.325 5.042 C 12.223 4.751 13.026 4.455 14.131 4.426 C 16.827 4.354 19.571 5.564 21.045 6.89 C 22.399 8.108 23.942 10.482 24.33 12.708 C 24.729 15 24.303 17.237 23.263 19.091 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.116092968235904px\" id=\"wBpnpnKTs\" transform=\"translate(1.617 11.438)\" width=\"28.81113361874426px\"/><path d=\"M 9.579 12.943 C 8.915 12.943 8.333 12.523 8.13 11.897 L 7.391 9.645 L 3.693 9.645 L 3.006 11.877 C 2.799 12.514 2.212 12.941 1.545 12.941 C 1.385 12.941 1.226 12.916 1.072 12.866 C 0.275 12.627 -0.178 11.768 0.066 10.954 L 3.187 1.067 C 3.39 0.439 3.987 0 4.638 0 L 6.298 0 C 6.954 0 7.55 0.431 7.749 1.049 L 11.031 10.931 C 11.294 11.739 10.859 12.607 10.063 12.866 C 9.906 12.917 9.743 12.943 9.579 12.943 Z\" fill=\"rgb(255, 255, 255)\" height=\"12.943000000000001px\" id=\"GNOQQM1vj\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.320086\" stroke=\"rgb(163, 163, 163)\" transform=\"translate(10.617 19.785)\" width=\"11.10776148027502px\"/><path d=\"M 0.232 1.956 L 0.228 1.951 C -0.161 1.417 -0.047 0.671 0.527 0.253 C 1.1 -0.166 1.836 -0.048 2.225 0.485 L 2.229 0.49 C 2.618 1.024 2.504 1.77 1.931 2.188 C 1.358 2.607 0.621 2.489 0.232 1.956 Z M 1.708 0.879 L 1.704 0.874 C 1.508 0.606 1.144 0.514 0.86 0.721 C 0.579 0.926 0.557 1.292 0.753 1.56 L 0.756 1.565 C 0.952 1.833 1.316 1.925 1.597 1.72 C 1.881 1.513 1.903 1.147 1.708 0.879 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.44101290707444px\" id=\"qeT1W5Rpi\" transform=\"translate(7.703 14.678)\" width=\"2.457575241735932px\"/><path d=\"M 0.225 0.188 L 0.81 0 L 2.449 1.906 L 1.799 2.115 L 1.514 1.775 L 0.669 2.046 L 0.638 2.487 L 0 2.692 Z M 1.187 1.359 L 0.743 0.815 L 0.696 1.517 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.6921999999999997px\" id=\"zqIwoDefS\" transform=\"translate(11.461 12.95)\" width=\"2.449399999999999px\"/><path d=\"M 0 1.291 L 0.005 0 L 0.652 0.003 L 0.647 1.281 C 0.646 1.612 0.813 1.771 1.069 1.772 C 1.325 1.773 1.494 1.622 1.495 1.3 L 1.5 0.006 L 2.147 0.009 L 2.142 1.283 C 2.139 2.026 1.714 2.349 1.06 2.347 C 0.407 2.344 -0.003 2.011 0 1.291 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.3468155367493093px\" id=\"iUUyn_Ra9\" transform=\"translate(14.969 12.42)\" width=\"2.1472153056419003px\"/><path d=\"M 0.66 0.736 L 0 0.534 L 0.163 0 L 2.092 0.589 L 1.929 1.123 L 1.269 0.922 L 0.761 2.587 L 0.152 2.401 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.5869px\" id=\"go8gb4WvD\" transform=\"translate(18.789 12.75)\" width=\"2.0921999999999983px\"/><path d=\"M 1.274 0 L 1.805 0.353 L 1.328 1.07 L 2.009 1.523 L 2.486 0.806 L 3.016 1.159 L 1.742 3.074 L 1.212 2.721 L 1.696 1.993 L 1.015 1.54 L 0.531 2.268 L 0 1.915 Z\" fill=\"rgb(255, 255, 255)\" height=\"3.074px\" id=\"oGnlqTRpC\" transform=\"translate(21.336 14.085)\" width=\"3.016400000000001px\"/><path d=\"M 2.195 0.449 L 2.199 0.455 C 2.609 0.973 2.523 1.723 1.966 2.163 C 1.409 2.603 0.669 2.514 0.26 1.995 L 0.256 1.99 C -0.154 1.472 -0.068 0.722 0.489 0.282 C 1.046 -0.158 1.786 -0.069 2.195 0.449 Z M 0.762 1.582 L 0.766 1.587 C 0.972 1.847 1.339 1.926 1.615 1.708 C 1.888 1.492 1.896 1.125 1.69 0.865 L 1.686 0.86 C 1.481 0.6 1.113 0.521 0.84 0.737 C 0.564 0.955 0.556 1.321 0.762 1.582 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.4448110781620302px\" id=\"o6SS_oj2P\" transform=\"translate(22.289 34.564)\" width=\"2.454976523932326px\"/><path d=\"M 2.298 2.512 L 1.722 2.725 L 0 0.893 L 0.641 0.656 L 0.941 0.983 L 1.773 0.675 L 1.784 0.233 L 2.413 0 Z M 1.285 1.384 L 1.753 1.908 L 1.769 1.205 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.725200000000001px\" id=\"qhUk95Lv0\" transform=\"translate(18.586 36.145)\" width=\"2.4125000000000014px\"/><path d=\"M 2.141 1.005 L 2.198 2.295 L 1.552 2.324 L 1.495 1.047 C 1.481 0.715 1.306 0.565 1.05 0.576 C 0.794 0.588 0.633 0.746 0.648 1.068 L 0.705 2.361 L 0.058 2.389 L 0.002 1.116 C -0.031 0.374 0.378 0.031 1.031 0.002 C 1.685 -0.027 2.109 0.286 2.141 1.005 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.3894252761859676px\" id=\"NA5NLFc0E\" transform=\"translate(15.445 37.215)\" width=\"2.1981253795822333px\"/><path d=\"M 1.427 1.847 L 2.093 2.027 L 1.948 2.566 L 0 2.041 L 0.146 1.502 L 0.812 1.681 L 1.266 0 L 1.881 0.166 Z\" fill=\"rgb(255, 255, 255)\" height=\"2.566499999999998px\" id=\"FAsIVIX2m\" transform=\"translate(11.664 36.794)\" width=\"2.093300000000001px\"/><path d=\"M 1.795 3.049 L 1.248 2.721 L 1.691 1.983 L 0.989 1.562 L 0.547 2.3 L 0 1.973 L 1.182 0 L 1.729 0.328 L 1.28 1.077 L 1.982 1.498 L 2.431 0.748 L 2.978 1.076 Z\" fill=\"rgb(255, 255, 255)\" height=\"3.0486999999999966px\" id=\"S8pEKUUYf\" transform=\"translate(8.148 35.125)\" width=\"2.9775599999999987px\"/><path d=\"M 13.44 29.32 C 10.88 29.32 8.573 28.733 6.52 27.56 C 4.493 26.36 2.893 24.653 1.72 22.44 C 0.573 20.227 0 17.64 0 14.68 C 0 11.773 0.573 9.213 1.72 7 C 2.893 4.76 4.493 3.04 6.52 1.84 C 8.573 0.613 10.88 0 13.44 0 C 16 0 18.293 0.613 20.32 1.84 C 22.373 3.067 23.987 4.8 25.16 7.04 C 26.333 9.253 26.92 11.8 26.92 14.68 C 26.92 17.613 26.333 20.187 25.16 22.4 C 23.987 24.613 22.373 26.32 20.32 27.52 C 18.293 28.72 16 29.32 13.44 29.32 Z M 13.44 25.76 C 15.227 25.76 16.8 25.32 18.16 24.44 C 19.547 23.56 20.613 22.293 21.36 20.64 C 22.107 18.96 22.48 16.973 22.48 14.68 C 22.48 12.44 22.093 10.48 21.32 8.8 C 20.573 7.12 19.52 5.84 18.16 4.96 C 16.8 4.053 15.227 3.6 13.44 3.6 C 11.653 3.6 10.08 4.053 8.72 4.96 C 7.36 5.84 6.293 7.12 5.52 8.8 C 4.773 10.453 4.4 12.413 4.4 14.68 C 4.4 16.947 4.773 18.92 5.52 20.6 C 6.267 22.253 7.32 23.533 8.68 24.44 C 10.067 25.32 11.653 25.76 13.44 25.76 Z M 54.264 28.68 L 49.545 28.68 L 46.465 20.6 L 34.145 20.6 L 31.105 28.68 L 26.585 28.68 L 37.905 0.68 L 42.905 0.68 Z M 35.505 17.04 L 45.145 17.04 L 41.225 6.76 L 40.345 4.24 C 40.078 5.067 39.758 5.907 39.385 6.76 Z M 62.26 29.32 C 60.1 29.32 58.393 28.653 57.14 27.32 C 55.913 25.987 55.3 24.093 55.3 21.64 L 55.3 9.32 L 59.3 9.32 L 59.3 20.88 C 59.3 24.4 60.66 26.16 63.38 26.16 C 64.846 26.16 65.993 25.653 66.82 24.64 C 67.646 23.6 68.06 22.16 68.06 20.32 L 68.06 9.32 L 71.98 9.32 L 71.98 28.68 L 68.1 28.68 L 68.1 27.64 C 68.1 26.893 68.113 26.347 68.14 26 C 67.66 27.013 66.9 27.827 65.86 28.44 C 64.846 29.027 63.646 29.32 62.26 29.32 Z M 83.551 28.96 C 81.764 28.96 80.351 28.48 79.311 27.52 C 78.271 26.533 77.751 25.013 77.751 22.96 L 77.751 12.52 L 73.831 12.52 L 73.831 9.32 L 77.751 9.32 L 77.751 2.68 L 81.751 2.68 L 81.751 9.32 L 86.031 9.32 L 86.031 12.52 L 81.751 12.52 L 81.751 22.48 C 81.751 24.533 82.698 25.56 84.591 25.56 C 85.044 25.56 85.524 25.52 86.031 25.44 L 86.031 28.64 C 85.231 28.853 84.404 28.96 83.551 28.96 Z M 88.516 28.68 L 88.516 0.68 L 92.476 0.68 L 92.476 10.24 C 92.476 10.987 92.463 11.573 92.436 12 C 92.97 11.013 93.756 10.213 94.796 9.6 C 95.836 8.987 97.023 8.68 98.356 8.68 C 100.57 8.68 102.29 9.373 103.516 10.76 C 104.77 12.12 105.396 14.013 105.396 16.44 L 105.396 28.68 L 101.436 28.68 L 101.436 17 C 101.436 13.56 100.063 11.84 97.316 11.84 C 95.876 11.84 94.703 12.347 93.796 13.36 C 92.916 14.373 92.476 15.627 92.476 17.12 L 92.476 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"bLd0GR104\" transform=\"translate(49.729 11.32)\" width=\"105.39619720458984px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 04\" alt class=\"framer-Gtzx2 framer-1eisoi\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 158 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 14.816 0.046 C 21.888 -0.444 26.577 3.017 29.258 7.233 C 30.603 9.348 31.922 12.559 31.928 15.858 C 31.934 19.442 30.773 22.547 29.258 24.824 C 27.701 27.165 25.688 29.099 23.167 30.369 C 18.952 32.491 13.061 32.549 9.203 30.505 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 168 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.949 29.224 C 17.963 30.177 17.977 30.871 17.99 31.211 C 18.004 31.252 18.004 31.306 17.99 31.347 C 17.99 31.401 17.99 31.442 17.99 31.442 C 17.99 31.633 18.018 31.823 18.072 32 C 18.127 31.823 18.154 31.633 18.154 31.442 C 18.154 31.374 18.181 30.381 18.222 28.789 C 18.208 28.803 18.195 28.816 18.195 28.83 C 18.099 28.952 18.018 29.088 17.949 29.224 Z M 15.116 9.359 C 15.334 9.128 15.538 8.856 15.688 8.57 C 15.579 8.815 15.157 9.74 15.566 9.822 C 16.015 9.903 16.519 9.767 17.432 8.611 C 17.405 7.128 17.377 5.835 17.364 4.855 L 16.873 4.855 C 16.846 4.855 16.833 4.855 16.805 4.855 C 16.533 4.855 16.083 4.828 15.784 4.379 C 15.457 3.889 15.443 3.386 15.429 3.019 C 15.416 2.488 15.28 1.522 14.612 0.978 C 14.149 0.61 12.896 0.325 11.738 0.787 C 11.357 0.937 10.594 1.331 9.845 1.699 C 9.163 2.039 8.292 2.461 8.019 2.461 C 8.469 2.257 9.068 1.957 9.722 1.59 C 10.471 1.182 11.261 0.746 11.656 0.583 C 12.446 0.27 13.958 0.175 14.735 0.801 C 15.47 1.399 15.62 2.434 15.634 2.991 C 15.647 3.359 15.661 3.808 15.947 4.257 C 16.206 4.638 16.615 4.638 16.86 4.638 L 16.914 4.638 L 17.35 4.638 C 17.35 4.515 17.35 4.406 17.35 4.284 C 16.914 4.311 16.288 4.338 16.015 3.753 C 15.688 3.046 16.042 1.236 14.953 0.474 C 13.863 -0.288 12.119 -0.097 10.567 0.801 C 9.027 1.685 6.984 2.842 4.464 3.849 C 1.944 4.855 0.377 5.264 0.078 5.304 C -0.208 5.359 0.309 5.549 1.385 5.577 C 2.462 5.604 3.361 5.522 3.361 5.522 L 11.261 1.93 C 11.261 1.93 4.45 5.318 3.878 5.685 C 3.306 6.053 2.843 6.175 2.884 6.515 C 2.925 6.856 3.361 6.815 4.559 6.788 C 5.758 6.76 6.017 6.652 6.426 6.529 C 6.834 6.407 11.261 4.366 11.261 4.366 C 11.261 4.366 6.521 6.72 5.84 7.264 C 5.159 7.808 5.894 7.985 6.357 7.999 C 6.834 8.012 8.101 7.944 8.809 7.59 C 9.518 7.237 11.724 5.822 11.724 5.822 C 11.724 5.822 9.545 7.386 9.123 7.74 C 8.782 8.026 8.605 8.271 8.687 8.57 C 8.809 8.951 9.463 8.91 10.335 8.597 C 10.335 8.597 11.234 8.284 11.575 7.985 C 11.915 7.672 12.869 6.828 12.869 6.828 C 12.869 6.828 11.738 7.999 11.452 8.502 C 11.18 9.005 11.125 9.128 11.261 9.414 C 11.452 9.822 12.896 9.4 13.304 8.965 C 13.604 8.624 13.89 8.271 14.149 7.89 C 14.149 7.89 13.713 8.597 13.618 9.005 C 13.522 9.414 13.413 9.74 13.808 9.781 C 14.244 9.849 14.653 9.863 15.116 9.359 Z M 17.813 18.625 C 17.854 18.598 17.895 18.571 17.936 18.543 C 18.018 18.489 18.086 18.448 18.14 18.394 C 18.249 18.326 18.358 18.244 18.467 18.176 C 18.481 17.4 18.508 16.611 18.522 15.836 C 18.304 15.741 18.072 15.645 17.827 15.55 C 17.813 15.55 17.8 15.536 17.786 15.536 C 17.759 15.523 17.745 15.523 17.718 15.509 C 17.554 15.455 17.405 15.387 17.228 15.332 C 17.023 15.251 16.819 15.183 16.615 15.101 C 15.252 15.822 14.98 16.162 14.98 16.829 C 14.98 17.768 15.784 18.19 17.173 19.074 C 17.391 18.911 17.609 18.761 17.813 18.625 Z M 16.138 16.951 C 16.138 16.951 16.042 16.353 17.582 15.659 C 17.623 15.645 17.663 15.618 17.704 15.604 C 17.718 16.543 17.732 17.482 17.759 18.421 C 16.996 17.904 16.138 17.414 16.138 16.951 Z M 18.467 28.503 C 18.399 28.585 18.331 28.667 18.263 28.735 C 18.658 29.265 18.631 29.782 18.413 30.449 C 18.617 30.218 19.026 29.633 18.685 28.871 C 18.617 28.748 18.549 28.626 18.467 28.503 Z M 17.841 22.925 C 17.99 23.074 18.167 23.251 18.345 23.428 C 18.453 23.537 18.562 23.646 18.685 23.768 C 18.699 23.782 18.726 23.795 18.753 23.823 C 19.679 23.02 20.524 22.258 20.524 21.305 C 20.524 20.557 19.802 19.877 19.08 19.333 C 19.012 19.373 18.944 19.414 18.876 19.469 C 18.712 19.577 18.562 19.673 18.426 19.768 C 18.426 19.768 18.413 19.768 18.413 19.782 C 18.385 19.809 18.345 19.822 18.317 19.85 C 18.127 19.986 17.949 20.108 17.786 20.231 C 17.813 21.142 17.827 22.054 17.841 22.925 Z M 18.426 19.918 C 19.325 20.571 19.679 20.993 19.679 21.455 C 19.679 21.931 19.175 22.489 18.358 23.306 C 18.372 22.217 18.399 21.088 18.426 19.918 Z M 23.398 6.842 C 23.398 6.842 24.352 7.686 24.692 7.999 C 25.033 8.311 25.932 8.611 25.932 8.611 C 26.804 8.924 27.457 8.965 27.58 8.584 C 27.675 8.284 27.485 8.026 27.144 7.754 C 26.722 7.4 24.542 5.835 24.542 5.835 C 24.542 5.835 26.749 7.25 27.457 7.604 C 28.166 7.958 29.433 8.026 29.909 8.012 C 30.386 7.999 31.108 7.822 30.427 7.277 C 29.746 6.733 25.006 4.379 25.006 4.379 C 25.006 4.379 29.419 6.434 29.841 6.543 C 30.25 6.665 30.509 6.76 31.707 6.801 C 32.906 6.828 33.328 6.869 33.383 6.529 C 33.437 6.202 32.961 6.08 32.388 5.699 C 31.816 5.332 25.006 1.944 25.006 1.944 L 32.906 5.536 C 32.906 5.536 33.805 5.617 34.881 5.59 C 35.957 5.563 36.475 5.373 36.189 5.318 C 35.903 5.264 34.323 4.869 31.803 3.862 C 29.283 2.855 27.239 1.712 25.7 0.814 C 24.161 -0.07 22.404 -0.274 21.314 0.488 C 20.224 1.25 20.578 3.046 20.252 3.767 C 19.979 4.352 19.353 4.325 18.917 4.298 C 18.917 4.406 18.917 4.529 18.903 4.651 L 19.353 4.651 L 19.407 4.651 C 19.652 4.651 20.061 4.651 20.32 4.27 C 20.606 3.835 20.619 3.372 20.633 3.005 C 20.647 2.447 20.796 1.413 21.532 0.814 C 22.308 0.189 23.82 0.284 24.61 0.597 C 25.006 0.746 25.796 1.182 26.545 1.604 C 27.199 1.971 27.798 2.27 28.247 2.474 C 27.961 2.474 27.103 2.053 26.422 1.712 C 25.687 1.331 24.924 0.95 24.529 0.801 C 23.371 0.338 22.118 0.624 21.655 0.991 C 20.973 1.536 20.851 2.502 20.837 3.032 C 20.824 3.4 20.81 3.917 20.483 4.393 C 20.197 4.842 19.748 4.869 19.461 4.869 C 19.434 4.869 19.421 4.869 19.393 4.869 L 18.903 4.869 C 18.876 5.849 18.849 7.128 18.821 8.584 C 19.748 9.767 20.279 9.917 20.715 9.822 C 21.123 9.74 20.715 8.815 20.592 8.57 C 20.756 8.856 20.946 9.114 21.164 9.359 C 21.614 9.863 22.036 9.849 22.445 9.795 C 22.853 9.74 22.731 9.427 22.635 9.019 C 22.54 8.611 22.104 7.903 22.104 7.903 C 22.363 8.271 22.649 8.638 22.949 8.978 C 23.357 9.414 24.801 9.849 24.992 9.427 C 25.114 9.155 25.074 9.019 24.801 8.516 C 24.542 8.012 23.398 6.842 23.398 6.842 Z M 18.154 2.678 C 18.372 2.678 18.59 2.61 18.767 2.488 C 18.944 2.366 19.094 2.189 19.175 1.998 C 19.257 1.794 19.284 1.576 19.244 1.359 C 19.203 1.141 19.094 0.95 18.944 0.787 C 18.794 0.638 18.59 0.529 18.372 0.488 C 18.154 0.447 17.936 0.461 17.732 0.556 C 17.527 0.638 17.35 0.787 17.241 0.964 C 17.119 1.141 17.05 1.359 17.05 1.576 C 17.05 1.726 17.078 1.862 17.132 1.998 C 17.187 2.134 17.268 2.257 17.377 2.352 C 17.486 2.461 17.595 2.542 17.732 2.597 C 17.854 2.651 18.004 2.678 18.154 2.678 Z M 21.777 10.951 C 21.777 10.951 21.75 10.189 20.51 10.108 C 19.244 10.026 19.189 10.57 19.216 10.774 C 19.312 10.774 19.393 10.801 19.393 10.829 C 19.393 10.856 19.325 10.883 19.244 10.883 C 19.312 11.087 19.502 11.332 20.047 11.604 C 20.497 11.822 20.715 11.808 20.973 11.767 C 20.973 11.767 21.273 11.944 21.273 12.23 C 21.273 12.502 20.796 13.033 18.562 14.149 C 18.699 8.135 18.821 2.855 18.821 2.855 L 18.957 2.855 C 19.012 2.855 19.066 2.828 19.107 2.787 C 19.148 2.746 19.175 2.692 19.175 2.638 L 19.175 2.57 C 19.175 2.542 19.175 2.515 19.162 2.488 C 19.148 2.461 19.135 2.434 19.107 2.42 C 18.985 2.556 18.849 2.665 18.685 2.746 C 18.522 2.828 18.345 2.855 18.167 2.855 C 17.99 2.855 17.813 2.815 17.65 2.746 C 17.486 2.678 17.337 2.556 17.228 2.42 C 17.2 2.447 17.187 2.461 17.173 2.488 C 17.159 2.515 17.159 2.542 17.159 2.57 L 17.159 2.638 C 17.159 2.692 17.187 2.746 17.228 2.787 C 17.268 2.828 17.323 2.855 17.377 2.855 L 17.514 2.855 C 17.514 2.855 17.609 7.985 17.704 13.89 C 17.895 13.985 18.086 14.081 18.304 14.189 C 18.331 14.203 18.372 14.217 18.399 14.23 C 18.903 14.475 19.325 14.679 19.679 14.87 C 20.878 14.407 22.05 13.876 22.404 13.128 C 23.03 11.74 21.777 10.951 21.777 10.951 Z M 20.115 10.638 C 19.979 10.638 19.87 10.57 19.87 10.488 C 19.87 10.407 19.979 10.339 20.115 10.339 C 20.252 10.339 20.361 10.407 20.361 10.488 C 20.361 10.57 20.252 10.638 20.115 10.638 Z M 17.949 27.864 C 18.058 27.728 18.154 27.592 18.263 27.469 C 18.276 26.694 18.304 25.823 18.317 24.884 C 18.181 24.748 18.031 24.612 17.868 24.462 C 17.813 24.421 17.772 24.367 17.718 24.326 C 17.65 24.258 17.582 24.204 17.514 24.149 C 17.132 24.503 16.383 25.292 16.383 25.972 C 16.383 26.775 17.159 27.592 17.745 28.177 C 17.8 28.054 17.868 27.959 17.949 27.864 Z M 17.868 24.625 C 17.895 25.782 17.909 26.843 17.922 27.755 C 17.473 27.156 16.996 26.544 16.996 26.122 C 16.996 25.728 17.228 25.279 17.868 24.625 Z M 18.181 14.366 C 15.525 13.087 14.98 12.502 14.98 12.216 C 14.98 11.931 15.28 11.754 15.28 11.754 C 15.538 11.808 15.756 11.808 16.206 11.591 C 16.751 11.332 16.941 11.074 17.01 10.869 C 16.928 10.869 16.86 10.842 16.86 10.815 C 16.86 10.788 16.941 10.761 17.037 10.761 L 17.037 10.747 C 17.05 10.543 16.982 10.012 15.729 10.094 C 14.49 10.176 14.462 10.937 14.462 10.937 C 14.462 10.937 13.209 11.74 13.863 13.101 C 14.435 14.312 17.119 14.951 18.671 15.645 C 20.211 16.339 20.115 16.938 20.115 16.938 C 20.115 17.455 19.08 17.999 18.263 18.571 C 17.445 19.142 15.716 20.135 15.716 21.305 C 15.716 22.38 16.792 23.21 17.841 24.136 C 18.903 25.061 19.244 25.619 19.244 26.136 C 19.244 26.843 18.072 27.796 17.473 28.979 C 16.873 30.163 18.058 32 17.691 31.034 C 17.309 30.068 17.514 29.388 18.004 28.707 C 18.603 27.877 19.884 27.061 19.884 25.959 C 19.884 25.034 18.535 23.945 18.535 23.945 C 17.337 22.748 16.574 22.067 16.574 21.469 C 16.574 20.87 17.146 20.339 18.753 19.292 C 20.347 18.258 21.287 17.849 21.287 16.843 C 21.287 15.958 20.837 15.645 18.181 14.366 Z M 16.138 10.352 C 16.274 10.352 16.383 10.42 16.383 10.502 C 16.383 10.584 16.274 10.652 16.138 10.652 C 16.002 10.652 15.893 10.584 15.893 10.502 C 15.893 10.42 16.002 10.352 16.138 10.352 Z\" fill=\"rgb(163, 163, 163)\" height=\"32.00000609741211px\" id=\"fq0q8RK8y\" transform=\"translate(0.867 10)\" width=\"36.26669358762392px\"/><path d=\"M 4.24 28 L 0 28 L 0 0 L 4.24 0 L 4.24 11.64 L 18.4 11.64 L 18.4 0 L 22.64 0 L 22.64 28 L 18.4 28 L 18.4 15.24 L 4.24 15.24 Z M 27.953 0 L 32.193 0 L 32.193 28 L 27.953 28 Z M 37.547 28 L 37.547 0 L 48.787 0 C 51.693 0 54.053 0.64 55.867 1.92 C 57.707 3.2 58.627 5.267 58.627 8.12 C 58.627 10.973 57.72 13.04 55.907 14.32 C 54.093 15.6 51.72 16.24 48.787 16.24 L 41.787 16.24 L 41.787 28 Z M 48.747 12.64 C 52.427 12.64 54.267 11.133 54.267 8.12 C 54.267 5.08 52.427 3.56 48.747 3.56 L 41.787 3.56 L 41.787 12.64 Z M 83.765 28 L 79.045 28 L 75.965 19.92 L 63.645 19.92 L 60.605 28 L 56.085 28 L 67.405 0 L 72.405 0 Z M 65.005 16.36 L 74.645 16.36 L 70.725 6.08 L 69.845 3.56 C 69.578 4.387 69.258 5.227 68.885 6.08 Z M 110.273 28 L 105.553 28 L 102.473 19.92 L 90.153 19.92 L 87.113 28 L 82.593 28 L 93.913 0 L 98.913 0 Z M 91.513 16.36 L 101.153 16.36 L 97.233 6.08 L 96.353 3.56 C 96.086 4.387 95.766 5.227 95.393 6.08 Z\" fill=\"rgb(163, 163, 163)\" height=\"28px\" id=\"ymFkBzbJ0\" transform=\"translate(56.533 12)\" width=\"110.27320068359376px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 05\" alt class=\"framer-5KXKr framer-1kprdjh\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 168 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.949 29.224 C 17.963 30.177 17.977 30.871 17.99 31.211 C 18.004 31.252 18.004 31.306 17.99 31.347 C 17.99 31.401 17.99 31.442 17.99 31.442 C 17.99 31.633 18.018 31.823 18.072 32 C 18.127 31.823 18.154 31.633 18.154 31.442 C 18.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 156 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.333 6.667 L 17.333 9.333 C 19.542 9.333 21.333 11.124 21.333 13.333 L 21.333 22.667 C 21.333 24.876 19.542 26.667 17.333 26.667 L 4 26.667 C 1.791 26.667 0 24.876 0 22.667 L 0 13.333 C 0 11.124 1.791 9.333 4 9.333 L 4 6.667 C 4 2.985 6.985 0 10.667 0 C 14.349 0 17.333 2.985 17.333 6.667 Z M 14.667 9.333 L 14.667 6.667 C 14.667 4.457 12.876 2.667 10.667 2.667 C 8.458 2.667 6.667 4.457 6.667 6.667 L 6.667 9.333 Z M 9.333 16 L 9.333 20 C 9.333 20.736 9.93 21.333 10.667 21.333 C 11.403 21.333 12 20.736 12 20 L 12 16 C 12 15.264 11.403 14.667 10.667 14.667 C 9.93 14.667 9.333 15.264 9.333 16 Z\" fill=\"rgb(163, 163, 163)\" height=\"26.6667px\" id=\"lfkMdFg0A\" transform=\"translate(5.328 12.667)\" width=\"21.33338px\"/><path d=\"M 11.68 29.32 C 9.36 29.32 7.333 28.92 5.6 28.12 C 3.867 27.32 2.507 26.173 1.52 24.68 C 0.56 23.187 0.053 21.44 0 19.44 L 4.36 19.44 C 4.467 21.413 5.2 22.96 6.56 24.08 C 7.947 25.2 9.693 25.76 11.8 25.76 C 13.827 25.76 15.427 25.36 16.6 24.56 C 17.773 23.733 18.36 22.6 18.36 21.16 C 18.36 19.987 17.92 19.053 17.04 18.36 C 16.16 17.667 14.867 17.147 13.16 16.8 L 8.76 15.84 C 6.44 15.333 4.56 14.427 3.12 13.12 C 1.68 11.813 0.96 10.12 0.96 8.04 C 0.96 6.493 1.413 5.12 2.32 3.92 C 3.227 2.693 4.467 1.733 6.04 1.04 C 7.64 0.347 9.44 0 11.44 0 C 14.613 0 17.147 0.8 19.04 2.4 C 20.96 3.973 22 6.093 22.16 8.76 L 17.8 8.76 C 17.693 7.213 17.067 5.973 15.92 5.04 C 14.773 4.08 13.227 3.6 11.28 3.6 C 9.573 3.6 8.147 3.987 7 4.76 C 5.88 5.507 5.32 6.48 5.32 7.68 C 5.32 8.8 5.72 9.693 6.52 10.36 C 7.32 11 8.533 11.507 10.16 11.88 L 15 12.92 C 17.373 13.427 19.253 14.333 20.64 15.64 C 22.027 16.92 22.72 18.613 22.72 20.72 C 22.72 22.347 22.28 23.813 21.4 25.12 C 20.52 26.427 19.24 27.453 17.56 28.2 C 15.907 28.947 13.947 29.32 11.68 29.32 Z M 38.082 29.32 C 35.522 29.32 33.216 28.733 31.162 27.56 C 29.136 26.36 27.536 24.653 26.362 22.44 C 25.216 20.227 24.642 17.64 24.642 14.68 C 24.642 11.773 25.216 9.213 26.362 7 C 27.536 4.76 29.136 3.04 31.162 1.84 C 33.216 0.613 35.522 0 38.082 0 C 40.642 0 42.936 0.613 44.962 1.84 C 47.016 3.067 48.629 4.8 49.802 7.04 C 50.976 9.253 51.562 11.8 51.562 14.68 C 51.562 17.613 50.976 20.187 49.802 22.4 C 48.629 24.613 47.016 26.32 44.962 27.52 C 42.936 28.72 40.642 29.32 38.082 29.32 Z M 38.082 25.76 C 39.869 25.76 41.442 25.32 42.802 24.44 C 44.189 23.56 45.256 22.293 46.002 20.64 C 46.749 18.96 47.122 16.973 47.122 14.68 C 47.122 12.44 46.736 10.48 45.962 8.8 C 45.216 7.12 44.162 5.84 42.802 4.96 C 41.442 4.053 39.869 3.6 38.082 3.6 C 36.296 3.6 34.722 4.053 33.362 4.96 C 32.002 5.84 30.936 7.12 30.162 8.8 C 29.416 10.453 29.042 12.413 29.042 14.68 C 29.042 16.947 29.416 18.92 30.162 20.6 C 30.909 22.253 31.962 23.533 33.322 24.44 C 34.709 25.32 36.296 25.76 38.082 25.76 Z M 67.092 29.32 C 64.399 29.32 62.025 28.733 59.972 27.56 C 57.945 26.36 56.372 24.653 55.252 22.44 C 54.132 20.2 53.572 17.56 53.572 14.52 C 53.572 11.64 54.159 9.107 55.332 6.92 C 56.532 4.707 58.159 3 60.212 1.8 C 62.292 0.6 64.625 0 67.212 0 C 69.452 0 71.452 0.427 73.212 1.28 C 74.972 2.107 76.385 3.28 77.452 4.8 C 78.545 6.32 79.185 8.053 79.372 10 L 74.812 10 C 74.492 8 73.665 6.44 72.332 5.32 C 71.025 4.173 69.292 3.6 67.132 3.6 C 65.345 3.6 63.759 4.04 62.372 4.92 C 60.985 5.8 59.905 7.067 59.132 8.72 C 58.385 10.347 58.012 12.28 58.012 14.52 C 58.012 16.787 58.399 18.773 59.172 20.48 C 59.945 22.16 61.012 23.467 62.372 24.4 C 63.759 25.307 65.332 25.76 67.092 25.76 C 69.279 25.76 71.065 25.173 72.452 24 C 73.865 22.8 74.745 21.213 75.092 19.24 L 79.412 19.24 C 79.039 22.333 77.759 24.787 75.572 26.6 C 73.385 28.413 70.559 29.32 67.092 29.32 Z M 90.22 0.68 L 94.46 0.68 L 94.46 28.68 L 90.22 28.68 Z M 99.813 0.68 L 104.053 0.68 L 104.053 28.68 L 99.813 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"PdLfSU4kI\" transform=\"translate(49.36 11.32)\" width=\"104.05300354003907px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 06\" alt class=\"framer-k9RK4 framer-4yubg4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 156 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.333 6.667 L 17.333 9.333 C 19.542 9.333 21.333 11.124 21.333 13.333 L 21.333 22.667 C 21.333 24.876 19.542 26.667 17.333 26.667 L 4 26.667 C 1.791 26.667 0 24.876 0 22.667 L 0 13.333 C 0 11.124 1.791 9.333 4 9.333 L 4 6.667 C 4..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 156 52\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 32 L 0 0 L 32 0 L 32 32 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.119 L 10.768 6.627 L 9.495 5.696 L 8.222 6.627 L 8.708 5.121 L 7.435 4.189 L 9.009 4.189 Z M 4.73 7.48 L 5.216 8.987 L 6.797 8.987 L 5.523 9.918 L 6.003 11.425 L 4.73 10.494 L 3.457 11.425 L 3.943 9.919 L 2.67 8.987 L 4.243 8.987 Z M 2.998 14.024 L 3.483 15.53 L 5.064 15.53 L 3.791 16.462 L 4.27 17.969 L 2.998 17.038 L 1.724 17.969 L 2.21 16.462 L 0.938 15.53 L 2.511 15.53 Z M 4.73 20.567 L 5.216 22.073 L 6.797 22.073 L 5.523 23.004 L 6.003 24.512 L 4.73 23.581 L 3.457 24.512 L 3.943 23.005 L 2.67 22.073 L 4.243 22.073 Z M 9.495 25.365 L 9.981 26.871 L 11.562 26.871 L 10.289 27.802 L 10.768 29.31 L 9.495 28.379 L 8.222 29.31 L 8.708 27.803 L 7.435 26.871 L 9.009 26.871 Z M 22.49 2.682 L 22.977 4.188 L 24.557 4.188 L 23.284 5.119 L 23.763 6.627 L 22.49 5.696 L 21.217 6.627 L 21.703 5.121 L 20.431 4.189 L 22.004 4.189 Z M 27.255 7.48 L 27.741 8.987 L 29.322 8.987 L 28.049 9.918 L 28.528 11.425 L 27.255 10.494 L 25.982 11.425 L 26.469 9.919 L 25.195 8.987 L 26.769 8.987 Z M 28.988 14.024 L 29.474 15.53 L 31.055 15.53 L 29.782 16.462 L 30.261 17.969 L 28.988 17.038 L 27.715 17.969 L 28.201 16.462 L 26.928 15.53 L 28.502 15.53 Z M 27.255 20.567 L 27.741 22.073 L 29.322 22.073 L 28.049 23.004 L 28.528 24.512 L 27.255 23.581 L 25.982 24.512 L 26.469 23.005 L 25.195 22.073 L 26.769 22.073 Z M 15.993 27.11 L 16.479 28.616 L 18.06 28.616 L 16.786 29.548 L 17.266 31.055 L 15.993 30.124 L 14.72 31.055 L 15.206 29.548 L 13.933 28.616 L 15.506 28.616 Z M 22.49 25.365 L 22.977 26.871 L 24.557 26.871 L 23.284 27.802 L 23.763 29.31 L 22.49 28.379 L 21.217 29.31 L 21.703 27.803 L 20.431 26.871 L 22.004 26.871 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.119 L 10.768 6.627 L 9.495 5.696 L 8.222 6.627 L 8.708 5.121 L 7.435 4.189 L 9.009 4.189 Z M 4.73 7.48 L 5.216 8.987 L 6.797 8.987 L 5.523 9.918 L 6.003 11.425 L 4.73 10.494 L 3.457 11.425 L 3.943 9.919 L 2.67 8.987 L 4.243 8.987 Z M 2.998 14.024 L 3.483 15.53 L 5.064 15.53 L 3.791 16.462 L 4.27 17.969 L 2.998 17.038 L 1.724 17.969 L 2.21 16.462 L 0.938 15.53 L 2.511 15.53 Z M 4.73 20.567 L 5.216 22.073 L 6.797 22.073 L 5.523 23.004 L 6.003 24.512 L 4.73 23.581 L 3.457 24.512 L 3.943 23.005 L 2.67 22.073 L 4.243 22.073 Z M 9.495 25.365 L 9.981 26.871 L 11.562 26.871 L 10.289 27.802 L 10.768 29.31 L 9.495 28.379 L 8.222 29.31 L 8.708 27.803 L 7.435 26.871 L 9.009 26.871 Z M 22.49 2.682 L 22.977 4.188 L 24.557 4.188 L 23.284 5.119 L 23.763 6.627 L 22.49 5.696 L 21.217 6.627 L 21.703 5.121 L 20.431 4.189 L 22.004 4.189 Z M 27.255 7.48 L 27.741 8.987 L 29.322 8.987 L 28.049 9.918 L 28.528 11.425 L 27.255 10.494 L 25.982 11.425 L 26.469 9.919 L 25.195 8.987 L 26.769 8.987 Z M 28.988 14.024 L 29.474 15.53 L 31.055 15.53 L 29.782 16.462 L 30.261 17.969 L 28.988 17.038 L 27.715 17.969 L 28.201 16.462 L 26.928 15.53 L 28.502 15.53 Z M 27.255 20.567 L 27.741 22.073 L 29.322 22.073 L 28.049 23.004 L 28.528 24.512 L 27.255 23.581 L 25.982 24.512 L 26.469 23.005 L 25.195 22.073 L 26.769 22.073 Z M 15.993 27.11 L 16.479 28.616 L 18.06 28.616 L 16.786 29.548 L 17.266 31.055 L 15.993 30.124 L 14.72 31.055 L 15.206 29.548 L 13.933 28.616 L 15.506 28.616 Z M 22.49 25.365 L 22.977 26.871 L 24.557 26.871 L 23.284 27.802 L 23.763 29.31 L 22.49 28.379 L 21.217 29.31 L 21.703 27.803 L 20.431 26.871 L 22.004 26.871 Z\" fill=\"transparent\" height=\"32px\" id=\"bTnZ4JSv3\" transform=\"translate(0.5 10)\" width=\"32px\"><path d=\"M 0 32 L 0 0 L 32 0 L 32 32 Z\" fill=\"transparent\" height=\"32px\" id=\"meAn1zTg9\" width=\"32px\"/><path d=\"M 15.055 0 L 15.541 1.506 L 17.122 1.506 L 15.849 2.437 L 16.328 3.945 L 15.055 3.014 L 13.782 3.945 L 14.269 2.438 L 12.995 1.507 L 14.569 1.507 Z M 8.557 1.745 L 9.043 3.251 L 10.624 3.251 L 9.351 4.182 L 9.831 5.69 L 8.557 4.759 L 7.284 5.69 L 7.771 4.183 L 6.497 3.251 L 8.071 3.251 Z M 3.793 6.543 L 4.279 8.049 L 5.859 8.049 L 4.586 8.981 L 5.065 10.488 L 3.793 9.557 L 2.519 10.488 L 3.005 8.981 L 1.733 8.05 L 3.306 8.05 Z M 2.06 13.086 L 2.546 14.592 L 4.127 14.592 L 2.853 15.524 L 3.333 17.031 L 2.06 16.1 L 0.787 17.031 L 1.273 15.524 L 0 14.593 L 1.573 14.593 Z M 3.793 19.629 L 4.279 21.135 L 5.859 21.135 L 4.586 22.067 L 5.065 23.575 L 3.793 22.643 L 2.519 23.575 L 3.005 22.067 L 1.733 21.136 L 3.306 21.136 Z M 8.557 24.427 L 9.043 25.933 L 10.624 25.933 L 9.351 26.865 L 9.831 28.373 L 8.557 27.441 L 7.284 28.373 L 7.771 26.865 L 6.497 25.934 L 8.071 25.934 Z M 21.553 1.745 L 22.039 3.251 L 23.62 3.251 L 22.347 4.182 L 22.826 5.69 L 21.553 4.759 L 20.279 5.69 L 20.766 4.183 L 19.493 3.251 L 21.067 3.251 Z M 26.318 6.543 L 26.804 8.049 L 28.385 8.049 L 27.112 8.981 L 27.591 10.488 L 26.318 9.557 L 25.045 10.488 L 25.531 8.981 L 24.258 8.05 L 25.831 8.05 Z M 28.051 13.086 L 28.537 14.592 L 30.117 14.592 L 28.845 15.524 L 29.324 17.031 L 28.051 16.1 L 26.777 17.031 L 27.264 15.524 L 25.991 14.593 L 27.565 14.593 Z M 26.318 19.629 L 26.804 21.135 L 28.385 21.135 L 27.112 22.067 L 27.591 23.575 L 26.318 22.643 L 25.045 23.575 L 25.531 22.067 L 24.258 21.136 L 25.831 21.136 Z M 15.055 26.172 L 15.541 27.679 L 17.122 27.679 L 15.849 28.61 L 16.328 30.117 L 15.055 29.186 L 13.782 30.117 L 14.269 28.611 L 12.995 27.679 L 14.569 27.679 Z M 21.553 24.427 L 22.039 25.933 L 23.62 25.933 L 22.347 26.865 L 22.826 28.373 L 21.553 27.441 L 20.28 28.373 L 20.766 26.865 L 19.493 25.934 L 21.067 25.934 Z\" fill=\"rgb(163, 163, 163)\" height=\"30.11730088500977px\" id=\"iN4PNdJjp\" transform=\"translate(0.938 0.938)\" width=\"30.117299768066406px\"/><path d=\"M 15.055 0 L 15.541 1.506 L 17.122 1.506 L 15.849 2.437 L 16.328 3.945 L 15.055 3.014 L 13.782 3.945 L 14.269 2.438 L 12.995 1.507 L 14.569 1.507 Z M 8.557 1.745 L 9.043 3.251 L 10.624 3.251 L 9.351 4.182 L 9.831 5.69 L 8.557 4.759 L 7.284 5.69 L 7.771 4.183 L 6.497 3.251 L 8.071 3.251 Z M 3.793 6.543 L 4.279 8.049 L 5.859 8.049 L 4.586 8.981 L 5.065 10.488 L 3.793 9.557 L 2.519 10.488 L 3.005 8.981 L 1.733 8.05 L 3.306 8.05 Z M 2.06 13.086 L 2.546 14.592 L 4.127 14.592 L 2.853 15.524 L 3.333 17.031 L 2.06 16.1 L 0.787 17.031 L 1.273 15.524 L 0 14.593 L 1.573 14.593 Z M 3.793 19.629 L 4.279 21.135 L 5.859 21.135 L 4.586 22.067 L 5.065 23.575 L 3.793 22.643 L 2.519 23.575 L 3.005 22.067 L 1.733 21.136 L 3.306 21.136 Z M 8.557 24.427 L 9.043 25.933 L 10.624 25.933 L 9.351 26.865 L 9.831 28.373 L 8.557 27.441 L 7.284 28.373 L 7.771 26.865 L 6.497 25.934 L 8.071 25.934 Z M 21.553 1.745 L 22.039 3.251 L 23.62 3.251 L 22.347 4.182 L 22.826 5.69 L 21.553 4.759 L 20.279 5.69 L 20.766 4.183 L 19.493 3.251 L 21.067 3.251 Z M 26.318 6.543 L 26.804 8.049 L 28.385 8.049 L 27.112 8.981 L 27.591 10.488 L 26.318 9.557 L 25.045 10.488 L 25.531 8.981 L 24.258 8.05 L 25.831 8.05 Z M 28.051 13.086 L 28.537 14.592 L 30.117 14.592 L 28.845 15.524 L 29.324 17.031 L 28.051 16.1 L 26.777 17.031 L 27.264 15.524 L 25.991 14.593 L 27.565 14.593 Z M 26.318 19.629 L 26.804 21.135 L 28.385 21.135 L 27.112 22.067 L 27.591 23.575 L 26.318 22.643 L 25.045 23.575 L 25.531 22.067 L 24.258 21.136 L 25.831 21.136 Z M 15.055 26.172 L 15.541 27.679 L 17.122 27.679 L 15.849 28.61 L 16.328 30.117 L 15.055 29.186 L 13.782 30.117 L 14.269 28.611 L 12.995 27.679 L 14.569 27.679 Z M 21.553 24.427 L 22.039 25.933 L 23.62 25.933 L 22.347 26.865 L 22.826 28.373 L 21.553 27.441 L 20.28 28.373 L 20.766 26.865 L 19.493 25.934 L 21.067 25.934 Z\" fill=\"transparent\" height=\"30.11730088500977px\" id=\"szL2Yp8Zq\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.57078\" stroke=\"rgb(163, 163, 163)\" transform=\"translate(0.938 0.938)\" width=\"30.117299768066406px\"/></g><path d=\"M 13.24 29.32 C 10.6 29.32 8.28 28.707 6.28 27.48 C 4.28 26.227 2.733 24.507 1.64 22.32 C 0.547 20.107 0 17.587 0 14.76 C 0 11.747 0.6 9.133 1.8 6.92 C 3 4.68 4.64 2.973 6.72 1.8 C 8.827 0.6 11.173 0 13.76 0 C 15.893 0 17.8 0.387 19.48 1.16 C 21.187 1.933 22.56 3 23.6 4.36 C 24.64 5.72 25.253 7.267 25.44 9 L 21 9 C 20.733 7.4 19.947 6.107 18.64 5.12 C 17.333 4.107 15.72 3.6 13.8 3.6 C 11.96 3.6 10.333 4.04 8.92 4.92 C 7.507 5.773 6.4 7.04 5.6 8.72 C 4.8 10.4 4.4 12.413 4.4 14.76 C 4.4 16.92 4.787 18.84 5.56 20.52 C 6.333 22.173 7.413 23.467 8.8 24.4 C 10.213 25.307 11.827 25.76 13.64 25.76 C 16.067 25.76 18.013 25.08 19.48 23.72 C 20.947 22.333 21.68 20.4 21.68 17.92 L 21.68 17.52 L 13.32 17.52 L 13.32 13.92 L 25.56 13.92 L 25.56 28.68 L 21.88 28.68 L 21.88 27.56 C 21.88 26.68 21.92 25.787 22 24.88 C 21.227 26.187 20.067 27.253 18.52 28.08 C 17 28.907 15.24 29.32 13.24 29.32 Z M 29.749 28.68 L 29.749 0.68 L 38.709 0.68 C 43.456 0.68 47.136 1.84 49.749 4.16 C 52.389 6.48 53.709 9.987 53.709 14.68 C 53.709 17.533 53.163 20.013 52.069 22.12 C 50.976 24.2 49.349 25.813 47.189 26.96 C 45.029 28.107 42.403 28.68 39.309 28.68 Z M 38.909 25.08 C 42.216 25.08 44.776 24.24 46.589 22.56 C 48.403 20.853 49.309 18.227 49.309 14.68 C 49.309 11.293 48.443 8.707 46.709 6.92 C 44.976 5.133 42.336 4.24 38.789 4.24 L 33.989 4.24 L 33.989 25.08 Z M 57.468 28.68 L 57.468 0.68 L 68.708 0.68 C 71.615 0.68 73.975 1.32 75.788 2.6 C 77.628 3.88 78.548 5.947 78.548 8.8 C 78.548 11.653 77.641 13.72 75.828 15 C 74.015 16.28 71.641 16.92 68.708 16.92 L 61.708 16.92 L 61.708 28.68 Z M 68.668 13.32 C 72.348 13.32 74.188 11.813 74.188 8.8 C 74.188 5.76 72.348 4.24 68.668 4.24 L 61.708 4.24 L 61.708 13.32 Z M 81.398 28.68 L 81.398 0.68 L 93.478 0.68 C 96.198 0.68 98.358 1.32 99.958 2.6 C 101.558 3.88 102.358 5.693 102.358 8.04 C 102.358 9.747 101.838 11.2 100.798 12.4 C 99.758 13.6 98.531 14.413 97.118 14.84 C 98.558 15.08 99.691 15.773 100.518 16.92 C 101.371 18.04 101.798 19.493 101.798 21.28 L 101.798 28.68 L 97.558 28.68 L 97.558 22.08 C 97.558 20.107 97.144 18.733 96.318 17.96 C 95.518 17.16 94.131 16.76 92.158 16.76 L 85.638 16.76 L 85.638 28.68 Z M 92.558 13.16 C 94.318 13.16 95.664 12.787 96.598 12.04 C 97.531 11.267 97.998 10.147 97.998 8.68 C 97.998 7.213 97.531 6.107 96.598 5.36 C 95.664 4.613 94.318 4.24 92.558 4.24 L 85.638 4.24 L 85.638 13.16 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.32px\" id=\"Je3s0lkFB\" transform=\"translate(50.26 11.32)\" width=\"102.35800262451173px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 07\" alt class=\"framer-vmKEd framer-1np45yz\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 156 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 32 L 0 0 L 32 0 L 32 32 Z M 15.993 0.938 L 16.479 2.444 L 18.06 2.444 L 16.786 3.375 L 17.266 4.883 L 15.993 3.951 L 14.72 4.883 L 15.206 3.376 L 13.933 2.444 L 15.506 2.444 Z M 9.495 2.682 L 9.981 4.188 L 11.562 4.188 L 10.289 5.1..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 344 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.219 23.448 L 6.505 24.162 C 5.755 24.912 4.737 25.333 3.676 25.333 L 1.333 25.333 C 0.597 25.333 0 24.736 0 24 L 0 21.657 C 0 20.596 0.421 19.579 1.172 18.828 L 8.48 11.519 C 8.169 10.626 8 9.666 8 8.667 C 8 3.88 11.88 0 16.667 0 C 21.453 0 25.333 3.88 25.333 8.667 Z M 16.667 6.667 C 15.562 6.667 14.667 7.562 14.667 8.667 C 14.667 9.771 15.562 10.667 16.667 10.667 C 17.771 10.667 18.667 9.771 18.667 8.667 C 18.667 7.562 17.771 6.667 16.667 6.667 Z\" fill=\"rgb(163, 163, 163)\" height=\"25.3333px\" id=\"K2JJW4oSr\" transform=\"translate(4.5 12.667)\" width=\"25.3333px\"/><path d=\"M 0 28.68 C 0.027 27.187 0.293 25.867 0.8 24.72 C 1.307 23.573 2.027 22.52 2.96 21.56 C 3.92 20.573 5.213 19.48 6.84 18.28 L 9.84 16.04 C 11.467 14.813 12.747 13.613 13.68 12.44 C 14.613 11.267 15.08 9.947 15.08 8.48 C 15.08 6.96 14.627 5.733 13.72 4.8 C 12.84 3.867 11.627 3.4 10.08 3.4 C 8.373 3.4 7.027 3.987 6.04 5.16 C 5.08 6.307 4.6 7.933 4.6 10.04 L 4.6 10.48 L 0.32 10.48 L 0.32 9.8 C 0.32 7.8 0.733 6.067 1.56 4.6 C 2.387 3.107 3.533 1.973 5 1.2 C 6.493 0.4 8.187 0 10.08 0 C 11.893 0 13.493 0.36 14.88 1.08 C 16.267 1.773 17.333 2.76 18.08 4.04 C 18.853 5.32 19.24 6.8 19.24 8.48 C 19.24 10.613 18.613 12.507 17.36 14.16 C 16.107 15.787 14.147 17.587 11.48 19.56 L 9.56 21 C 8.12 22.067 7.093 22.88 6.48 23.44 C 5.867 24 5.48 24.493 5.32 24.92 L 19.56 24.92 L 19.56 28.68 Z M 27.546 28.68 L 23.306 28.68 L 23.306 0.68 L 41.986 0.68 L 41.986 4.24 L 27.546 4.24 L 27.546 12.64 L 41.266 12.64 L 41.266 16.2 L 27.546 16.2 Z M 67.649 28.68 L 62.929 28.68 L 59.849 20.6 L 47.529 20.6 L 44.489 28.68 L 39.969 28.68 L 51.289 0.68 L 56.289 0.68 Z M 48.889 17.04 L 58.529 17.04 L 54.609 6.76 L 53.729 4.24 C 53.463 5.067 53.143 5.907 52.769 6.76 Z M 99.142 28.68 L 94.422 28.68 L 91.342 20.6 L 79.022 20.6 L 75.982 28.68 L 71.462 28.68 L 82.782 0.68 L 87.782 0.68 Z M 80.382 17.04 L 90.022 17.04 L 86.102 6.76 L 85.222 4.24 C 84.955 5.067 84.635 5.907 84.262 6.76 Z M 107.137 29.32 C 104.977 29.32 103.27 28.653 102.017 27.32 C 100.79 25.987 100.177 24.093 100.177 21.64 L 100.177 9.32 L 104.177 9.32 L 104.177 20.88 C 104.177 24.4 105.537 26.16 108.257 26.16 C 109.724 26.16 110.87 25.653 111.697 24.64 C 112.524 23.6 112.937 22.16 112.937 20.32 L 112.937 9.32 L 116.857 9.32 L 116.857 28.68 L 112.977 28.68 L 112.977 27.64 C 112.977 26.893 112.99 26.347 113.017 26 C 112.537 27.013 111.777 27.827 110.737 28.44 C 109.724 29.027 108.524 29.32 107.137 29.32 Z M 128.428 28.96 C 126.641 28.96 125.228 28.48 124.188 27.52 C 123.148 26.533 122.628 25.013 122.628 22.96 L 122.628 12.52 L 118.708 12.52 L 118.708 9.32 L 122.628 9.32 L 122.628 2.68 L 126.628 2.68 L 126.628 9.32 L 130.908 9.32 L 130.908 12.52 L 126.628 12.52 L 126.628 22.48 C 126.628 24.533 127.575 25.56 129.468 25.56 C 129.921 25.56 130.401 25.52 130.908 25.44 L 130.908 28.64 C 130.108 28.853 129.281 28.96 128.428 28.96 Z M 133.393 28.68 L 133.393 0.68 L 137.353 0.68 L 137.353 10.24 C 137.353 10.987 137.34 11.573 137.313 12 C 137.847 11.013 138.633 10.213 139.673 9.6 C 140.713 8.987 141.9 8.68 143.233 8.68 C 145.447 8.68 147.167 9.373 148.393 10.76 C 149.647 12.12 150.273 14.013 150.273 16.44 L 150.273 28.68 L 146.313 28.68 L 146.313 17 C 146.313 13.56 144.94 11.84 142.193 11.84 C 140.753 11.84 139.58 12.347 138.673 13.36 C 137.793 14.373 137.353 15.627 137.353 17.12 L 137.353 28.68 Z M 162.6 29.32 C 160.707 29.32 159.027 28.893 157.56 28.04 C 156.093 27.187 154.947 25.987 154.12 24.44 C 153.32 22.867 152.92 21.053 152.92 19 C 152.92 16.973 153.333 15.187 154.16 13.64 C 154.987 12.067 156.133 10.853 157.6 10 C 159.067 9.12 160.733 8.68 162.6 8.68 C 164.467 8.68 166.133 9.12 167.6 10 C 169.067 10.853 170.213 12.067 171.04 13.64 C 171.867 15.187 172.28 16.973 172.28 19 C 172.28 21.053 171.867 22.867 171.04 24.44 C 170.213 25.987 169.067 27.187 167.6 28.04 C 166.133 28.893 164.467 29.32 162.6 29.32 Z M 162.6 26.2 C 164.307 26.2 165.667 25.56 166.68 24.28 C 167.693 22.973 168.2 21.213 168.2 19 C 168.2 16.813 167.68 15.08 166.64 13.8 C 165.627 12.493 164.28 11.84 162.6 11.84 C 160.92 11.84 159.56 12.493 158.52 13.8 C 157.507 15.08 157 16.813 157 19 C 157 21.213 157.507 22.973 158.52 24.28 C 159.533 25.56 160.893 26.2 162.6 26.2 Z M 175.159 28.68 L 175.159 9.32 L 179.119 9.32 L 179.119 10.4 C 179.119 11.413 179.106 12.16 179.079 12.64 C 179.586 11.467 180.346 10.52 181.359 9.8 C 182.372 9.053 183.586 8.68 184.999 8.68 C 185.399 8.68 185.706 8.693 185.919 8.72 L 185.919 12.64 C 185.626 12.56 185.226 12.52 184.719 12.52 C 182.932 12.52 181.546 13.027 180.559 14.04 C 179.599 15.053 179.119 16.6 179.119 18.68 L 179.119 28.68 Z M 187.521 5.92 L 187.521 1.44 L 191.921 1.44 L 191.921 5.92 Z M 187.761 9.32 L 191.721 9.32 L 191.721 28.68 L 187.761 28.68 Z M 194.392 28.68 L 194.392 25.28 L 204.672 13.68 L 205.832 12.44 L 194.792 12.44 L 194.792 9.32 L 210.112 9.32 L 210.112 12.76 L 199.872 24.28 C 199.339 24.867 198.925 25.293 198.632 25.56 L 210.432 25.56 L 210.432 28.68 Z M 218.641 29.32 C 217.441 29.32 216.321 29.08 215.281 28.6 C 214.268 28.12 213.454 27.427 212.841 26.52 C 212.254 25.613 211.961 24.56 211.961 23.36 C 211.961 19.947 214.241 17.893 218.801 17.2 L 222.441 16.64 C 223.188 16.533 223.708 16.347 224.001 16.08 C 224.321 15.787 224.481 15.36 224.481 14.8 C 224.481 13.867 224.148 13.12 223.481 12.56 C 222.814 12 221.934 11.72 220.841 11.72 C 219.534 11.72 218.494 12.053 217.721 12.72 C 216.974 13.387 216.574 14.293 216.521 15.44 L 212.481 15.44 C 212.561 14.187 212.934 13.053 213.601 12.04 C 214.268 11 215.188 10.187 216.361 9.6 C 217.561 8.987 218.961 8.68 220.561 8.68 C 223.148 8.68 225.094 9.36 226.401 10.72 C 227.734 12.08 228.401 14 228.401 16.48 L 228.401 28.68 L 224.641 28.68 L 224.641 27.76 C 224.641 27.413 224.668 26.84 224.721 26.04 C 224.214 27.053 223.441 27.853 222.401 28.44 C 221.361 29.027 220.108 29.32 218.641 29.32 Z M 219.441 26.28 C 220.908 26.28 222.121 25.827 223.081 24.92 C 224.041 23.987 224.521 22.773 224.521 21.28 L 224.521 18.72 C 224.228 19.04 223.494 19.32 222.321 19.56 L 220.001 20 C 217.361 20.507 216.041 21.6 216.041 23.28 C 216.041 24.213 216.361 24.947 217.001 25.48 C 217.641 26.013 218.454 26.28 219.441 26.28 Z M 239.53 28.96 C 237.743 28.96 236.33 28.48 235.29 27.52 C 234.25 26.533 233.73 25.013 233.73 22.96 L 233.73 12.52 L 229.81 12.52 L 229.81 9.32 L 233.73 9.32 L 233.73 2.68 L 237.73 2.68 L 237.73 9.32 L 242.01 9.32 L 242.01 12.52 L 237.73 12.52 L 237.73 22.48 C 237.73 24.533 238.676 25.56 240.57 25.56 C 241.023 25.56 241.503 25.52 242.01 25.44 L 242.01 28.64 C 241.21 28.853 240.383 28.96 239.53 28.96 Z M 244.255 5.92 L 244.255 1.44 L 248.655 1.44 L 248.655 5.92 Z M 244.495 9.32 L 248.455 9.32 L 248.455 28.68 L 244.495 28.68 Z M 261.006 29.32 C 259.113 29.32 257.433 28.893 255.966 28.04 C 254.5 27.187 253.353 25.987 252.526 24.44 C 251.726 22.867 251.326 21.053 251.326 19 C 251.326 16.973 251.74 15.187 252.566 13.64 C 253.393 12.067 254.54 10.853 256.006 10 C 257.473 9.12 259.14 8.68 261.006 8.68 C 262.873 8.68 264.54 9.12 266.006 10 C 267.473 10.853 268.62 12.067 269.446 13.64 C 270.273 15.187 270.686 16.973 270.686 19 C 270.686 21.053 270.273 22.867 269.446 24.44 C 268.62 25.987 267.473 27.187 266.006 28.04 C 264.54 28.893 262.873 29.32 261.006 29.32 Z M 261.006 26.2 C 262.713 26.2 264.073 25.56 265.086 24.28 C 266.1 22.973 266.606 21.213 266.606 19 C 266.606 16.813 266.086 15.08 265.046 13.8 C 264.033 12.493 262.686 11.84 261.006 11.84 C 259.326 11.84 257.966 12.493 256.926 13.8 C 255.913 15.08 255.406 16.813 255.406 19 C 255.406 21.213 255.913 22.973 256.926 24.28 C 257.94 25.56 259.3 26.2 261.006 26.2 Z M 273.565 28.68 L 273.565 9.32 L 277.525 9.32 L 277.525 10.48 C 277.525 11.12 277.512 11.627 277.485 12 C 278.019 11.04 278.805 10.253 279.845 9.64 C 280.912 9 282.099 8.68 283.405 8.68 C 285.619 8.68 287.339 9.373 288.565 10.76 C 289.819 12.12 290.445 14.013 290.445 16.44 L 290.445 28.68 L 286.485 28.68 L 286.485 17 C 286.485 13.56 285.139 11.84 282.445 11.84 C 280.979 11.84 279.792 12.347 278.885 13.36 C 277.979 14.373 277.525 15.627 277.525 17.12 L 277.525 28.68 Z\" fill=\"rgb(163, 163, 163)\" height=\"29.320000305175782px\" id=\"dAncFsUmu\" transform=\"translate(50.18 11.32)\" width=\"290.44500244140625px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Security Icon 08\" alt class=\"framer-uMh1q framer-1gt8hwy\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 344 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 25.333 8.667 C 25.333 13.453 21.453 17.333 16.667 17.333 C 15.667 17.333 14.707 17.164 13.814 16.853 L 11.448 19.219 C 10.948 19.719 10.269 20 9.562 20 L 8.667 20 C 8.299 20 8 20.298 8 20.667 L 8 21.562 C 8 22.269 7.719 22.948 7.2..."
    }
  ],
  "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": [
    {
      "text": "Get to know Bird.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "text": "Get to know Bird.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "text": "Get to know Bird.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "text": "Turn scattered customer data into revenue growth.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>"
    },
    {
      "text": "Turn scattered customer data into revenue growth.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>"
    },
    {
      "text": "Businesses that turn customer data into intelligent experiences.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:720px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "text": "Businesses that turn customer data into intelligent experiences.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "text": "Businesses that turn customer data into intelligent experiences.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "text": "Trusted by companies that depend on their data.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "text": "Trusted by companies that depend on their data.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "text": "Trusted by companies that depend on their data.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "text": "Connect anywhere",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "text": "Enterprise-level security.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "text": "Connect anywhere",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "text": "Enterprise-level security.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "text": "Connect anywhere",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "text": "Enterprise-level security.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "text": "Marketing",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Marketing</h2>"
    },
    {
      "text": "Data",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Data</h2>"
    },
    {
      "text": "Automation",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Automation</h2>"
    },
    {
      "text": "Channels",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Channels</h2>"
    },
    {
      "text": "Developer",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Developer</h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Solutions</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 dir=\"auto\" style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Resources</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Company</h2>"
    },
    {
      "text": "Coming soon",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Coming soon</h2>"
    },
    {
      "text": "Newsletter",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Newsletter</h2>"
    },
    {
      "text": "Social",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Social</h2>"
    },
    {
      "text": "The complete AI-native platform that scales with your business.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">The complete AI-native platform that scales with your business.</h2>"
    },
    {
      "text": "Product",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>"
    },
    {
      "text": "Coming soon",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>"
    },
    {
      "text": "Social",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>"
    },
    {
      "text": "Newsletter",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\">Newsletter</h2>"
    },
    {
      "text": "Product",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>"
    },
    {
      "text": "Coming soon",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>"
    },
    {
      "text": "Social",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>"
    },
    {
      "text": "Newsletter",
      "html": "<h2 style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Newsletter</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Unified CRM for Marketing, Service & Payments work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Unified CRM for Marketing, Service & Payments free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Unified CRM for Marketing, Service & Payments compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Unified CRM for Marketing, Service & Payments work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Unified CRM for Marketing, Service & Payments free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Unified CRM for Marketing, Service & Payments compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "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": 466244
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 466244
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 466244
          }
        ]
      },
      "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": [
    {
      "text": "Get to know Bird.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "text": "Get to know Bird.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "text": "Get to know Bird.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "text": "Turn scattered customer data into revenue growth.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>"
    },
    {
      "text": "Turn scattered customer data into revenue growth.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>"
    },
    {
      "text": "Businesses that turn customer data into intelligent experiences.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:720px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "text": "Businesses that turn customer data into intelligent experiences.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "text": "Businesses that turn customer data into intelligent experiences.",
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "text": "Trusted by companies that depend on their data.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "text": "Trusted by companies that depend on their data.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "text": "Trusted by companies that depend on their data.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "text": "Connect anywhere",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "text": "Enterprise-level security.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "text": "Connect anywhere",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "text": "Enterprise-level security.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "text": "Connect anywhere",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "text": "Enterprise-level security.",
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "text": "Marketing",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Marketing</h2>"
    },
    {
      "text": "Data",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Data</h2>"
    },
    {
      "text": "Automation",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Automation</h2>"
    },
    {
      "text": "Channels",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Channels</h2>"
    },
    {
      "text": "Developer",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Developer</h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Solutions</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 dir=\"auto\" style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Resources</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Company</h2>"
    },
    {
      "text": "Coming soon",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Coming soon</h2>"
    },
    {
      "text": "Newsletter",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Newsletter</h2>"
    },
    {
      "text": "Social",
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Social</h2>"
    },
    {
      "text": "The complete AI-native platform that scales with your business.",
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">The complete AI-native platform that scales with your business.</h2>"
    },
    {
      "text": "Product",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>"
    },
    {
      "text": "Coming soon",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>"
    },
    {
      "text": "Social",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>"
    },
    {
      "text": "Newsletter",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\">Newsletter</h2>"
    },
    {
      "text": "Product",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>"
    },
    {
      "text": "Coming soon",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>"
    },
    {
      "text": "Social",
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>"
    },
    {
      "text": "Newsletter",
      "html": "<h2 style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Newsletter</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Unified CRM for Marketing, Service & Payments work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Unified CRM for Marketing, Service & Payments free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Unified CRM for Marketing, Service & Payments compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Unified CRM for Marketing, Service & Payments work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Unified CRM for Marketing, Service & Payments?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Unified CRM for Marketing, Service & Payments free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Unified CRM for Marketing, Service & Payments compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 466244,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 457784,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://framer.com/edit/init.mjs\";document.head.appendChild(n",
            "/script",
            "/title",
            "https://framerusercontent.com/sites/22M3Ya78dj14jF3ZWWhWx0/searchIndex-f5CTel5FGbfg.json\">",
            "https://framerusercontent.com/sites/22M3Ya78dj14jF3ZWWhWx0/searchIndex-S235gqdhxLNJ.json\">",
            "https://framerusercontent.com/images/hJVs10Cc7V2PU1ueW6PmvnxVwg.png\"",
            "https://framerusercontent.com/images/o4ZiBCxDsytrRBf4AVtU7EZts.png\"",
            "https://framerusercontent.com/images/hJVs10Cc7V2PU1ueW6PmvnxVwg.png\">",
            "https://framerusercontent.com/images/h9AlPKAqgpAwgQegCd6WRwlR9s.png\">",
            "https://framerusercontent.com/images/h9AlPKAqgpAwgQegCd6WRwlR9s.png\">"
          ],
          "rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Mar 18, 2026, 7:40 AM 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.get(\"__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 7c2f7bf\">\r\n\t<title>404 - Page Not Found | Bird</title>\r\n    <meta name=\"description\" content=\"Oops! The page you're looking for can't be found. Check out our homepage or use the search to find what you're looking for.\">\r"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 403,
        "contentType": "application/xml",
        "length": 263,
        "text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>S4DKTA74P9HCZF23</RequestId><HostId>8RhmoPKtIBWWPnS6WzS+CVMXGMG3IczAmAaMdvH15v6qeAFvjbdGYi9bndrXoMio1eN0ZZRRlZzZ7FRw391QJfUbu5H0NmDi</HostId></Error>"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 403,
          "contentType": "application/xml",
          "length": 243,
          "text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>S4DQMGZ712ENTY1K</RequestId><HostId>ATKMJ3jrQ4HxFZ+IVJfPnqN/xCyEHzfz4qyoFwbzU57lVIVX0TViGrtVc1MVdKOFC5HChtLwG0g=</HostId></Error>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "signup"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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

46 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. 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": 46,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Get to know Bird.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "index": 2,
      "text": "Get to know Bird.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "index": 3,
      "text": "Get to know Bird.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Get to know Bird.</h2>"
    },
    {
      "index": 4,
      "text": "Turn scattered customer data into revenue growth.",
      "isQuestion": false,
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>"
    },
    {
      "index": 5,
      "text": "Turn scattered customer data into revenue growth.",
      "isQuestion": false,
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:410px;text-align:left\">Turn scattered customer data into revenue growth.</h2>"
    },
    {
      "index": 6,
      "text": "Businesses that turn customer data into intelligent experiences.",
      "isQuestion": false,
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:48px;letter-spacing:-1.44px;line-height:55px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:720px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "index": 7,
      "text": "Businesses that turn customer data into intelligent experiences.",
      "isQuestion": false,
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "index": 8,
      "text": "Businesses that turn customer data into intelligent experiences.",
      "isQuestion": false,
      "html": "<h2 style=\"width:100%;font-family:ABC Diatype Medium;font-weight:500;font-size:32px;letter-spacing:-0.64px;line-height:37px;margin:0;color:var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0));position:relative;z-index:0;max-width:520px;text-align:left\">Businesses that turn customer data into intelligent experiences.</h2>"
    },
    {
      "index": 9,
      "text": "Trusted by companies that depend on their data.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "index": 10,
      "text": "Trusted by companies that depend on their data.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "index": 11,
      "text": "Trusted by companies that depend on their data.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Trusted by companies that depend on their data.</h2>"
    },
    {
      "index": 12,
      "text": "Connect anywhere",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "index": 13,
      "text": "Enterprise-level security.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "index": 14,
      "text": "Connect anywhere",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "index": 15,
      "text": "Enterprise-level security.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "index": 16,
      "text": "Connect anywhere",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Connect anywhere</h2>"
    },
    {
      "index": 17,
      "text": "Enterprise-level security.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-2sqp4f\" data-styles-preset=\"GjmlBIeZZ\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-SlkWY8_h5-dQD98PPpN))\">Enterprise-level security. </h2>"
    },
    {
      "index": 18,
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "index": 19,
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "index": 20,
      "text": "Enterprise-ready APIs for developers whowant to build custom experiences.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\"><span style=\"--framer-text-color:var(--extracted-1qn201a, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">Enterprise-ready APIs for developers who</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--extracted-g1tnir, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\" class=\"framer-text\">want to build custom experiences.</span></h2>"
    },
    {
      "index": 21,
      "text": "Marketing",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Marketing</h2>"
    },
    {
      "index": 22,
      "text": "Data",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Data</h2>"
    },
    {
      "index": 23,
      "text": "Automation",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Automation</h2>"
    },
    {
      "index": 24,
      "text": "Channels",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Channels</h2>"
    },
    {
      "index": 25,
      "text": "Developer",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Developer</h2>"
    },
    {
      "index": 26,
      "text": "Solutions",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Solutions</h2>"
    },
    {
      "index": 27,
      "text": "Resources",
      "isQuestion": false,
      "html": "<h2 dir=\"auto\" style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Resources</h2>"
    },
    {
      "index": 28,
      "text": "Company",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Company</h2>"
    },
    {
      "index": 29,
      "text": "Coming soon",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Coming soon</h2>"
    },
    {
      "index": 30,
      "text": "Newsletter",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, var(--token-8d5feffd-fc4a-4435-a80a-0df03873077e, rgb(163, 163, 163)))\" class=\"framer-text\">Newsletter</h2>"
    },
    {
      "index": 31,
      "text": "Social",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:Q1VTVE9NO0FCQyBEaWF0eXBlIE1lZGl1bQ==;--framer-font-family:&quot;ABC Diatype Medium&quot;, &quot;ABC Diatype Medium Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Social</h2>"
    },
    {
      "index": 32,
      "text": "The complete AI-native platform that scales with your business.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-12u8djv\" data-styles-preset=\"rj4CdDii7\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-6cdda6ec-37cf-4b35-bd7e-eafcb606d886, rgb(255, 255, 255)))\">The complete AI-native platform that scales with your business.</h2>"
    },
    {
      "index": 33,
      "text": "Product",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>"
    },
    {
      "index": 34,
      "text": "Solutions",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>"
    },
    {
      "index": 35,
      "text": "Resources",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>"
    },
    {
      "index": 36,
      "text": "Company",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>"
    },
    {
      "index": 37,
      "text": "Coming soon",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>"
    },
    {
      "index": 38,
      "text": "Social",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>"
    },
    {
      "index": 39,
      "text": "Newsletter",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-98a70d51-3ab7-4542-8610-45e7b807004f, rgb(115, 115, 115)))\">Newsletter</h2>"
    },
    {
      "index": 40,
      "text": "Product",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Product</h2>"
    },
    {
      "index": 41,
      "text": "Solutions",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Solutions</h2>"
    },
    {
      "index": 42,
      "text": "Resources",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Resources</h2>"
    },
    {
      "index": 43,
      "text": "Company",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Company</h2>"
    },
    {
      "index": 44,
      "text": "Coming soon",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Coming soon</h2>"
    },
    {
      "index": 45,
      "text": "Social",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1ocyu3v\" data-styles-preset=\"jJUzotix3\" style=\"--framer-text-color:var(--extracted-1of0zx5, var(--token-5360ebb8-5929-41a1-a14d-27ba5ac61a3d, rgb(0, 0, 0)))\">Social</h2>"
    },
    {
      "index": 46,
      "text": "Newsletter",
      "isQuestion": false,
      "html": "<h2 style=\"--font-selector:R0Y7QUJDIERpYXR5cGUtNTAw;--framer-font-family:&quot;ABC Diatype&quot;, &quot;ABC Diatype Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:500;--framer-line-height:20px;--framer-text-color:var(--extracted-1of0zx5, rgb(115, 115, 115))\" class=\"framer-text\">Newsletter</h2>"
    }
  ],
  "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."
    }
  ]
}

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery 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/openid-configuration",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "signup"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 403,
        "contentType": "application/xml"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>PW75YMHHCKZTSPN8</RequestId><HostId>NyHqMRg1A5T5BLh7qbNZBR3I41SZHF7N8PmZB1VGPwN1RJXnkB3dFBV/LSND/HLT3JRYPTEP63g=</HostId></Error>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://bird.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://bird.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://bird.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://bird.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "signup"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links are not crawlable

100 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

Performance and AccessibilityPerformanceBrowser audit

Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).

20 Fail

Check name

Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list).

Evidence
{
  "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

20 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

10 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 33 KiB

Fix guidance

Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).

Evidence
{
  "displayValue": "Est savings of 33 KiB",
  "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

10 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 245 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 245 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

5 Fail

Check name

Loading performance

Score

76/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 100 ms",
      "numericValue": 104
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 28.36610999999998
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 69,
      "displayValue": "3.5 s",
      "numericValue": 3548.524145960806
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 68,
      "displayValue": "200 ms",
      "numericValue": 195
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 95,
      "displayValue": "0.8 s",
      "numericValue": 785.0024180504382
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 32,
      "displayValue": "470 ms",
      "numericValue": 469.99758194956246
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 45,
      "displayValue": "2.4 s",
      "numericValue": 2412.223236553675
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 96,
      "displayValue": "0.9 s",
      "numericValue": 945.0037997935458
    }
  ]
}

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.

2 reports
Public score history report links
Scan dateScoreReadinessReport
59/100Level 3, Bot-AwareCurrent report
58/100Level 3, Bot-AwareView report
bird.com AI SEO Report: 59/100 (Level 3, Bot-Aware)