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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability40%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO79%SEO58%Performance& Accessibility57%
  • AI Discoverability 40 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 58 out of 100
  • Performance and Accessibility 57 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Email and SMS Marketing for Ecommerce Businesses | Omnisend favicon

Email and SMS Marketing for Ecommerce Businesses | Omnisend

Omnisend helps ecommerce brands grow with Email & SMS marketing for Shopify, WooCommerce, and more—returning $79 for every $1 spent.

Next step

Turn this report into a fix workflow

25 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
40
Priority fix9141View details
Discoverability
57
Needs work450View details
Content Readiness
54
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready1027View details
GEO Readiness
Not Applicable
Not Applicable500
AIO Readiness
79
Mostly ready313View details
AEO Readiness
65
Needs work214View details
SEO
58
Needs work920View details
SEO
58
Needs work920View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
57
Needs work1853View details
Performance
39
Priority fix1343View details
Accessibility
90
Strong510View details

Prioritized recommendations

Issues ranked by score impact

45 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
      },
      "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": "frame-ancestors 'none'; base-uri 'self';"
}

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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          },
          {
            "path": "/openapi.yaml",
            "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          },
          {
            "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          },
          {
            "path": "/swagger.yaml",
            "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          },
          {
            "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          },
          {
            "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          },
          {
            "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
          }
        ]
      },
      "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
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "Organization"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 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".

33 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://www.omnisend.com/wp-json/",
            "rel": "https://api.w.org/",
            "type": "application/json"
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.

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

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; 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"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "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": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 70115,
        "excerpt": "<!DOCTYPE html>\n        <html lang=\"en-US\">\n\n        <head>\n            <meta charset=\"UTF-8\">\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n            <meta name=\"google-site-verification\" content=\"Rj0fO",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

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: 40 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

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": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://www.omnisend.com/shopify-email-marketing/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-shopify-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/wordpress-plugin/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-wp-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/shopify-plus/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-shopifyplus-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/bigcommerce-app/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-big-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/wix-ecommerce/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-wix2-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"/ecwid/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/ecwid2-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/shoplazza/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/shoplaza-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://appmarket.omnisend.com/app-details/651bbf1711ff0026adceb976\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-nopc-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://ecommerce-roundtable.vercel.app/\" target=\"_blank\"></a>",
      "<a id=\"menu-new-email-marketing\" href=\"/features/\" class=\"full-size\"></a>",
      "<a id=\"menu-new-email-marketing\" href=\"/features/campaigns/\" class=\"full-size\"></a>",
      "<a id=\"menu-new-sms\" href=\"/features/automation/sms-marketing/\" class=\"full-size\"></a>",
      "<a id=\"menu-new-webpush-notifications\" href=\"/features/automation/push-notifications/\" class=\"full-size\"></a>",
      "<a id=\"menu-new-buildlist\" href=\"/features/forms/\" class=\"full-size\"></a>",
      "<a id=\"menu-new-automate\" href=\"/features/segmentation/\" class=\"full-size\"></a>",
      "<a id=\"menu-ai-mcp\" href=\"/ai/mcp/\" class=\"full-size\"></a>",
      "<a id=\"menu-migration-migration\" href=\"/migration/\" class=\"full-size\"></a>",
      "<a id=\"menu-migration-klaviyo\" href=\"/migrate-from-klaviyo/\" class=\"full-size\"></a>",
      "<a id=\"menu-migration-mailchimp\" href=\"/migrate-from-mailchimp/\" class=\"full-size\"></a>",
      "<a id=\"menu-migration-mailchimp\" href=\"/migrate-yotpo/\" class=\"full-size\"></a>",
      "<a id=\"menu-integration-explore\" href=\"/integration/\" class=\"full-size\"></a>",
      "<a id=\"menu-integration-appmarket\" href=\"https://app.omnisend.com/apps/home\" class=\"full-size\"></a>",
      "<a id=\"menu-integration-api\" href=\"https://api-docs.omnisend.com/\" class=\"full-size\"></a>",
      "<a href=\"https://www.omnisend.com/shopify-email-marketing/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-shopify-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/wordpress-plugin/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-wp-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/shopify-plus/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-shopifyplus-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/bigcommerce-app/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-big-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/wix-ecommerce/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-wix2-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"/ecwid/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/ecwid2-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://www.omnisend.com/shoplazza/\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/shoplaza-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a href=\"https://appmarket.omnisend.com/app-details/651bbf1711ff0026adceb976\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/header/menu-in-nopc-min.png\" alt width=\"183\" height=\"80\"> </a>",
      "<a id=\"menu-blog\" href=\"/blog/\" class=\"full-size\"></a>",
      "<a id=\"menu-webinars\" href=\"/webinars/\" class=\"full-size\"></a>",
      "<a id=\"menu-academy\" href=\"/academy/\" class=\"full-size\"></a>",
      "<a href=\"/assistant/\" class=\"full-size\"></a>",
      "<a id=\"ask_ai_click_footer_chatgpt\" href=\"https://chatgpt.com/?prompt=Act+as+an+independent+ecommerce+software+analyst.+Using+publicly+available+information%2C+briefly+explain+what+Omnisend+(https%3A%2F%2Fwww.omnisend.com)+does%2C+who+it%27s+best+for%2C+and+the+top+3+features+that+differentiate+it+from+ecommerce+email+%26+SMS+marketing+tools+like+Klaviyo+or+Mailchimp.+Keep+the+response+factual%2C+clearly+categorized%2C+and+concise.&amp;model=auto\" target=\"_blank\"> <svg width=\"18\" height=\"18\" vie",
      "<a id=\"ask_ai_click_footer_perplexity\" href=\"https://www.perplexity.ai/search?q=Act+as+an+independent+ecommerce+software+analyst.+Using+publicly+available+information%2C+briefly+explain+what+Omnisend+(https%3A%2F%2Fwww.omnisend.com)+does%2C+who+it%27s+best+for%2C+and+the+top+3+features+that+differentiate+it+from+ecommerce+email+and+SMS+marketing+tools+like+Klaviyo+or+Mailchimp.+Keep+the+response+factual%2C+clearly+categorized%2C+and+concise.\" target=\"_blank\"> <svg width=\"18\" height=\"18\" viewBox=",
      "<a id=\"ask_ai_click_footer_gemini\" href=\"https://www.google.com/search?udm=50&amp;aep=11&amp;ved=2ahUKEwjk4rLvwtOSAxW8QPEDHZ5oNUUQoo4PegYIAAgAEAA&amp;q=What+is+Omnisend%2C+who+is+it+best+for%2C+and+what+features+differentiate+it+from+ecommerce+email+and+SMS+marketing+tools+like+Klaviyo+or+Mailchimp%3F&amp;mstk=AUtExfCkPPsQlteUS0nYklbji6U1IfpmiblbbC-e5TCXBw4Acz5GDlQ9pY_8wDBpxKwizo5gM2esm8q9TK3TNkxMEItdxQvVhmTnGH2QQqv8mEaJaRSq4Mw2-62RFfZTpedg-3NwpEpUL1yBOYzn-BvxCgYfiu9xrtHfxXj1hN6EghuNGPgqscT7snC_",
      "<a id=\"ask_ai_click_footer_claude\" href=\"https://claude.ai/new?q=Explain+what+Omnisend+is%2C+who+it+is+best+for%2C+and+the+top+three+features+that+differentiate+it+from+ecommerce+email+and+SMS+marketing+tools+like+Klaviyo+or+Mailchimp.+Keep+the+response+factual%2C+clearly+structured%2C+and+concise.\" target=\"_blank\"> <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.92319 13.3L7.85872 11.0933L7.92486 10.9016L7.85872 10.795L7.66695 10.795L7",
      "<a id=\"ask_ai_click_footer_grok\" href=\"https://x.com/i/grok?q=What+is+Omnisend%2C+who+is+it+best+for%2C+and+how+does+it+differ+from+ecommerce+email+and+SMS+tools+like+Klaviyo+or+Mailchimp%3F\" target=\"_blank\"> <svg width=\"21\" height=\"20\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_11236_8747)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.11125 12.826L15.092 7.71207C15.4341 7.46061 15.9233 7.55858 16.0869 7.94797C16.9444 10.0024 16.5611 12.4"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input type=\"text\" id=\"input-search-field\" class=\"st-default-search-input\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 35,
    "links": 281,
    "inaccessibleLinks": 40,
    "buttons": 12,
    "inaccessibleButtons": 0,
    "images": 213,
    "imagesWithAlt": 213,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          }
        ]
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; 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

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.omnisend.com",
        "probes": [
          {
            "name": "_index._agents.www.omnisend.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.omnisend.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": "www.omnisend.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "omnisend.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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: 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": "#",
      "text": "About",
      "html": "<a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a>"
    },
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://easypolls.net/#/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://easypolls.net/#/privacy\" title=\"Learn more about this provider Easypolls&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-us/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-us/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.facebook.com/policy.php/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.facebook.com/policy.php/\" title=\"Learn more about this provider Meta Platforms, Inc.&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.intercom.com/terms-and-policies#privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.intercom.com/terms-and-policies#privacy\" title=\"Learn more about this provider Intercom&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYA..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "/migration/",
      "text": "Learn more about migration",
      "html": "<a href=\"/migration/\" class=\"btn\">Learn more about migration</a>"
    },
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a href=\"/about-us/\" title=\"About us\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/omnisend/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/omnisend/\" title=\"LinkedIn\"> <svg width=\"17\" height=\"18\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 17.4277H13.581V12.0677C13.581 10.7897 13.558 9.14573 11.804 9.14573C10.025 9.14573 9.754 10.5387 9.754 11.9767V17.4277H6.339V6.40673H9.616V7.91373H9.663C10.119 7.04673 11.235 6.13273 12.898 6.13273C16.36 6.13273 16.999 8.41473 16.999 11.3827V17.4277H17ZM2.484 4.90073C1.386 4.9..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.omnisend.com/en/",
      "text": "Help center",
      "html": "<a href=\"https://support.omnisend.com/en/\">Help center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Support",
      "html": "<a href=\"/contact-us/\">Support</a>"
    },
    {
      "href": "/customer-support/",
      "text": "Support",
      "html": "<a href=\"/customer-support/\" title=\"Support\">Support</a>"
    },
    {
      "href": "https://appmarket.omnisend.com/app-list/collection/contacts",
      "text": "Email capture",
      "html": "<a href=\"https://appmarket.omnisend.com/app-list/collection/contacts\" title=\"Email capture\">Email capture</a>"
    },
    {
      "href": "/academy/",
      "text": "Omnisend academy Educational video and live training to help you make the most out of Omnisend.",
      "html": "<a href=\"/academy/\" title=\"Omnisend academy\"> <b>Omnisend academy</b> <p>Educational video and live training to help you make the most out of Omnisend.</p> </a>"
    },
    {
      "href": "https://support.omnisend.com/en/",
      "text": "Help center",
      "html": "<a href=\"https://support.omnisend.com/en/\" title=\"Help center\">Help center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Contact us",
      "html": "<a href=\"/contact-us/\" title=\"Contact us\">Contact us</a>"
    },
    {
      "href": "https://support.omnisend.com/en/",
      "text": "Help center",
      "html": "<a href=\"https://support.omnisend.com/en/\">Help center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Support",
      "html": "<a href=\"/contact-us/\">Support</a>"
    },
    {
      "href": "/customer-support/",
      "text": "Support",
      "html": "<a id=\"menu-support\" href=\"/customer-support/\" title=\"Support\">Support <span> <svg width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.33331 8.24334L3.77664 5.80001C4.21864 5.35801 4.21864 4.64134 3.77664 4.19934L1.33331 1.75601\" stroke=\"#1E2423\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> </span> </a>"
    },
    {
      "href": "https://appmarket.omnisend.com/app-list/collection/contacts",
      "text": "Email capture",
      "html": "<a id=\"menu-integration-emailcapture\" href=\"https://appmarket.omnisend.com/app-list/collection/contacts\" title=\"Email capture\">Email capture <span> <svg width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.33331 8.24334L3.77664 5.80001C4.21864 5.35801 4.21864 4.64134 3.77664 4.19934L1.33331 1.75601\" stroke=\"#1E2423\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> </span> </a>"
    },
    {
      "href": "https://support.omnisend.com/en/",
      "text": "",
      "html": "<a id=\"menu-help-center\" href=\"https://support.omnisend.com/en/\" class=\"full-size\" title=\"Help center\"></a>"
    },
    {
      "href": "/contact-us/",
      "text": "",
      "html": "<a id=\"menu-contact-us\" href=\"/contact-us/\" class=\"full-size\" title=\"Contact us\"></a>"
    },
    {
      "href": "https://support.omnisend.com/",
      "text": "Help Center",
      "html": "<a href=\" https://support.omnisend.com/ \" title=\"Help Center\">Help Center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Contact us",
      "html": "<a href=\"/contact-us/\" title=\"Contact us\">Contact us</a>"
    },
    {
      "href": "/customer-support/",
      "text": "Customer Support",
      "html": "<a href=\"/customer-support/\" title=\"Customer Support\">Customer Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://easypolls.net/#/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://easypolls.net/#/privacy\" title=\"Learn more about this provider Easypolls&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-us/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-us/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.intercom.com/terms-and-policies#privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.intercom.com/terms-and-policies#privacy\" title=\"Learn more about this provider Intercom&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYA..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy/\" title=\"Privacy Policy\">Privacy Policy</a>"
    },
    {
      "href": "/terms/",
      "text": "Terms of use",
      "html": "<a href=\"/terms/\" title=\"Terms of use\">Terms of use</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy/\" title=\"Privacy policy\">Privacy policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 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": "#",
      "text": "About",
      "html": "<a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a>"
    },
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://easypolls.net/#/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://easypolls.net/#/privacy\" title=\"Learn more about this provider Easypolls&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-us/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-us/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.facebook.com/policy.php/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.facebook.com/policy.php/\" title=\"Learn more about this provider Meta Platforms, Inc.&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.intercom.com/terms-and-policies#privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.intercom.com/terms-and-policies#privacy\" title=\"Learn more about this provider Intercom&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYA..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "/migration/",
      "text": "Learn more about migration",
      "html": "<a href=\"/migration/\" class=\"btn\">Learn more about migration</a>"
    },
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a href=\"/about-us/\" title=\"About us\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/omnisend/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/omnisend/\" title=\"LinkedIn\"> <svg width=\"17\" height=\"18\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 17.4277H13.581V12.0677C13.581 10.7897 13.558 9.14573 11.804 9.14573C10.025 9.14573 9.754 10.5387 9.754 11.9767V17.4277H6.339V6.40673H9.616V7.91373H9.663C10.119 7.04673 11.235 6.13273 12.898 6.13273C16.36 6.13273 16.999 8.41473 16.999 11.3827V17.4277H17ZM2.484 4.90073C1.386 4.9..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.omnisend.com/en/",
      "text": "Help center",
      "html": "<a href=\"https://support.omnisend.com/en/\">Help center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Support",
      "html": "<a href=\"/contact-us/\">Support</a>"
    },
    {
      "href": "/customer-support/",
      "text": "Support",
      "html": "<a href=\"/customer-support/\" title=\"Support\">Support</a>"
    },
    {
      "href": "https://appmarket.omnisend.com/app-list/collection/contacts",
      "text": "Email capture",
      "html": "<a href=\"https://appmarket.omnisend.com/app-list/collection/contacts\" title=\"Email capture\">Email capture</a>"
    },
    {
      "href": "/academy/",
      "text": "Omnisend academy Educational video and live training to help you make the most out of Omnisend.",
      "html": "<a href=\"/academy/\" title=\"Omnisend academy\"> <b>Omnisend academy</b> <p>Educational video and live training to help you make the most out of Omnisend.</p> </a>"
    },
    {
      "href": "https://support.omnisend.com/en/",
      "text": "Help center",
      "html": "<a href=\"https://support.omnisend.com/en/\" title=\"Help center\">Help center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Contact us",
      "html": "<a href=\"/contact-us/\" title=\"Contact us\">Contact us</a>"
    },
    {
      "href": "https://support.omnisend.com/en/",
      "text": "Help center",
      "html": "<a href=\"https://support.omnisend.com/en/\">Help center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Support",
      "html": "<a href=\"/contact-us/\">Support</a>"
    },
    {
      "href": "/customer-support/",
      "text": "Support",
      "html": "<a id=\"menu-support\" href=\"/customer-support/\" title=\"Support\">Support <span> <svg width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.33331 8.24334L3.77664 5.80001C4.21864 5.35801 4.21864 4.64134 3.77664 4.19934L1.33331 1.75601\" stroke=\"#1E2423\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> </span> </a>"
    },
    {
      "href": "https://appmarket.omnisend.com/app-list/collection/contacts",
      "text": "Email capture",
      "html": "<a id=\"menu-integration-emailcapture\" href=\"https://appmarket.omnisend.com/app-list/collection/contacts\" title=\"Email capture\">Email capture <span> <svg width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.33331 8.24334L3.77664 5.80001C4.21864 5.35801 4.21864 4.64134 3.77664 4.19934L1.33331 1.75601\" stroke=\"#1E2423\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> </span> </a>"
    },
    {
      "href": "https://support.omnisend.com/en/",
      "text": "",
      "html": "<a id=\"menu-help-center\" href=\"https://support.omnisend.com/en/\" class=\"full-size\" title=\"Help center\"></a>"
    },
    {
      "href": "/contact-us/",
      "text": "",
      "html": "<a id=\"menu-contact-us\" href=\"/contact-us/\" class=\"full-size\" title=\"Contact us\"></a>"
    },
    {
      "href": "https://support.omnisend.com/",
      "text": "Help Center",
      "html": "<a href=\" https://support.omnisend.com/ \" title=\"Help Center\">Help Center</a>"
    },
    {
      "href": "/contact-us/",
      "text": "Contact us",
      "html": "<a href=\"/contact-us/\" title=\"Contact us\">Contact us</a>"
    },
    {
      "href": "/customer-support/",
      "text": "Customer Support",
      "html": "<a href=\"/customer-support/\" title=\"Customer Support\">Customer Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://easypolls.net/#/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://easypolls.net/#/privacy\" title=\"Learn more about this provider Easypolls&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://www.hotjar.com/legal/policies/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-us/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-us/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.intercom.com/terms-and-policies#privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.intercom.com/terms-and-policies#privacy\" title=\"Learn more about this provider Intercom&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYA..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy/\" title=\"Privacy Policy\">Privacy Policy</a>"
    },
    {
      "href": "/terms/",
      "text": "Terms of use",
      "html": "<a href=\"/terms/\" title=\"Terms of use\">Terms of use</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy/\" title=\"Privacy policy\">Privacy policy</a>"
    }
  ],
  "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.

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

