{
  "testEngine": {
    "name": "axe-core",
    "version": "4.12.1"
  },
  "testRunner": {
    "name": "axe"
  },
  "testEnvironment": {
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.0.0 Safari/537.36",
    "windowWidth": 1366,
    "windowHeight": 900,
    "orientationAngle": 0,
    "orientationType": "portrait-primary"
  },
  "timestamp": "2026-07-02T21:07:43.146Z",
  "url": "https://neuins.com/",
  "toolOptions": {
    "resultTypes": [
      "violations",
      "incomplete"
    ],
    "runOnly": {
      "type": "tag",
      "values": [
        "wcag2a",
        "wcag2aa",
        "wcag21a",
        "wcag21aa",
        "wcag22aa",
        "section508",
        "best-practice"
      ]
    },
    "reporter": "v1"
  },
  "inapplicable": [
    {
      "id": "accesskeys",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice"
      ],
      "description": "Ensure every accesskey attribute value is unique",
      "help": "accesskey attribute value should be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/accesskeys?application=axeAPI",
      "nodes": []
    },
    {
      "id": "area-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.2"
      ],
      "description": "Ensure <area> elements of image maps have alternative text",
      "help": "Active <area> elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/area-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-braille-equivalent",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",
      "help": "aria-braille attributes must have a non-braille equivalent",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-braille-equivalent?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-command-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure every ARIA button, link and menuitem has an accessible name",
      "help": "ARIA commands must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-command-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-dialog-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
      "help": "ARIA dialog and alertdialog nodes should have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-input-field-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA input field has an accessible name",
      "help": "ARIA input fields must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-meter-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag111",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA meter node has an accessible name",
      "help": "ARIA meter nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-meter-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-progressbar-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag111",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA progressbar node has an accessible name",
      "help": "ARIA progressbar nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-required-children",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure elements with an ARIA role that require child roles contain them",
      "help": "Certain ARIA roles must contain particular children",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-children?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-required-parent",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure elements with an ARIA role that require parent roles are contained by them",
      "help": "Certain ARIA roles must be contained by particular parents",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-parent?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-tab-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure every ARIA tab node has an accessible name",
      "help": "ARIA tab nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-tab-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-text",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role=\"text\" is used on elements with no focusable descendants",
      "help": "\"role=text\" should have no focusable descendants",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-text?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-toggle-field-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure every ARIA toggle field has an accessible name",
      "help": "ARIA toggle fields must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-tooltip-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure every ARIA tooltip node has an accessible name",
      "help": "ARIA tooltip nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-treeitem-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure every ARIA treeitem node has an accessible name",
      "help": "ARIA treeitem nodes should have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "autocomplete-valid",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag21aa",
        "wcag135",
        "EN-301-549",
        "EN-9.1.3.5",
        "ACT",
        "RGAAv4",
        "RGAA-11.13.1"
      ],
      "description": "Ensure the autocomplete attribute is correct and suitable for the form field",
      "help": "autocomplete attribute must be used correctly",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid?application=axeAPI",
      "nodes": []
    },
    {
      "id": "blink",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag222",
        "section508",
        "section508.22.j",
        "TTv5",
        "TT2.b",
        "EN-301-549",
        "EN-9.2.2.2",
        "RGAAv4",
        "RGAA-13.8.1"
      ],
      "description": "Ensure <blink> elements are not used",
      "help": "<blink> elements are deprecated and must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/blink?application=axeAPI",
      "nodes": []
    },
    {
      "id": "definition-list",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.3"
      ],
      "description": "Ensure <dl> elements are structured correctly",
      "help": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/definition-list?application=axeAPI",
      "nodes": []
    },
    {
      "id": "dlitem",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.3"
      ],
      "description": "Ensure <dt> and <dd> elements are contained by a <dl>",
      "help": "<dt> and <dd> elements must be contained by a <dl>",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/dlitem?application=axeAPI",
      "nodes": []
    },
    {
      "id": "empty-table-header",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure table headers have discernible text",
      "help": "Table header text should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-table-header?application=axeAPI",
      "nodes": []
    },
    {
      "id": "form-field-multiple-labels",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag332",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.3.3.2",
        "RGAAv4",
        "RGAA-11.2.1"
      ],
      "description": "Ensure form field does not have multiple label elements",
      "help": "Form field must not have multiple label elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-focusable-content",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag211",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "RGAAv4",
        "RGAA-7.3.2"
      ],
      "description": "Ensure <frame> and <iframe> elements with focusable content do not have tabindex=-1",
      "help": "Frames with focusable content must not have tabindex=-1",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-focusable-content?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-tested",
      "impact": null,
      "tags": [
        "cat.structure",
        "best-practice",
        "review-item"
      ],
      "description": "Ensure <iframe> and <frame> elements contain the axe-core script",
      "help": "Frames should be tested with axe-core",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-tested?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-title-unique",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT12.d",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-2.2.1"
      ],
      "description": "Ensure <iframe> and <frame> elements contain a unique title attribute",
      "help": "Frames must have a unique title attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-title-unique?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-title",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.i",
        "TTv5",
        "TT12.d",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-2.1.1"
      ],
      "description": "Ensure <iframe> and <frame> elements have an accessible name",
      "help": "Frames must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-title?application=axeAPI",
      "nodes": []
    },
    {
      "id": "html-xml-lang-mismatch",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.3.1"
      ],
      "description": "Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",
      "help": "HTML elements with lang and xml:lang must have the same base language",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch?application=axeAPI",
      "nodes": []
    },
    {
      "id": "input-button-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure input buttons have discernible text",
      "help": "Input buttons must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/input-button-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "input-image-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.3"
      ],
      "description": "Ensure <input type=\"image\"> elements have alternative text",
      "help": "Image buttons must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/input-image-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "label-title-only",
      "impact": null,
      "tags": [
        "cat.forms",
        "best-practice"
      ],
      "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
      "help": "Form elements should have a visible label",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/label-title-only?application=axeAPI",
      "nodes": []
    },
    {
      "id": "label",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.n",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every form element has a label",
      "help": "Form elements must have labels",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/label?application=axeAPI",
      "nodes": []
    },
    {
      "id": "marquee",
      "impact": null,
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag222",
        "TTv5",
        "TT2.b",
        "EN-301-549",
        "EN-9.2.2.2",
        "RGAAv4",
        "RGAA-13.8.1"
      ],
      "description": "Ensure <marquee> elements are not used",
      "help": "<marquee> elements are deprecated and must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/marquee?application=axeAPI",
      "nodes": []
    },
    {
      "id": "meta-refresh",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag221",
        "TTv5",
        "TT8.a",
        "EN-301-549",
        "EN-9.2.2.1",
        "RGAAv4",
        "RGAA-13.1.2"
      ],
      "description": "Ensure <meta http-equiv=\"refresh\"> is not used for delayed refresh",
      "help": "Delayed refresh under 20 hours must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-refresh?application=axeAPI",
      "nodes": []
    },
    {
      "id": "object-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-1.1.6"
      ],
      "description": "Ensure <object> elements have alternative text",
      "help": "<object> elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/object-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "scope-attr-valid",
      "impact": null,
      "tags": [
        "cat.tables",
        "best-practice"
      ],
      "description": "Ensure the scope attribute is used correctly on tables",
      "help": "scope attribute should be used correctly",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scope-attr-valid?application=axeAPI",
      "nodes": []
    },
    {
      "id": "scrollable-region-focusable",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag211",
        "wcag213",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "EN-9.2.1.3",
        "RGAAv4",
        "RGAA-7.3.2"
      ],
      "description": "Ensure elements that have scrollable content are accessible by keyboard in Safari",
      "help": "Scrollable region must have keyboard access",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scrollable-region-focusable?application=axeAPI",
      "nodes": []
    },
    {
      "id": "select-name",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.n",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure select element has an accessible name",
      "help": "Select element must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/select-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "server-side-image-map",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag211",
        "section508",
        "section508.22.f",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "RGAAv4",
        "RGAA-1.1.4"
      ],
      "description": "Ensure that server-side image maps are not used",
      "help": "Server-side image maps must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/server-side-image-map?application=axeAPI",
      "nodes": []
    },
    {
      "id": "svg-img-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.5"
      ],
      "description": "Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",
      "help": "<svg> elements with an img role must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/svg-img-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "table-duplicate-name",
      "impact": null,
      "tags": [
        "cat.tables",
        "best-practice",
        "RGAAv4",
        "RGAA-5.2.1"
      ],
      "description": "Ensure the <caption> element does not contain the same text as the summary attribute",
      "help": "Tables should not have the same summary and caption",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "td-headers-attr",
      "impact": null,
      "tags": [
        "cat.tables",
        "wcag2a",
        "wcag131",
        "section508",
        "section508.22.g",
        "TTv5",
        "TT14.b",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-5.7.4"
      ],
      "description": "Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",
      "help": "Table cell headers attributes must refer to other <th> elements in the same table",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/td-headers-attr?application=axeAPI",
      "nodes": []
    },
    {
      "id": "th-has-data-cells",
      "impact": null,
      "tags": [
        "cat.tables",
        "wcag2a",
        "wcag131",
        "section508",
        "section508.22.g",
        "TTv5",
        "TT14.b",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-5.7.1"
      ],
      "description": "Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",
      "help": "Table headers in a data table must refer to data cells",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells?application=axeAPI",
      "nodes": []
    },
    {
      "id": "valid-lang",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2aa",
        "wcag312",
        "TTv5",
        "TT11.b",
        "EN-301-549",
        "EN-9.3.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-8.8.1"
      ],
      "description": "Ensure lang attributes have valid values",
      "help": "lang attribute must have a valid value",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/valid-lang?application=axeAPI",
      "nodes": []
    },
    {
      "id": "video-caption",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag122",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT17.a",
        "EN-301-549",
        "EN-9.1.2.2",
        "RGAAv4",
        "RGAA-4.3.1"
      ],
      "description": "Ensure <video> elements have captions",
      "help": "<video> elements must have captions",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/video-caption?application=axeAPI",
      "nodes": []
    },
    {
      "id": "no-autoplay-audio",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag142",
        "TTv5",
        "TT2.a",
        "EN-301-549",
        "EN-9.1.4.2",
        "ACT",
        "RGAAv4",
        "RGAA-4.10.1"
      ],
      "description": "Ensure <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",
      "help": "<video> or <audio> elements must not play automatically",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/no-autoplay-audio?application=axeAPI",
      "nodes": []
    }
  ],
  "passes": [
    {
      "id": "aria-allowed-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure an element's role supports its ARIA attributes",
      "help": "Elements must only use supported ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-allowed-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attributes are used correctly for the defined role"
            },
            {
              "id": "aria-allowed-attr-elm",
              "data": null,
              "relatedNodes": [],
              "message": "ARIA attributes are allowed for this element",
              "impact": "critical"
            }
          ],
          "none": [
            {
              "id": "aria-unsupported-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute is supported"
            }
          ],
          "impact": null,
          "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none"
          ]
        }
      ]
    },
    {
      "id": "aria-allowed-role",
      "impact": "minor",
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role attribute has an appropriate value for the element",
      "help": "ARIA role should be appropriate for the element",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role is allowed for given element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-17830264593227969-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-17830264593227969-1\" aria-expanded=\"false\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .sub-menu.elementor-nav-menu--dropdown[aria-labelledby=\"sm-17830264593227969-1\"]"
          ]
        }
      ]
    },
    {
      "id": "aria-conditional-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
      "help": "ARIA attributes must be used as specified for the element's role",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-conditional-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "ARIA attribute is allowed"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none"
          ]
        }
      ]
    },
    {
      "id": "aria-deprecated-role",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure elements do not use deprecated roles",
      "help": "Deprecated ARIA roles must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "deprecatedrole",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role is not deprecated"
            }
          ],
          "impact": null,
          "html": "<div class=\"elementor-main-swiper swiper swiper-initialized swiper-horizontal swiper-pointer-events\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">",
          "target": [
            ".elementor-main-swiper"
          ]
        }
      ]
    },
    {
      "id": "aria-hidden-body",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "wcag412",
        "EN-301-549",
        "EN-9.1.3.1",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-10.8.1"
      ],
      "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
      "help": "aria-hidden=\"true\" must not be present on the document body",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-hidden-body",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "No aria-hidden attribute is present on document body"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<body class=\"home wp-singular pag...\" data-elementor-devic...=\"desktop\">",
          "target": [
            "body"
          ]
        }
      ]
    },
    {
      "id": "aria-hidden-focus",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-10.8.1"
      ],
      "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
      "help": "ARIA hidden element must not be focusable or contain focusable elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "focusable-modal-open",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements while a modal is open"
            },
            {
              "id": "focusable-disabled",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements contained within element"
            },
            {
              "id": "focusable-not-tabbable",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements contained within element"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-17830264593227969-2\"][aria-haspopup=\"true\"] > .sub-arrow > .fas.fa-chevron-down"
          ]
        }
      ]
    },
    {
      "id": "aria-prohibited-attr",
      "impact": "serious",
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are not prohibited for an element's role",
      "help": "Elements must only use permitted ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "aria-prohibited-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "ARIA attribute is allowed"
            }
          ],
          "impact": null,
          "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none"
          ]
        }
      ]
    },
    {
      "id": "aria-required-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure elements with ARIA roles have all required ARIA attributes",
      "help": "Required ARIA attributes must be provided",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-attr?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-required-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "All required ARIA attributes are present"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"elementor-main-swiper swiper swiper-initialized swiper-horizontal swiper-pointer-events\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">",
          "target": [
            ".elementor-main-swiper"
          ]
        }
      ]
    },
    {
      "id": "aria-roles",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all elements with a role attribute use a valid value",
      "help": "ARIA roles used must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-roles?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "invalidrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA role is valid"
            },
            {
              "id": "abstractrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Abstract roles are not used"
            },
            {
              "id": "unsupportedrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA role is supported"
            }
          ],
          "impact": null,
          "html": "<div class=\"elementor-main-swiper swiper swiper-initialized swiper-horizontal swiper-pointer-events\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">",
          "target": [
            ".elementor-main-swiper"
          ]
        }
      ]
    },
    {
      "id": "aria-valid-attr-value",
      "impact": "critical",
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all ARIA attributes have valid values",
      "help": "ARIA attributes must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-valid-attr-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute values are valid"
            },
            {
              "id": "aria-errormessage",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
            },
            {
              "id": "aria-level",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-level values are valid"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none"
          ]
        }
      ]
    },
    {
      "id": "aria-valid-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
      "help": "ARIA attributes must conform to valid names",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-valid-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute name is valid"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none"
          ]
        }
      ]
    },
    {
      "id": "avoid-inline-spacing",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag21aa",
        "wcag1412",
        "EN-301-549",
        "EN-9.1.4.12",
        "ACT"
      ],
      "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
      "help": "Inline text spacing must be adjustable with custom stylesheets",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/avoid-inline-spacing?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "important-letter-spacing",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
            },
            {
              "id": "important-word-spacing",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
            },
            {
              "id": "important-line-height",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "line-height in the style attribute is not set to !important, or meets the minimum"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<div class=\"elementor-element el...\" data-id=\"77afc74f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_backgro...\" style=\"position: fixed; wid...\">",
          "target": [
            ".elementor-sticky--active"
          ]
        }
      ]
    },
    {
      "id": "button-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure buttons have discernible text",
      "help": "Buttons must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/button-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "button-has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has inner text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button class=\"mpcc-btn\" data-act=\"reject\">Deny</button>",
          "target": [
            ".mpcc-banner-actions > .mpcc-btn[data-act=\"reject\"]"
          ]
        }
      ]
    },
    {
      "id": "bypass",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag241",
        "section508",
        "section508.22.o",
        "TTv5",
        "TT9.a",
        "EN-301-549",
        "EN-9.2.4.1",
        "RGAAv4",
        "RGAA-12.7.1"
      ],
      "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
      "help": "Page must have means to bypass repeated blocks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/bypass?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "internal-link-present",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Valid skip link found"
            },
            {
              "id": "header-present",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"bg-text\">Insurance</span> Coverage Built Around Your Priorities</h1>",
                  "target": [
                    "h1"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art\">Tailored</span> Insurance <span class=\"bg-text\">Solutions</span> for Every Industry Need</h2>",
                  "target": [
                    ".elementor-element-ac361fe > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h3 class=\"elementor-heading-title elementor-size-default\">Property Management</h3>",
                  "target": [
                    ".elementor-element-1c3a1832 > .elementor-widget-container > h3"
                  ]
                },
                {
                  "html": "<h3 class=\"elementor-heading-title elementor-size-default\">Cannabis</h3>",
                  "target": [
                    ".elementor-element-8862a03 > .elementor-widget-container > h3"
                  ]
                },
                {
                  "html": "<h3 class=\"elementor-heading-title elementor-size-default\">Manufacturing</h3>",
                  "target": [
                    ".elementor-element-f568e17 > .elementor-widget-container > h3"
                  ]
                },
                {
                  "html": "<h3 class=\"elementor-heading-title elementor-size-default\">Workers' Compensation</h3>",
                  "target": [
                    ".elementor-element-447bbd3 > .elementor-widget-container > h3"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art\">Comprehensive</span> <span class=\"bg-text\">Protection</span> for Property Managers</h2>",
                  "target": [
                    ".elementor-element-3d276340 > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art\">Specialized</span> <span class=\"bg-text\">Insurance</span> For The Cannabis Industry</h2>",
                  "target": [
                    ".elementor-element-8b1b90c > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art\">Custom</span> <span class=\"bg-text\">Coverage</span> For Manufacturing Companies</h2>",
                  "target": [
                    ".elementor-element-9f7adc9 > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art orange\">Your</span> Insurance <span class=\"bg-text\">Questions,</span> Answered</h2>",
                  "target": [
                    ".elementor-element-dcb858b > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art yellow\">Insurance Built</span> for <span class=\"bg-text\">Every</span> Industry</h2>",
                  "target": [
                    ".elementor-element-7768ce0c > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<p class=\"mpcc-cookie-banner-title\" role=\"heading\" aria-level=\"1\">Your Privacy Matters to Us</p>",
                  "target": [
                    ".mpcc-cookie-banner-title"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Page has a heading"
            },
            {
              "id": "landmark",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<main id=\"content\" tabindex=\"-1\">\n</main>",
                  "target": [
                    "#content"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Page has a landmark region"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "color-contrast",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2aa",
        "wcag143",
        "TTv5",
        "TT13.c",
        "EN-301-549",
        "EN-9.1.4.3",
        "ACT",
        "RGAAv4",
        "RGAA-3.2.1"
      ],
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "help": "Elements must meet minimum color contrast ratio thresholds",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#030712",
                "bgColor": "#f8f7f8",
                "contrastRatio": 18.84,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has sufficient color contrast of 18.84"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<span class=\"elementor-icon-list-text\">+1 310-515-0382</span>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-0801e4d.e-child[data-id=\"0801e4d\"] > .elementor-element-5cf95d8.elementor-icon-list--layout-traditional[data-id=\"5cf95d8\"] > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item > a[href=\"tel:+1%20310-515-0382\"] > .elementor-icon-list-text"
          ]
        }
      ]
    },
    {
      "id": "document-title",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag242",
        "TTv5",
        "TT12.a",
        "EN-301-549",
        "EN-9.2.4.2",
        "ACT",
        "RGAAv4",
        "RGAA-8.5.1"
      ],
      "description": "Ensure each HTML document contains a non-empty <title> element",
      "help": "Documents must have <title> element to aid in navigation",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/document-title?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "doc-has-title",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Document has a non-empty <title> element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "duplicate-id-aria",
      "impact": "critical",
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-8.2.1"
      ],
      "description": "Ensure every id attribute value used in ARIA and in labels is unique",
      "help": "IDs used in ARIA and labels must be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "sm-17830264593247153-1",
              "relatedNodes": [],
              "impact": "critical",
              "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" tabindex=\"-1\" id=\"sm-17830264593247153-1\" aria-haspopup=\"true\" aria-controls=\"sm-17830264593247153-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
          "target": [
            "#sm-17830264593247153-1"
          ]
        }
      ]
    },
    {
      "id": "empty-heading",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure headings have discernible text",
      "help": "Headings should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-heading?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"bg-text\">Insurance</span> Coverage Built Around Your Priorities</h1>",
          "target": [
            "h1"
          ]
        }
      ]
    },
    {
      "id": "heading-order",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the order of headings is semantically correct",
      "help": "Heading levels should only increase by one",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/heading-order?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "heading-order",
              "data": {
                "headingOrder": [
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div > h1"
                    ],
                    "level": 1
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > h3"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div > h3"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div > h3"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div > h3"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(4) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(5) > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(6) > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(8) > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(3) > div:nth-child(9) > div > div > div:nth-child(1) > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(30) > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(1) > p"
                    ],
                    "level": 1
                  }
                ]
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Heading order valid"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"bg-text\">Insurance</span> Coverage Built Around Your Priorities</h1>",
          "target": [
            "h1"
          ]
        }
      ]
    },
    {
      "id": "html-has-lang",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "TTv5",
        "TT11.a",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.3.1"
      ],
      "description": "Ensure every HTML document has a lang attribute",
      "help": "<html> element must have a lang attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-has-lang?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-lang",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "The <html> element has a lang attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "html-lang-valid",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "TTv5",
        "TT11.a",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.4.1"
      ],
      "description": "Ensure the lang attribute of the <html> element has a valid value",
      "help": "<html> element must have a valid value for the lang attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-lang-valid?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "valid-lang",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Value of lang attribute is included in the list of valid languages"
            }
          ],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "image-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "TT7.b",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure <img> elements have alternative text or a role of none or presentation",
      "help": "Images must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/image-alt?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-alt",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has an alt attribute"
            },
            {
              "id": "presentational-role",
              "data": {
                "role": "presentation"
              },
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element's default semantics were overridden with role=\"presentation\""
            }
          ],
          "all": [],
          "none": [
            {
              "id": "alt-space-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has a valid alt attribute value"
            }
          ],
          "impact": null,
          "html": "<img width=\"648\" height=\"240\" src=\"https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2.png\" alt=\"\" srcset=\"https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2.png 648w, https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2-300x111.png 300w\" sizes=\"(max-width: 648px) 100vw, 648px\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-2d12543a.elementor-widget-image[data-id=\"2d12543a\"] > .elementor-widget-container > a[href$=\"neuins.com\"] > .wp-image-203 > img[width=\"648\"][height=\"240\"][alt=\"\"]"
          ]
        }
      ]
    },
    {
      "id": "image-redundant-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "best-practice"
      ],
      "description": "Ensure image alternative is not repeated as text",
      "help": "Alternative text of images should not be repeated as text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "duplicate-img-label",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element does not duplicate existing text in <img> alt text"
            }
          ],
          "impact": null,
          "html": "<img width=\"648\" height=\"240\" src=\"https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2.png\" alt=\"\" srcset=\"https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2.png 648w, https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2-300x111.png 300w\" sizes=\"(max-width: 648px) 100vw, 648px\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-2d12543a.elementor-widget-image[data-id=\"2d12543a\"] > .elementor-widget-container > a[href$=\"neuins.com\"] > .wp-image-203 > img[width=\"648\"][height=\"240\"][alt=\"\"]"
          ]
        }
      ]
    },
    {
      "id": "landmark-banner-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the banner landmark is at top level",
      "help": "Banner landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-banner-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "banner"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The banner landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header data-elementor-type=\"header\" data-elementor-id=\"78\" class=\"elementor elementor-78 elementor-location-header\" data-elementor-post-type=\"elementor_library\">",
          "target": [
            "header"
          ]
        }
      ]
    },
    {
      "id": "landmark-contentinfo-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the contentinfo landmark is at top level",
      "help": "Contentinfo landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-contentinfo-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "contentinfo"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The contentinfo landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<footer data-elementor-type=\"footer\" data-elementor-id=\"190\" class=\"elementor elementor-190 elementor-location-footer\" data-elementor-post-type=\"elementor_library\">",
          "target": [
            "footer"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-banner",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one banner landmark",
      "help": "Document should not have more than one banner landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-banner?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-banner",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one banner landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header data-elementor-type=\"header\" data-elementor-id=\"78\" class=\"elementor elementor-78 elementor-location-header\" data-elementor-post-type=\"elementor_library\">",
          "target": [
            "header"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-contentinfo",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one contentinfo landmark",
      "help": "Document should not have more than one contentinfo landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-contentinfo?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-contentinfo",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one contentinfo landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<footer data-elementor-type=\"footer\" data-elementor-id=\"190\" class=\"elementor elementor-190 elementor-location-footer\" data-elementor-post-type=\"elementor_library\">",
          "target": [
            "footer"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-main",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one main landmark",
      "help": "Document should not have more than one main landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-main?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-main",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one main landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<main id=\"content\" tabindex=\"-1\">\n</main>",
          "target": [
            "#content"
          ]
        }
      ]
    },
    {
      "id": "landmark-one-main",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has a main landmark",
      "help": "Document should have one main landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-one-main?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "page-has-main",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<main id=\"content\" tabindex=\"-1\">\n</main>",
                  "target": [
                    "#content"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Document has at least one main landmark"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "landmark-unique",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure landmarks are unique",
      "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-unique?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-unique",
              "data": {
                "role": "banner",
                "accessibleText": null
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header data-elementor-type=\"header\" data-elementor-id=\"78\" class=\"elementor elementor-78 elementor-location-header\" data-elementor-post-type=\"elementor_library\">",
          "target": [
            "header"
          ]
        }
      ]
    },
    {
      "id": "link-in-text-block",
      "impact": null,
      "tags": [
        "cat.color",
        "wcag2a",
        "wcag141",
        "TTv5",
        "TT13.a",
        "EN-301-549",
        "EN-9.1.4.1",
        "RGAAv4",
        "RGAA-10.6.1"
      ],
      "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
      "help": "Links must be distinguishable without relying on color",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-in-text-block?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "link-in-text-block",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<p>",
                  "target": [
                    ".elementor-element-30065582 > .elementor-widget-container > p"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Links can be distinguished from surrounding text in some way other than by color"
            },
            {
              "id": "link-in-text-block-style",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<p>",
                  "target": [
                    ".elementor-element-30065582 > .elementor-widget-container > p"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Links can be distinguished from surrounding text by visual styling"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a href=\"/contact-us/\">customize protection</a>",
          "target": [
            ".elementor-element-30065582 > .elementor-widget-container > p > a[href$=\"contact-us/\"]"
          ]
        }
      ]
    },
    {
      "id": "link-name",
      "impact": "serious",
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-6.2.1"
      ],
      "description": "Ensure links have discernible text",
      "help": "Links must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is not in tab order or has accessible text"
            }
          ],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    },
    {
      "id": "list",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure that lists are structured correctly",
      "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/list?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "only-listitems",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "List element only has direct children that are allowed inside <li> elements"
            }
          ],
          "impact": null,
          "html": "<ul id=\"menu-1-21c7bb39\" class=\"elementor-nav-menu\" data-smartmenus-id=\"17830264593227969\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"]"
          ]
        }
      ]
    },
    {
      "id": "listitem",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure <li> elements are used semantically",
      "help": "<li> elements must be contained in a <ul> or <ol>",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/listitem?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "listitem",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item menu-item-1850\"><a href=\"https://neuins.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a></li>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-1850.menu-item-home.current-menu-item"
          ]
        }
      ]
    },
    {
      "id": "meta-viewport-large",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "best-practice"
      ],
      "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
      "help": "Users should be able to zoom and scale the text up to 500%",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-viewport-large?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "meta-viewport-large",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "<meta> tag does not prevent significant zooming on mobile devices"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
          "target": [
            "meta[name=\"viewport\"]"
          ]
        }
      ]
    },
    {
      "id": "meta-viewport",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "wcag2aa",
        "wcag144",
        "EN-301-549",
        "EN-9.1.4.4",
        "ACT",
        "RGAAv4",
        "RGAA-10.4.2"
      ],
      "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
      "help": "Zooming and scaling must not be disabled",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-viewport?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "meta-viewport",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "<meta> tag does not disable zooming on mobile devices"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
          "target": [
            "meta[name=\"viewport\"]"
          ]
        }
      ]
    },
    {
      "id": "nested-interactive",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
      "help": "Interactive controls must not be nested",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/nested-interactive?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "no-focusable-content",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have focusable descendants"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Frame-1410128626.png\" style=\"background-image: url('https://neuins.com/wp-content/uploads/2025/07/Frame-1410128626.png')\">\n\n\t\t\t\n\t\t\t\t\t</div>",
          "target": [
            ".swiper-slide-duplicate-next[data-swiper-slide-index=\"2\"][aria-label=\"3 / 8\"]:nth-child(1) > .elementor-carousel-image[aria-label=\"Frame-1410128626.png\"][role=\"img\"]"
          ]
        }
      ]
    },
    {
      "id": "page-has-heading-one",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
      "help": "Page should contain a level-one heading",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/page-has-heading-one?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "page-has-heading-one",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"bg-text\">Insurance</span> Coverage Built Around Your Priorities</h1>",
                  "target": [
                    "h1"
                  ]
                },
                {
                  "html": "<p class=\"mpcc-cookie-banner-title\" role=\"heading\" aria-level=\"1\">Your Privacy Matters to Us</p>",
                  "target": [
                    ".mpcc-cookie-banner-title"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Page has at least one level-one heading"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "presentation-role-conflict",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice",
        "ACT"
      ],
      "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
      "help": "Elements marked as presentational should be consistently ignored",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "is-element-focusable",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element is focusable."
            },
            {
              "id": "has-global-aria-attribute",
              "data": [],
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element has global ARIA attributes: "
            }
          ],
          "impact": null,
          "html": "<img width=\"648\" height=\"240\" src=\"https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2.png\" alt=\"\" srcset=\"https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2.png 648w, https://neuins.com/wp-content/uploads/2025/07/Neu-Logo-2-300x111.png 300w\" sizes=\"(max-width: 648px) 100vw, 648px\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-2d12543a.elementor-widget-image[data-id=\"2d12543a\"] > .elementor-widget-container > a[href$=\"neuins.com\"] > .wp-image-203 > img[width=\"648\"][height=\"240\"][alt=\"\"]"
          ]
        }
      ]
    },
    {
      "id": "region",
      "impact": "moderate",
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-9.2.1"
      ],
      "description": "Ensure all page content is contained by landmarks",
      "help": "All page content should be contained by landmarks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/region?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "All page content is contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    },
    {
      "id": "role-img-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure [role=\"img\"] elements have alternative text",
      "help": "[role=\"img\"] elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/role-img-alt?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute exists and is not empty"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Frame-1410128626.png\" style=\"background-image: url('https://neuins.com/wp-content/uploads/2025/07/Frame-1410128626.png')\">\n\n\t\t\t\n\t\t\t\t\t</div>",
          "target": [
            ".swiper-slide-duplicate-next[data-swiper-slide-index=\"2\"][aria-label=\"3 / 8\"]:nth-child(1) > .elementor-carousel-image[aria-label=\"Frame-1410128626.png\"][role=\"img\"]"
          ]
        }
      ]
    },
    {
      "id": "skip-link",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-12.7.1"
      ],
      "description": "Ensure all skip links have a focusable target",
      "help": "The skip-link target should exist and be focusable",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/skip-link?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "skip-link",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Skip link target exists"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    },
    {
      "id": "summary-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure summary elements have discernible text",
      "help": "Summary elements must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/summary-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-9230\">",
          "target": [
            "summary[data-accordion-index=\"1\"]"
          ]
        }
      ]
    },
    {
      "id": "tabindex",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice"
      ],
      "description": "Ensure tabindex attribute values are not greater than 0",
      "help": "Elements should not have tabindex greater than zero",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/tabindex?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "tabindex",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have a tabindex greater than 0"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<main id=\"content\" tabindex=\"-1\">\n</main>",
          "target": [
            "#content"
          ]
        }
      ]
    },
    {
      "id": "target-size",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "wcag22aa",
        "wcag258"
      ],
      "description": "Ensure touch targets have sufficient size and space",
      "help": "All touch targets must be 24px large, or leave sufficient space",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/target-size?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "target-offset",
              "data": {
                "closestOffset": 24,
                "minOffset": 24
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of 24px which is at least 24px."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
          "target": [
            ".skip-link"
          ]
        }
      ]
    }
  ],
  "incomplete": [
    {
      "id": "aria-allowed-role",
      "impact": "minor",
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role attribute has an appropriate value for the element",
      "help": "ARIA role should be appropriate for the element",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__mpcc</code></div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">1 year</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Stores cookie consent preferences to apply selected privacy choices consistently across website visits.</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-1PSID</code></div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Maintains authenticated sessions across Google services to protect account access.</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-1PSIDCC</code></div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 1 year</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Detects abnormal session behavior to help prevent unauthorized account access.</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-1PSIDTS</code></div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 1 year</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Stores session timestamps to verify session freshness and integrity.</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-3PSIDCC</code></div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 1 year</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Validates authenticated session integrity to reduce fraudulent activity.</div></li>",
          "target": [
            "div[aria-label=\"Necessary cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(6)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-3PSIDTS</code></div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(6) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 1 year</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(6) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Confirms cross-site session timing to limit misuse and unauthorized access.</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(6) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(7)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>AEC</code></div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(7) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 6 months</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(7) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Confirms browsing requests originate from real users to prevent automated abuse.</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(7) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(8)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>SID</code></div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(8) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(8) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Stores signed session data used to authenticate users securely.</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(8) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(9)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>SIDCC</code></div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(9) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 1 year</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(9) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Adds protection by identifying suspicious sign-in behavior.</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(9) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(10)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>SSID</code></div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(10) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(10) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Stores encrypted authentication data to secure login sessions.</div></li>",
          "target": [
            ".mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(10) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>APISID</code></div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Stores encrypted identifiers to support secure preferences across Google services.</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>DV</code></div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 24 hours</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Supports service functionality through request validation and load distribution.</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>SEARCH_SAMESITE</code></div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 6 months</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Controls cross-site cookie behavior to maintain functional request handling.</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>HSID</code></div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Supports account-related functionality by protecting authenticated session data.</div></li>",
          "target": [
            "div[aria-label=\"Functional cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>_ga</code></div></li>",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Assigns a unique identifier to distinguish visitors and collect aggregated usage data.</div></li>",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>_ga_K61B1VCVYT</code></div></li>",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Collects session and interaction data to analyze website performance.</div></li>",
          "target": [
            "div[aria-label=\"Analytics cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Performance cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-BUCKET</code></div></li>",
          "target": [
            "div[aria-label=\"Performance cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"] > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Typically under 1 year</div></li>",
          "target": [
            "div[aria-label=\"Performance cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"] > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Assigns users to experiment groups to evaluate service performance.</div></li>",
          "target": [
            "div[aria-label=\"Performance cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"] > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-1PAPISID</code></div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Supports secure user identification for advertising measurement and fraud prevention.</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(1) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-3PAPISID</code></div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Enables interest-based advertising measurement across partner websites.</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(2) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>__Secure-3PSID</code></div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Identifies users across services to support advertising delivery and abuse prevention.</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(3) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>NID</code></div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 6 months</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Stores user preferences to manage advertising relevance and frequency.</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(4) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "rowgroup"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<ul class=\"mpcc-cookie-des-table\" role=\"rowgroup\">",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role rowgroup must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Cookie</div><div role=\"cell\"><code>SAPISID</code></div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5) > li[role=\"row\"]:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Duration</div><div role=\"cell\">Around 2 years</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5) > li[role=\"row\"]:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        },
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "row"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<li role=\"row\"><div role=\"columnheader\">Description</div><div role=\"cell\">Enables secure user identification for advertising measurement.</div></li>",
          "target": [
            "div[aria-label=\"Advertisement cookies\"] > .mpcc-cookie-des-table[role=\"rowgroup\"]:nth-child(5) > li[role=\"row\"]:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role row must be removed when the element is made visible, as it is not allowed for the element"
        }
      ]
    },
    {
      "id": "aria-prohibited-attr",
      "impact": "serious",
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are not prohibited for an element's role",
      "help": "Elements must only use permitted ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "aria-prohibited-attr",
              "data": {
                "role": null,
                "nodeName": "div",
                "messageKey": "noRoleSingular",
                "prohibited": [
                  "aria-label"
                ]
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute is not well supported on a div with no valid role attribute."
            }
          ],
          "impact": "serious",
          "html": "<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">",
          "target": [
            ".e-n-accordion"
          ],
          "failureSummary": "Fix all of the following:\n  aria-label attribute is not well supported on a div with no valid role attribute."
        }
      ]
    },
    {
      "id": "aria-valid-attr-value",
      "impact": "critical",
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all ARIA attributes have valid values",
      "help": "ARIA attributes must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-valid-attr-value",
              "data": {
                "messageKey": "controlsWithinPopup",
                "needsReview": "aria-controls=\"sm-17830264593227969-2\""
              },
              "relatedNodes": [],
              "impact": "critical",
              "message": "Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls=\"sm-17830264593227969-2\""
            }
          ],
          "none": [],
          "impact": "critical",
          "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" id=\"sm-17830264593227969-1\" aria-haspopup=\"true\" aria-controls=\"sm-17830264593227969-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-17830264593227969-2\"][aria-haspopup=\"true\"]"
          ],
          "failureSummary": "Fix all of the following:\n  Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls=\"sm-17830264593227969-2\""
        }
      ]
    },
    {
      "id": "color-contrast",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2aa",
        "wcag143",
        "TTv5",
        "TT13.c",
        "EN-301-549",
        "EN-9.1.4.3",
        "ACT",
        "RGAAv4",
        "RGAA-3.2.1"
      ],
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "help": "Elements must meet minimum color contrast ratio thresholds",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                  "target": [
                    ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-1850.menu-item-home.current-menu-item > .elementor-item-active[aria-current=\"page\"][href$=\"neuins.com/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-1850.menu-item-home.current-menu-item > .elementor-item-active[aria-current=\"page\"][href$=\"neuins.com/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/about-us/\" class=\"elementor-item\">About Us</a>",
                  "target": [
                    ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-2376.menu-item.menu-item-type-post_type > .elementor-item[href$=\"about-us/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/about-us/\" class=\"elementor-item\">About Us</a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-2376.menu-item.menu-item-type-post_type > .elementor-item[href$=\"about-us/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" id=\"sm-17830264593227969-1\" aria-haspopup=\"true\" aria-controls=\"sm-17830264593227969-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
                  "target": [
                    ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-17830264593227969-2\"][aria-haspopup=\"true\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" id=\"sm-17830264593227969-1\" aria-haspopup=\"true\" aria-controls=\"sm-17830264593227969-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-17830264593227969-2\"][aria-haspopup=\"true\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/team/\" class=\"elementor-item\">Team</a>",
                  "target": [
                    ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-3864.menu-item.menu-item-type-post_type > .elementor-item[href$=\"team/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/team/\" class=\"elementor-item\">Team</a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-3864.menu-item.menu-item-type-post_type > .elementor-item[href$=\"team/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/contact-us/\" class=\"elementor-item\">Contact Us</a>",
                  "target": [
                    ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-633.menu-item.menu-item-type-post_type > .elementor-item[href$=\"contact-us/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/contact-us/\" class=\"elementor-item\">Contact Us</a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-633.menu-item.menu-item-type-post_type > .elementor-item[href$=\"contact-us/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">Complex Insurance Solutions</p>",
          "target": [
            ".elementor-element-1825a65c > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "46.1pt (61.47px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"bg-text\">Insurance</span> Coverage Built Around Your Priorities</h1>",
          "target": [
            "h1"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "46.1pt (61.47px)",
                "fontWeight": "bold",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Insurance</span>",
                  "target": [
                    "h1 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Insurance</span>",
          "target": [
            "h1 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "13.4pt (17.9288px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">Protect what matters most with smart, adaptable insurance designed around you. \nExperience real peace of mind and&nbsp;white glove service that always puts you first.</p>",
          "target": [
            ".elementor-element-3113adb0 > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-icon-list-text\">Expert Personal &amp; Commercial Insurance protection <strong>built around your business goals</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "bold",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>built around your business goals</strong>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text > strong"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-icon-list-text\">Specialized insurance programs for <strong>property management companies</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "bold",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>property management companies</strong>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text > strong"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-icon-list-text\">Comprehensive coverage solutions <strong>for cannabis enterprises</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(3) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "bold",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>for cannabis enterprises</strong>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(3) > .elementor-icon-list-text > strong"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-icon-list-text\">Strategic coverage portfolios <strong>for real estate investors</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(4) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "bold",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>for real estate investors</strong>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(4) > .elementor-icon-list-text > strong"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-383504ba e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"383504ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    ".elementor-element-383504ba"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-button-text\">Learn More</span>",
          "target": [
            ".elementor-button.elementor-button-link[href$=\"about-us/\"] > .elementor-button-content-wrapper > .elementor-button-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-4cbc466f e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"4cbc466f\" data-element_type=\"container\" data-e-type=\"container\" id=\"services\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    "#services"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">What We Do</p>",
          "target": [
            ".elementor-element-7bf40442 > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-4cbc466f e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"4cbc466f\" data-element_type=\"container\" data-e-type=\"container\" id=\"services\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    "#services"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"with-span-art\">Tailored</span> Insurance <span class=\"bg-text\">Solutions</span> for Every Industry Need</h2>",
          "target": [
            ".elementor-element-ac361fe > .elementor-widget-container > h2"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-4cbc466f e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"4cbc466f\" data-element_type=\"container\" data-e-type=\"container\" id=\"services\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    "#services"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"with-span-art\">Tailored</span>",
          "target": [
            ".elementor-element-ac361fe > .elementor-widget-container > h2 > .with-span-art"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "normal",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Solutions</span>",
                  "target": [
                    ".elementor-element-ac361fe > .elementor-widget-container > h2 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Solutions</span>",
          "target": [
            ".elementor-element-ac361fe > .elementor-widget-container > h2 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-4cbc466f e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"4cbc466f\" data-element_type=\"container\" data-e-type=\"container\" id=\"services\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    "#services"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">From Cannabis to manufacturing, our expert-designed insurance plans protect <span>your business with customized, scalable coverage that meets</span> \nindustry-specific demands.</p>",
          "target": [
            ".elementor-element-727659e3 > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgImage",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-4cbc466f e-flex e-con-boxed e-con e-parent e-lazyloaded\" data-id=\"4cbc466f\" data-element_type=\"container\" data-e-type=\"container\" id=\"services\" data-settings=\"{\"background_background\":\"classic\"}\">",
                  "target": [
                    "#services"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background image"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span>your business with customized, scalable coverage that meets</span>",
          "target": [
            ".elementor-element-727659e3 > .elementor-widget-container > .elementor-heading-title.elementor-size-default > span"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-4df15d28 elementor-widget elementor-widget-button\" data-id=\"4df15d28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
                  "target": [
                    ".elementor-element-4df15d28"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-button-text\">Explore Coverage</span>",
          "target": [
            "a[href$=\"property-management/\"] > .elementor-button-content-wrapper > .elementor-button-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-b6808da elementor-widget elementor-widget-button\" data-id=\"b6808da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
                  "target": [
                    ".elementor-element-b6808da"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-button-text\">Get Protected</span>",
          "target": [
            "a[href$=\"cannabis-insurance/\"] > .elementor-button-content-wrapper > .elementor-button-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-c224b94 elementor-widget elementor-widget-button\" data-id=\"c224b94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
                  "target": [
                    ".elementor-element-c224b94"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-button-text\">Secure Assets</span>",
          "target": [
            ".elementor-button.elementor-button-link[href$=\"manufacturing/\"] > .elementor-button-content-wrapper > .elementor-button-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-element elementor-element-627e779 elementor-widget elementor-widget-button\" data-id=\"627e779\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
                  "target": [
                    ".elementor-element-627e779"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"elementor-button-text\">Protect Employees</span>",
          "target": [
            ".elementor-element-627e779 > .elementor-widget-container > .elementor-button-wrapper > .elementor-button.elementor-button-link.elementor-size-sm > .elementor-button-content-wrapper > .elementor-button-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "bold",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Protection</span>",
                  "target": [
                    ".elementor-element-3d276340 > .elementor-widget-container > h2 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Protection</span>",
          "target": [
            ".elementor-element-3d276340 > .elementor-widget-container > h2 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "bold",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Insurance</span>",
                  "target": [
                    ".elementor-element-8b1b90c > .elementor-widget-container > h2 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Insurance</span>",
          "target": [
            ".elementor-element-8b1b90c > .elementor-widget-container > h2 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "bold",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Coverage</span>",
                  "target": [
                    ".elementor-element-9f7adc9 > .elementor-widget-container > h2 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Coverage</span>",
          "target": [
            ".elementor-element-9f7adc9 > .elementor-widget-container > h2 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "9.6pt (12.8063px)",
                "fontWeight": "normal",
                "messageKey": "bgOverlap",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element's background color could not be determined because it is overlapped by another element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">Asset Protection</p>",
          "target": [
            ".elementor-element-6b56182d > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "9.6pt (12.8063px)",
                "fontWeight": "normal",
                "messageKey": "bgOverlap",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element's background color could not be determined because it is overlapped by another element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">Easy Claims</p>",
          "target": [
            ".elementor-element-3a5e7250 > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "normal",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"with-span-art orange\">Your</span>",
                  "target": [
                    ".orange"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"with-span-art orange\">Your</span>",
          "target": [
            ".orange"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "bold",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Questions,</span>",
                  "target": [
                    ".elementor-element-dcb858b > .elementor-widget-container > h2 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Questions,</span>",
          "target": [
            ".elementor-element-dcb858b > .elementor-widget-container > h2 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "35.9pt (47.81px)",
                "fontWeight": "bold",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"bg-text\">Every</span>",
                  "target": [
                    ".elementor-element-7768ce0c > .elementor-widget-container > h2 > .bg-text"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"bg-text\">Every</span>",
          "target": [
            ".elementor-element-7768ce0c > .elementor-widget-container > h2 > .bg-text"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.5pt (15.3675px)",
                "fontWeight": "normal",
                "messageKey": "bgOverlap",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element's background color could not be determined because it is overlapped by another element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"elementor-heading-title elementor-size-default\">Get tailored coverage that fits your business needs.\n<span></span>\nFrom Cannabis to manufacturing, secure protection\n<span></span>\nwith expert support every step.</p>",
          "target": [
            ".elementor-element-5067d9c2 > .elementor-widget-container > .elementor-heading-title.elementor-size-default"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/cannabis-insurance/\" class=\"elementor-item\">Cannabis Insurance</a>",
                  "target": [
                    "#menu-1-26c5763f > .menu-item-5153.menu-item.menu-item-type-post_type > .elementor-item"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/services/cannabis-insurance/\" class=\"elementor-item\">Cannabis Insurance</a>",
          "target": [
            "#menu-1-26c5763f > .menu-item-5153.menu-item.menu-item-type-post_type > .elementor-item"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/property-management/\" class=\"elementor-item\">Property Management</a>",
                  "target": [
                    "#menu-1-26c5763f > .menu-item-2703.menu-item.menu-item-type-post_type > .elementor-item"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/services/property-management/\" class=\"elementor-item\">Property Management</a>",
          "target": [
            "#menu-1-26c5763f > .menu-item-2703.menu-item.menu-item-type-post_type > .elementor-item"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/workers-compensation/\" class=\"elementor-item\">Worker’s Compensation</a>",
                  "target": [
                    "#menu-1-26c5763f > .menu-item-5152.menu-item.menu-item-type-post_type > .elementor-item"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/services/workers-compensation/\" class=\"elementor-item\">Worker’s Compensation</a>",
          "target": [
            "#menu-1-26c5763f > .menu-item-5152.menu-item.menu-item-type-post_type > .elementor-item"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/manufacturing/\" class=\"elementor-item\">Manufacturing Insurance</a>",
                  "target": [
                    "#menu-1-26c5763f > .menu-item-2704.menu-item.menu-item-type-post_type > .elementor-item"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/services/manufacturing/\" class=\"elementor-item\">Manufacturing Insurance</a>",
          "target": [
            "#menu-1-26c5763f > .menu-item-2704.menu-item.menu-item-type-post_type > .elementor-item"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                  "target": [
                    "#menu-1-bf67b55 > .menu-item-480.menu-item-home.current-menu-item > .elementor-item-active[aria-current=\"page\"][href$=\"neuins.com/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
          "target": [
            "#menu-1-bf67b55 > .menu-item-480.menu-item-home.current-menu-item > .elementor-item-active[aria-current=\"page\"][href$=\"neuins.com/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/about-us/\" class=\"elementor-item\">About Us</a>",
                  "target": [
                    "#menu-1-bf67b55 > .menu-item-2690.menu-item.menu-item-type-post_type > .elementor-item[href$=\"about-us/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/about-us/\" class=\"elementor-item\">About Us</a>",
          "target": [
            "#menu-1-bf67b55 > .menu-item-2690.menu-item.menu-item-type-post_type > .elementor-item[href$=\"about-us/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item\">Services</a>",
                  "target": [
                    "#menu-1-bf67b55 > .menu-item-2691.menu-item.menu-item-type-post_type > .elementor-item[href$=\"services/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item\">Services</a>",
          "target": [
            "#menu-1-bf67b55 > .menu-item-2691.menu-item.menu-item-type-post_type > .elementor-item[href$=\"services/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/team/\" class=\"elementor-item\">Team</a>",
                  "target": [
                    "#menu-1-68deb75 > .menu-item-2696.menu-item.menu-item-type-post_type > .elementor-item[href$=\"team/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/team/\" class=\"elementor-item\">Team</a>",
          "target": [
            "#menu-1-68deb75 > .menu-item-2696.menu-item.menu-item-type-post_type > .elementor-item[href$=\"team/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/contact-us/\" class=\"elementor-item\">Contact</a>",
                  "target": [
                    "#menu-1-68deb75 > .menu-item-660.menu-item.menu-item-type-post_type > .elementor-item[href$=\"contact-us/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com/contact-us/\" class=\"elementor-item\">Contact</a>",
          "target": [
            "#menu-1-68deb75 > .menu-item-660.menu-item.menu-item-type-post_type > .elementor-item[href$=\"contact-us/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<span class=\"with-span-art\">Reliable</span>",
                  "target": [
                    ".elementor-element-44ef6024 > .elementor-widget-container > .elementor-heading-title.elementor-size-default > .with-span-art"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"with-span-art\">Reliable</span>",
          "target": [
            ".elementor-element-44ef6024 > .elementor-widget-container > .elementor-heading-title.elementor-size-default > .with-span-art"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "10.2pt (13.66px)",
                "fontWeight": "normal",
                "messageKey": "bgGradient",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<a href=\"https://rahtidai.com/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RahtidAI</a>",
                  "target": [
                    "a[href$=\"rahtidai.com/\"]"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a background gradient"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"https://rahtidai.com/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RahtidAI</a>",
          "target": [
            "a[href$=\"rahtidai.com/\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fontSize": "13.4pt (17.9288px)",
                "fontWeight": "normal",
                "messageKey": "pseudoContent",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<p class=\"mpcc-cookie-banner-title\" role=\"heading\" aria-level=\"1\">Your Privacy Matters to Us</p>",
                  "target": [
                    ".mpcc-cookie-banner-title"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's background color could not be determined due to a pseudo element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p class=\"mpcc-cookie-banner-title\" role=\"heading\" aria-level=\"1\">Your Privacy Matters to Us</p>",
          "target": [
            ".mpcc-cookie-banner-title"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
        }
      ]
    },
    {
      "id": "duplicate-id-aria",
      "impact": "critical",
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-8.2.1"
      ],
      "description": "Ensure every id attribute value used in ARIA and in labels is unique",
      "help": "IDs used in ARIA and labels must be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "sm-17830264593227969-1",
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" id=\"sm-17830264593227969-1\" aria-haspopup=\"true\" aria-controls=\"sm-17830264593227969-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
                  "target": [
                    ".elementor-sticky__spacer > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-17830264593227969-2\"][aria-haspopup=\"true\"]"
                  ]
                }
              ],
              "impact": "critical",
              "message": "Document has multiple elements referenced with ARIA with the same id attribute: sm-17830264593227969-1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "critical",
          "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" id=\"sm-17830264593227969-1\" aria-haspopup=\"true\" aria-controls=\"sm-17830264593227969-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-17830264593227969-2\"][aria-haspopup=\"true\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: sm-17830264593227969-1"
        },
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "sm-17830264593227969-2",
              "relatedNodes": [
                {
                  "html": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-17830264593227969-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-17830264593227969-1\" aria-expanded=\"false\">",
                  "target": [
                    ".elementor-sticky__spacer > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .sub-menu.elementor-nav-menu--dropdown[aria-labelledby=\"sm-17830264593227969-1\"]"
                  ]
                }
              ],
              "impact": "critical",
              "message": "Document has multiple elements referenced with ARIA with the same id attribute: sm-17830264593227969-2"
            }
          ],
          "all": [],
          "none": [],
          "impact": "critical",
          "html": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-17830264593227969-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-17830264593227969-1\" aria-expanded=\"false\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none > .elementor-nav-menu[data-smartmenus-id=\"17830264593227969\"] > .menu-item-has-children.menu-item-2066.menu-item > .sub-menu.elementor-nav-menu--dropdown[aria-labelledby=\"sm-17830264593227969-1\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: sm-17830264593227969-2"
        },
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "sm-1783026459324384-1",
              "relatedNodes": [
                {
                  "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" tabindex=\"-1\" id=\"sm-1783026459324384-1\" aria-haspopup=\"true\" aria-controls=\"sm-1783026459324384-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
                  "target": [
                    ".elementor-sticky__spacer > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > nav:nth-child(3) > .elementor-nav-menu[data-smartmenus-id=\"1783026459324384\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-1783026459324384-2\"][aria-haspopup=\"true\"]"
                  ]
                }
              ],
              "impact": "critical",
              "message": "Document has multiple elements referenced with ARIA with the same id attribute: sm-1783026459324384-1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "critical",
          "html": "<a href=\"https://neuins.com/services/\" class=\"elementor-item has-submenu\" tabindex=\"-1\" id=\"sm-1783026459324384-1\" aria-haspopup=\"true\" aria-controls=\"sm-1783026459324384-2\" aria-expanded=\"false\">Services<span class=\"sub-arrow\"><i class=\"fas fa-chevron-down\" aria-hidden=\"true\"></i></span></a>",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > nav:nth-child(3) > .elementor-nav-menu[data-smartmenus-id=\"1783026459324384\"] > .menu-item-has-children.menu-item-2066.menu-item > .has-submenu[aria-controls=\"sm-1783026459324384-2\"][aria-haspopup=\"true\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: sm-1783026459324384-1"
        },
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "sm-1783026459324384-2",
              "relatedNodes": [
                {
                  "html": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-1783026459324384-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-1783026459324384-1\" aria-expanded=\"false\">",
                  "target": [
                    ".elementor-sticky__spacer > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > nav:nth-child(3) > .elementor-nav-menu[data-smartmenus-id=\"1783026459324384\"] > .menu-item-has-children.menu-item-2066.menu-item > .sub-menu.elementor-nav-menu--dropdown[aria-labelledby=\"sm-1783026459324384-1\"]"
                  ]
                }
              ],
              "impact": "critical",
              "message": "Document has multiple elements referenced with ARIA with the same id attribute: sm-1783026459324384-2"
            }
          ],
          "all": [],
          "none": [],
          "impact": "critical",
          "html": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-1783026459324384-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-1783026459324384-1\" aria-expanded=\"false\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > nav:nth-child(3) > .elementor-nav-menu[data-smartmenus-id=\"1783026459324384\"] > .menu-item-has-children.menu-item-2066.menu-item > .sub-menu.elementor-nav-menu--dropdown[aria-labelledby=\"sm-1783026459324384-1\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: sm-1783026459324384-2"
        }
      ]
    }
  ],
  "violations": [
    {
      "id": "landmark-main-is-top-level",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the main landmark is at top level",
      "help": "Main landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-main-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "main"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The main landmark is contained in another landmark."
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<main id=\"content\" tabindex=\"-1\">\n</main>",
          "target": [
            "#content"
          ],
          "failureSummary": "Fix any of the following:\n  The main landmark is contained in another landmark."
        }
      ]
    },
    {
      "id": "landmark-unique",
      "impact": "moderate",
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure landmarks are unique",
      "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-unique?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-unique",
              "data": {
                "role": "navigation",
                "accessibleText": "menu"
              },
              "relatedNodes": [
                {
                  "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none\">",
                  "target": [
                    ".elementor-element-26c5763f > .elementor-widget-container > .elementor-nav-menu--layout-vertical.elementor-nav-menu--main.e--pointer-none"
                  ]
                },
                {
                  "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none\">",
                  "target": [
                    ".elementor-element-bf67b55 > .elementor-widget-container > .elementor-nav-menu--layout-vertical.elementor-nav-menu--main.e--pointer-none"
                  ]
                },
                {
                  "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none\">",
                  "target": [
                    ".elementor-element-68deb75 > .elementor-widget-container > .elementor-nav-menu--layout-vertical.elementor-nav-menu--main.e--pointer-none"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-21c7bb39.elementor-nav-menu--dropdown-mobile.px2 > .elementor-widget-container > .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main.e--pointer-none"
          ],
          "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
        }
      ]
    },
    {
      "id": "link-name",
      "impact": "serious",
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-6.2.1"
      ],
      "description": "Ensure links have discernible text",
      "help": "Links must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have text that is visible to screen readers"
            },
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
            },
            {
              "id": "non-empty-title",
              "data": {
                "messageKey": "noAttr"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has no title attribute"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is in tab order and does not have accessible text"
            }
          ],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com\">",
          "target": [
            ".elementor-sticky--active > .e-con-inner > .elementor-element-2d12543a.elementor-widget-image[data-id=\"2d12543a\"] > .elementor-widget-container > a[href$=\"neuins.com\"]"
          ],
          "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
        },
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have text that is visible to screen readers"
            },
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
            },
            {
              "id": "non-empty-title",
              "data": {
                "messageKey": "noAttr"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has no title attribute"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is in tab order and does not have accessible text"
            }
          ],
          "impact": "serious",
          "html": "<a href=\"https://neuins.com\">",
          "target": [
            ".elementor-element-29f958a4 > .elementor-widget-container > a[href$=\"neuins.com\"]"
          ],
          "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
        }
      ]
    },
    {
      "id": "region",
      "impact": "moderate",
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-9.2.1"
      ],
      "description": "Ensure all page content is contained by landmarks",
      "help": "All page content should be contained by landmarks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/region?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-6f449504 e-con-full e-flex e-con e-child\" data-id=\"6f449504\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-6f449504"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-3113adb0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3113adb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">",
          "target": [
            ".elementor-element-3113adb0"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Expert Personal &amp; Commercial Insurance protection <strong>built around your business goals</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Specialized insurance programs for <strong>property management companies</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Comprehensive coverage solutions <strong>for cannabis enterprises</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(3) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Strategic coverage portfolios <strong>for real estate investors</strong></span>",
          "target": [
            ".elementor-element-fa14e26 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(4) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-740f724e e-con-full e-flex e-con e-child\" data-id=\"740f724e\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-740f724e"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-7cab301d e-con-full e-flex e-con e-child\" data-id=\"7cab301d\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-7cab301d"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-5eda7930 e-con-full e-flex e-con e-child\" data-id=\"5eda7930\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-5eda7930"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-4df15d28 elementor-widget elementor-widget-button\" data-id=\"4df15d28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-4df15d28"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-d393ac5 e-con-full e-flex e-con e-child\" data-id=\"d393ac5\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-d393ac5"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-b6808da elementor-widget elementor-widget-button\" data-id=\"b6808da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-b6808da"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-11fcd05 e-con-full e-flex e-con e-child\" data-id=\"11fcd05\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-11fcd05"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-c224b94 elementor-widget elementor-widget-button\" data-id=\"c224b94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-c224b94"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-6804c29 e-con-full e-flex e-con e-child\" data-id=\"6804c29\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-6804c29"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-627e779 elementor-widget elementor-widget-button\" data-id=\"627e779\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-627e779"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-16c48cf5 e-con-full e-flex e-con e-child\" data-id=\"16c48cf5\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-16c48cf5"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-762930e9 elementor-widget elementor-widget-heading\" data-id=\"762930e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">",
          "target": [
            ".elementor-element-762930e9"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Tailored coverage for <strong>residential</strong> and <strong>commercial</strong> properties</span>",
          "target": [
            ".elementor-element-ae90ebb > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Backed by trusted <strong>national carriers</strong> for reliable protection</span>",
          "target": [
            ".elementor-element-ae90ebb > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Expert <strong>guidance on risk</strong> and liability management</span>",
          "target": [
            ".elementor-element-ae90ebb > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(3) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\"><strong>Proactive claims</strong> assistance and contract review</span>",
          "target": [
            ".elementor-element-ae90ebb > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(4) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-4ed928a2 arrow-btn elementor-widget elementor-widget-button\" data-id=\"4ed928a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-4ed928a2"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-2ad61c4 e-con-full e-flex e-con e-child\" data-id=\"2ad61c4\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-2ad61c4"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-842693a elementor-widget elementor-widget-heading\" data-id=\"842693a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">",
          "target": [
            ".elementor-element-842693a"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Expert guidance through complex <strong>regulatory</strong> and <strong>legal frameworks</strong></span>",
          "target": [
            ".elementor-element-e45df37 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Custom-tailored policies for <strong>hemp</strong> and <strong>THC-based</strong> operations</span>",
          "target": [
            ".elementor-element-e45df37 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Asset protection for <strong>property, crops,</strong> and <strong>inventory</strong></span>",
          "target": [
            ".elementor-element-e45df37 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(3) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\"><strong>Cannabis coverage</strong> built around your business</span>",
          "target": [
            ".elementor-element-e45df37 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(4) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-60e07c0 arrow-btn elementor-widget elementor-widget-button\" data-id=\"60e07c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-60e07c0"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-61be7cc e-con-full e-flex e-con e-child\" data-id=\"61be7cc\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-61be7cc"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-a09046d elementor-widget elementor-widget-heading\" data-id=\"a09046d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">",
          "target": [
            ".elementor-element-a09046d"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Customized insurance policies <strong>protecting manufacturing operations</strong> carefully</span>",
          "target": [
            ".elementor-element-d47db04 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Tailored solutions <strong>addressing unique manufacturing</strong> challenges</span>",
          "target": [
            ".elementor-element-d47db04 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Coverage <strong>support for liability,</strong> property, and cyber risks</span>",
          "target": [
            ".elementor-element-d47db04 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(3) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\"><strong>Expert risk management</strong> and efficient claims support</span>",
          "target": [
            ".elementor-element-d47db04 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(4) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-2eb3fcb arrow-btn elementor-widget elementor-widget-button\" data-id=\"2eb3fcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-2eb3fcb"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-e300e2f elementor-widget elementor-widget-heading\" data-id=\"e300e2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">",
          "target": [
            ".elementor-element-e300e2f"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-9823a34 elementor-widget elementor-widget-button\" data-id=\"9823a34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">",
          "target": [
            ".elementor-element-9823a34"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Protect your equipment and output with Nue Insurance’s tailored manufacturing coverage.</span>",
          "target": [
            ".elementor-element-7d563ca > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(1) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"elementor-icon-list-text\">Safeguard your operations and assets with Nue Insurance’s custom manufacturing insurance.</span>",
          "target": [
            ".elementor-element-7d563ca > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item:nth-child(2) > .elementor-icon-list-text"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-1b144256 e-flex e-con-boxed e-con e-parent\" data-id=\"1b144256\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
          "target": [
            ".elementor-element-1b144256"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-7a49c558 e-con-full e-flex e-con e-child\" data-id=\"7a49c558\" data-element_type=\"container\" data-e-type=\"container\">",
          "target": [
            ".elementor-element-7a49c558"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">",
          "target": [
            ".e-n-accordion"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<div class=\"elementor-element elementor-element-dd4542 e-flex e-con-boxed e-con e-parent\" data-id=\"dd4542\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{\"background_background\":\"classic\"}\">",
          "target": [
            ".elementor-element-dd4542"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        }
      ]
    }
  ]
}