28 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": 34,
  "passing": 6,
  "failing": [
    {
      "heading": "Same power. Smaller bill.",
      "headingHtml": "<h2>Same power. Smaller bill.</h2>",
      "firstParagraph": "You get everything you need — and then some — yet the prices don’t creep up on you as they do with other platforms.",
      "paragraphHtml": "<p>You get everything you need &#x2014; and then some &#x2014; yet the<br> prices don&#x2019;t creep up on you as they do with other platforms.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Campaigns",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-1.png\" alt width=\"40\" height=\"40\"> Campaigns </h3>",
      "firstParagraph": "Send email and SMS campaigns — together or separately. Upload your brand assets once, and create on-brand campaigns every time.",
      "paragraphHtml": "<p>Send email and SMS campaigns &#x2014; together or separately. Upload your brand assets once, and create on-brand campaigns every time.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-2.png\" alt width=\"40\" height=\"40\"> Automation </h3>",
      "firstParagraph": "Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.",
      "paragraphHtml": "<p>Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-2.png\" alt width=\"40\" height=\"40\"> Automation </h3>",
      "firstParagraph": "Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.",
      "paragraphHtml": "<p>Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Campaigns",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-1.png\" alt width=\"40\" height=\"40\"> Campaigns </h3>",
      "firstParagraph": "Send email and SMS campaigns — together or separately. Upload your brand assets once, and create on-brand campaigns every time.",
      "paragraphHtml": "<p>Send email and SMS campaigns &#x2014; together or separately. Upload your brand assets once, and create on-brand campaigns every time.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-2.png\" alt width=\"40\" height=\"40\"> Automation </h3>",
      "firstParagraph": "Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.",
      "paragraphHtml": "<p>Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Campaigns",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-1.png\" alt width=\"40\" height=\"40\"> Campaigns </h3>",
      "firstParagraph": "Send email and SMS campaigns — together or separately. Upload your brand assets once, and create on-brand campaigns every time.",
      "paragraphHtml": "<p>Send email and SMS campaigns &#x2014; together or separately. Upload your brand assets once, and create on-brand campaigns every time.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Email templates",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-email-icon.png\" alt width=\"40\" height=\"40\"> Email templates </h3>",
      "firstParagraph": "Pick from a wide range of modern-looking, ready-to-use email templates, customize them to your liking, and hit send.",
      "paragraphHtml": "<p>Pick from a wide range of modern-looking, ready-to-use email templates, customize them to your liking, and hit send.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "There’s a reason brands stick with us",
      "headingHtml": "<h2 class=\"title\">There&#x2019;s a reason brands stick with us</h2>",
      "firstParagraph": "Brands trust Omnisend",
      "paragraphHtml": "<p>Brands trust Omnisend</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Migration? On us.",
      "headingHtml": "<h2 class=\"title\">Migration?<br> On us.</h2>",
      "firstParagraph": "Switching platforms shouldn't feel like defusing a bomb. Our team moves your lists, flows and templates. You give access. Wait 5 days. Done. No extra charge",
      "paragraphHtml": "<p>Switching platforms shouldn&apos;t feel like defusing a<br> bomb. Our team moves your lists, flows and<br> templates. You give access. Wait 5 days. Done. No<br> extra charge</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "The award-winning support you deserve",
      "headingHtml": "<h2>The award-winning support you deserve</h2>",
      "firstParagraph": "We’ll be there for you. Seriously, 24/7.",
      "paragraphHtml": "<p>We&#x2019;ll be there for you. Seriously, 24/7.&#xa0;</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrates with your stack. And your standards.",
      "headingHtml": "<h2>Integrates with your stack.<br> And your standards.</h2>",
      "firstParagraph": "Built on feedback of 150,000+ brands. Try Omnisend and see why they stay.",
      "paragraphHtml": "<p>Built on feedback of 150,000+ brands. Try Omnisend and see why they stay.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 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.

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

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": 6,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

41 image(s) are missing width/height attributes. 1138 possible modal/interstitial element(s) detected.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 5890,
  "htmlBytes": 1520717,
  "imagesMissingDimensions": [
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/erza.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/erza.png\" alt=\"Ezra Firestone\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-chase.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-chase.png\" alt=\"Chase Dimond\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-gretta.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-gretta.png\" alt=\"Gretta Van Riel\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/sillval2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/sillval2.png\" alt=\"Silicon Valley Girl\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t5.png\" alt=\"Silicon Valley Girl\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-ac.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-ac.png\" alt=\"AC Hampton\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/santos.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/santos.png\" alt=\"John Santos\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/erza.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/erza.png\" alt=\"Ezra Firestone\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-chase.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-chase.png\" alt=\"Chase Dimond\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-gretta.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-gretta.png\" alt=\"Gretta Van Riel\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/sillval2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/sillval2.png\" alt=\"Silicon Valley Girl\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t5.png\" alt=\"Silicon Valley Girl\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-ac.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/t-ac.png\" alt=\"AC Hampton\">"
    },
    {
      "src": "https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/santos.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"cve-poster\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/santos.png\" alt=\"John Santos\">"
    }
  ],
  "possibleDialogs": [
    "<style type=\"text/css\" id=\"CookiebotDialogStyle\">#CybotCookiebotDialog *,#CybotCookiebotDialogBodyUnderlay *{background:transparent;box-sizing:border-box;color:inherit;font-family:inherit;font-size:1em;margin:0;outline:0;padding:0;vertical-align:baseline}#CybotCookiebotDialog #CybotCookiebotDialogNav :after,#CybotCookiebotDialog #CybotCookiebotDialogNav :before{content:none}#CybotCookiebotDialog button>span:first-child,#CybotCookiebotDialog label{width:auto}#CybotCookiebotDialogBodyUnderlay{b...",
    "<div id=\"CybotCookiebotDialog\" name=\"CybotCookiebotDialog\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"CybotCookiebotDialogBodyContentTitle\" tabindex=\"-1\" lang=\"en\" dir=\"ltr\" ng-non-bindable style=\"display: flex; font-size: 0.9375rem;\" data-template=\"popup\" class=\"CybotCookiebotDialogActive\"><div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookieb...",
    "<div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALsAAAAuCAYAAABwO2iaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA1XSURBVHhe7ZwLtFZFFceRp4KCCIgBQWKKmi6D0NTSUJaomEJLVEBJ0SRrhbRQS6mk8rW0F6iJpqamgqEBKgpBgQ9ygSYqICXGawnefCVwuVzuvTz6/efb33DOd873uvdqJvN...",
    "<div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALsAAAAuCAYAAABwO2iaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA1XSURBVHhe7ZwLtFZFFceRp4KCCIgBQWKKmi6D0NTSUJaomEJLVEBJ0SRrhbRQS6mk8rW0F6iJpqamgqEBKgpBgQ9ygSYqICXGawnefCVwuVzuvTz6/efb33DOd873uvdqJvNfa9+Z2fu/Z86Zs79z5szMuU0CAgICAgICAgICAgICAgICAgI...",
    "<div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALsAAAAuCAYAAABwO2iaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA1XSURBVHhe7ZwLtFZFFceRp4KCCIgBQWKKmi6D0NTSUJaomEJLVEBJ0SRrhbRQS6mk8rW0F6iJpqamgqEBKgpBgQ9ygSYqICXGawnefCVwuVzuvTz6/efb33DOd873uvdqJvNfa9+Z2fu/Z86Zs79z5szMuU0CAgICAgICAgICAgICAgICAgICAgICAgICAgICAvJh586de+/YsaNNQ4V69rAq...",
    "<div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALsAAAAuCAYAAABwO2iaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA1XSURBVHhe7ZwLtFZFFceRp4KCCIgBQWKKmi6D0NTSUJaomEJLVEBJ0SRrhbRQS6mk8rW0F6iJpqamgqEBKgpBgQ9ygSYqICXGawnefCVwuVzuvTz6/efb33DOd873uvdqJvNfa9+Z2fu/Z86Zs79z5szMuU0CAgICAgICAgICAgICAgICAgICAgICAgICAgICAvJh586de+/YsaNNQ4V69rAqAxoZ9G0/k2amCsgD+qgF0k5iqiZNCNBjkYeQldu3b19B+kY9Z...",
    "<img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALsAAAAuCAYAAABwO2iaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA1XSURBVHhe7ZwLtFZFFceRp4KCCIgBQWKKmi6D0NTSUJaomEJLVEBJ0SRrhbRQS6mk8rW0F6iJpqamgqEBKgpBgQ9ygSYqICXGawnefCVwuVzuvTz6/efb33DOd873uvdqJvNfa9+Z2fu/Z86Zs79z5szMuU0CAgICAgICAgICAgICAgICAgICAgICAgICAgICAvJh586de+/YsaNNQ4V69rAqAxoZ9G0/k2amCsgD+qgF0k5iqiZNCNBjkYeQldu3b19B+kY9ZYX5P4YMsOoDGgFcsD3o02uQGpOJuphmDkgBfXQa8j6yN...",
    "<a href=\"https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/?utm_source=banner_cb&amp;utm_medium=referral&amp;utm_content=v2\" rel=\"noopener nofollow\" target=\"_blank\" id=\"CybotCookiebotDialogPoweredbyCybot\" aria-label=\"Cookiebot by Usercentrics - opens in a new window\" tabindex=\"-1\"><svg viewBox=\"0 0 843 248\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M249.651 182.059C246.815 181.906 243.999 182.606 241.573 184.067C239.147 185.528 237.225 187.681 236.06 190.24...",
    "<div id=\"CybotCookiebotDialogNav\" class=\"CybotCookiebotScrollAreaSide\"><div class=\"CybotCookiebotFader CybotCookiebotFaderLeft\" style=\"background-image: linear-gradient(to right, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div class=\"CybotCookiebotFader CybotCookiebotFaderRight\" style=\"background-image: linear-gradient(to left, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><ul id=\"CybotCookiebotDialogNavList\" class=\"CybotCookiebotDialogNavItems...",
    "<ul id=\"CybotCookiebotDialogNavList\" class=\"CybotCookiebotDialogNavItems\" role=\"tablist\"><li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a></li><li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookie...",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a></li>",
    "<a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a>",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDetails\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogTabContentDetails\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogTabContentDetails\" lang=\"en\">Details</a></li>",
    "<a id=\"CybotCookiebotDialogNavDetails\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogTabContentDetails\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogTabContentDetails\" lang=\"en\">Details</a>",
    "<li id=\"CybotCookiebotDialogNavItemAdSettings\" class=\"CybotCookiebotDialogNavItem CybotCookiebotDialogHide\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavAdSettings\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" lang=\"en\">[#IABV2SETTINGS#]</a></li>",
    "<a id=\"CybotCookiebotDialogNavAdSettings\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" lang=\"en\">[#IABV2SETTINGS#]</a>",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a></li>",
    "<a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a>",
    "<div id=\"CybotCookiebotDialogTabContent\"><div id=\"CybotCookiebotDialogBody\" class=\"CybotCookiebotDialogTabPanel\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDeclaration\" lang=\"en\"><div class=\"CybotCookiebotScrollContainer\"><div id=\"CybotCookiebotDialogBodyContent\" class=\"CybotCookiebotScrollArea\"><div class=\"CybotCookiebotFader CybotCookiebotDialogActive\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0)...",
    "<div id=\"CybotCookiebotDialogBody\" class=\"CybotCookiebotDialogTabPanel\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDeclaration\" lang=\"en\"><div class=\"CybotCookiebotScrollContainer\"><div id=\"CybotCookiebotDialogBodyContent\" class=\"CybotCookiebotScrollArea\"><div class=\"CybotCookiebotFader CybotCookiebotDialogActive\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div id=\"CybotCookiebotDialogBo...",
    "<div id=\"CybotCookiebotDialogBodyContent\" class=\"CybotCookiebotScrollArea\"><div class=\"CybotCookiebotFader CybotCookiebotDialogActive\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div id=\"CybotCookiebotDialogBodyContentTitle\" class=\"CybotCookiebotDialogBodyContentHeading\" lang=\"en\" role=\"heading\" aria-level=\"2\">This website uses cookies</div><div id=\"CybotCookiebotDialogBodyContentText\" lang=\"en\"><p>W...",
    "<div class=\"CybotCookiebotFader CybotCookiebotDialogActive\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div>",
    "<div id=\"CybotCookiebotDialogBodyContentTitle\" class=\"CybotCookiebotDialogBodyContentHeading\" lang=\"en\" role=\"heading\" aria-level=\"2\">This website uses cookies</div>",
    "<div id=\"CybotCookiebotDialogBodyContentText\" lang=\"en\"><p>We use cookies on&#xa0;omnisend.com&#xa0;and&#xa0;app.omnisend.com.&#xa0;</p><p>&#xa0;</p><p>We use cookies to make our services work, to personalise content and ads, to provide social media features, and to analyse traffic across our website and app. </p><p>&#xa0;</p><p>With your consent, we share usage data with analytics, advertising, and social media partners, who may combine it with other information you provide or they collect....",
    "<div class=\"CybotCookiebotDialogGpcContainer\" style=\"display: none;\"><div id=\"CybotCookiebotDialogGpcIcon\">[#GPC_BANNER_ICON#]</div><div class=\"CybotCookiebotDialogGpcText\" lang=\"en\">[#GPC_TOAST_TEXT#]</div></div>",
    "<div id=\"CybotCookiebotDialogGpcIcon\">[#GPC_BANNER_ICON#]</div>",
    "<div class=\"CybotCookiebotDialogGpcText\" lang=\"en\">[#GPC_TOAST_TEXT#]</div>",
    "<div class=\"CybotCookiebotDialogBodyBottomWrapper\"><div id=\"CybotCookiebotDialogBodyLevelWrapper\" class=\"CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"...",
    "<div id=\"CybotCookiebotDialogBodyLevelWrapper\" class=\"CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"Cy...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBo...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookie...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDi...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"Cybot...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span>",
    "<div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary</strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessa...",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary</strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" class=\"CybotCookiebotDialogBodyLevelButton CybotCooki...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary</strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonPreferences\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Preferences</strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"Cy...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonPreferences\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Preferences</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Preferences</strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonStatistics\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Statistics</strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"Cybot...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonStatistics\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Statistics</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Statistics</strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonMarketing\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Marketing</strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCoo...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonMarketing\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Marketing</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Marketing</strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div id=\"CybotCookiebotDialogBodyEdgeMoreDetails\"><a id=\"CybotCookiebotDialogBodyEdgeMoreDetailsLink\" href=\"#\" class>Show details</a></div>",
    "<a id=\"CybotCookiebotDialogBodyEdgeMoreDetailsLink\" href=\"#\" class>Show details</a>",
    "<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogTabContentDetails\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDetails\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div class=\"CybotCookiebotDialogSROnly\" role=\"hea...",
    "<div id=\"CybotCookiebotDialogTabContentDetails\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDetails\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">Details</div><div id=\"CybotCookiebotDialogDetai...",
    "<div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">Details</div>",
    "<div id=\"CybotCookiebotDialogDetailBody\"><div id=\"CybotCookiebotDialogDetailBodyContent\"><div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><butto...",
    "<div id=\"CybotCookiebotDialogDetailBodyContent\"><div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyConte...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebo...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogColl...",
    "<ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyCon...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (47)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecess...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (47)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNece...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (47)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" role=\"heading\" aria-level=\"3\">Necessary </span> <span...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" role=\"heading\" aria-level=\"3\">Necessary </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">47</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\" role=\"switch\" a...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\" role=\"switch\" aria-checked=\"true\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\" role=\"switch\" aria-checked=\"true\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<di...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_bla...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a ne...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cf.turnstile.u</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"C...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cf.turnstile.u</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>:...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cf.turnstile.u</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cookiebot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cookiebot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span cla...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Easypolls<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Easypolls<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://easypolls.net/#/privacy\" title=\"Learn more about this provider Easypolls&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALB</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALB</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALB</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBCORS</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialog...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBCORS</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBTG</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBTG</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBTGCORS</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBTGCORS</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong><span class=\"CybotCooki...",
    "<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user&apos;s browser supports cookies.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 da...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user&apos;s browser supports cookies.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_GRECAPTCHA</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailB...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_GRECAPTCHA</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::a</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::a</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::b</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session<...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::b</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::c</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session<...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::c</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::d-15#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Pers...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::d-15#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::f</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persiste...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::f</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum S...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">li_gc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cybo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">li_gc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 18...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">li_gc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new windo...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">l.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website....",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">l.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website. This allows the website to find the best variation/edition of the site. </span><div class=\"Cy...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">l.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website. This allows the website to find the best variation/edition of the site. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span><div class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">vwoSn</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span><div class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">vwoSn</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">aplo-evnt.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cla...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">aplo-evnt.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">X-CSRF-TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Ensures visitor browsing-security by preventing cross-site request forgery. This cookie is essential for the security of the website and visitor. </sp...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">X-CSRF-TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Ensures visitor browsing-security by preventing cross-site request forgery. This cookie is essential for the security of the website and visitor. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">X-CSRF-TOKEN</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Ensures visitor browsing-security by preventing cross-site request forgery. This cookie is essential for the security of the website and visitor. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>apollo.io<br>hsadspixel.net<br>hs-banner.com<br>hubspotusercontent.com<br>hubspotusercontent-na1.net<br>www.omnisend.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">17</div></a><div class=\"CybotCookiebotDialogDetailBody...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>apollo.io<br>hsadspixel.net<br>hs-banner.com<br>hubspotusercontent.com<br>hubspotusercontent-na1.net<br>www.omnisend.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">17</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">17</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x17]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of the...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x17]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span cl...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x17]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">app.revenuehero.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><stron...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">app.revenuehero.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">RH_FORM_ID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterConte...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">RH_FORM_ID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetail...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">RH_FORM_ID</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">RH_SHOW_LOADER</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">RH_SHOW_LOADER</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.mxpnl.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cla...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.mxpnl.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__mp_opt_in_out_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__mp_opt_in_out_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Dura...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__mp_opt_in_out_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">datawrapper.dwcdn.net<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><st...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">datawrapper.dwcdn.net<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">#/datawrapper.gif&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Counts the total number of views for embedded visualizations.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\">...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">#/datawrapper.gif&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Counts the total number of views for embedded visualizations.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">#/datawrapper.gif&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Counts the total number of views for embedded visualizations.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><str...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">firebase-heartbeat-database#firebase-heartbeat-store</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in order to detect spam and improve the website&apos;s security. </span><div class=\"CybotCookiebotDialogD...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">firebase-heartbeat-database#firebase-heartbeat-store</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in order to detect spam and improve the website&apos;s security. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInf...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">firebase-heartbeat-database#firebase-heartbeat-store</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in order to detect spam and improve the website&apos;s security. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sentry-offline#queue</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects and logs potential errors on third-party provided functions on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sentry-offline#queue</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects and logs potential errors on third-party provided functions on the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">elevenlabs.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cla...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">elevenlabs.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">elevenLabsAudioNativePlayerClientId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCon...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">elevenLabsAudioNativePlayerClientId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"C...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">elevenLabsAudioNativePlayerClientId</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">mountain.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong clas...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">mountain.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">guid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailB...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">guid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">guid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">px.mountain.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong c...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">px.mountain.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">tt</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers the website&apos;s speed and performance. This function can be used in context with statistics and load-balancing.</span><div class=\"CybotCookiebotDia...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">tt</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers the website&apos;s speed and performance. This function can be used in context with statistics and load-balancing.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">tt</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers the website&apos;s speed and performance. This function can be used in context with statistics and load-balancing.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">PHPSESSID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves user session state across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDi...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">PHPSESSID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves user session state across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">PHPSESSID</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves user session state across page requests.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreferenceCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Preferences (5)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Preferences (5)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButton...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Preferences (5)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" role=\"heading\" aria-level=\"3\">Preferences </span...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" role=\"heading\" aria-level=\"3\">Preferences </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">5</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" tabindex=\"0\" role=\"switch\"...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria...",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div c...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\"...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjDonePolls</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Set when the user minimises a questionnaire panel. The cookie ensures that the panel remains minimised when the user navigates the website.</span><div...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjDonePolls</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Set when the user minimises a questionnaire panel. The cookie ensures that the panel remains minimised when the user navigates the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDia...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjDonePolls</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Set when the user minimises a questionnaire panel. The cookie ensures that the panel remains minimised when the user navigates the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjDonePolls</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Set when the user minimises a questionnaire panel. The cookie ensures that the panel remains minimised when the user navigates the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDia...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjDonePolls</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Set when the user minimises a questionnaire panel. The cookie ensures that the panel remains minimised when the user navigates the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">messagesUtk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores a unique ID string for each chat-box session. This allows the website-support to see previous issues and reconnect with the previous supporter....",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">messagesUtk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores a unique ID string for each chat-box session. This allows the website-support to see previous issues and reconnect with the previous supporter. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">messagesUtk</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores a unique ID string for each chat-box session. This allows the website-support to see previous issues and reconnect with the previous supporter. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"C...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetail...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia-video-progress-#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a timestamp for the website&#x2019;s video-content. This allows the user to resume watching without having to start over, if the u...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia-video-progress-#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a timestamp for the website&#x2019;s video-content. This allows the user to resume watching without having to start over, if the user leaves the video or website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCook...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia-video-progress-#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a timestamp for the website&#x2019;s video-content. This allows the user to resume watching without having to start over, if the user leaves the video or website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatisticsCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsSt...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButton...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" role=\"heading\" aria-level=\"3\">Statistics </span>...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" role=\"heading\" aria-level=\"3\">Statistics </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">33</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hi...",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div c...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\"...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong><span class=\"CybotCookiebotDial...",
    "<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID that is used to generate statistical data on how the visitor uses the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID that is used to generate statistical data on how the visitor uses the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebot...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Hotjar<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.hotjar.com/legal/policies/privacy/\" title=\"Learn more about this provider Hotjar&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNS...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hjActiveViewportIds</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie contains an ID string on the current session. This contains non-personal information on what subpages the visitor enters &#x2013; t...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hjActiveViewportIds</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie contains an ID string on the current session. This contains non-personal information on what subpages the visitor enters &#x2013; this information is used to optimize the visitor&apos;s experience.</span><div class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hjActiveViewportIds</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie contains an ID string on the current session. This contains non-personal information on what subpages the visitor enters &#x2013; this information is used to optimize the visitor&apos;s experience.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hjViewportId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s screen size in order to adjust the size of images on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hjViewportId</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s screen size in order to adjust the size of images on the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjSession_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span clas...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjSession_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjSessionUser_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjSessionUser_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjTLDTest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users&apos; behaviour on the website. Used for internal analytics by the website operator. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContent...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_hjTLDTest</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users&apos; behaviour on the website. Used for internal analytics by the website operator. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><s...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage D...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to recognise the visitor&apos;s browser upon reentry on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to recognise the visitor&apos;s browser upon reentry on the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookie...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-us/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clck</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</s...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clck</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCook...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clck</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clsk&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users&apos; behaviour on the website. Used for internal analytics by the website operator. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clsk&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users&apos; behaviour on the website. Used for internal analytics by the website operator. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_cltk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users&apos; behaviour on the website. Used for internal analytics by the website operator. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_cltk</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users&apos; behaviour on the website. Used for internal analytics by the website operator. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sliguid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span><div clas...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sliguid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sliguid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slirequested</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDia...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slirequested</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new windo...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_s</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to determine if the visitor is participating in a design experiment.</span><div class=\"CybotCookiebotDialogDetailBodyCo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_s</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to determine if the visitor is participating in a design experiment.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCont...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_s</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to determine if the visitor is participating in a design experiment.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 100 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 100 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_test_cookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user&apos;s browser supports cookies.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration<...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_test_cookie</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user&apos;s browser supports cookies.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_ds</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been loaded with the purpose of generating reports for optimising the website content.</span><div class=\"Cyb...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_ds</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been loaded with the purpose of generating reports for optimising the website content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 30 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 30 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_sn</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cy...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_sn</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to ensure that the same user interface variant is displayed for each visit, if the user is participating in a design experiment.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to ensure that the same user interface variant is displayed for each visit, if the user is participating in a design experiment.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid_v2</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span><div class=\"CybotCookiebot...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid_v2</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">vwo_apm_sent</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">vwo_apm_sent</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.mxpnl.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cla...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.mxpnl.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_gen_new_tab_id_mixpanel_f5b2b45e51a4535921d59484593573f4</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCook...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_gen_new_tab_id_mixpanel_f5b2b45e51a4535921d59484593573f4</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_gen_new_tab_id_mixpanel_f5b2b45e51a4535921d59484593573f4</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_tab_id_mixpanel_f5b2b45e51a4535921d59484593573f4</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_tab_id_mixpanel_f5b2b45e51a4535921d59484593573f4</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><str...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_anonymous_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to identify a specific visitor - this information is used to identify the number of specific visitors on a website.</span><div...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_anonymous_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to identify a specific visitor - this information is used to identify the number of specific visitors on a website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDia...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_anonymous_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to identify a specific visitor - this information is used to identify the number of specific visitors on a website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_anonymous_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to count how many times a website has been visited by different visitors - this is done by assigning the visitor an ID, so the visitor does not get registered twice.</span><div class=\"CybotCookiebotDialogDetailBodyConte...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_anonymous_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to count how many times a website has been visited by different visitors - this is done by assigning the visitor an ID, so the visitor does not get registered twice.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong clas...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_exp_#_combi</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to ensure that the same user interface variant is displayed for each visit, if the user is participating in a...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_exp_#_combi</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to ensure that the same user interface variant is displayed for each visit, if the user is participating in a design experiment.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\">...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vis_opt_exp_#_combi</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Visual Website Optimizer to ensure that the same user interface variant is displayed for each visit, if the user is participating in a design experiment.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 100 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 100 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hs-cta-interactions#cta</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what p...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hs-cta-interactions#cta</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hs-cta-interactions#cta</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mixpanelBrowserDb#mixpanelRecordingEvents</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span cl...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mixpanelBrowserDb#mixpanelRecordingEvents</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mixpanelBrowserDb#mixpanelRecordingRegistry</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mixpanelBrowserDb#mixpanelRecordingRegistry</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the website to track the visitor&apos;s use of video-content - The cookie roots from Wistia, which provides video-software to websites.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the website to track the visitor&apos;s use of video-content - The cookie roots from Wistia, which provides video-software to websites.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertisingCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (46)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabs...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (46)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButt...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (46)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" role=\"heading\" aria-level=\"3\">Marketing </span>...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" role=\"heading\" aria-level=\"3\">Marketing </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">46</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <spa...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidde...",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platf...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCou...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" t...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - op...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.facebook.com/policy.php/\" title=\"Learn more about this provider Meta Platforms, Inc.&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">fbssls_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the visitor&#x2019;s use of the comment system on the website, and what blogs/articles the visitor has read. This can be used for marketi...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">fbssls_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the visitor&#x2019;s use of the comment system on the website, and what blogs/articles the visitor has read. This can be used for marketing purposes. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">fbssls_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the visitor&#x2019;s use of the comment system on the website, and what blogs/articles the visitor has read. This can be used for marketing purposes. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrer</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrer</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrerTime</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrerTime</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">log/error</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to detect and log potential tracking errors.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">log/error</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to detect and log potential tracking errors.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_fbp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Facebook to deliver a series of advertisement products such as real time bidding from third party advertisers.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInf...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_fbp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Facebook to deliver a series of advertisement products such as real time bidding from third party advertisers.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">pagead/1p-user-list/#</strong><span class=\"...",
    "<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">pagead/1p-user-list/#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">pagead/1p-user-list/#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-fees between websites.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_au</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google AdSense for experimenting with advertisement efficiency across websites using their services. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoote...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_au</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google AdSense for experimenting with advertisement efficiency across websites using their services. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_ls</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span c...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_ls</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements on the website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor&apos;s device and behaviour. Tracks the visitor across devices and marketing channels.</sp...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor&apos;s device and behaviour. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor&apos;s device and behaviour. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hmpl</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user preferences and/or interaction with web-campaign content - This is used on CRM-campaign-platform used by website owners for promoting events or products.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoF...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hmpl</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user preferences and/or interaction with web-campaign content - This is used on CRM-campaign-platform used by website owners for promoting events or products.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">HUBLYTICS_EVENTS_53</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span><div class=\"CybotC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">HUBLYTICS_EVENTS_53</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Intercom<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Intercom<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.intercom.com/terms-and-policies#privacy\" title=\"Learn more about this provider Intercom&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">gtm_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span><div cla...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">gtm_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">gtm_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieIn...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxim...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid_exp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid_exp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid_exp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid_exp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MUID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used widely by Microsoft as a unique user ID. The cookie enables user tracking by synchronising the ID across many Microsoft domains.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MUID</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used widely by Microsoft as a unique user ID. The cookie enables user tracking by synchronising the ID across many Microsoft domains.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span><div class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slireg</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficie...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slireg</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficient retargeting. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><sp...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slireg</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficient retargeting. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Salesloft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Salesloft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">site_identity</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span><div cla...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">site_identity</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">site_identity</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new windo...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">s.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficien...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">s.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficient retargeting. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><spa...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">s.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficient retargeting. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">YouTube<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">12</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">YouTube<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">12</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">12</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInf...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YEC</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s video player preferences using embedded YouTube video</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YEC</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s video player preferences using embedded YouTube video</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YNID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetai...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YNID</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Dura...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LogsDatabaseV2:V#||LogsRequestsStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxim...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LogsDatabaseV2:V#||LogsRequestsStore</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ServiceWorkerLogsDatabase#SWHealthLog</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ServiceWorkerLogsDatabase#SWHealthLog</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">TESTCOOKIESENABLED</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">TESTCOOKIESENABLED</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">VISITOR_INFO1_LIVE</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tries to estimate the users&apos; bandwidth on pages with integrated YouTube videos.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>M...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">VISITOR_INFO1_LIVE</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tries to estimate the users&apos; bandwidth on pages with integrated YouTube videos.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YSC</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID to keep statistics of what videos from YouTube the user has seen.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stora...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YSC</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID to keep statistics of what videos from YouTube the user has seen.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCon...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ytidb::LAST_RESULT_ENTRY_KEY</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s video player preferences using embedded YouTube video</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ytidb::LAST_RESULT_ENTRY_KEY</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s video player preferences using embedded YouTube video</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Durati...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.mxpnl.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cla...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.mxpnl.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__mpq_#_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span><div class=\"...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__mpq_#_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetai...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__mpq_#_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_#_mixpanel&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDia...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mp_#_mixpanel&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><str...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tld__&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div clas...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tld__&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tld__&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_user_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to collect data on the visitor&apos;s behavior on the website - this information can be used to assign the visitor to a visitor segment, based on common preferences.</span><div class=\"CybotCookiebotDialogDetailBodyContentCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_user_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to collect data on the visitor&apos;s behavior on the website - this information can be used to assign the visitor to a visitor segment, based on common preferences.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_user_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitors&apos; preferences and behaviour on the website - This information is used make content and advertisement more relevant to the specific visitor. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\">...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ajs_user_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitors&apos; preferences and behaviour on the website - This information is used make content and advertisement more relevant to the specific visitor. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">opps-widget.getwarmly.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">opps-widget.getwarmly.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ClientSessionStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ClientSessionStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ClientSessionStore</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MediaStore-client</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MediaStore-client</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">warmly_fingerprint</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">warmly_fingerprint</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">WidgetStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetai...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">WidgetStore</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-label=\"Unclassified (12)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-expanded=\"false\">Unclassified <span class=\"Cybo...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-label=\"Unclassified (12)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-expanded=\"false\">Unclassified <span class=\"CybotCookiebotDialogDetailBulkConsentCount\">12</span></button>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">12</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<di...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\"...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspot-modern-theme</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoF...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspot-modern-theme</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspot-modern-theme</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">aplo-evnt.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cla...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">aplo-evnt.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_leadgenie_session</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_leadgenie_session</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_leadgenie_session</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">assets.apollo.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">assets.apollo.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">66339f36037b36043af1b3e8_canTrack</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyConte...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">66339f36037b36043af1b3e8_canTrack</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"Cyb...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">66339f36037b36043af1b3e8_canTrack</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">66339f36037b36043af1b3e8_eventQueue</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"C...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">66339f36037b36043af1b3e8_eventQueue</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">apolloAnonId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">apolloAnonId</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><str...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">demo.arcade.software<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">firebase-app-check-database#firebase-app-check-store</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDi...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">firebase-app-check-database#firebase-app-check-store</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</sp...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">firebase-app-check-database#firebase-app-check-store</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong clas...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ac_referral_2025</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoote...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ac_referral_2025</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ac_referral_2025</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">impact_click_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogDet...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">impact_click_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">impact_partner_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">impact_partner_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">impact_program_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">impact_program_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.omnisend.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_383821_config</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_383821_config</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_383821_config</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mixpanelFlagsDb#mixpanelFlags</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mixpanelFlagsDb#mixpanelFlags</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div id=\"CybotCookiebotDialogDetailBulkConsent\" lang=\"en\" style=\"display: none;\"><a id=\"CybotCookiebotDialogDetailBulkConsentLink\" href=\"#\" class=\"CybotExpandLink CybotCookiebotDialogCollapsed\" data-target=\"CybotCookiebotDialogDetailBulkConsentListWrapper\">Cross-domain consent<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">[#BULK_CONSENT_DOMAINS_COUNT#]</span></a><div role=\"heading\" aria-level=\"3\">[#BULK_CONSENT_TITLE#]</div><div id=\"CybotCookiebotDialogDetailBulkConsentListWrapper\"...",
    "<a id=\"CybotCookiebotDialogDetailBulkConsentLink\" href=\"#\" class=\"CybotExpandLink CybotCookiebotDialogCollapsed\" data-target=\"CybotCookiebotDialogDetailBulkConsentListWrapper\">Cross-domain consent<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">[#BULK_CONSENT_DOMAINS_COUNT#]</span></a>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">[#BULK_CONSENT_DOMAINS_COUNT#]</span>",
    "<div id=\"CybotCookiebotDialogDetailBulkConsentListWrapper\" class=\"CybotCookiebotDialogHide\"><span>List of domains your consent applies to:</span> [#BULK_CONSENT_DOMAINS#]</div>",
    "<div id=\"CybotCookiebotDialogDetailFooter\" lang=\"en\">Cookie declaration last updated on 5/22/26 by <a href=\"https://www.cookiebot.com\" target=\"_blank\" rel=\"noopener\">Cookiebot</a></div>",
    "<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAdSettings\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div id=\"CybotCookiebotDialogDetailBo...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAdSettings\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div id=\"CybotCookiebotDialogDetailBodyContentIABContainer\"><div id=\"CybotCookiebotDialogDetailBodyConten...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABContainer\"><div id=\"CybotCookiebotDialogDetailBodyContentIABv2Tabs\"><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BO...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2Tabs\"><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_PREFERENCE_INTRO#]</div><div class=\"CookieCard\"><div id=\"...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div>",
    "<div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_PREFERENCE_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Purposes\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PURPOSES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\">[#IABV2_LABEL_PURPOSES#]</button><div class=\"CybotCookiebotDialogDetailB...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Purposes\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PURPOSES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\">[#IABV2_LABEL_PURPOSES#]</button>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_PURPOSES_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_PURPOSES#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Features\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_FEATURES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\">[#IABV2_LABEL_FEATURES#]</button><div class=\"CybotCookiebotDialogDetailB...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Features\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_FEATURES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\">[#IABV2_LABEL_FEATURES#]</button>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_FEATURES_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_FEATURES#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Partners\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PARTNERS_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\">[#IABV2_LABEL_PARTNERS#]</button><div class=\"CybotCookiebotDialogDetailB...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Partners\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PARTNERS_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\">[#IABV2_LABEL_PARTNERS#]</button>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_PARTNERS_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_PARTNERS#]</div>",
    "<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogDetailBodyContentTextAbout\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAbout\" lang=\"en\"><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36,...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentTextAbout\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAbout\" lang=\"en\"><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(30, 36, 35), rgba(30, 36, 35, 0.8), rgba(30, 36, 35, 0));\"></div><div role=\"paragraph\" tabinde...",
    "<div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div>",
    "<div id=\"CybotCookiebotDialogFooter\" class=\"CybotCookiebotScrollContainer\"><div class=\"CybotCookiebotScrollArea\"><div id=\"CybotCookiebotDialogBodyButtons\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInforma...",
    "<div id=\"CybotCookiebotDialogBodyButtons\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBo...",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div><label c...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Do not sell or share my personal information</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Do not sell or share my personal information</strong>",
    "<div id=\"CybotCookiebotDialogBodyButtonsWrapper\"><button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Deny</button> <button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Allow selection</button> <button id=\"CybotCookiebotDialogBodyLevelButtonCustomize\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Customize<div...",
    "<button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Deny</button>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Allow selection</button>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonCustomize\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Customize<div class=\"CybotCookiebotDialogArrow\"></div></button>",
    "<div class=\"CybotCookiebotDialogArrow\"></div>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Allow all</button>"
  ],
  "score": 70,
  "weight": 10
}

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

28 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": 34,
  "passing": 6,
  "failing": [
    {
      "heading": "Same power. Smaller bill.",
      "headingHtml": "<h2>Same power. Smaller bill.</h2>",
      "firstParagraph": "You get everything you need — and then some — yet the prices don’t creep up on you as they do with other platforms.",
      "paragraphHtml": "<p>You get everything you need &#x2014; and then some &#x2014; yet the<br> prices don&#x2019;t creep up on you as they do with other platforms.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Campaigns",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-1.png\" alt width=\"40\" height=\"40\"> Campaigns </h3>",
      "firstParagraph": "Send email and SMS campaigns — together or separately. Upload your brand assets once, and create on-brand campaigns every time.",
      "paragraphHtml": "<p>Send email and SMS campaigns &#x2014; together or separately. Upload your brand assets once, and create on-brand campaigns every time.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-2.png\" alt width=\"40\" height=\"40\"> Automation </h3>",
      "firstParagraph": "Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.",
      "paragraphHtml": "<p>Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-2.png\" alt width=\"40\" height=\"40\"> Automation </h3>",
      "firstParagraph": "Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.",
      "paragraphHtml": "<p>Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Campaigns",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-1.png\" alt width=\"40\" height=\"40\"> Campaigns </h3>",
      "firstParagraph": "Send email and SMS campaigns — together or separately. Upload your brand assets once, and create on-brand campaigns every time.",
      "paragraphHtml": "<p>Send email and SMS campaigns &#x2014; together or separately. Upload your brand assets once, and create on-brand campaigns every time.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-2.png\" alt width=\"40\" height=\"40\"> Automation </h3>",
      "firstParagraph": "Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.",
      "paragraphHtml": "<p>Build workflows for welcome, abandoned cart, post-purchase, and more. Let them bring in revenue on autopilot.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forms and popups",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-4.png\" alt width=\"40\" height=\"40\"> Forms and popups </h3>",
      "firstParagraph": "Collect emails and phone numbers with branded, high-converting forms. No coding required.",
      "paragraphHtml": "<p>Collect emails and phone numbers with branded, high-converting forms. No coding required.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Campaigns",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-1.png\" alt width=\"40\" height=\"40\"> Campaigns </h3>",
      "firstParagraph": "Send email and SMS campaigns — together or separately. Upload your brand assets once, and create on-brand campaigns every time.",
      "paragraphHtml": "<p>Send email and SMS campaigns &#x2014; together or separately. Upload your brand assets once, and create on-brand campaigns every time.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Email templates",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-email-icon.png\" alt width=\"40\" height=\"40\"> Email templates </h3>",
      "firstParagraph": "Pick from a wide range of modern-looking, ready-to-use email templates, customize them to your liking, and hit send.",
      "paragraphHtml": "<p>Pick from a wide range of modern-looking, ready-to-use email templates, customize them to your liking, and hit send.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Segmentation",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-3.png\" alt width=\"40\" height=\"40\"> Segmentation </h3>",
      "firstParagraph": "Segment by behavior, purchase history, engagement — or all three — so every send feels intentional.",
      "paragraphHtml": "<p>Segment by behavior, purchase history, engagement &#x2014; or all three &#x2014; so every send feels intentional.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reports",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-5.png\" alt width=\"40\" height=\"40\"> Reports </h3>",
      "firstParagraph": "See sales, performance, and engagement with clear reports that help you decide what to do next.",
      "paragraphHtml": "<p>See sales, performance, and engagement with clear reports that help you decide what to do next.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnisend AI",
      "headingHtml": "<h3 class=\"title\"> <img loading=\"lazy\" src=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/img/v2-home/hf-7.png\" alt width=\"40\" height=\"40\"> Omnisend AI </h3>",
      "firstParagraph": "Let AI write copy, pick send times, and segment your audience. You just hit approve.",
      "paragraphHtml": "<p>Let AI write copy, pick send times, and segment your audience. You just hit approve.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "There’s a reason brands stick with us",
      "headingHtml": "<h2 class=\"title\">There&#x2019;s a reason brands stick with us</h2>",
      "firstParagraph": "Brands trust Omnisend",
      "paragraphHtml": "<p>Brands trust Omnisend</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Migration? On us.",
      "headingHtml": "<h2 class=\"title\">Migration?<br> On us.</h2>",
      "firstParagraph": "Switching platforms shouldn't feel like defusing a bomb. Our team moves your lists, flows and templates. You give access. Wait 5 days. Done. No extra charge",
      "paragraphHtml": "<p>Switching platforms shouldn&apos;t feel like defusing a<br> bomb. Our team moves your lists, flows and<br> templates. You give access. Wait 5 days. Done. No<br> extra charge</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "The award-winning support you deserve",
      "headingHtml": "<h2>The award-winning support you deserve</h2>",
      "firstParagraph": "We’ll be there for you. Seriously, 24/7.",
      "paragraphHtml": "<p>We&#x2019;ll be there for you. Seriously, 24/7.&#xa0;</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrates with your stack. And your standards.",
      "headingHtml": "<h2>Integrates with your stack.<br> And your standards.</h2>",
      "firstParagraph": "Built on feedback of 150,000+ brands. Try Omnisend and see why they stay.",
      "paragraphHtml": "<p>Built on feedback of 150,000+ brands. Try Omnisend and see why they stay.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

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": "Same power. Smaller bill.",
      "html": "<h2>Same power. Smaller bill.</h2>"
    },
    {
      "text": "There’s a reason brands stick with us",
      "html": "<h2 class=\"title\">There&#x2019;s a reason brands stick with us</h2>"
    },
    {
      "text": "Migration? On us.",
      "html": "<h2 class=\"title\">Migration?<br> On us.</h2>"
    },
    {
      "text": "Trusted, tested, talked about",
      "html": "<h2 class=\"title\">Trusted, tested, talked about</h2>"
    },
    {
      "text": "The award-winning support you deserve",
      "html": "<h2>The award-winning support you deserve</h2>"
    },
    {
      "text": "Integrates with your stack. And your standards.",
      "html": "<h2>Integrates with your stack.<br> And your standards.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Email and SMS Marketing for Ecommerce Businesses free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Email and SMS Marketing for Ecommerce Businesses free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses 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; charset=UTF-8",
            "length": 174040
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          }
        ]
      },
      "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": "Same power. Smaller bill.",
      "html": "<h2>Same power. Smaller bill.</h2>"
    },
    {
      "text": "There’s a reason brands stick with us",
      "html": "<h2 class=\"title\">There&#x2019;s a reason brands stick with us</h2>"
    },
    {
      "text": "Migration? On us.",
      "html": "<h2 class=\"title\">Migration?<br> On us.</h2>"
    },
    {
      "text": "Trusted, tested, talked about",
      "html": "<h2 class=\"title\">Trusted, tested, talked about</h2>"
    },
    {
      "text": "The award-winning support you deserve",
      "html": "<h2>The award-winning support you deserve</h2>"
    },
    {
      "text": "Integrates with your stack. And your standards.",
      "html": "<h2>Integrates with your stack.<br> And your standards.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Email and SMS Marketing for Ecommerce Businesses free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Email and SMS Marketing for Ecommerce Businesses?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Email and SMS Marketing for Ecommerce Businesses free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Email and SMS Marketing for Ecommerce Businesses 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": 146,
        "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": 131,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/head",
            "/h1",
            "/center",
            "/center",
            "/body",
            "/html"
          ],
          "rawExcerpt": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
        }
      },
      "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": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 174040,
        "text": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel=\"preconnect\" href=\"https://connect.facebook.net\">\r\n            <link rel=\"preconnect\" href=\"https://js.hs-scripts.com\">\r\n            <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\" />\r\n\r\n            <!-- FONTS / PRELOAD -->\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/fonts/FaktumRegular/font.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/fonts/FaktumExtraBold/font.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>\r\n\r\n            <link href=\"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap\" rel=\"stylesheet\">\r\n\r\n            <!-- PRELOAD -->\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/global.min.css?v=10089887987888875287775458744444444\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/abtest.min.css?v=10089887987888875287775458744444444\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\r\n\r\n                        <link rel=\"preload\" href=\"https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.3.0/css/lightgallery-bundle.min.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\r\n            \r\n            <link rel=\"stylesheet\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/global.min.css?v=10089887987888875287775458744444444\"><link rel=\"stylesheet\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/abtest.min.css?v=10089887987888875287775458744444444\"><style>.error-page a.link{display:inline-block;font-weight:500;font-size:18px;line-height:178%;color:#1E2423;padding-bottom:0;border-bottom:2px solid #88D880;-webkit-transition:ease all .3s;transition:ease all .3s;position:relative;margin-top:24px}.error-page a.link:hover{border-bottom:2px solid transparent}.error-page a.link:hover span::after{-webkit-transform:translate(0,-50%) translateX(8px) perspective(1px);transform:translate(0,-50%) translateX(8px) perspective(1px)}.error-page a.link:hover span::before{opacity:1;-webkit-transform:translate(0,-50%) translateX(0);transform:translate(0,-50%) translateX(0);width:14px}.error-page a.link span{position:relative;display:inline-block;margin-left:4px;height:11px;width:10px}.error-page a.link span::after,.error-page a.link span::before{content:\"\";display:block;-webkit-transition:ease all .3s;top:50%}.error-page a.link span::before{height:2px;background-color:#1E2423;position:absolute;right:-5px;-webkit-transform:translate(0,-50%) translateX(-7px);transform:translate(0,-50%) translateX(-7px);transition:ease all .3s;width:0;opacity:0}.error-page a.link span::after{width:7px;height:12px;background:url(/wp-content/themes/omnisend-v2/assets/img/arrow-right.svg) center no-repeat;background-size:contain;transition:ease all .3s;position:absolute;right:0;-webkit-transform:translate(0,-50%) perspective(1px);transform:translate(0,-50%) perspective(1px);-webkit-backface-visibility:hidden;bac"
      },
      "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": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 174040,
          "text": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel=\"preconnect\" href=\"https://connect.facebook.net\">\r\n            <link rel=\"preconnect\" href=\"https://js.hs-scripts.com\">\r\n            <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\" />\r\n\r\n            <!-- FONTS / PRELOAD -->\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/fonts/FaktumRegular/font.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/fonts/FaktumExtraBold/font.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>\r\n\r\n            <link href=\"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap\" rel=\"stylesheet\">\r\n\r\n            <!-- PRELOAD -->\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/global.min.css?v=10089887987888875287775458744444444\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\r\n            <link rel=\"preload\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/abtest.min.css?v=10089887987888875287775458744444444\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\r\n\r\n                        <link rel=\"preload\" href=\"https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.3.0/css/lightgallery-bundle.min.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\r\n            \r\n            <link rel=\"stylesheet\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/global.min.css?v=10089887987888875287775458744444444\"><link rel=\"stylesheet\" href=\"https://www.omnisend.com/wp-content/themes/omnisend-v2/assets/css/abtest.min.css?v=10089887987888875287775458744444444\"><style>.error-page a.link{display:inline-block;font-weight:500;font-size:18px;line-height:178%;color:#1E2423;padding-bottom:0;border-bottom:2px solid #88D880;-webkit-transition:ease all .3s;transition:ease all .3s;position:relative;margin-top:24px}.error-page a.link:hover{border-bottom:2px solid transparent}.error-page a.link:hover span::after{-webkit-transform:translate(0,-50%) translateX(8px) perspective(1px);transform:translate(0,-50%) translateX(8px) perspective(1px)}.error-page a.link:hover span::before{opacity:1;-webkit-transform:translate(0,-50%) translateX(0);transform:translate(0,-50%) translateX(0);width:14px}.error-page a.link span{position:relative;display:inline-block;margin-left:4px;height:11px;width:10px}.error-page a.link span::after,.error-page a.link span::before{content:\"\";display:block;-webkit-transition:ease all .3s;top:50%}.error-page a.link span::before{height:2px;background-color:#1E2423;position:absolute;right:-5px;-webkit-transform:translate(0,-50%) translateX(-7px);transform:translate(0,-50%) translateX(-7px);transition:ease all .3s;width:0;opacity:0}.error-page a.link span::after{width:7px;height:12px;background:url(/wp-content/themes/omnisend-v2/assets/img/arrow-right.svg) center no-repeat;background-size:contain;transition:ease all .3s;position:absolute;right:0;-webkit-transform:translate(0,-50%) perspective(1px);transform:translate(0,-50%) perspective(1px);-webkit-backface-visibility:hidden;bac"
        }
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "signup"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 174040
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "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": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "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": "        <!DOCTYPE html>\r\n        <html lang=\"en-US\">\r\n\r\n        <head>\r\n            <meta charset=\"UTF-8\">\r\n            <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n            <meta name=\"google-site-verification\" content=\"Rj0fOsWmpwcUXJPdQnYXLUS-huus-GmOOLiigSBvT18\" />\r\n            <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\r\n\r\n            <!-- PRECONNECT -->\r\n            <link rel=\"dns-prefetch\" href=\"https://www.googletagmanager.com/\">\r\n\r\n            <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\r\n            <link rel=\"preconnect\" href=\"https://www.facebook.com\">\r\n            <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\">\r\n            <link rel=\"preconnect\" href=\"https://js.intercomcdn.com\">\r\n            <link rel"
      },
      "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://www.omnisend.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://www.omnisend.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.omnisend.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.omnisend.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "signup"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Form elements do not have associated labels

100 Fail

Check name

Form elements do not have associated labels

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label).

Evidence
{
  "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label)."
}

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

SEOSEOBrowser audit

Page is blocked from indexing

50 Fail

Check name

Page is blocked from indexing

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).

Evidence
{
  "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

14 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

14 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

14 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,010 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 1,010 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 560
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

8 Fail

Check name

Loading performance

Score

43/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 42,
      "displayValue": "280 ms",
      "numericValue": 276.0000000000009
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 27,
      "displayValue": "520 ms",
      "numericValue": 516.0000000000006
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 15,
      "displayValue": "3.6 s",
      "numericValue": 3616.35894609157
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 46,
      "displayValue": "1.7 s",
      "numericValue": 1661.015110164577
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 360 ms",
      "numericValue": 361
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 1,
      "displayValue": "7.4 s",
      "numericValue": 7361.0696215177995
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 13,
      "displayValue": "7.5 s",
      "numericValue": 7509.0710369003045
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "10 ms",
      "numericValue": 11.18286
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

7 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 13,406 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 13,406 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 13727474
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

7 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 63 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 63 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

7 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 74 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 74 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)."
}

Fix with MCP or CLI

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

Score history

Public scan score over time

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

1 reports
Public score history report links
Scan dateScoreReadinessReport
49/100Level 2, Agent-LimitedCurrent report
omnisend.com AI SEO Report: 49/100 (Level 2, Agent-Limited)