{
  "captchaResult": "CAPTCHA_NOT_NEEDED",
  "kind": "pagespeedonline#result",
  "id": "https://yogapoint.ca/",
  "loadingExperience": {
    "initial_url": "https://yogapoint.ca/"
  },
  "lighthouseResult": {
    "requestedUrl": "https://yogapoint.ca/",
    "finalUrl": "https://yogapoint.ca/",
    "mainDocumentUrl": "https://yogapoint.ca/",
    "finalDisplayedUrl": "https://yogapoint.ca/",
    "lighthouseVersion": "13.4.1",
    "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
    "fetchTime": "2026-07-29T15:28:29.463Z",
    "environment": {
      "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36",
      "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
      "benchmarkIndex": 796.5,
      "credits": {
        "axe-core": "4.12.1"
      }
    },
    "runWarnings": [],
    "configSettings": {
      "emulatedFormFactor": "mobile",
      "formFactor": "mobile",
      "locale": "en-US",
      "onlyCategories": [
        "performance",
        "accessibility",
        "best-practices",
        "seo"
      ],
      "channel": "lr"
    },
    "audits": {
      "geolocation-on-start": {
        "id": "geolocation-on-start",
        "title": "Avoids requesting the geolocation permission on page load",
        "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/). Also consider using the [`\u003cgeolocation\u003e` element](https://developer.chrome.com/blog/geolocation-html-element).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ],
          "type": "table"
        }
      },
      "unused-javascript": {
        "id": "unused-javascript",
        "title": "Reduce unused JavaScript",
        "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 370 KiB",
        "metricSavings": {
          "LCP": 2100,
          "FCP": 0
        },
        "details": {
          "overallSavingsMs": 2100,
          "type": "opportunity",
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "subItemsHeading": {
                "valueType": "code",
                "key": "source"
              },
              "label": "URL"
            },
            {
              "valueType": "bytes",
              "subItemsHeading": {
                "key": "sourceBytes"
              },
              "label": "Transfer Size",
              "key": "totalBytes"
            },
            {
              "label": "Est Savings",
              "subItemsHeading": {
                "key": "sourceWastedBytes"
              },
              "key": "wastedBytes",
              "valueType": "bytes"
            }
          ],
          "overallSavingsBytes": 378834,
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [
            {
              "wastedBytes": 168241,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "totalBytes": 382092,
              "wastedPercent": 44.031475665956584
            },
            {
              "wastedBytes": 165959,
              "totalBytes": 382092,
              "wastedPercent": 43.434264075045959,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "totalBytes": 29260,
              "wastedBytes": 23072,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.6.2",
              "wastedPercent": 78.850291349170774
            },
            {
              "wastedBytes": 21562,
              "url": "https://static.addtoany.com/menu/modules/core.bycdb5qo.js",
              "wastedPercent": 81.901079161353124,
              "totalBytes": 26327
            }
          ],
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 2100,
              "FCP": 0
            }
          }
        },
        "numericValue": 2100,
        "numericUnit": "millisecond"
      },
      "origin-isolation": {
        "id": "origin-isolation",
        "title": "Ensure proper origin isolation with COOP",
        "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text",
              "key": "description",
              "label": "Description"
            },
            {
              "subItemsHeading": {
                "key": "directive"
              },
              "valueType": "code",
              "key": "directive",
              "label": "Directive"
            },
            {
              "valueType": "text",
              "subItemsHeading": {
                "key": "severity"
              },
              "label": "Severity",
              "key": "severity"
            }
          ],
          "type": "table",
          "items": [
            {
              "severity": "High",
              "description": "No COOP header found"
            }
          ]
        }
      },
      "document-latency-insight": {
        "id": "document-latency-insight",
        "title": "Document request latency",
        "description": "Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": {
            "usesCompression": {
              "value": true,
              "label": "Applies text compression"
            },
            "noRedirects": {
              "value": true,
              "label": "Avoids redirects"
            },
            "serverResponseIsFast": {
              "value": true,
              "label": "Server responds quickly (observed 2 ms)"
            }
          },
          "type": "checklist",
          "debugData": {
            "redirectDuration": 0,
            "uncompressedResponseBytes": 0,
            "type": "debugdata",
            "wastedBytes": 0,
            "serverResponseTime": 2
          }
        }
      },
      "input-button-name": {
        "id": "input-button-name",
        "title": "Input buttons have discernible text.",
        "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.12/input-button-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "empty-heading": {
        "id": "empty-heading",
        "title": "All heading elements contain content.",
        "description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.12/empty-heading).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "focus-traps": {
        "id": "focus-traps",
        "title": "User focus is not accidentally trapped in a region",
        "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "html-has-lang": {
        "id": "html-has-lang",
        "title": "`\u003chtml\u003e` element has a `[lang]` attribute",
        "description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-has-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "server-response-time": {
        "id": "server-response-time",
        "title": "Initial server response time was short",
        "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Root document took 0 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "url": "https://yogapoint.ca/",
              "responseTime": 2
            }
          ],
          "type": "opportunity",
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Time Spent",
              "valueType": "timespanMs",
              "key": "responseTime"
            }
          ],
          "overallSavingsMs": 0
        },
        "numericValue": 2,
        "numericUnit": "millisecond"
      },
      "button-name": {
        "id": "button-name",
        "title": "Buttons have an accessible name",
        "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.12/button-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "custom-controls-roles": {
        "id": "custom-controls-roles",
        "title": "Custom controls have ARIA roles",
        "description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "form-field-multiple-labels": {
        "id": "form-field-multiple-labels",
        "title": "No form fields have multiple labels",
        "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "render-blocking-insight": {
        "id": "render-blocking-insight",
        "title": "Render-blocking requests",
        "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 3,750 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 3750
        },
        "details": {
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size"
            },
            {
              "valueType": "timespanMs",
              "key": "wastedMs",
              "label": "Duration"
            }
          ],
          "items": [
            {
              "wastedMs": 2045,
              "totalBytes": 37651,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.6.2"
            },
            {
              "wastedMs": 293,
              "totalBytes": 956,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.5.5"
            },
            {
              "totalBytes": 30532,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
              "wastedMs": 1461
            },
            {
              "totalBytes": 502,
              "wastedMs": 293,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3"
            },
            {
              "totalBytes": 6768,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/popper.min.js?ver=1.7.3"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1",
              "totalBytes": 7157
            },
            {
              "wastedMs": 293,
              "totalBytes": 4212,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/animation.css?ver=1.7.3"
            },
            {
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0",
              "wastedMs": 1461,
              "totalBytes": 26100
            },
            {
              "totalBytes": 1064,
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.4",
              "wastedMs": 877
            },
            {
              "wastedMs": 293,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1390.css?ver=1644892449",
              "totalBytes": 560
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2",
              "totalBytes": 4217,
              "wastedMs": 293
            },
            {
              "totalBytes": 2657,
              "wastedMs": 293,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.5.5"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.5.5",
              "totalBytes": 2242
            },
            {
              "totalBytes": 10674,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.5.5"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.4",
              "totalBytes": 3273
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7",
              "totalBytes": 2531,
              "wastedMs": 293
            },
            {
              "totalBytes": 2379,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.6.2"
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/dist/i18n.min.js?ver=5f1269854226b4dd90450db411a12b79",
              "totalBytes": 3936
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/dist/hooks.min.js?ver=a7edae857aab69d69fa10d5aef23a5de",
              "totalBytes": 1934
            },
            {
              "totalBytes": 12348,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3",
              "wastedMs": 877
            },
            {
              "wastedMs": 585,
              "url": "https://yogapoint.ca/wp-includes/css/dist/block-library/style.min.css?ver=5.8.13",
              "totalBytes": 10161
            },
            {
              "totalBytes": 34070,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6"
            },
            {
              "totalBytes": 1245,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.5.5"
            },
            {
              "totalBytes": 3820,
              "wastedMs": 293,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/global.css?ver=1644892452"
            },
            {
              "wastedMs": 293,
              "totalBytes": 3805,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.14.0"
            },
            {
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-253.css?ver=1646915452",
              "totalBytes": 3128,
              "wastedMs": 293
            },
            {
              "totalBytes": 1818,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-159.css?ver=1646910996",
              "wastedMs": 293
            },
            {
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/css/lightslider.css",
              "totalBytes": 1725,
              "wastedMs": 293
            },
            {
              "wastedMs": 585,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/js/lightslider.js",
              "totalBytes": 7161
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/imagesloaded.min.js?ver=4.1.4",
              "totalBytes": 1956
            },
            {
              "totalBytes": 4664,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.5.5"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.5.5",
              "totalBytes": 12607
            },
            {
              "totalBytes": 1271,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1500.css?ver=1644892452",
              "wastedMs": 293
            },
            {
              "totalBytes": 6028,
              "wastedMs": 585,
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"
            },
            {
              "totalBytes": 3090,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2"
            },
            {
              "totalBytes": 1477,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.6.2"
            },
            {
              "totalBytes": 1705,
              "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=1.4.7",
              "wastedMs": 293
            },
            {
              "totalBytes": 5457,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2"
            },
            {
              "wastedMs": 877,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htbbootstrap.css?ver=1.7.3",
              "totalBytes": 6944
            },
            {
              "wastedMs": 293,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-keyframes.css?ver=1.7.3",
              "totalBytes": 743
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/htbbootstrap.js?ver=1.7.3",
              "totalBytes": 10497
            },
            {
              "totalBytes": 6812,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1"
            },
            {
              "totalBytes": 29572,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.6.2"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0",
              "totalBytes": 3491
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/waypoints.js?ver=1.7.3",
              "totalBytes": 2816
            },
            {
              "totalBytes": 925,
              "url": "https://yogapoint.ca/wp-includes/js/wp-embed.min.js?ver=5.8.13"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=1.7.3",
              "totalBytes": 48465,
              "wastedMs": 2921
            },
            {
              "totalBytes": 618,
              "wastedMs": 293,
              "url": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70",
              "totalBytes": 399,
              "wastedMs": 877
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3",
              "wastedMs": 293,
              "totalBytes": 499
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.5.4",
              "totalBytes": 662
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
              "wastedMs": 877,
              "totalBytes": 6873
            },
            {
              "totalBytes": 769,
              "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css?ver=1.4.7",
              "wastedMs": 293
            },
            {
              "totalBytes": 16226,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.5.5",
              "wastedMs": 877
            },
            {
              "wastedMs": 2401,
              "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
              "totalBytes": 33981
            },
            {
              "totalBytes": 4869,
              "wastedMs": 902,
              "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13"
            },
            {
              "totalBytes": 1691,
              "url": "https://www.google.com/recaptcha/api.js?render=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&ver=3.0"
            }
          ],
          "type": "table"
        }
      },
      "metrics": {
        "id": "metrics",
        "title": "Metrics",
        "description": "Collects all available metrics.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "debugdata",
          "items": [
            {
              "observedCumulativeLayoutShift": 0.17350848424473184,
              "observedDomContentLoaded": 2959,
              "observedCumulativeLayoutShiftMainFrame": 0.17350848424473184,
              "observedFirstPaint": 2537,
              "observedLargestContentfulPaintAllFrames": 3063,
              "observedTraceEnd": 5922,
              "observedTraceEndTs": 1669606765613,
              "observedLoadTs": 1669604350553,
              "observedFirstContentfulPaintAllFramesTs": 1669603380554,
              "observedLargestContentfulPaint": 3063,
              "observedSpeedIndex": 3035,
              "observedLargestContentfulPaintTs": 1669603906811,
              "observedTimeOriginTs": 1669600843939,
              "observedNavigationStart": 0,
              "observedFirstPaintTs": 1669603380554,
              "observedFirstVisualChange": 2536,
              "totalBlockingTime": 427,
              "observedFirstContentfulPaintAllFrames": 2537,
              "lcpLoadDuration": 16845,
              "observedLastVisualChangeTs": 1669604333939,
              "timeToFirstByte": 601,
              "observedTimeOrigin": 0,
              "observedLargestContentfulPaintAllFramesTs": 1669603906811,
              "observedNavigationStartTs": 1669600843939,
              "observedSpeedIndexTs": 1669603879148,
              "interactive": 17267,
              "observedFirstContentfulPaintTs": 1669603380554,
              "observedDomContentLoadedTs": 1669603802762,
              "firstContentfulPaint": 3766,
              "cumulativeLayoutShiftMainFrame": 0.17350848424473184,
              "maxPotentialFID": 146,
              "largestContentfulPaint": 17102,
              "speedIndex": 6919,
              "observedLoad": 3507,
              "observedFirstContentfulPaint": 2537,
              "observedLastVisualChange": 3490,
              "cumulativeLayoutShift": 0.17350848424473184,
              "observedFirstVisualChangeTs": 1669603379939,
              "lcpLoadDelay": 13904
            },
            {
              "lcpInvalidated": false
            }
          ]
        },
        "numericValue": 17267,
        "numericUnit": "millisecond"
      },
      "charset": {
        "id": "charset",
        "title": "Properly defines charset",
        "description": "A character encoding declaration is required. It can be done with a `\u003cmeta\u003e` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/lighthouse/best-practices/charset/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "use-landmarks": {
        "id": "use-landmarks",
        "title": "HTML5 landmark elements are used to improve navigation",
        "description": "Landmark elements (`\u003cmain\u003e`, `\u003cnav\u003e`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "th-has-data-cells": {
        "id": "th-has-data-cells",
        "title": "`\u003cth\u003e` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "heading-order": {
        "id": "heading-order",
        "title": "Heading elements are not in a sequentially-descending order",
        "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.12/heading-order).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "debugData": {
            "impact": "moderate",
            "tags": [
              "cat.semantics",
              "best-practice"
            ],
            "type": "debugdata"
          },
          "headings": [
            {
              "key": "node",
              "valueType": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": [
            {
              "node": {
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,H4",
                "nodeLabel": "Transform – Work & Life\u200b",
                "boundingRect": {
                  "height": 48,
                  "width": 229,
                  "left": 30,
                  "top": 1777,
                  "bottom": 1825,
                  "right": 259
                },
                "explanation": "Fix any of the following:\n  Heading order invalid",
                "type": "node",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e h4.elementor-heading-title",
                "lhId": "1-5-H4",
                "snippet": "\u003ch4 class=\"elementor-heading-title elementor-size-default elementor-inline-editing pen\" contenteditable=\"true\" data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\"\u003e"
              }
            },
            {
              "node": {
                "selector": "div.elementor-widget-wrap \u003e div.elementor-element \u003e div.elementor-widget-container \u003e h4.elementor-heading-title",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,10,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H4",
                "type": "node",
                "snippet": "\u003ch4 class=\"elementor-heading-title elementor-size-default\"\u003e",
                "nodeLabel": "Event Name",
                "boundingRect": {
                  "right": 392,
                  "top": 4752,
                  "height": 35,
                  "left": 20,
                  "width": 372,
                  "bottom": 4787
                },
                "lhId": "1-6-H4",
                "explanation": "Fix any of the following:\n  Heading order invalid"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "left": 20,
                  "width": 372,
                  "bottom": 4842,
                  "top": 4822,
                  "height": 20,
                  "right": 392
                },
                "explanation": "Fix any of the following:\n  Heading order invalid",
                "lhId": "1-7-H6",
                "nodeLabel": "DECEMBER 8 | LOCATION",
                "type": "node",
                "snippet": "\u003ch6\u003e",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,10,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,H6",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e h6"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "right": 392,
                  "top": 4507,
                  "left": 20,
                  "height": 20,
                  "width": 372,
                  "bottom": 4527
                },
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e h6",
                "type": "node",
                "explanation": "Fix any of the following:\n  Heading order invalid",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,10,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,H6",
                "snippet": "\u003ch6\u003e",
                "nodeLabel": "DECEMBER 8 | LOCATION",
                "lhId": "1-8-H6"
              }
            }
          ]
        }
      },
      "aria-required-parent": {
        "id": "aria-required-parent",
        "title": "`[role]`s are contained by their required parent element",
        "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.12/aria-required-parent).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "svg-img-alt": {
        "id": "svg-img-alt",
        "title": "SVG elements with an `img` role have an accessible text alternative",
        "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.12/svg-img-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "target-size": {
        "id": "target-size",
        "title": "Touch targets have sufficient size and spacing.",
        "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.12/target-size).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "aria-prohibited-attr": {
        "id": "aria-prohibited-attr",
        "title": "Elements use only permitted ARIA attributes",
        "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "html-xml-lang-mismatch": {
        "id": "html-xml-lang-mismatch",
        "title": "`\u003chtml\u003e` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
        "description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-conditional-attr": {
        "id": "aria-conditional-attr",
        "title": "ARIA attributes are used as specified for the element's role",
        "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "paste-preventing-inputs": {
        "id": "paste-preventing-inputs",
        "title": "Allows users to paste into input fields",
        "description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "redirects": {
        "id": "redirects",
        "title": "Avoid multiple page redirects",
        "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "headings": [],
          "items": [],
          "overallSavingsMs": 0,
          "type": "opportunity"
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "csp-xss": {
        "id": "csp-xss",
        "title": "Ensure CSP is effective against XSS attacks",
        "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "severity": "High",
              "description": "No CSP found in enforcement mode"
            }
          ],
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text",
              "key": "description",
              "label": "Description"
            },
            {
              "key": "directive",
              "label": "Directive",
              "valueType": "code",
              "subItemsHeading": {
                "key": "directive"
              }
            },
            {
              "subItemsHeading": {
                "key": "severity"
              },
              "label": "Severity",
              "key": "severity",
              "valueType": "text"
            }
          ]
        }
      },
      "redirects-http": {
        "id": "redirects-http",
        "title": "Redirects HTTP traffic to HTTPS",
        "description": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "list": {
        "id": "list",
        "title": "Lists contain only `\u003cli\u003e` elements and script supporting elements (`\u003cscript\u003e` and `\u003ctemplate\u003e`).",
        "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/list).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node",
              "label": "Failing Elements"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "forced-reflow-insight": {
        "id": "forced-reflow-insight",
        "title": "Forced reflow",
        "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "details": {
          "type": "list",
          "items": [
            {
              "items": [
                {
                  "source": {
                    "type": "source-location",
                    "column": 618,
                    "urlProvider": "network",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "line": 3
                  },
                  "reflowTime": 39.219
                }
              ],
              "headings": [
                {
                  "key": "source",
                  "valueType": "source-location",
                  "label": "Top function call"
                },
                {
                  "valueType": "ms",
                  "granularity": 1,
                  "label": "Total reflow time",
                  "key": "reflowTime"
                }
              ],
              "type": "table"
            },
            {
              "items": [
                {
                  "reflowTime": 1.089,
                  "source": {
                    "type": "source-location",
                    "column": 12656,
                    "urlProvider": "network",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "line": 2
                  }
                },
                {
                  "source": {
                    "type": "source-location",
                    "column": 12753,
                    "urlProvider": "network",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "line": 2
                  },
                  "reflowTime": 0.374
                },
                {
                  "source": {
                    "urlProvider": "network",
                    "type": "source-location",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "line": 2,
                    "column": 12983
                  },
                  "reflowTime": 0.403
                },
                {
                  "source": {
                    "type": "source-location",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "column": 13404,
                    "urlProvider": "network",
                    "line": 2
                  },
                  "reflowTime": 0.182
                },
                {
                  "source": {
                    "type": "source-location",
                    "urlProvider": "network",
                    "column": 13554,
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "line": 2
                  },
                  "reflowTime": 0.267
                },
                {
                  "source": {
                    "type": "source-location",
                    "column": 13672,
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "urlProvider": "network",
                    "line": 2
                  },
                  "reflowTime": 0.285
                },
                {
                  "source": {
                    "type": "source-location",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "column": 5583,
                    "line": 4,
                    "urlProvider": "network"
                  },
                  "reflowTime": 6.295
                },
                {
                  "reflowTime": 10.227,
                  "source": {
                    "urlProvider": "network",
                    "line": 1,
                    "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.5.5",
                    "column": 5373,
                    "type": "source-location"
                  }
                },
                {
                  "reflowTime": 16.883,
                  "source": {
                    "urlProvider": "network",
                    "line": 4,
                    "column": 26142,
                    "type": "source-location",
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
                  }
                },
                {
                  "reflowTime": 0.67,
                  "source": {
                    "line": 1,
                    "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2",
                    "urlProvider": "network",
                    "type": "source-location",
                    "column": 11774
                  }
                },
                {
                  "reflowTime": 0.806,
                  "source": {
                    "type": "source-location",
                    "urlProvider": "network",
                    "column": 3669,
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "line": 4
                  }
                },
                {
                  "reflowTime": 1.12,
                  "source": {
                    "line": 12,
                    "urlProvider": "network",
                    "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
                    "type": "source-location",
                    "column": 6941
                  }
                },
                {
                  "reflowTime": 0.366,
                  "source": {
                    "urlProvider": "network",
                    "type": "source-location",
                    "column": 57744,
                    "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
                    "line": 12
                  }
                },
                {
                  "source": {
                    "urlProvider": "network",
                    "type": "source-location",
                    "column": 16140,
                    "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
                    "line": 12
                  },
                  "reflowTime": 0.252
                }
              ],
              "headings": [
                {
                  "key": "source",
                  "valueType": "source-location",
                  "label": "Source"
                },
                {
                  "label": "Total reflow time",
                  "valueType": "ms",
                  "key": "reflowTime",
                  "granularity": 1
                }
              ],
              "type": "table"
            }
          ]
        }
      },
      "meta-viewport": {
        "id": "meta-viewport",
        "title": "`[user-scalable=\"no\"]` is not used in the `\u003cmeta name=\"viewport\"\u003e` element and the `[maximum-scale]` attribute is not less than 5.",
        "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-viewport).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "valueType": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table"
        }
      },
      "aria-command-name": {
        "id": "aria-command-name",
        "title": "`button`, `link`, and `menuitem` elements have accessible names",
        "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-command-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "inp-breakdown-insight": {
        "id": "inp-breakdown-insight",
        "title": "INP breakdown",
        "description": "Start investigating [how to improve INP](https://developer.chrome.com/docs/performance/insights/inp-breakdown) by looking at the longest subpart.",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "input-image-alt": {
        "id": "input-image-alt",
        "title": "`\u003cinput type=\"image\"\u003e` elements have `[alt]` text",
        "description": "When an image is being used as an `\u003cinput\u003e` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.12/input-image-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "is-crawlable": {
        "id": "is-crawlable",
        "title": "Page isn’t blocked from indexing",
        "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "source",
              "valueType": "code",
              "label": "Blocking Directive Source"
            }
          ]
        },
        "warnings": []
      },
      "select-name": {
        "id": "select-name",
        "title": "Select elements have associated label elements.",
        "description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.12/select-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "first-contentful-paint": {
        "id": "first-contentful-paint",
        "title": "First Contentful Paint",
        "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).",
        "score": 0.28,
        "scoreDisplayMode": "numeric",
        "displayValue": "3.8 s",
        "numericValue": 3766.2360637552874,
        "numericUnit": "millisecond"
      },
      "long-tasks": {
        "id": "long-tasks",
        "title": "Avoid long main-thread tasks",
        "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "8 long tasks found",
        "metricSavings": {
          "TBT": 450
        },
        "details": {
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "label": "Start Time",
              "key": "startTime"
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "key": "duration",
              "label": "Duration"
            }
          ],
          "debugData": {
            "urls": [
              "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0"
            ],
            "type": "debugdata",
            "tasks": [
              {
                "urlIndex": 0,
                "other": 146,
                "scriptEvaluation": 0,
                "duration": 146,
                "startTime": 14273
              },
              {
                "duration": 144,
                "urlIndex": 0,
                "startTime": 14539,
                "other": 144
              },
              {
                "urlIndex": 1,
                "duration": 131,
                "other": 131,
                "scriptEvaluation": 0,
                "startTime": 9901.7,
                "parseHTML": 0,
                "styleLayout": 0
              },
              {
                "startTime": 10041.7,
                "scriptEvaluation": 0,
                "urlIndex": 0,
                "duration": 101,
                "other": 101
              },
              {
                "startTime": 15050,
                "other": 87,
                "duration": 87,
                "urlIndex": 0
              },
              {
                "duration": 86,
                "urlIndex": 0,
                "other": 86,
                "startTime": 14818
              },
              {
                "duration": 77,
                "urlIndex": 0,
                "other": 77,
                "startTime": 14683
              },
              {
                "startTime": 14904,
                "urlIndex": 0,
                "other": 55,
                "scriptEvaluation": 0,
                "duration": 55
              }
            ]
          },
          "type": "table",
          "items": [
            {
              "duration": 146,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "startTime": 14272.975979026553
            },
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "duration": 144,
              "startTime": 14538.975979026553
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
              "duration": 131,
              "startTime": 9901.656873058193
            },
            {
              "duration": 101,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "startTime": 10041.656873058193
            },
            {
              "duration": 87,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "startTime": 15049.975979026553
            },
            {
              "startTime": 14817.975979026553,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "duration": 86
            },
            {
              "duration": 77,
              "startTime": 14682.975979026553,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "startTime": 14903.975979026553,
              "duration": 55
            }
          ],
          "sortedBy": [
            "duration"
          ],
          "skipSumming": [
            "startTime"
          ]
        }
      },
      "listitem": {
        "id": "listitem",
        "title": "List items (`\u003cli\u003e`) are contained within `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` parent elements",
        "description": "Screen readers require list items (`\u003cli\u003e`) to be contained within a parent `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/listitem).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "items": []
        }
      },
      "td-has-header": {
        "id": "td-has-header",
        "title": "`\u003ctd\u003e` elements in a large `\u003ctable\u003e` have one or more table headers.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that `\u003ctd\u003e` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/td-has-header).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "logical-tab-order": {
        "id": "logical-tab-order",
        "title": "The page has a logical tab order",
        "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "viewport-insight": {
        "id": "viewport-insight",
        "title": "Optimize viewport for mobile",
        "description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/docs/performance/insights/viewport) if the viewport is not optimized for mobile.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table",
          "items": [
            {
              "node": {
                "selector": "head \u003e meta",
                "type": "node",
                "snippet": "\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"\u003e",
                "path": "1,HTML,0,HEAD,2,META",
                "nodeLabel": "head \u003e meta",
                "boundingRect": {
                  "left": 0,
                  "bottom": 0,
                  "top": 0,
                  "width": 0,
                  "height": 0,
                  "right": 0
                },
                "lhId": "page-11-META"
              }
            }
          ]
        }
      },
      "has-hsts": {
        "id": "has-hsts",
        "title": "Use a strong HSTS policy",
        "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "severity": "High",
              "description": "No HSTS header found"
            }
          ],
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text",
              "label": "Description"
            },
            {
              "key": "directive",
              "valueType": "code",
              "subItemsHeading": {
                "key": "directive"
              },
              "label": "Directive"
            },
            {
              "valueType": "text",
              "subItemsHeading": {
                "key": "severity"
              },
              "label": "Severity",
              "key": "severity"
            }
          ],
          "type": "table"
        }
      },
      "network-dependency-tree-insight": {
        "id": "network-dependency-tree-insight",
        "title": "Network dependency tree",
        "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "value": {
                "longestChain": {
                  "duration": 2964
                },
                "type": "network-tree",
                "chains": {
                  "0D0FE824D3B9F08269279F578BEDA7F7": {
                    "transferSize": 16119,
                    "navStartToEndTime": 1553,
                    "children": {
                      "55.22": {
                        "children": {
                          "55.154": {
                            "transferSize": 36319,
                            "children": {},
                            "navStartToEndTime": 2533,
                            "url": "https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2"
                          },
                          "55.284": {
                            "url": "https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
                            "children": {},
                            "navStartToEndTime": 2534,
                            "transferSize": 38332
                          },
                          "55.104": {
                            "url": "https://fonts.gstatic.com/s/londrinaoutline/v29/C8c44dM8vmb14dfsZxhetg3pDH-STu07rACPHvM.woff2",
                            "transferSize": 39864,
                            "children": {},
                            "navStartToEndTime": 2534
                          }
                        },
                        "navStartToEndTime": 1552,
                        "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13",
                        "transferSize": 4869
                      },
                      "55.61": {
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.6.2",
                        "navStartToEndTime": 2082,
                        "transferSize": 1477
                      },
                      "55.42": {
                        "url": "https://www.google.com/recaptcha/api.js?render=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&ver=3.0",
                        "children": {},
                        "navStartToEndTime": 1555,
                        "transferSize": 1691
                      },
                      "55.48": {
                        "navStartToEndTime": 2301,
                        "transferSize": 2242,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.5.5",
                        "children": {}
                      },
                      "55.13": {
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.5.5",
                        "navStartToEndTime": 1661,
                        "transferSize": 16226
                      },
                      "55.32": {
                        "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/css/lightslider.css",
                        "transferSize": 1725,
                        "navStartToEndTime": 2202,
                        "children": {}
                      },
                      "55.51": {
                        "url": "https://yogapoint.ca/wp-includes/js/dist/i18n.min.js?ver=5f1269854226b4dd90450db411a12b79",
                        "navStartToEndTime": 2268,
                        "children": {},
                        "transferSize": 3936
                      },
                      "55.44": {
                        "navStartToEndTime": 1824,
                        "children": {},
                        "transferSize": 925,
                        "url": "https://yogapoint.ca/wp-includes/js/wp-embed.min.js?ver=5.8.13"
                      },
                      "55.17": {
                        "navStartToEndTime": 2205,
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/global.css?ver=1644892452",
                        "transferSize": 3820
                      },
                      "55.47": {
                        "navStartToEndTime": 2269,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.6.2",
                        "transferSize": 2379,
                        "children": {}
                      },
                      "55.34": {
                        "children": {},
                        "navStartToEndTime": 2201,
                        "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/js/lightslider.js",
                        "transferSize": 7161
                      },
                      "55.57": {
                        "children": {},
                        "transferSize": 3491,
                        "navStartToEndTime": 1840,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0"
                      },
                      "55.41": {
                        "navStartToEndTime": 1831,
                        "transferSize": 2816,
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/waypoints.js?ver=1.7.3"
                      },
                      "55.50": {
                        "children": {},
                        "navStartToEndTime": 2266,
                        "url": "https://yogapoint.ca/wp-includes/js/dist/hooks.min.js?ver=a7edae857aab69d69fa10d5aef23a5de",
                        "transferSize": 1934
                      },
                      "55.33": {
                        "children": {},
                        "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                        "transferSize": 33981,
                        "navStartToEndTime": 1554
                      },
                      "55.24": {
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3",
                        "transferSize": 502,
                        "children": {
                          "55.420": {
                            "transferSize": 78413,
                            "children": {},
                            "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2",
                            "navStartToEndTime": 2658
                          }
                        },
                        "navStartToEndTime": 2396
                      },
                      "55.31": {
                        "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=1.4.7",
                        "navStartToEndTime": 2015,
                        "children": {},
                        "transferSize": 1705
                      },
                      "55.53": {
                        "navStartToEndTime": 2082,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2",
                        "transferSize": 3090,
                        "children": {}
                      },
                      "55.55": {
                        "children": {},
                        "transferSize": 34070,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
                        "navStartToEndTime": 2214
                      },
                      "55.28": {
                        "children": {},
                        "transferSize": 4217,
                        "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2",
                        "navStartToEndTime": 2302
                      },
                      "55.18": {
                        "transferSize": 3128,
                        "children": {},
                        "navStartToEndTime": 2203,
                        "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-253.css?ver=1646915452"
                      },
                      "55.37": {
                        "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
                        "children": {},
                        "navStartToEndTime": 2083,
                        "transferSize": 6028
                      },
                      "55.5": {
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htbbootstrap.css?ver=1.7.3",
                        "children": {},
                        "transferSize": 6944,
                        "navStartToEndTime": 1841
                      },
                      "55.58": {
                        "transferSize": 10674,
                        "navStartToEndTime": 2301,
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.5.5"
                      },
                      "55.46": {
                        "url": "https://yogapoint.ca/wp-includes/js/imagesloaded.min.js?ver=4.1.4",
                        "children": {},
                        "navStartToEndTime": 2171,
                        "transferSize": 1956
                      },
                      "55.54": {
                        "url": "https://yogapoint.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1",
                        "children": {},
                        "transferSize": 6812,
                        "navStartToEndTime": 1841
                      },
                      "55.9": {
                        "children": {},
                        "navStartToEndTime": 1838,
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-keyframes.css?ver=1.7.3",
                        "transferSize": 743
                      },
                      "55.43": {
                        "navStartToEndTime": 1731,
                        "transferSize": 662,
                        "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.5.4",
                        "children": {}
                      },
                      "55.14": {
                        "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1390.css?ver=1644892449",
                        "transferSize": 560,
                        "navStartToEndTime": 2300,
                        "children": {}
                      },
                      "55.20": {
                        "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-159.css?ver=1646910996",
                        "children": {},
                        "transferSize": 1818,
                        "navStartToEndTime": 2202
                      },
                      "55.23": {
                        "transferSize": 12348,
                        "navStartToEndTime": 2213,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3",
                        "children": {}
                      },
                      "55.4": {
                        "url": "https://yogapoint.ca/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70",
                        "transferSize": 399,
                        "children": {},
                        "navStartToEndTime": 1731
                      },
                      "55.27": {
                        "children": {},
                        "transferSize": 30532,
                        "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
                        "navStartToEndTime": 2397
                      },
                      "55.56": {
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.5.5",
                        "navStartToEndTime": 2213,
                        "children": {},
                        "transferSize": 1245
                      },
                      "55.25": {
                        "isLongest": true,
                        "transferSize": 499,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3",
                        "children": {
                          "55.423": {
                            "isLongest": true,
                            "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2",
                            "transferSize": 76981,
                            "navStartToEndTime": 2964,
                            "children": {}
                          }
                        },
                        "navStartToEndTime": 1731
                      },
                      "55.15": {
                        "transferSize": 37651,
                        "navStartToEndTime": 2414,
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.6.2"
                      },
                      "55.49": {
                        "children": {},
                        "navStartToEndTime": 2111,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.5.5",
                        "transferSize": 4664
                      },
                      "55.7": {
                        "transferSize": 6873,
                        "navStartToEndTime": 1689,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
                        "children": {}
                      },
                      "55.19": {
                        "transferSize": 1271,
                        "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1500.css?ver=1644892452",
                        "navStartToEndTime": 2103,
                        "children": {}
                      },
                      "55.16": {
                        "children": {},
                        "transferSize": 769,
                        "navStartToEndTime": 1662,
                        "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css?ver=1.4.7"
                      },
                      "55.21": {
                        "children": {},
                        "transferSize": 618,
                        "url": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16",
                        "navStartToEndTime": 1785
                      },
                      "55.11": {
                        "transferSize": 3805,
                        "navStartToEndTime": 2204,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.14.0",
                        "children": {
                          "55.101": {
                            "children": {},
                            "transferSize": 92433,
                            "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0",
                            "navStartToEndTime": 2962
                          }
                        }
                      },
                      "55.59": {
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.6.2",
                        "children": {},
                        "transferSize": 29572,
                        "navStartToEndTime": 1842
                      },
                      "55.38": {
                        "navStartToEndTime": 2270,
                        "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.4",
                        "transferSize": 3273,
                        "children": {}
                      },
                      "55.3": {
                        "transferSize": 1064,
                        "children": {},
                        "navStartToEndTime": 2300,
                        "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.4"
                      },
                      "55.52": {
                        "navStartToEndTime": 2009,
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2",
                        "transferSize": 5457,
                        "children": {}
                      },
                      "55.35": {
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.5.5",
                        "navStartToEndTime": 2300,
                        "transferSize": 2657
                      },
                      "55.39": {
                        "children": {},
                        "transferSize": 6768,
                        "navStartToEndTime": 2390,
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/popper.min.js?ver=1.7.3"
                      },
                      "55.60": {
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.5.5",
                        "navStartToEndTime": 2110,
                        "transferSize": 12607,
                        "children": {}
                      },
                      "55.40": {
                        "navStartToEndTime": 1840,
                        "transferSize": 10497,
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/htbbootstrap.js?ver=1.7.3"
                      },
                      "55.36": {
                        "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7",
                        "transferSize": 2531,
                        "children": {},
                        "navStartToEndTime": 2269
                      },
                      "55.6": {
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=1.7.3",
                        "transferSize": 48465,
                        "children": {},
                        "navStartToEndTime": 1784
                      },
                      "55.10": {
                        "transferSize": 26100,
                        "navStartToEndTime": 2307,
                        "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0",
                        "children": {
                          "55.99": {
                            "transferSize": 224110,
                            "children": {},
                            "navStartToEndTime": 2963,
                            "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/fonts/inter/Inter-upright-var.woff2"
                          }
                        }
                      },
                      "55.12": {
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.5.5",
                        "navStartToEndTime": 2397,
                        "transferSize": 956
                      },
                      "55.45": {
                        "navStartToEndTime": 2390,
                        "transferSize": 7157,
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1"
                      },
                      "55.2": {
                        "transferSize": 10161,
                        "url": "https://yogapoint.ca/wp-includes/css/dist/block-library/style.min.css?ver=5.8.13",
                        "children": {},
                        "navStartToEndTime": 2208
                      },
                      "55.8": {
                        "children": {},
                        "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/animation.css?ver=1.7.3",
                        "transferSize": 4212,
                        "navStartToEndTime": 2309
                      }
                    },
                    "isLongest": true,
                    "url": "https://yogapoint.ca/"
                  }
                }
              },
              "type": "list-section"
            },
            {
              "description": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.",
              "value": {
                "type": "text",
                "value": "no origins were preconnected"
              },
              "type": "list-section",
              "title": "Preconnected origins"
            },
            {
              "description": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.",
              "value": {
                "type": "text",
                "value": "No additional origins are good candidates for preconnecting"
              },
              "type": "list-section",
              "title": "Preconnect candidates"
            }
          ],
          "type": "list"
        }
      },
      "custom-controls-labels": {
        "id": "custom-controls-labels",
        "title": "Custom controls have associated labels",
        "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "aria-hidden-focus": {
        "id": "aria-hidden-focus",
        "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
        "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "label": "Failing Elements",
              "valueType": "node",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "items": []
        }
      },
      "trusted-types-xss": {
        "id": "trusted-types-xss",
        "title": "Mitigate DOM-based XSS with Trusted Types",
        "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "label": "Description",
              "valueType": "text",
              "key": "description"
            },
            {
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "label": "Severity",
              "valueType": "text"
            }
          ],
          "type": "table",
          "items": [
            {
              "severity": "High",
              "description": "No `Content-Security-Policy` header with Trusted Types directive found"
            }
          ]
        }
      },
      "document-title": {
        "id": "document-title",
        "title": "Document has a `\u003ctitle\u003e` element",
        "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.12/document-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "valueType": "node",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "meta-refresh": {
        "id": "meta-refresh",
        "title": "The document does not use `\u003cmeta http-equiv=\"refresh\"\u003e`",
        "description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-refresh).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "hreflang": {
        "id": "hreflang",
        "title": "Document has a valid `hreflang`",
        "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "key": "source",
              "subItemsHeading": {
                "key": "reason",
                "valueType": "text"
              },
              "valueType": "code"
            }
          ]
        }
      },
      "valid-lang": {
        "id": "valid-lang",
        "title": "`[lang]` attributes have a valid value",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/valid-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "items": []
        }
      },
      "aria-valid-attr-value": {
        "id": "aria-valid-attr-value",
        "title": "`[aria-*]` attributes have valid values",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "http-status-code": {
        "id": "http-status-code",
        "title": "Page has successful HTTP status code",
        "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "third-parties-insight": {
        "id": "third-parties-insight",
        "title": "3rd parties",
        "description": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "entity": "Google CDN",
              "mainThreadTime": 610.49100208282471,
              "subItems": {
                "items": [
                  {
                    "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                    "transferSize": 766150,
                    "mainThreadTime": 430.8600025177002
                  },
                  {
                    "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                    "mainThreadTime": 179.63099956512451,
                    "transferSize": 33981
                  },
                  {
                    "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
                    "transferSize": 43200,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png",
                    "mainThreadTime": 0,
                    "transferSize": 3001
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 846332
            },
            {
              "entity": "Other Google APIs/SDKs",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "transferSize": 29508,
                    "mainThreadTime": 39.621000289916992,
                    "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6"
                  },
                  {
                    "mainThreadTime": 1.5199999809265137,
                    "url": "https://www.google.com/recaptcha/api.js?render=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&ver=3.0",
                    "transferSize": 1691
                  },
                  {
                    "url": "https://www.google.com/recaptcha/api2/reload?k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm",
                    "mainThreadTime": 0.16499972343444824,
                    "transferSize": 3146
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 583,
                    "url": "https://www.google.com/recaptcha/api2/clr?k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm"
                  }
                ]
              },
              "mainThreadTime": 41.305999994277954,
              "transferSize": 34928
            },
            {
              "transferSize": 31180,
              "subItems": {
                "items": [
                  {
                    "url": "https://static.addtoany.com/menu/page.js",
                    "transferSize": 2556,
                    "mainThreadTime": 3.9000000953674316
                  },
                  {
                    "url": "https://static.addtoany.com/menu/sm.25.html",
                    "mainThreadTime": 1.2499997615814209,
                    "transferSize": 0
                  },
                  {
                    "transferSize": 1326,
                    "mainThreadTime": 0.23800015449523926,
                    "url": "https://static.addtoany.com/menu/sm.25.html#type=core&event=load"
                  },
                  {
                    "mainThreadTime": 0,
                    "url": "https://static.addtoany.com/menu/modules/core.bycdb5qo.js",
                    "transferSize": 27298
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 5.3880000114440918,
              "entity": "AddToAny"
            },
            {
              "entity": "Google Fonts",
              "mainThreadTime": 0,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "transferSize": 39864,
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/londrinaoutline/v29/C8c44dM8vmb14dfsZxhetg3pDH-STu07rACPHvM.woff2"
                  },
                  {
                    "transferSize": 38332,
                    "url": "https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2",
                    "mainThreadTime": 0,
                    "transferSize": 36319
                  },
                  {
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
                    "transferSize": 35479
                  },
                  {
                    "transferSize": 4869,
                    "mainThreadTime": 0,
                    "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13"
                  }
                ]
              },
              "transferSize": 154863
            }
          ],
          "type": "table",
          "isEntityGrouped": true,
          "headings": [
            {
              "valueType": "text",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "key": "entity",
              "label": "3rd party"
            },
            {
              "subItemsHeading": {
                "key": "transferSize"
              },
              "valueType": "bytes",
              "granularity": 1,
              "key": "transferSize",
              "label": "Transfer size"
            },
            {
              "valueType": "ms",
              "subItemsHeading": {
                "key": "mainThreadTime"
              },
              "key": "mainThreadTime",
              "granularity": 1,
              "label": "Main thread time"
            }
          ]
        }
      },
      "cumulative-layout-shift": {
        "id": "cumulative-layout-shift",
        "title": "Cumulative Layout Shift",
        "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).",
        "score": 0.69,
        "scoreDisplayMode": "numeric",
        "displayValue": "0.174",
        "details": {
          "type": "debugdata",
          "items": [
            {
              "cumulativeLayoutShiftMainFrame": 0.17350848424473184,
              "newEngineResultDiffered": false
            }
          ]
        },
        "numericValue": 0.17350848424473184,
        "numericUnit": "unitless"
      },
      "landmark-one-main": {
        "id": "landmark-one-main",
        "title": "Document does not have a main landmark.",
        "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.12/landmark-one-main).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "debugData": {
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "best-practice"
            ],
            "impact": "moderate"
          },
          "items": [
            {
              "node": {
                "path": "1,HTML",
                "nodeLabel": "html",
                "snippet": "\u003chtml lang=\"en-GB\" class=\"\"\u003e",
                "selector": "html",
                "boundingRect": {
                  "right": 412,
                  "left": 0,
                  "bottom": 6168,
                  "width": 412,
                  "height": 6168,
                  "top": 0
                },
                "type": "node",
                "lhId": "1-9-HTML",
                "explanation": "Fix all of the following:\n  Document does not have a main landmark"
              }
            }
          ],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "legacy-javascript-insight": {
        "id": "legacy-javascript-insight",
        "title": "Legacy JavaScript",
        "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 11 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "type": "table",
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "signal": "String.prototype.replaceAll",
                    "location": {
                      "urlProvider": "network",
                      "column": 12911,
                      "line": 6,
                      "type": "source-location",
                      "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"
                    }
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 11675,
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"
            }
          ],
          "headings": [
            {
              "label": "URL",
              "subItemsHeading": {
                "valueType": "source-location",
                "key": "location"
              },
              "valueType": "url",
              "key": "url"
            },
            {
              "key": null,
              "subItemsHeading": {
                "key": "signal"
              },
              "valueType": "code"
            },
            {
              "label": "Wasted bytes",
              "valueType": "bytes",
              "key": "wastedBytes"
            }
          ],
          "debugData": {
            "wastedBytes": 11675,
            "type": "debugdata"
          }
        }
      },
      "table-fake-caption": {
        "id": "table-fake-caption",
        "title": "Tables use `\u003ccaption\u003e` instead of cells with the `[colspan]` attribute to indicate a caption.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.12/table-fake-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "doctype": {
        "id": "doctype",
        "title": "Page has the HTML doctype",
        "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "aria-deprecated-role": {
        "id": "aria-deprecated-role",
        "title": "Deprecated ARIA roles were not used",
        "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node",
              "label": "Failing Elements"
            }
          ]
        }
      },
      "non-composited-animations": {
        "id": "non-composited-animations",
        "title": "Avoid non-composited animations",
        "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "table",
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "text",
                "key": "failureReason"
              },
              "label": "Element",
              "valueType": "node",
              "key": "node"
            }
          ],
          "items": []
        }
      },
      "dom-size-insight": {
        "id": "dom-size-insight",
        "title": "Optimize DOM size",
        "description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/performance/insights/dom-size).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "type": "table",
          "items": [
            {
              "statistic": "Total elements",
              "value": {
                "type": "numeric",
                "value": 708,
                "granularity": 1
              }
            },
            {
              "value": {
                "value": 24,
                "granularity": 1,
                "type": "numeric"
              },
              "node": {
                "selector": "p \u003e label \u003e span.wpcf7-form-control-wrap \u003e input.wpcf7-form-control",
                "type": "node",
                "boundingRect": {
                  "width": 362,
                  "top": 5716,
                  "height": 52,
                  "left": 25,
                  "right": 387,
                  "bottom": 5768
                },
                "path": "1,HTML,1,BODY,2,DIV,0,DIV,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,FORM,2,P,0,LABEL,0,SPAN,0,INPUT",
                "nodeLabel": "p \u003e label \u003e span.wpcf7-form-control-wrap \u003e input.wpcf7-form-control",
                "snippet": "\u003cinput type=\"email\" name=\"email-672\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf…\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\"\u003e",
                "lhId": "page-13-INPUT"
              },
              "statistic": "DOM depth"
            },
            {
              "statistic": "Most children",
              "value": {
                "value": 44,
                "type": "numeric",
                "granularity": 1
              },
              "node": {
                "snippet": "\u003cbody data-rsssl=\"1\" class=\"home page-template page-template-elementor_header_footer page page-id-253 …\" data-elementor-device-mode=\"mobile\"\u003e",
                "lhId": "page-12-BODY",
                "nodeLabel": "body.home",
                "selector": "body.home",
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "width": 412,
                  "bottom": 6168,
                  "height": 6168,
                  "top": 0,
                  "right": 412
                },
                "path": "1,HTML,1,BODY"
              }
            }
          ],
          "debugData": {
            "maxChildren": 44,
            "type": "debugdata",
            "maxDepth": 24,
            "totalElements": 708
          },
          "headings": [
            {
              "label": "Statistic",
              "key": "statistic",
              "valueType": "text"
            },
            {
              "label": "Element",
              "key": "node",
              "valueType": "node"
            },
            {
              "label": "Value",
              "key": "value",
              "valueType": "numeric"
            }
          ]
        },
        "numericValue": 708,
        "numericUnit": "element"
      },
      "aria-treeitem-name": {
        "id": "aria-treeitem-name",
        "title": "ARIA `treeitem` elements have accessible names",
        "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "structured-data": {
        "id": "structured-data",
        "title": "Structured data is valid",
        "description": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "unsized-images": {
        "id": "unsized-images",
        "title": "Image elements have explicit `width` and `height`",
        "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "label": "URL",
              "valueType": "url",
              "key": "url"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "link-text": {
        "id": "link-text",
        "title": "Links do not have descriptive text",
        "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "4 links found",
        "details": {
          "type": "table",
          "items": [
            {
              "href": "https://yogapoint.ca/programs/transform-work",
              "textLang": "en-GB",
              "text": "Read More"
            },
            {
              "textLang": "en-GB",
              "text": "Read More",
              "href": "https://yogapoint.ca/programs/transforming-men-youth/"
            },
            {
              "textLang": "en-GB",
              "text": "Read More",
              "href": "https://yogapoint.ca/programs/yoga-for-beginners/"
            },
            {
              "textLang": "en-GB",
              "text": "Read More",
              "href": "https://yogapoint.ca/programs/yoga-for-career-employment/"
            }
          ],
          "headings": [
            {
              "label": "Link destination",
              "valueType": "url",
              "key": "href"
            },
            {
              "valueType": "text",
              "label": "Link Text",
              "key": "text"
            }
          ]
        }
      },
      "deprecations": {
        "id": "deprecations",
        "title": "Avoids deprecated APIs",
        "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "key": "value",
              "label": "Deprecation / Warning",
              "valueType": "text"
            },
            {
              "valueType": "source-location",
              "key": "source",
              "label": "Source"
            }
          ]
        }
      },
      "total-byte-weight": {
        "id": "total-byte-weight",
        "title": "Avoid enormous network payloads",
        "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Total size was 4,213 KiB",
        "details": {
          "items": [
            {
              "totalBytes": 1096338,
              "url": "https://yogapoint.ca/wp-content/uploads/2020/01/YogaPoint-be-your-better-self.jpg"
            },
            {
              "totalBytes": 383075,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "totalBytes": 383075
            },
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "totalBytes": 383075
            },
            {
              "totalBytes": 307011,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programe-vid-placeholder.jpg"
            },
            {
              "totalBytes": 224110,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/fonts/inter/Inter-upright-var.woff2"
            },
            {
              "totalBytes": 92433,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0"
            },
            {
              "totalBytes": 91625,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs3.png"
            },
            {
              "totalBytes": 90613,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png"
            },
            {
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs4.png",
              "totalBytes": 86679
            }
          ],
          "headings": [
            {
              "key": "url",
              "valueType": "url",
              "label": "URL"
            },
            {
              "key": "totalBytes",
              "valueType": "bytes",
              "label": "Transfer Size"
            }
          ],
          "type": "table",
          "sortedBy": [
            "totalBytes"
          ]
        },
        "numericValue": 4314443,
        "numericUnit": "byte"
      },
      "is-on-https": {
        "id": "is-on-https",
        "title": "Does not use HTTPS",
        "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "1 insecure request found",
        "details": {
          "items": [
            {
              "url": "http://yogapoint.ca/wp-content/uploads/2020/01/YogaPoint-be-your-better-self.jpg",
              "resolution": "Automatically upgraded to HTTPS"
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "Insecure URL"
            },
            {
              "valueType": "text",
              "label": "Request Resolution",
              "key": "resolution"
            }
          ],
          "type": "table"
        }
      },
      "resource-summary": {
        "id": "resource-summary",
        "title": "Resources Summary",
        "description": "Aggregates all network requests and groups them by type",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "resourceType": "total",
              "transferSize": 4314443,
              "label": "Total",
              "requestCount": 93
            },
            {
              "transferSize": 1960999,
              "resourceType": "image",
              "label": "Image",
              "requestCount": 12
            },
            {
              "transferSize": 1055290,
              "resourceType": "script",
              "requestCount": 39,
              "label": "Script"
            },
            {
              "transferSize": 621931,
              "resourceType": "font",
              "label": "Font",
              "requestCount": 8
            },
            {
              "transferSize": 386804,
              "resourceType": "other",
              "requestCount": 3,
              "label": "Other"
            },
            {
              "label": "Stylesheet",
              "transferSize": 242466,
              "resourceType": "stylesheet",
              "requestCount": 28
            },
            {
              "transferSize": 46953,
              "resourceType": "document",
              "requestCount": 3,
              "label": "Document"
            },
            {
              "transferSize": 0,
              "label": "Media",
              "resourceType": "media",
              "requestCount": 0
            },
            {
              "resourceType": "third-party",
              "transferSize": 1451342,
              "label": "Third-party",
              "requestCount": 19
            }
          ],
          "headings": [
            {
              "key": "label",
              "label": "Resource Type",
              "valueType": "text"
            },
            {
              "label": "Requests",
              "key": "requestCount",
              "valueType": "numeric"
            },
            {
              "label": "Transfer Size",
              "key": "transferSize",
              "valueType": "bytes"
            }
          ]
        }
      },
      "link-in-text-block": {
        "id": "link-in-text-block",
        "title": "Links are distinguishable without relying on color.",
        "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.12/link-in-text-block).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "cache-insight": {
        "id": "cache-insight",
        "title": "Use efficient cache lifetimes",
        "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 2,782 KiB",
        "metricSavings": {
          "LCP": 10000,
          "FCP": 1150
        },
        "details": {
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "Request"
            },
            {
              "key": "cacheLifetimeMs",
              "displayUnit": "duration",
              "valueType": "ms",
              "label": "Cache TTL"
            },
            {
              "valueType": "bytes",
              "label": "Transfer Size",
              "key": "totalBytes",
              "granularity": 1,
              "displayUnit": "kb"
            }
          ],
          "items": [
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 1096338,
              "url": "https://yogapoint.ca/wp-content/uploads/2020/01/YogaPoint-be-your-better-self.jpg",
              "totalBytes": 1096338
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programe-vid-placeholder.jpg",
              "totalBytes": 307011,
              "wastedBytes": 307011
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 224110,
              "totalBytes": 224110,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/fonts/inter/Inter-upright-var.woff2"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0",
              "wastedBytes": 92433,
              "totalBytes": 92433,
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 91625,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs3.png",
              "cacheLifetimeMs": 0,
              "wastedBytes": 91625
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 90613,
              "totalBytes": 90613,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png"
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs4.png",
              "totalBytes": 86679,
              "wastedBytes": 86679
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2",
              "totalBytes": 78413,
              "wastedBytes": 78413
            },
            {
              "wastedBytes": 76981,
              "totalBytes": 76981,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2",
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs2.png",
              "wastedBytes": 76023,
              "totalBytes": 76023
            },
            {
              "url": "https://yogapoint.ca/wp-content/uploads/2021/01/m_ul0026-433.jpg",
              "totalBytes": 66076,
              "cacheLifetimeMs": 0,
              "wastedBytes": 66076
            },
            {
              "totalBytes": 63363,
              "wastedBytes": 63363,
              "url": "https://yogapoint.ca/wp-content/uploads/2021/01/m_Businessman_-_Man_-_Courage_-_Boldness_-_Entrepreneur.jpg",
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 48465,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=1.7.3",
              "totalBytes": 48465
            },
            {
              "cacheLifetimeMs": 0,
              "totalBytes": 39722,
              "url": "https://yogapoint.ca/wp-content/uploads/2020/01/m_ul0032-451.jpg",
              "wastedBytes": 39722
            },
            {
              "wastedBytes": 37651,
              "totalBytes": 37651,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.6.2",
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
              "wastedBytes": 34070,
              "totalBytes": 34070,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 30532,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
              "totalBytes": 30532,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 29572,
              "totalBytes": 29572,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.6.2",
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 26100,
              "totalBytes": 26100,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0"
            },
            {
              "cacheLifetimeMs": 0,
              "totalBytes": 23104,
              "url": "https://yogapoint.ca/wp-content/uploads/2021/01/s_Meditating_at_Sunset.jpg",
              "wastedBytes": 23104
            },
            {
              "totalBytes": 17444,
              "cacheLifetimeMs": 0,
              "wastedBytes": 17444,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/logo.png"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.5.5",
              "totalBytes": 16226,
              "wastedBytes": 16226,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.5.5",
              "totalBytes": 12607,
              "wastedBytes": 12607,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3",
              "cacheLifetimeMs": 0,
              "wastedBytes": 12348,
              "totalBytes": 12348
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.5.5",
              "totalBytes": 10674,
              "wastedBytes": 10674
            },
            {
              "wastedBytes": 10497,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/htbbootstrap.js?ver=1.7.3",
              "totalBytes": 10497
            },
            {
              "totalBytes": 10161,
              "cacheLifetimeMs": 0,
              "wastedBytes": 10161,
              "url": "https://yogapoint.ca/wp-includes/css/dist/block-library/style.min.css?ver=5.8.13"
            },
            {
              "totalBytes": 7661,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/js/index.js?ver=1.0",
              "wastedBytes": 7661
            },
            {
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/js/lightslider.js",
              "cacheLifetimeMs": 0,
              "totalBytes": 7161,
              "wastedBytes": 7161
            },
            {
              "wastedBytes": 7157,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1",
              "totalBytes": 7157
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 6944,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htbbootstrap.css?ver=1.7.3",
              "totalBytes": 6944
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
              "cacheLifetimeMs": 0,
              "wastedBytes": 6873,
              "totalBytes": 6873
            },
            {
              "totalBytes": 6812,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1",
              "wastedBytes": 6812,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 6768,
              "cacheLifetimeMs": 0,
              "totalBytes": 6768,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/popper.min.js?ver=1.7.3"
            },
            {
              "totalBytes": 6028,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
              "wastedBytes": 6028
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2",
              "totalBytes": 5457,
              "wastedBytes": 5457,
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 4762,
              "wastedBytes": 4762,
              "url": "https://yogapoint.ca/wp-includes/js/wp-emoji-release.min.js?ver=5.8.13",
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.5.5",
              "cacheLifetimeMs": 0,
              "totalBytes": 4664,
              "wastedBytes": 4664
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2",
              "totalBytes": 4217,
              "wastedBytes": 4217
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/animation.css?ver=1.7.3",
              "totalBytes": 4212,
              "cacheLifetimeMs": 0,
              "wastedBytes": 4212
            },
            {
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-includes/js/dist/i18n.min.js?ver=5f1269854226b4dd90450db411a12b79",
              "totalBytes": 3936,
              "wastedBytes": 3936
            },
            {
              "totalBytes": 3820,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/global.css?ver=1644892452",
              "wastedBytes": 3820
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.14.0",
              "totalBytes": 3805,
              "wastedBytes": 3805,
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 3491,
              "wastedBytes": 3491,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0"
            },
            {
              "wastedBytes": 3273,
              "totalBytes": 3273,
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.4",
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 3128,
              "cacheLifetimeMs": 0,
              "totalBytes": 3128,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-253.css?ver=1646915452"
            },
            {
              "wastedBytes": 3090,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2",
              "cacheLifetimeMs": 0,
              "totalBytes": 3090
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/waypoints.js?ver=1.7.3",
              "totalBytes": 2816,
              "cacheLifetimeMs": 0,
              "wastedBytes": 2816
            },
            {
              "totalBytes": 2657,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.5.5",
              "wastedBytes": 2657
            },
            {
              "wastedBytes": 2531,
              "totalBytes": 2531,
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7",
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 2379,
              "cacheLifetimeMs": 0,
              "totalBytes": 2379,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.6.2"
            },
            {
              "wastedBytes": 2242,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.5.5",
              "totalBytes": 2242,
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "totalBytes": 1956,
              "wastedBytes": 1956,
              "url": "https://yogapoint.ca/wp-includes/js/imagesloaded.min.js?ver=4.1.4"
            },
            {
              "wastedBytes": 1934,
              "totalBytes": 1934,
              "url": "https://yogapoint.ca/wp-includes/js/dist/hooks.min.js?ver=a7edae857aab69d69fa10d5aef23a5de",
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 1818,
              "totalBytes": 1818,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-159.css?ver=1646910996"
            },
            {
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/css/lightslider.css",
              "wastedBytes": 1725,
              "totalBytes": 1725,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 1705,
              "totalBytes": 1705,
              "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=1.4.7",
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 1477,
              "totalBytes": 1477,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.6.2"
            },
            {
              "wastedBytes": 1271,
              "totalBytes": 1271,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1500.css?ver=1644892452",
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "totalBytes": 1245,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.5.5",
              "wastedBytes": 1245
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 1083,
              "totalBytes": 1083,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/print.css?ver=1.0"
            },
            {
              "cacheLifetimeMs": 0,
              "totalBytes": 1064,
              "wastedBytes": 1064,
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.4"
            },
            {
              "wastedBytes": 1022.4000000000001,
              "totalBytes": 2556,
              "url": "https://static.addtoany.com/menu/page.js",
              "cacheLifetimeMs": 86400000
            },
            {
              "wastedBytes": 956,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.5.5",
              "totalBytes": 956,
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 925,
              "wastedBytes": 925,
              "url": "https://yogapoint.ca/wp-includes/js/wp-embed.min.js?ver=5.8.13",
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 769,
              "wastedBytes": 769,
              "cacheLifetimeMs": 0,
              "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css?ver=1.4.7"
            },
            {
              "cacheLifetimeMs": 0,
              "totalBytes": 743,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-keyframes.css?ver=1.7.3",
              "wastedBytes": 743
            },
            {
              "wastedBytes": 662,
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.5.4",
              "totalBytes": 662,
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 618,
              "wastedBytes": 618,
              "url": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16",
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 560,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1390.css?ver=1644892449",
              "cacheLifetimeMs": 0,
              "wastedBytes": 560
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3",
              "totalBytes": 502,
              "wastedBytes": 502,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3",
              "totalBytes": 499,
              "wastedBytes": 499,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70",
              "wastedBytes": 399,
              "totalBytes": 399,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1",
              "cacheLifetimeMs": 0,
              "wastedBytes": 349,
              "totalBytes": 349
            },
            {
              "wastedBytes": 300.09999999999991,
              "totalBytes": 3001,
              "cacheLifetimeMs": 604800000,
              "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png"
            }
          ],
          "skipSumming": [
            "cacheLifetimeMs"
          ],
          "sortedBy": [
            "wastedBytes"
          ],
          "type": "table",
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 2848304.5
          }
        }
      },
      "video-caption": {
        "id": "video-caption",
        "title": "`\u003cvideo\u003e` elements contain a `\u003ctrack\u003e` element with `[kind=\"captions\"]`",
        "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.12/video-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "frame-title": {
        "id": "frame-title",
        "title": "`\u003cframe\u003e` or `\u003ciframe\u003e` elements have a title",
        "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.12/frame-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "node",
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "inspector-issues": {
        "id": "inspector-issues",
        "title": "Issues were logged in the `Issues` panel in Chrome Devtools",
        "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "url": "http://yogapoint.ca/wp-content/uploads/2020/01/YogaPoint-be-your-better-self.jpg"
                  }
                ],
                "type": "subitems"
              },
              "issueType": "Mixed content"
            }
          ],
          "type": "table",
          "headings": [
            {
              "label": "Issue type",
              "key": "issueType",
              "valueType": "text",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              }
            }
          ]
        }
      },
      "html-lang-valid": {
        "id": "html-lang-valid",
        "title": "`\u003chtml\u003e` element has a valid value for its `[lang]` attribute",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-lang-valid).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "third-party-cookies": {
        "id": "third-party-cookies",
        "title": "Avoids third-party cookies",
        "description": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "name",
              "label": "Name",
              "valueType": "text"
            },
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "diagnostics": {
        "id": "diagnostics",
        "title": "Diagnostics",
        "description": "Collection of useful page vitals.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "numFonts": 8,
              "numRequests": 93,
              "numTasks": 1897,
              "totalByteWeight": 4314443,
              "mainDocumentTransferSize": 16119,
              "numScripts": 39,
              "maxServerLatency": 6,
              "numTasksOver50ms": 7,
              "numTasksOver500ms": 0,
              "numStylesheets": 28,
              "maxRtt": 1.125945,
              "numTasksOver25ms": 16,
              "rtt": 0.00037976495764480524,
              "throughput": 180162667.21714008,
              "totalTaskTime": 2028.6389999999915,
              "numTasksOver10ms": 39,
              "numTasksOver100ms": 4
            }
          ],
          "type": "debugdata"
        }
      },
      "tabindex": {
        "id": "tabindex",
        "title": "No element has a `[tabindex]` value greater than 0",
        "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.12/tabindex).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "js-libraries": {
        "id": "js-libraries",
        "title": "Detected JavaScript libraries",
        "description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "key": "name",
              "valueType": "text",
              "label": "Name"
            },
            {
              "key": "version",
              "valueType": "text",
              "label": "Version"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "stacks": [
              {
                "id": "jquery",
                "version": "1.9.1"
              },
              {
                "id": "jquery-fast"
              },
              {
                "version": "1.12.1",
                "id": "jquery_ui"
              },
              {
                "version": "5.8.13",
                "id": "wordpress"
              },
              {
                "version": "core-js-global@3.11.0",
                "id": "corejs"
              }
            ]
          },
          "items": [
            {
              "name": "jQuery",
              "version": "1.9.1",
              "npm": "jquery"
            },
            {
              "name": "jQuery UI",
              "version": "1.12.1",
              "npm": "jquery-ui"
            },
            {
              "name": "WordPress",
              "version": "5.8.13"
            },
            {
              "npm": "core-js",
              "version": "core-js-global@3.11.0",
              "name": "core-js"
            }
          ]
        }
      },
      "aria-required-children": {
        "id": "aria-required-children",
        "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
        "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.12/aria-required-children).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "autocomplete-valid": {
        "id": "autocomplete-valid",
        "title": "`autocomplete` attributes are used correctly",
        "description": "The `autocomplete` attribute values must be valid and correctly applied for screen readers to function correctly. [Learn more about valid autocomplete values](https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-dialog-name": {
        "id": "aria-dialog-name",
        "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
        "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "robots-txt": {
        "id": "robots-txt",
        "title": "robots.txt is valid",
        "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "index",
              "label": "Line #",
              "valueType": "text"
            },
            {
              "key": "line",
              "label": "Content",
              "valueType": "code"
            },
            {
              "key": "message",
              "label": "Error",
              "valueType": "code"
            }
          ]
        }
      },
      "label-content-name-mismatch": {
        "id": "label-content-name-mismatch",
        "title": "Elements with visible text labels have matching accessible names.",
        "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.12/label-content-name-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "offscreen-content-hidden": {
        "id": "offscreen-content-hidden",
        "title": "Offscreen content is hidden from assistive technology",
        "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "unminified-javascript": {
        "id": "unminified-javascript",
        "title": "Minify JavaScript",
        "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 11 KiB",
        "metricSavings": {
          "LCP": 150,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "wastedBytes": 4538,
              "wastedPercent": 44.560343456829386,
              "totalBytes": 10185,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/htbbootstrap.js?ver=1.7.3"
            },
            {
              "wastedPercent": 52.003006541258692,
              "totalBytes": 6850,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/js/lightslider.js",
              "wastedBytes": 3562
            },
            {
              "totalBytes": 7350,
              "wastedBytes": 2988,
              "wastedPercent": 40.657462195923735,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/js/index.js?ver=1.0"
            }
          ],
          "type": "opportunity",
          "overallSavingsMs": 150,
          "sortedBy": [
            "wastedBytes"
          ],
          "debugData": {
            "metricSavings": {
              "LCP": 150,
              "FCP": 0
            },
            "type": "debugdata"
          },
          "headings": [
            {
              "label": "URL",
              "valueType": "url",
              "key": "url"
            },
            {
              "label": "Transfer Size",
              "valueType": "bytes",
              "key": "totalBytes"
            },
            {
              "label": "Est Savings",
              "valueType": "bytes",
              "key": "wastedBytes"
            }
          ],
          "overallSavingsBytes": 11088
        },
        "warnings": [],
        "numericValue": 150,
        "numericUnit": "millisecond"
      },
      "largest-contentful-paint": {
        "id": "largest-contentful-paint",
        "title": "Largest Contentful Paint",
        "description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "displayValue": "17.1 s",
        "numericValue": 17102.149527851834,
        "numericUnit": "millisecond"
      },
      "main-thread-tasks": {
        "id": "main-thread-tasks",
        "title": "Tasks",
        "description": "Lists the toplevel main thread tasks that executed during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "valueType": "ms",
              "granularity": 1,
              "key": "startTime",
              "label": "Start Time"
            },
            {
              "valueType": "ms",
              "label": "End Time",
              "granularity": 1,
              "key": "duration"
            }
          ],
          "type": "table",
          "items": [
            {
              "duration": 22.055,
              "startTime": 1488.687
            },
            {
              "startTime": 1511.458,
              "duration": 37.206
            },
            {
              "startTime": 1777.804,
              "duration": 6.576
            },
            {
              "duration": 7.867,
              "startTime": 2406.3
            },
            {
              "startTime": 2414.832,
              "duration": 27.685
            },
            {
              "duration": 22.848,
              "startTime": 2443.24
            },
            {
              "duration": 19.01,
              "startTime": 2466.205
            },
            {
              "duration": 47.178,
              "startTime": 2485.477
            },
            {
              "startTime": 2534.543,
              "duration": 12.466
            },
            {
              "startTime": 2549.19,
              "duration": 46.737
            },
            {
              "startTime": 2596.217,
              "duration": 10.69
            },
            {
              "duration": 10.424,
              "startTime": 2609.324
            },
            {
              "duration": 12.558,
              "startTime": 2623.3
            },
            {
              "duration": 7.825,
              "startTime": 2639.032
            },
            {
              "startTime": 2646.909,
              "duration": 10.693
            },
            {
              "startTime": 2658.643,
              "duration": 8.648
            },
            {
              "startTime": 2667.416,
              "duration": 13.361
            },
            {
              "startTime": 2680.842,
              "duration": 26.77
            },
            {
              "duration": 28.556,
              "startTime": 2709.473
            },
            {
              "duration": 218.931,
              "startTime": 2742.05
            },
            {
              "duration": 16.958,
              "startTime": 2967.048
            },
            {
              "startTime": 2984.862,
              "duration": 15.14
            },
            {
              "duration": 12.425,
              "startTime": 3004.14
            },
            {
              "duration": 168.146,
              "startTime": 3031.964
            },
            {
              "duration": 7.665,
              "startTime": 3203.987
            },
            {
              "startTime": 3215.692,
              "duration": 6.135
            },
            {
              "duration": 8.29,
              "startTime": 3234.889
            },
            {
              "startTime": 3285.013,
              "duration": 121.295
            },
            {
              "startTime": 3407.271,
              "duration": 39.972
            },
            {
              "startTime": 3447.3,
              "duration": 6.675
            },
            {
              "duration": 21.15,
              "startTime": 3455.525
            },
            {
              "duration": 14.12,
              "startTime": 3485.061
            },
            {
              "startTime": 3513.447,
              "duration": 24.974
            },
            {
              "startTime": 3541.159,
              "duration": 6.963
            },
            {
              "startTime": 3549.093,
              "duration": 8.344
            },
            {
              "startTime": 4004.229,
              "duration": 120.397
            },
            {
              "startTime": 4129.13,
              "duration": 64.45
            },
            {
              "startTime": 4194.942,
              "duration": 37.208
            },
            {
              "startTime": 4232.161,
              "duration": 10.711
            },
            {
              "startTime": 4244.379,
              "duration": 71.967
            },
            {
              "duration": 46.106,
              "startTime": 4321.094
            },
            {
              "duration": 14.677,
              "startTime": 4368.237
            },
            {
              "duration": 7.715,
              "startTime": 4411.077
            },
            {
              "duration": 11.486,
              "startTime": 4422.371
            },
            {
              "startTime": 4449.605,
              "duration": 10.935
            },
            {
              "duration": 16.834,
              "startTime": 4471.405
            },
            {
              "startTime": 4493.323,
              "duration": 17.946
            },
            {
              "duration": 72.258,
              "startTime": 4531.405
            },
            {
              "duration": 16.074,
              "startTime": 4689.155
            },
            {
              "startTime": 4706.411,
              "duration": 20.649
            },
            {
              "duration": 8.957,
              "startTime": 4739.178
            }
          ]
        }
      },
      "image-aspect-ratio": {
        "id": "image-aspect-ratio",
        "title": "Displays images with correct aspect ratio",
        "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "label": "Aspect Ratio (Displayed)",
              "valueType": "text",
              "key": "displayedAspectRatio"
            },
            {
              "key": "actualAspectRatio",
              "label": "Aspect Ratio (Actual)",
              "valueType": "text"
            }
          ]
        }
      },
      "managed-focus": {
        "id": "managed-focus",
        "title": "The user's focus is directed to new content added to the page",
        "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "font-display-insight": {
        "id": "font-display-insight",
        "title": "Font display",
        "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 280 ms",
        "metricSavings": {
          "FCP": 300,
          "INP": 0
        },
        "details": {
          "type": "table",
          "headings": [
            {
              "key": "url",
              "valueType": "url",
              "label": "URL"
            },
            {
              "label": "Est Savings",
              "key": "wastedMs",
              "valueType": "ms"
            }
          ],
          "items": [
            {
              "wastedMs": 280,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2"
            },
            {
              "wastedMs": 255,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2",
              "wastedMs": 150
            },
            {
              "wastedMs": 10,
              "url": "https://fonts.gstatic.com/s/londrinaoutline/v29/C8c44dM8vmb14dfsZxhetg3pDH-STu07rACPHvM.woff2"
            },
            {
              "url": "https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2",
              "wastedMs": 10
            },
            {
              "wastedMs": 10,
              "url": "https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2"
            },
            {
              "wastedMs": 10,
              "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2"
            }
          ],
          "skipSumming": [
            "wastedMs"
          ]
        }
      },
      "interactive-element-affordance": {
        "id": "interactive-element-affordance",
        "title": "Interactive elements indicate their purpose and state",
        "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "cls-culprits-insight": {
        "id": "cls-culprits-insight",
        "title": "Layout shift culprits",
        "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "list",
          "items": [
            {
              "headings": [
                {
                  "subItemsHeading": {
                    "key": "extra"
                  },
                  "label": "Element",
                  "valueType": "node",
                  "key": "node"
                },
                {
                  "key": "score",
                  "subItemsHeading": {
                    "valueType": "text",
                    "key": "cause"
                  },
                  "label": "Layout shift score",
                  "granularity": 0.001,
                  "valueType": "numeric"
                }
              ],
              "type": "table",
              "items": [
                {
                  "node": {
                    "value": "Total",
                    "type": "text"
                  },
                  "score": 0.17350848424473184
                },
                {
                  "subItems": {
                    "items": [
                      {
                        "extra": {
                          "boundingRect": {
                            "left": 276,
                            "height": 106,
                            "width": 106,
                            "top": 1777,
                            "right": 382,
                            "bottom": 1882
                          },
                          "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                          "type": "node",
                          "snippet": "\u003cimg width=\"150\" height=\"150\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs1-150x150.png 150w…\" sizes=\"(max-width: 150px) 100vw, 150px\"\u003e",
                          "lhId": "page-3-IMG",
                          "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                          "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail"
                        },
                        "cause": "Unsized image element"
                      }
                    ],
                    "type": "subitems"
                  },
                  "node": {
                    "selector": "body.home \u003e div.elementor",
                    "type": "node",
                    "path": "1,HTML,1,BODY,1,DIV",
                    "boundingRect": {
                      "top": 0,
                      "height": 5490,
                      "width": 412,
                      "left": 0,
                      "bottom": 5490,
                      "right": 412
                    },
                    "nodeLabel": "BE YOUR\nBETTER SELF\n\nLife is too short to be living without a purpose.\nWe help …",
                    "snippet": "\u003cdiv data-elementor-type=\"wp-page\" data-elementor-id=\"253\" class=\"elementor elementor-253\" data-elementor-settings=\"[]\"\u003e",
                    "lhId": "page-8-DIV"
                  },
                  "score": 0.15588927703523689
                },
                {
                  "node": {
                    "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                    "selector": "div.elementor-row \u003e div.elementor-column \u003e div.elementor-column-wrap \u003e div.elementor-widget-wrap",
                    "nodeLabel": "BE YOUR\nBETTER SELF",
                    "type": "node",
                    "lhId": "page-7-DIV",
                    "boundingRect": {
                      "left": 0,
                      "bottom": 511,
                      "right": 412,
                      "top": 283,
                      "width": 412,
                      "height": 228
                    },
                    "snippet": "\u003cdiv class=\"elementor-widget-wrap\"\u003e"
                  },
                  "subItems": {
                    "items": [
                      {
                        "extra": {
                          "boundingRect": {
                            "bottom": 69,
                            "right": 265,
                            "width": 118,
                            "left": 147,
                            "height": 59,
                            "top": 10
                          },
                          "lhId": "page-6-IMG",
                          "path": "1,HTML,1,BODY,0,DIV,0,DIV,0,SECTION,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                          "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-large",
                          "type": "node",
                          "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-large",
                          "snippet": "\u003cimg width=\"232\" height=\"117\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/logo.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\"\u003e"
                        },
                        "cause": "Unsized image element"
                      },
                      {
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/londrinaoutline/v29/C8c44dM8vmb14dfsZxhetg3pDH-STu07rACPHvM.woff2",
                          "type": "url"
                        },
                        "cause": "Web font"
                      },
                      {
                        "extra": {
                          "type": "url",
                          "value": "https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2"
                        },
                        "cause": "Web font"
                      },
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
                          "type": "url"
                        }
                      }
                    ],
                    "type": "subitems"
                  },
                  "score": 0.01761920720949494
                }
              ]
            }
          ]
        }
      },
      "td-headers-attr": {
        "id": "td-headers-attr",
        "title": "Cells in a `\u003ctable\u003e` element that use the `[headers]` attribute refer to table cells within the same table.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring `\u003ctd\u003e` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.12/td-headers-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "canonical": {
        "id": "canonical",
        "title": "Document has a valid `rel=canonical`",
        "description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "link-name": {
        "id": "link-name",
        "title": "Links have a discernible name",
        "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.12/link-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "type": "table"
        }
      },
      "image-size-responsive": {
        "id": "image-size-responsive",
        "title": "Serves images with appropriate resolution",
        "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            },
            {
              "label": "URL",
              "valueType": "url",
              "key": "url"
            },
            {
              "valueType": "text",
              "key": "displayedSize",
              "label": "Displayed size"
            },
            {
              "key": "actualSize",
              "label": "Actual size",
              "valueType": "text"
            },
            {
              "key": "expectedSize",
              "label": "Expected size",
              "valueType": "text"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "image-alt": {
        "id": "image-alt",
        "title": "Image elements have `[alt]` attributes",
        "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-alt).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "lcp-discovery-insight": {
        "id": "lcp-discovery-insight",
        "title": "LCP request discovery",
        "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "items": {
                "priorityHinted": {
                  "value": false,
                  "label": "fetchpriority=high should be applied"
                },
                "requestDiscoverable": {
                  "value": false,
                  "label": "Request is discoverable in initial document"
                },
                "eagerlyLoaded": {
                  "value": true,
                  "label": "LCP resources should not use loading=lazy"
                }
              },
              "type": "checklist"
            },
            {
              "snippet": "\u003csection class=\"elementor-section elementor-top-section elementor-element elementor-elemen…\" data-id=\"fb85a90\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\" style=\"width: 412px; left: 0px;\"\u003e",
              "nodeLabel": "BE YOUR\nBETTER SELF",
              "type": "node",
              "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,0,SECTION",
              "boundingRect": {
                "top": 0,
                "width": 412,
                "bottom": 679,
                "height": 679,
                "left": 0,
                "right": 412
              },
              "lhId": "page-0-SECTION",
              "selector": "div.elementor \u003e div.elementor-inner \u003e div.elementor-section-wrap \u003e section.elementor-section"
            }
          ],
          "type": "list"
        }
      },
      "mainthread-work-breakdown": {
        "id": "mainthread-work-breakdown",
        "title": "Minimize main-thread work",
        "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "2.4 s",
        "metricSavings": {
          "TBT": 450
        },
        "details": {
          "sortedBy": [
            "duration"
          ],
          "items": [
            {
              "duration": 1333.9787999999935,
              "groupLabel": "Script Evaluation",
              "group": "scriptEvaluation"
            },
            {
              "group": "other",
              "groupLabel": "Other",
              "duration": 294.22199999999685
            },
            {
              "duration": 292.77720000000005,
              "groupLabel": "Script Parsing & Compilation",
              "group": "scriptParseCompile"
            },
            {
              "groupLabel": "Style & Layout",
              "group": "styleLayout",
              "duration": 268.14359999999994
            },
            {
              "duration": 120.29880000000007,
              "groupLabel": "Garbage Collection",
              "group": "garbageCollection"
            },
            {
              "duration": 66.9828,
              "groupLabel": "Parse HTML & CSS",
              "group": "parseHTML"
            },
            {
              "group": "paintCompositeRender",
              "groupLabel": "Rendering",
              "duration": 57.963599999999936
            }
          ],
          "headings": [
            {
              "key": "groupLabel",
              "label": "Category",
              "valueType": "text"
            },
            {
              "label": "Time Spent",
              "valueType": "ms",
              "granularity": 1,
              "key": "duration"
            }
          ],
          "type": "table"
        },
        "numericValue": 2434.3667999999902,
        "numericUnit": "millisecond"
      },
      "label": {
        "id": "label",
        "title": "Form elements have associated labels",
        "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.12/label).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "aria-allowed-role": {
        "id": "aria-allowed-role",
        "title": "Uses ARIA roles only on compatible elements",
        "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-text": {
        "id": "aria-text",
        "title": "Elements with the `role=text` attribute do not have focusable descendents.",
        "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.12/aria-text).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "meta-description": {
        "id": "meta-description",
        "title": "Document has a meta description",
        "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "final-screenshot": {
        "id": "final-screenshot",
        "title": "Final Screenshot",
        "description": "The last screenshot captured of the pageload.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "screenshot",
          "timing": 4135,
          "timestamp": 1669604978830,
          "data": "data:image/jpeg;base64,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"
        }
      },
      "network-requests": {
        "id": "network-requests",
        "title": "Network Requests",
        "description": "Lists the network requests that were made during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "key": "protocol",
              "valueType": "text",
              "label": "Protocol"
            },
            {
              "granularity": 1,
              "key": "networkRequestTime",
              "label": "Network Request Time",
              "valueType": "ms"
            },
            {
              "label": "Network End Time",
              "key": "networkEndTime",
              "valueType": "ms",
              "granularity": 1
            },
            {
              "key": "transferSize",
              "granularity": 1,
              "displayUnit": "kb",
              "valueType": "bytes",
              "label": "Transfer Size"
            },
            {
              "label": "Resource Size",
              "granularity": 1,
              "displayUnit": "kb",
              "key": "resourceSize",
              "valueType": "bytes"
            },
            {
              "label": "Status Code",
              "key": "statusCode",
              "valueType": "text"
            },
            {
              "key": "mimeType",
              "label": "MIME Type",
              "valueType": "text"
            },
            {
              "label": "Resource Type",
              "valueType": "text",
              "key": "resourceType"
            }
          ],
          "items": [
            {
              "mimeType": "text/html",
              "cache": "none",
              "rendererStartTime": 0,
              "statusCode": 200,
              "transferSize": 16119,
              "priority": "VeryHigh",
              "networkEndTime": 1486.0460000038147,
              "entity": "yogapoint.ca",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1.2799999713897705,
              "url": "https://yogapoint.ca/",
              "sessionTargetType": "page",
              "resourceSize": 105343,
              "resourceType": "Document",
              "finished": true
            },
            {
              "cache": "none",
              "rendererStartTime": 1500.5870001316071,
              "priority": "VeryHigh",
              "transferSize": 10161,
              "mimeType": "text/css",
              "finished": true,
              "networkRequestTime": 1501.7079999446869,
              "entity": "yogapoint.ca",
              "url": "https://yogapoint.ca/wp-includes/css/dist/block-library/style.min.css?ver=5.8.13",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "resourceSize": 80574,
              "networkEndTime": 2205.0230000019073,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "protocol": "h2"
            },
            {
              "resourceType": "Stylesheet",
              "rendererStartTime": 1501.0410001277924,
              "networkEndTime": 2299.0780000686646,
              "mimeType": "text/css",
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.4",
              "resourceSize": 2731,
              "networkRequestTime": 1501.8359999656677,
              "cache": "none",
              "entity": "yogapoint.ca",
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "transferSize": 1064,
              "protocol": "h2",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "entity": "yogapoint.ca",
              "mimeType": "text/css",
              "resourceSize": 374,
              "rendererStartTime": 1501.1909999847412,
              "priority": "VeryHigh",
              "resourceType": "Stylesheet",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "networkRequestTime": 1501.9370000362396,
              "protocol": "h2",
              "networkEndTime": 1730.1600000858307,
              "statusCode": 200,
              "transferSize": 399,
              "url": "https://yogapoint.ca/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70",
              "sessionTargetType": "page",
              "finished": true
            },
            {
              "experimentalFromMainFrame": true,
              "entity": "yogapoint.ca",
              "mimeType": "text/css",
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htbbootstrap.css?ver=1.7.3",
              "resourceType": "Stylesheet",
              "cache": "none",
              "rendererStartTime": 1501.3010001182556,
              "priority": "VeryHigh",
              "resourceSize": 55436,
              "statusCode": 200,
              "protocol": "h2",
              "transferSize": 6944,
              "networkEndTime": 1839.5980000495911,
              "sessionTargetType": "page",
              "finished": true,
              "networkRequestTime": 1502.0600001811981
            },
            {
              "networkEndTime": 1776.7740001678467,
              "protocol": "h2",
              "networkRequestTime": 1502.1800000667572,
              "resourceSize": 408693,
              "sessionTargetType": "page",
              "finished": true,
              "resourceType": "Stylesheet",
              "entity": "yogapoint.ca",
              "mimeType": "text/css",
              "statusCode": 200,
              "transferSize": 48465,
              "cache": "none",
              "experimentalFromMainFrame": true,
              "rendererStartTime": 1501.4550001621246,
              "priority": "VeryHigh",
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=1.7.3"
            },
            {
              "finished": true,
              "resourceType": "Stylesheet",
              "resourceSize": 30999,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
              "statusCode": 200,
              "sessionTargetType": "page",
              "networkRequestTime": 1502.2590000629425,
              "networkEndTime": 1686.1080002784729,
              "protocol": "h2",
              "entity": "yogapoint.ca",
              "transferSize": 6873,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "mimeType": "text/css",
              "rendererStartTime": 1501.5889999866486
            },
            {
              "statusCode": 200,
              "transferSize": 4212,
              "rendererStartTime": 1501.6730000972748,
              "mimeType": "text/css",
              "networkEndTime": 2303.3900001049042,
              "networkRequestTime": 1502.4119999408722,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/animation.css?ver=1.7.3",
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "cache": "none",
              "resourceType": "Stylesheet",
              "protocol": "h2",
              "finished": true,
              "entity": "yogapoint.ca",
              "resourceSize": 71292,
              "experimentalFromMainFrame": true
            },
            {
              "priority": "VeryHigh",
              "resourceType": "Stylesheet",
              "sessionTargetType": "page",
              "entity": "yogapoint.ca",
              "networkEndTime": 1837.6100001335144,
              "statusCode": 200,
              "mimeType": "text/css",
              "resourceSize": 4730,
              "transferSize": 743,
              "finished": true,
              "rendererStartTime": 1501.7690000534058,
              "cache": "none",
              "networkRequestTime": 1502.5710000991821,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-keyframes.css?ver=1.7.3",
              "experimentalFromMainFrame": true,
              "protocol": "h2"
            },
            {
              "priority": "VeryHigh",
              "transferSize": 26100,
              "statusCode": 200,
              "mimeType": "text/css",
              "sessionTargetType": "page",
              "networkEndTime": 2302.1750001907349,
              "cache": "none",
              "networkRequestTime": 1502.7550001144409,
              "resourceType": "Stylesheet",
              "finished": true,
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "resourceSize": 147595,
              "entity": "yogapoint.ca",
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0",
              "rendererStartTime": 1501.9080002307892
            },
            {
              "resourceType": "Stylesheet",
              "finished": true,
              "resourceSize": 19050,
              "rendererStartTime": 1502.0310001373291,
              "protocol": "h2",
              "entity": "yogapoint.ca",
              "transferSize": 3805,
              "networkRequestTime": 1502.8940000534058,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/css",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.14.0",
              "networkEndTime": 2201.7109999656677
            },
            {
              "rendererStartTime": 1502.1400001049042,
              "statusCode": 200,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "entity": "yogapoint.ca",
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "networkEndTime": 2395.0230000019073,
              "cache": "none",
              "resourceSize": 13805,
              "transferSize": 956,
              "networkRequestTime": 1503.0960001945496,
              "protocol": "h2",
              "sessionTargetType": "page",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.5.5",
              "finished": true
            },
            {
              "networkEndTime": 1657.4480001926422,
              "experimentalFromMainFrame": true,
              "rendererStartTime": 1502.2430000305176,
              "finished": true,
              "transferSize": 16226,
              "protocol": "h2",
              "entity": "yogapoint.ca",
              "networkRequestTime": 1503.231999874115,
              "priority": "VeryHigh",
              "resourceType": "Stylesheet",
              "statusCode": 200,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.5.5",
              "sessionTargetType": "page",
              "resourceSize": 137254,
              "mimeType": "text/css",
              "cache": "none"
            },
            {
              "resourceSize": 1121,
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1390.css?ver=1644892449",
              "cache": "none",
              "priority": "VeryHigh",
              "entity": "yogapoint.ca",
              "resourceType": "Stylesheet",
              "rendererStartTime": 1502.3650002479553,
              "protocol": "h2",
              "statusCode": 200,
              "networkRequestTime": 1503.3150000572205,
              "sessionTargetType": "page",
              "networkEndTime": 2298.7300000190735,
              "finished": true,
              "transferSize": 560
            },
            {
              "mimeType": "text/css",
              "networkRequestTime": 1503.7640001773834,
              "networkEndTime": 2405.1350002288818,
              "statusCode": 200,
              "rendererStartTime": 1502.4550001621246,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.6.2",
              "cache": "none",
              "priority": "VeryHigh",
              "transferSize": 37651,
              "resourceSize": 441809,
              "protocol": "h2",
              "resourceType": "Stylesheet",
              "experimentalFromMainFrame": true,
              "finished": true,
              "sessionTargetType": "page",
              "entity": "yogapoint.ca"
            },
            {
              "protocol": "h2",
              "cache": "none",
              "networkEndTime": 1661.6780002117157,
              "transferSize": 769,
              "rendererStartTime": 1502.5950000286102,
              "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css?ver=1.4.7",
              "entity": "yogapoint.ca",
              "experimentalFromMainFrame": true,
              "finished": true,
              "networkRequestTime": 1503.9230000972748,
              "mimeType": "text/css",
              "statusCode": 200,
              "resourceSize": 4916,
              "priority": "VeryHigh",
              "resourceType": "Stylesheet",
              "sessionTargetType": "page"
            },
            {
              "statusCode": 200,
              "protocol": "h2",
              "entity": "yogapoint.ca",
              "networkEndTime": 2203.7890000343323,
              "resourceSize": 55311,
              "rendererStartTime": 1502.7300000190735,
              "cache": "none",
              "resourceType": "Stylesheet",
              "networkRequestTime": 1504.0599999427795,
              "finished": true,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/global.css?ver=1644892452",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "transferSize": 3820
            },
            {
              "networkRequestTime": 1504.1310000419617,
              "resourceSize": 42719,
              "experimentalFromMainFrame": true,
              "rendererStartTime": 1502.9030001163483,
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-253.css?ver=1646915452",
              "finished": true,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "networkEndTime": 2201.3470001220703,
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "cache": "none",
              "transferSize": 3128,
              "entity": "yogapoint.ca",
              "priority": "VeryHigh"
            },
            {
              "priority": "VeryHigh",
              "statusCode": 200,
              "networkRequestTime": 1504.4030001163483,
              "rendererStartTime": 1503.1020002365112,
              "mimeType": "text/css",
              "entity": "yogapoint.ca",
              "transferSize": 1271,
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-1500.css?ver=1644892452",
              "experimentalFromMainFrame": true,
              "resourceSize": 7541,
              "finished": true,
              "resourceType": "Stylesheet",
              "networkEndTime": 2102.44100022316,
              "protocol": "h2",
              "cache": "none",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 1504.5690002441406,
              "networkEndTime": 2201.1289999485016,
              "transferSize": 1818,
              "finished": true,
              "sessionTargetType": "page",
              "cache": "none",
              "statusCode": 200,
              "protocol": "h2",
              "resourceType": "Stylesheet",
              "rendererStartTime": 1503.2980000972748,
              "priority": "VeryHigh",
              "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-159.css?ver=1646910996",
              "experimentalFromMainFrame": true,
              "entity": "yogapoint.ca",
              "mimeType": "text/css",
              "resourceSize": 17103
            },
            {
              "priority": "VeryHigh",
              "transferSize": 618,
              "url": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "cache": "none",
              "networkRequestTime": 1504.8619999885559,
              "rendererStartTime": 1503.4570000171661,
              "resourceType": "Stylesheet",
              "statusCode": 200,
              "finished": true,
              "protocol": "h2",
              "resourceSize": 1519,
              "entity": "yogapoint.ca",
              "networkEndTime": 1777.9860000610352
            },
            {
              "networkEndTime": 1530.1060001850128,
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "networkRequestTime": 1505.0810000896454,
              "entity": "Google Fonts",
              "resourceSize": 152408,
              "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13",
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "rendererStartTime": 1503.6190001964569,
              "transferSize": 4869,
              "statusCode": 200,
              "cache": "none",
              "protocol": "h2",
              "finished": true
            },
            {
              "experimentalFromMainFrame": true,
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "resourceSize": 57912,
              "networkEndTime": 2205.9570002555847,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3",
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "statusCode": 200,
              "entity": "yogapoint.ca",
              "transferSize": 12348,
              "networkRequestTime": 1505.4470000267029,
              "protocol": "h2",
              "cache": "none",
              "finished": true,
              "rendererStartTime": 1503.9359998703003
            },
            {
              "finished": true,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1505.6660001277924,
              "entity": "yogapoint.ca",
              "sessionTargetType": "page",
              "transferSize": 502,
              "protocol": "h2",
              "resourceSize": 669,
              "statusCode": 200,
              "priority": "VeryHigh",
              "resourceType": "Stylesheet",
              "networkEndTime": 2394.728000164032,
              "rendererStartTime": 1504.0810000896454,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3",
              "mimeType": "text/css",
              "cache": "none"
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 1505.7640001773834,
              "entity": "yogapoint.ca",
              "resourceSize": 675,
              "sessionTargetType": "page",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3",
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "networkEndTime": 1729.6579999923706,
              "statusCode": 200,
              "rendererStartTime": 1504.2439999580383,
              "experimentalFromMainFrame": true,
              "finished": true,
              "protocol": "h2",
              "transferSize": 499,
              "cache": "none"
            },
            {
              "url": "https://static.addtoany.com/menu/page.js",
              "protocol": "h2",
              "statusCode": 200,
              "rendererStartTime": 1504.4100000858307,
              "finished": true,
              "transferSize": 2556,
              "cache": "none",
              "networkEndTime": 2429.1330001354218,
              "resourceSize": 3457,
              "mimeType": "application/javascript",
              "networkRequestTime": 2397.5440001487732,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "priority": "Low",
              "entity": "AddToAny"
            },
            {
              "resourceType": "Script",
              "protocol": "h2",
              "finished": true,
              "networkEndTime": 2395.5150001049042,
              "networkRequestTime": 1506.335000038147,
              "rendererStartTime": 1504.5310001373291,
              "statusCode": 200,
              "resourceSize": 89521,
              "transferSize": 30532,
              "entity": "yogapoint.ca",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "cache": "none",
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
              "priority": "High"
            },
            {
              "transferSize": 4217,
              "rendererStartTime": 1504.7339999675751,
              "networkEndTime": 2300.4570000171661,
              "priority": "High",
              "entity": "yogapoint.ca",
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "networkRequestTime": 1506.4869999885559,
              "finished": true,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 11224,
              "protocol": "h2"
            },
            {
              "protocol": "h2",
              "cache": "none",
              "entity": "yogapoint.ca",
              "networkEndTime": 2530.8630001544952,
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "transferSize": 349,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript",
              "resourceSize": 129,
              "priority": "Low",
              "rendererStartTime": 1504.8670001029968,
              "url": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1",
              "networkRequestTime": 2407.2490000724792,
              "resourceType": "Script"
            },
            {
              "networkEndTime": 2617.4920001029968,
              "finished": true,
              "protocol": "h2",
              "transferSize": 7661,
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2442.7300000190735,
              "entity": "yogapoint.ca",
              "priority": "Low",
              "resourceSize": 30420,
              "cache": "none",
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/js/index.js?ver=1.0",
              "statusCode": 200,
              "rendererStartTime": 1505.0770001411438,
              "mimeType": "text/javascript",
              "resourceType": "Script"
            },
            {
              "networkEndTime": 2013.8000001907349,
              "priority": "High",
              "rendererStartTime": 1505.217000246048,
              "experimentalFromMainFrame": true,
              "cache": "none",
              "transferSize": 1705,
              "mimeType": "text/javascript",
              "networkRequestTime": 1506.7170000076294,
              "resourceType": "Script",
              "sessionTargetType": "page",
              "finished": true,
              "statusCode": 200,
              "entity": "yogapoint.ca",
              "resourceSize": 7330,
              "url": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=1.4.7",
              "protocol": "h2"
            },
            {
              "networkEndTime": 2200.8550000190735,
              "mimeType": "text/css",
              "networkRequestTime": 1507.1200001239777,
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "transferSize": 1725,
              "resourceSize": 8379,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/css/lightslider.css",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "entity": "yogapoint.ca",
              "protocol": "h2",
              "rendererStartTime": 1505.3050000667572,
              "finished": true,
              "resourceType": "Stylesheet"
            },
            {
              "cache": "none",
              "experimentalFromMainFrame": true,
              "priority": "High",
              "networkRequestTime": 1507.3619999885559,
              "entity": "Google CDN",
              "transferSize": 33981,
              "rendererStartTime": 1505.4560000896454,
              "mimeType": "text/javascript",
              "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
              "statusCode": 200,
              "finished": true,
              "resourceSize": 92629,
              "sessionTargetType": "page",
              "protocol": "h2",
              "resourceType": "Script",
              "networkEndTime": 1533.9120001792908
            },
            {
              "resourceSize": 49226,
              "networkEndTime": 2200.4150002002716,
              "protocol": "h2",
              "entity": "yogapoint.ca",
              "resourceType": "Script",
              "networkRequestTime": 1507.5880000591278,
              "finished": true,
              "cache": "none",
              "rendererStartTime": 1505.6240000724792,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/js/lightslider.js",
              "priority": "High",
              "experimentalFromMainFrame": true,
              "transferSize": 7161
            },
            {
              "networkRequestTime": 1507.8529999256134,
              "sessionTargetType": "page",
              "entity": "yogapoint.ca",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "finished": true,
              "transferSize": 2657,
              "networkEndTime": 2299.3289999961853,
              "resourceSize": 18468,
              "rendererStartTime": 1505.7460000514984,
              "mimeType": "text/css",
              "cache": "none",
              "resourceType": "Stylesheet",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.5.5",
              "priority": "VeryHigh",
              "statusCode": 200
            },
            {
              "experimentalFromMainFrame": true,
              "entity": "yogapoint.ca",
              "priority": "High",
              "transferSize": 2531,
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "networkRequestTime": 1507.9500000476837,
              "resourceType": "Script",
              "finished": true,
              "rendererStartTime": 1505.8280003070831,
              "resourceSize": 6406,
              "statusCode": 200,
              "protocol": "h2",
              "networkEndTime": 2268.2780001163483,
              "cache": "none"
            },
            {
              "entity": "yogapoint.ca",
              "url": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
              "rendererStartTime": 1505.9049999713898,
              "transferSize": 6028,
              "finished": true,
              "networkRequestTime": 1508.1010000705719,
              "protocol": "h2",
              "statusCode": 200,
              "priority": "High",
              "networkEndTime": 2081.6619999408722,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceSize": 16470
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.4",
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 3273,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "networkEndTime": 2268.5280001163483,
              "entity": "yogapoint.ca",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1508.201000213623,
              "finished": true,
              "rendererStartTime": 1506.0130000114441,
              "resourceSize": 9720,
              "protocol": "h2",
              "cache": "none",
              "resourceType": "Script"
            },
            {
              "sessionTargetType": "page",
              "entity": "yogapoint.ca",
              "priority": "High",
              "cache": "none",
              "networkEndTime": 2389.3959999084473,
              "transferSize": 6768,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/popper.min.js?ver=1.7.3",
              "finished": true,
              "experimentalFromMainFrame": true,
              "resourceSize": 18994,
              "rendererStartTime": 1506.1470000743866,
              "networkRequestTime": 1508.4500000476837,
              "protocol": "h2",
              "resourceType": "Script"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/htbbootstrap.js?ver=1.7.3",
              "resourceSize": 62890,
              "finished": true,
              "sessionTargetType": "page",
              "networkEndTime": 1839.3350002765656,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "protocol": "h2",
              "rendererStartTime": 1506.279000043869,
              "priority": "High",
              "networkRequestTime": 1508.6260001659393,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "transferSize": 10497,
              "entity": "yogapoint.ca",
              "cache": "none"
            },
            {
              "mimeType": "text/javascript",
              "networkEndTime": 1830.1470000743866,
              "transferSize": 2816,
              "priority": "High",
              "rendererStartTime": 1506.3710000514984,
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "statusCode": 200,
              "entity": "yogapoint.ca",
              "networkRequestTime": 1508.7769999504089,
              "resourceSize": 9029,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/waypoints.js?ver=1.7.3",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "cache": "none",
              "finished": true
            },
            {
              "protocol": "h2",
              "networkRequestTime": 1508.9050002098083,
              "resourceType": "Script",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "cache": "none",
              "resourceSize": 1582,
              "finished": true,
              "entity": "Other Google APIs/SDKs",
              "mimeType": "text/javascript",
              "rendererStartTime": 1506.5930001735687,
              "transferSize": 1691,
              "priority": "High",
              "networkEndTime": 1549.3400001525879,
              "url": "https://www.google.com/recaptcha/api.js?render=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&ver=3.0"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.5.4",
              "entity": "yogapoint.ca",
              "resourceType": "Script",
              "protocol": "h2",
              "networkRequestTime": 1509.1550002098083,
              "resourceSize": 999,
              "finished": true,
              "rendererStartTime": 1506.7250001430511,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "networkEndTime": 1729.9739999771118,
              "transferSize": 662,
              "cache": "none",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "resourceType": "Script",
              "finished": true,
              "resourceSize": 1478,
              "rendererStartTime": 1506.9049999713898,
              "entity": "yogapoint.ca",
              "protocol": "h2",
              "cache": "none",
              "priority": "High",
              "statusCode": 200,
              "transferSize": 925,
              "url": "https://yogapoint.ca/wp-includes/js/wp-embed.min.js?ver=5.8.13",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "networkEndTime": 1822.7710001468658,
              "sessionTargetType": "page",
              "networkRequestTime": 1509.6900000572205
            },
            {
              "priority": "High",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "networkEndTime": 2388.9310002326965,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1",
              "rendererStartTime": 1507.0030000209808,
              "cache": "none",
              "resourceSize": 25202,
              "networkRequestTime": 1513.106999874115,
              "transferSize": 7157,
              "statusCode": 200,
              "entity": "yogapoint.ca",
              "finished": true,
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "url": "https://yogapoint.ca/wp-includes/js/imagesloaded.min.js?ver=4.1.4",
              "priority": "High",
              "statusCode": 200,
              "transferSize": 1956,
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "rendererStartTime": 1507.1280000209808,
              "resourceType": "Script",
              "cache": "none",
              "finished": true,
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "networkEndTime": 2169.8229999542236,
              "entity": "yogapoint.ca",
              "resourceSize": 5629,
              "networkRequestTime": 1513.2490000724792
            },
            {
              "experimentalFromMainFrame": true,
              "entity": "yogapoint.ca",
              "mimeType": "text/javascript",
              "cache": "none",
              "rendererStartTime": 1507.2350001335144,
              "statusCode": 200,
              "priority": "High",
              "transferSize": 2379,
              "resourceSize": 5102,
              "networkEndTime": 2267.9550001621246,
              "protocol": "h2",
              "finished": true,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.6.2",
              "networkRequestTime": 1520.6909999847412,
              "resourceType": "Script",
              "sessionTargetType": "page"
            },
            {
              "statusCode": 200,
              "finished": true,
              "sessionTargetType": "page",
              "transferSize": 2242,
              "protocol": "h2",
              "networkRequestTime": 1520.893000125885,
              "rendererStartTime": 1507.3160002231598,
              "resourceType": "Script",
              "priority": "High",
              "entity": "yogapoint.ca",
              "experimentalFromMainFrame": true,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.5.5",
              "networkEndTime": 2300.2079999446869,
              "resourceSize": 4905,
              "mimeType": "text/javascript",
              "cache": "none"
            },
            {
              "cache": "none",
              "statusCode": 200,
              "rendererStartTime": 1507.4240000247955,
              "networkEndTime": 2110.5840001106262,
              "finished": true,
              "entity": "yogapoint.ca",
              "transferSize": 4664,
              "protocol": "h2",
              "priority": "High",
              "resourceSize": 14235,
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.5.5",
              "resourceType": "Script",
              "networkRequestTime": 1521.0030000209808
            },
            {
              "mimeType": "text/javascript",
              "transferSize": 1934,
              "networkEndTime": 2262.4810001850128,
              "entity": "yogapoint.ca",
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "resourceSize": 5440,
              "statusCode": 200,
              "rendererStartTime": 1507.5280001163483,
              "networkRequestTime": 1521.1730000972748,
              "finished": true,
              "resourceType": "Script",
              "url": "https://yogapoint.ca/wp-includes/js/dist/hooks.min.js?ver=a7edae857aab69d69fa10d5aef23a5de",
              "cache": "none"
            },
            {
              "resourceType": "Script",
              "priority": "High",
              "cache": "none",
              "mimeType": "text/javascript",
              "resourceSize": 9866,
              "entity": "yogapoint.ca",
              "rendererStartTime": 1507.6710000038147,
              "networkEndTime": 2267.699000120163,
              "transferSize": 3936,
              "finished": true,
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "networkRequestTime": 1521.2769999504089,
              "statusCode": 200,
              "sessionTargetType": "page",
              "url": "https://yogapoint.ca/wp-includes/js/dist/i18n.min.js?ver=5f1269854226b4dd90450db411a12b79"
            },
            {
              "sessionTargetType": "page",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "statusCode": 200,
              "resourceSize": 20511,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2",
              "priority": "High",
              "experimentalFromMainFrame": true,
              "rendererStartTime": 1507.7710001468658,
              "protocol": "h2",
              "transferSize": 5457,
              "networkEndTime": 2008.319000005722,
              "entity": "yogapoint.ca",
              "finished": true,
              "networkRequestTime": 1521.4079999923706,
              "cache": "none"
            },
            {
              "priority": "High",
              "transferSize": 3090,
              "cache": "none",
              "mimeType": "text/javascript",
              "rendererStartTime": 1507.8619999885559,
              "experimentalFromMainFrame": true,
              "networkEndTime": 2081.3949999809265,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2",
              "finished": true,
              "resourceType": "Script",
              "networkRequestTime": 1521.5710000991821,
              "entity": "yogapoint.ca",
              "sessionTargetType": "page",
              "protocol": "h2",
              "resourceSize": 12198,
              "statusCode": 200
            },
            {
              "networkEndTime": 1839.8840003013611,
              "url": "https://yogapoint.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1",
              "cache": "none",
              "networkRequestTime": 1521.6620001792908,
              "resourceSize": 20787,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "priority": "High",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "finished": true,
              "transferSize": 6812,
              "entity": "yogapoint.ca",
              "rendererStartTime": 1507.9580001831055,
              "statusCode": 200
            },
            {
              "rendererStartTime": 1508.058000087738,
              "mimeType": "text/javascript",
              "resourceSize": 139153,
              "entity": "yogapoint.ca",
              "priority": "High",
              "resourceType": "Script",
              "statusCode": 200,
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1521.7810001373291,
              "transferSize": 34070,
              "networkEndTime": 2202.9840002059937,
              "experimentalFromMainFrame": true,
              "cache": "none",
              "finished": true,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6"
            },
            {
              "transferSize": 1245,
              "networkEndTime": 2201.9560000896454,
              "experimentalFromMainFrame": true,
              "priority": "High",
              "cache": "none",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "statusCode": 200,
              "finished": true,
              "resourceType": "Script",
              "entity": "yogapoint.ca",
              "rendererStartTime": 1508.1480002403259,
              "networkRequestTime": 1521.9000000953674,
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.5.5",
              "resourceSize": 2578
            },
            {
              "statusCode": 200,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0",
              "resourceSize": 10682,
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1522.0999999046326,
              "entity": "yogapoint.ca",
              "finished": true,
              "networkEndTime": 1839.0380001068115,
              "resourceType": "Script",
              "rendererStartTime": 1508.2300000190735,
              "mimeType": "text/javascript",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "transferSize": 3491,
              "priority": "High"
            },
            {
              "transferSize": 10674,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "cache": "none",
              "priority": "High",
              "networkRequestTime": 1522.2219998836517,
              "rendererStartTime": 1508.3069999217987,
              "networkEndTime": 2299.5750000476837,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.5.5",
              "protocol": "h2",
              "resourceType": "Script",
              "statusCode": 200,
              "finished": true,
              "entity": "yogapoint.ca",
              "resourceSize": 36889
            },
            {
              "entity": "yogapoint.ca",
              "priority": "High",
              "rendererStartTime": 1508.4250001907349,
              "transferSize": 29572,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none",
              "finished": true,
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "resourceSize": 133860,
              "networkEndTime": 1840.8940002918243,
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.6.2",
              "networkRequestTime": 1522.3120000362396
            },
            {
              "priority": "High",
              "rendererStartTime": 1508.5430002212524,
              "transferSize": 12607,
              "entity": "yogapoint.ca",
              "mimeType": "text/javascript",
              "cache": "none",
              "networkRequestTime": 1522.404000043869,
              "sessionTargetType": "page",
              "finished": true,
              "resourceSize": 43009,
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.5.5",
              "networkEndTime": 2109.0510001182556,
              "resourceType": "Script",
              "statusCode": 200
            },
            {
              "transferSize": 1477,
              "priority": "High",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.6.2",
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "networkRequestTime": 1522.50200009346,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "networkEndTime": 2080.8830001354218,
              "finished": true,
              "protocol": "h2",
              "cache": "none",
              "statusCode": 200,
              "entity": "yogapoint.ca",
              "resourceSize": 3236,
              "rendererStartTime": 1508.680999994278
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "transferSize": 4762,
              "networkRequestTime": 2442.8229999542236,
              "cache": "none",
              "statusCode": 200,
              "entity": "yogapoint.ca",
              "rendererStartTime": 1546.2050001621246,
              "resourceSize": 18181,
              "mimeType": "text/javascript",
              "networkEndTime": 2589.4400000572205,
              "experimentalFromMainFrame": true,
              "url": "https://yogapoint.ca/wp-includes/js/wp-emoji-release.min.js?ver=5.8.13",
              "priority": "Low",
              "resourceType": "Script"
            },
            {
              "finished": true,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "networkRequestTime": 2442.951000213623,
              "rendererStartTime": 1547.5310001373291,
              "protocol": "h2",
              "resourceSize": 2739,
              "cache": "none",
              "transferSize": 1083,
              "networkEndTime": 2628.7110002040863,
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/print.css?ver=1.0",
              "entity": "yogapoint.ca",
              "experimentalFromMainFrame": true,
              "mimeType": "text/css"
            },
            {
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 1096338,
              "networkEndTime": 3016.5870001316071,
              "mimeType": "image/jpeg",
              "cache": "none",
              "resourceType": "Image",
              "rendererStartTime": 2489.2330000400543,
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://yogapoint.ca/wp-content/uploads/2020/01/YogaPoint-be-your-better-self.jpg",
              "resourceSize": 1096153,
              "protocol": "h2",
              "networkRequestTime": 2489.8960001468658,
              "entity": "yogapoint.ca"
            },
            {
              "priority": "Low",
              "networkEndTime": 2928.8920001983643,
              "statusCode": 200,
              "transferSize": 307011,
              "mimeType": "image/jpeg",
              "rendererStartTime": 2491.6070001125336,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2492.1550002098083,
              "finished": true,
              "resourceSize": 306827,
              "cache": "none",
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programe-vid-placeholder.jpg",
              "resourceType": "Image",
              "entity": "yogapoint.ca",
              "sessionTargetType": "page"
            },
            {
              "sessionTargetType": "page",
              "networkRequestTime": 2495.34299993515,
              "entity": "Google Fonts",
              "cache": "none",
              "protocol": "h2",
              "resourceType": "Font",
              "finished": true,
              "resourceSize": 39052,
              "experimentalFromMainFrame": true,
              "rendererStartTime": 2494.7240002155304,
              "transferSize": 39864,
              "mimeType": "font/woff2",
              "statusCode": 200,
              "networkEndTime": 2507.6119999885559,
              "priority": "VeryHigh",
              "url": "https://fonts.gstatic.com/s/londrinaoutline/v29/C8c44dM8vmb14dfsZxhetg3pDH-STu07rACPHvM.woff2"
            },
            {
              "rendererStartTime": 2494.9500000476837,
              "mimeType": "font/woff2",
              "priority": "VeryHigh",
              "transferSize": 36319,
              "networkEndTime": 2506.5240001678467,
              "networkRequestTime": 2495.5,
              "protocol": "h2",
              "url": "https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "entity": "Google Fonts",
              "resourceSize": 35508,
              "cache": "none",
              "statusCode": 200,
              "finished": true,
              "resourceType": "Font"
            },
            {
              "url": "https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
              "networkRequestTime": 2495.5970001220703,
              "protocol": "h2",
              "transferSize": 38332,
              "statusCode": 200,
              "networkEndTime": 2506.9670000076294,
              "cache": "none",
              "finished": true,
              "sessionTargetType": "page",
              "mimeType": "font/woff2",
              "resourceType": "Font",
              "experimentalFromMainFrame": true,
              "entity": "Google Fonts",
              "rendererStartTime": 2495.0860002040863,
              "priority": "VeryHigh",
              "resourceSize": 37520
            },
            {
              "cache": "none",
              "networkRequestTime": 2495.6530001163483,
              "mimeType": "font/woff2",
              "resourceType": "Font",
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "resourceSize": 78196,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2",
              "transferSize": 78413,
              "protocol": "h2",
              "networkEndTime": 2645.8720002174377,
              "statusCode": 200,
              "finished": true,
              "rendererStartTime": 2495.2090001106262,
              "entity": "yogapoint.ca"
            },
            {
              "transferSize": 92433,
              "statusCode": 200,
              "priority": "VeryHigh",
              "rendererStartTime": 2495.3789999485016,
              "mimeType": "font/woff2",
              "networkRequestTime": 2495.7290000915527,
              "finished": true,
              "resourceType": "Font",
              "experimentalFromMainFrame": true,
              "entity": "yogapoint.ca",
              "networkEndTime": 2751.8960001468658,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0",
              "protocol": "h2",
              "resourceSize": 92216,
              "sessionTargetType": "page",
              "cache": "none"
            },
            {
              "finished": true,
              "sessionTargetType": "page",
              "resourceType": "Font",
              "networkEndTime": 2750.9810001850128,
              "entity": "yogapoint.ca",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "resourceSize": 223892,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/fonts/inter/Inter-upright-var.woff2",
              "rendererStartTime": 2495.4880001544952,
              "priority": "VeryHigh",
              "transferSize": 224110,
              "cache": "none",
              "statusCode": 200,
              "mimeType": "font/woff2",
              "networkRequestTime": 2495.8129999637604
            },
            {
              "mimeType": "image/png",
              "resourceSize": 17262,
              "entity": "yogapoint.ca",
              "rendererStartTime": 2531.4530000686646,
              "cache": "none",
              "priority": "High",
              "resourceType": "Image",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 2811.4970002174377,
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/logo.png",
              "transferSize": 17444,
              "finished": true,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2531.9570000171661
            },
            {
              "entity": "yogapoint.ca",
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png",
              "protocol": "h2",
              "resourceSize": 90431,
              "finished": true,
              "networkEndTime": 2930.3500001430511,
              "statusCode": 200,
              "resourceType": "Image",
              "sessionTargetType": "page",
              "cache": "none",
              "mimeType": "image/png",
              "transferSize": 90613,
              "networkRequestTime": 2532.6750001907349,
              "experimentalFromMainFrame": true,
              "rendererStartTime": 2531.6860001087189,
              "priority": "Low"
            },
            {
              "rendererStartTime": 2531.78600025177,
              "cache": "none",
              "finished": true,
              "resourceSize": 75841,
              "protocol": "h2",
              "networkRequestTime": 2534.2550001144409,
              "resourceType": "Image",
              "priority": "Low",
              "networkEndTime": 3011.058000087738,
              "entity": "yogapoint.ca",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 76023,
              "mimeType": "image/png",
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs2.png"
            },
            {
              "rendererStartTime": 2531.864000082016,
              "protocol": "h2",
              "statusCode": 200,
              "networkEndTime": 3009.5870001316071,
              "finished": true,
              "transferSize": 86679,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs4.png",
              "experimentalFromMainFrame": true,
              "resourceSize": 86497,
              "cache": "none",
              "mimeType": "image/png",
              "networkRequestTime": 2534.313000202179,
              "sessionTargetType": "page",
              "resourceType": "Image",
              "priority": "Low",
              "entity": "yogapoint.ca"
            },
            {
              "resourceSize": 91443,
              "rendererStartTime": 2532.0270001888275,
              "priority": "Low",
              "resourceType": "Image",
              "entity": "yogapoint.ca",
              "networkRequestTime": 2534.3650000095367,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs3.png",
              "mimeType": "image/png",
              "sessionTargetType": "page",
              "finished": true,
              "statusCode": 200,
              "cache": "none",
              "networkEndTime": 2929.6130001544952,
              "transferSize": 91625,
              "experimentalFromMainFrame": true,
              "protocol": "h2"
            },
            {
              "sessionTargetType": "page",
              "cache": "none",
              "priority": "Low",
              "entity": "yogapoint.ca",
              "resourceSize": 22921,
              "networkRequestTime": 2557.6840002536774,
              "mimeType": "image/jpeg",
              "experimentalFromMainFrame": true,
              "resourceType": "Image",
              "networkEndTime": 3010.2109999656677,
              "statusCode": 200,
              "finished": true,
              "rendererStartTime": 2556.9990000724792,
              "transferSize": 23104,
              "protocol": "h2",
              "url": "https://yogapoint.ca/wp-content/uploads/2021/01/s_Meditating_at_Sunset.jpg"
            },
            {
              "resourceType": "Image",
              "sessionTargetType": "page",
              "entity": "yogapoint.ca",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "resourceSize": 65893,
              "finished": true,
              "statusCode": 200,
              "cache": "none",
              "networkEndTime": 2906.4950001239777,
              "mimeType": "image/jpeg",
              "url": "https://yogapoint.ca/wp-content/uploads/2021/01/m_ul0026-433.jpg",
              "transferSize": 66076,
              "rendererStartTime": 2557.4570000171661,
              "priority": "Low",
              "networkRequestTime": 2557.9310002326965
            },
            {
              "resourceType": "Image",
              "priority": "Low",
              "entity": "yogapoint.ca",
              "url": "https://yogapoint.ca/wp-content/uploads/2021/01/m_Businessman_-_Man_-_Courage_-_Boldness_-_Entrepreneur.jpg",
              "sessionTargetType": "page",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "image/jpeg",
              "networkRequestTime": 2558.1219999790192,
              "statusCode": 200,
              "resourceSize": 63180,
              "transferSize": 63363,
              "finished": true,
              "rendererStartTime": 2557.683000087738,
              "protocol": "h2",
              "networkEndTime": 2930.0530002117157
            },
            {
              "rendererStartTime": 2557.8540000915527,
              "resourceSize": 39539,
              "cache": "none",
              "mimeType": "image/jpeg",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2558.2220001220703,
              "resourceType": "Image",
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "url": "https://yogapoint.ca/wp-content/uploads/2020/01/m_ul0032-451.jpg",
              "statusCode": 200,
              "finished": true,
              "networkEndTime": 3010.5780000686646,
              "entity": "yogapoint.ca",
              "transferSize": 39722
            },
            {
              "mimeType": "font/woff2",
              "resourceType": "Font",
              "networkRequestTime": 2561.9050002098083,
              "priority": "VeryHigh",
              "resourceSize": 76764,
              "entity": "yogapoint.ca",
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2",
              "sessionTargetType": "page",
              "networkEndTime": 2841.2710001468658,
              "protocol": "h2",
              "transferSize": 76981,
              "cache": "none",
              "rendererStartTime": 2561.2230000495911,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true
            },
            {
              "rendererStartTime": 2613.3940000534058,
              "networkRequestTime": 2614.0620000362396,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "finished": true,
              "transferSize": 383075,
              "protocol": "h2",
              "cache": "none",
              "priority": "Low",
              "sessionTargetType": "page",
              "resourceType": "Script",
              "entity": "Google CDN",
              "resourceSize": 891014,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "networkEndTime": 2644.1780002117157
            },
            {
              "transferSize": 1326,
              "cache": "none",
              "mimeType": "text/html",
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "entity": "AddToAny",
              "networkRequestTime": 3031.7320001125336,
              "networkEndTime": 3056.06600022316,
              "protocol": "h2",
              "resourceType": "Document",
              "url": "https://static.addtoany.com/menu/sm.25.html",
              "rendererStartTime": 3030.2190001010895,
              "finished": true,
              "resourceSize": 716
            },
            {
              "rendererStartTime": 3030.1389999389648,
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "transferSize": 27298,
              "priority": "High",
              "cache": "none",
              "networkEndTime": 3087.3100001811981,
              "protocol": "h2",
              "sessionTargetType": "page",
              "resourceSize": 72927,
              "statusCode": 200,
              "entity": "AddToAny",
              "finished": true,
              "resourceType": "Script",
              "url": "https://static.addtoany.com/menu/modules/core.bycdb5qo.js",
              "networkRequestTime": 3031.2480001449585
            },
            {
              "resourceType": "Document",
              "priority": "VeryHigh",
              "statusCode": 200,
              "entity": "Other Google APIs/SDKs",
              "networkEndTime": 3228.6740002632141,
              "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
              "resourceSize": 54785,
              "rendererStartTime": 3191.1340000629425,
              "mimeType": "text/html",
              "finished": true,
              "transferSize": 29508,
              "cache": "none",
              "networkRequestTime": 3192.816999912262,
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 3243.1790001392365,
              "resourceSize": 82980,
              "mimeType": "text/css",
              "entity": "Google CDN",
              "networkEndTime": 3260.12700009346,
              "cache": "none",
              "rendererStartTime": 3242.3310000896454,
              "resourceType": "Stylesheet",
              "priority": "VeryHigh",
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "transferSize": 43200,
              "statusCode": 200
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "entity": "Google CDN",
              "statusCode": 200,
              "transferSize": 383075,
              "rendererStartTime": 3242.62700009346,
              "resourceSize": 891014,
              "networkEndTime": 3278.1920001506805,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "networkRequestTime": 3243.6490001678467,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "priority": "High",
              "cache": "none"
            },
            {
              "networkRequestTime": 3430.78600025177,
              "resourceSize": 102,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "priority": "VeryLow",
              "networkEndTime": 3636.0920000076294,
              "rendererStartTime": 3430.0770001411438,
              "entity": "Other Google APIs/SDKs",
              "protocol": "h2",
              "cache": "none",
              "sessionTargetType": "worker",
              "url": "https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv",
              "finished": true,
              "statusCode": 200,
              "transferSize": 964
            },
            {
              "finished": true,
              "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png",
              "transferSize": 3001,
              "statusCode": 200,
              "sessionTargetType": "page",
              "protocol": "h2",
              "entity": "Google CDN",
              "rendererStartTime": 3449.0100002288818,
              "priority": "High",
              "resourceType": "Image",
              "cache": "none",
              "resourceSize": 2228,
              "networkRequestTime": 3449.7150001525879,
              "networkEndTime": 3460.5270001888275,
              "mimeType": "image/png"
            },
            {
              "finished": true,
              "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
              "resourceType": "Font",
              "entity": "Google Fonts",
              "rendererStartTime": 3449.8159999847412,
              "resourceSize": 34668,
              "statusCode": 200,
              "protocol": "h2",
              "networkEndTime": 3462.904000043869,
              "transferSize": 35479,
              "networkRequestTime": 3450.3420000076294,
              "cache": "none",
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "mimeType": "font/woff2"
            },
            {
              "resourceType": "Other",
              "networkRequestTime": 3468.9579999446869,
              "mimeType": "text/javascript",
              "resourceSize": 891014,
              "rendererStartTime": 3467.7730000019073,
              "priority": "VeryHigh",
              "entity": "Google CDN",
              "networkEndTime": 3509.3480000495911,
              "statusCode": 200,
              "transferSize": 383075,
              "protocol": "h2",
              "cache": "none",
              "finished": true,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "sessionTargetType": "worker"
            },
            {
              "rendererStartTime": 4600.6170001029968,
              "priority": "High",
              "cache": "none",
              "transferSize": 3146,
              "networkRequestTime": 4602.1670000553131,
              "mimeType": "application/json",
              "finished": true,
              "resourceSize": 2873,
              "entity": "Other Google APIs/SDKs",
              "sessionTargetType": "page",
              "resourceType": "XHR",
              "statusCode": 200,
              "url": "https://www.google.com/recaptcha/api2/reload?k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm",
              "networkEndTime": 4688.3310000896454,
              "protocol": "h2"
            },
            {
              "rendererStartTime": 4746.8510000705719,
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 4764.34900021553,
              "url": "https://www.google.com/recaptcha/api2/clr?k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm",
              "transferSize": 583,
              "cache": "none",
              "protocol": "h2",
              "sessionTargetType": "page",
              "resourceSize": 0,
              "priority": "High",
              "mimeType": "application/binary",
              "entity": "Other Google APIs/SDKs",
              "networkRequestTime": 4747.7309999465942,
              "resourceType": "Fetch"
            }
          ],
          "debugData": {
            "initiators": [
              {
                "lineNumber": 49,
                "type": "parser",
                "columnNumber": 153,
                "url": "https://yogapoint.ca/"
              },
              {
                "lineNumber": 50,
                "columnNumber": 158,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 144,
                "lineNumber": 51,
                "url": "https://yogapoint.ca/"
              },
              {
                "type": "parser",
                "url": "https://yogapoint.ca/",
                "lineNumber": 52,
                "columnNumber": 167
              },
              {
                "type": "parser",
                "lineNumber": 53,
                "url": "https://yogapoint.ca/",
                "columnNumber": 171
              },
              {
                "lineNumber": 54,
                "columnNumber": 176,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 168,
                "url": "https://yogapoint.ca/",
                "lineNumber": 55
              },
              {
                "columnNumber": 175,
                "type": "parser",
                "lineNumber": 56,
                "url": "https://yogapoint.ca/"
              },
              {
                "lineNumber": 57,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "columnNumber": 149
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 62,
                "columnNumber": 177,
                "type": "parser"
              },
              {
                "lineNumber": 63,
                "type": "parser",
                "url": "https://yogapoint.ca/",
                "columnNumber": 175
              },
              {
                "lineNumber": 64,
                "type": "parser",
                "columnNumber": 161,
                "url": "https://yogapoint.ca/"
              },
              {
                "columnNumber": 157,
                "lineNumber": 65,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 160,
                "lineNumber": 66,
                "url": "https://yogapoint.ca/"
              },
              {
                "lineNumber": 67,
                "url": "https://yogapoint.ca/",
                "columnNumber": 189,
                "type": "parser"
              },
              {
                "columnNumber": 151,
                "lineNumber": 68,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 69,
                "type": "parser",
                "columnNumber": 155
              },
              {
                "columnNumber": 157,
                "type": "parser",
                "lineNumber": 70,
                "url": "https://yogapoint.ca/"
              },
              {
                "url": "https://yogapoint.ca/",
                "columnNumber": 155,
                "lineNumber": 71,
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "columnNumber": 140,
                "type": "parser",
                "lineNumber": 72
              },
              {
                "lineNumber": 73,
                "url": "https://yogapoint.ca/",
                "columnNumber": 844,
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 188,
                "url": "https://yogapoint.ca/",
                "lineNumber": 74
              },
              {
                "lineNumber": 75,
                "columnNumber": 182,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "columnNumber": 184,
                "url": "https://yogapoint.ca/",
                "lineNumber": 76,
                "type": "parser"
              },
              {
                "lineNumber": 101,
                "url": "https://yogapoint.ca/",
                "columnNumber": 83,
                "type": "parser"
              },
              {
                "lineNumber": 102,
                "columnNumber": 101,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "columnNumber": 112,
                "lineNumber": 103,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "columnNumber": 119,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "lineNumber": 104
              },
              {
                "columnNumber": 129,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "lineNumber": 105
              },
              {
                "columnNumber": 143,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "lineNumber": 106
              },
              {
                "columnNumber": 114,
                "lineNumber": 863,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "lineNumber": 864,
                "columnNumber": 80,
                "type": "parser",
                "url": "https://yogapoint.ca/"
              },
              {
                "columnNumber": 90,
                "url": "https://yogapoint.ca/",
                "lineNumber": 865,
                "type": "parser"
              },
              {
                "lineNumber": 1124,
                "columnNumber": 1585,
                "type": "parser",
                "url": "https://yogapoint.ca/"
              },
              {
                "columnNumber": 128,
                "url": "https://yogapoint.ca/",
                "lineNumber": 1125,
                "type": "parser"
              },
              {
                "lineNumber": 1126,
                "columnNumber": 112,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "type": "parser",
                "lineNumber": 1130,
                "columnNumber": 123,
                "url": "https://yogapoint.ca/"
              },
              {
                "lineNumber": 1131,
                "columnNumber": 132,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "lineNumber": 1132,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "columnNumber": 133
              },
              {
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "columnNumber": 127,
                "lineNumber": 1133
              },
              {
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "columnNumber": 140,
                "lineNumber": 1134
              },
              {
                "columnNumber": 130,
                "url": "https://yogapoint.ca/",
                "lineNumber": 1138,
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "columnNumber": 94,
                "type": "parser",
                "lineNumber": 1139
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 1140,
                "type": "parser",
                "columnNumber": 144
              },
              {
                "lineNumber": 1141,
                "url": "https://yogapoint.ca/",
                "columnNumber": 101,
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "columnNumber": 153,
                "lineNumber": 1142
              },
              {
                "lineNumber": 1143,
                "columnNumber": 141,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 1144,
                "columnNumber": 143,
                "type": "parser"
              },
              {
                "lineNumber": 1145,
                "columnNumber": 122,
                "type": "parser",
                "url": "https://yogapoint.ca/"
              },
              {
                "lineNumber": 1146,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "columnNumber": 120
              },
              {
                "lineNumber": 1161,
                "columnNumber": 135,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "columnNumber": 140,
                "lineNumber": 1162,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 106,
                "lineNumber": 1163,
                "url": "https://yogapoint.ca/"
              },
              {
                "columnNumber": 121,
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "lineNumber": 1164
              },
              {
                "columnNumber": 133,
                "lineNumber": 1165,
                "type": "parser",
                "url": "https://yogapoint.ca/"
              },
              {
                "url": "https://yogapoint.ca/",
                "type": "parser",
                "lineNumber": 1166,
                "columnNumber": 131
              },
              {
                "columnNumber": 127,
                "type": "parser",
                "lineNumber": 1171,
                "url": "https://yogapoint.ca/"
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 1172,
                "type": "parser",
                "columnNumber": 163
              },
              {
                "type": "parser",
                "lineNumber": 1173,
                "url": "https://yogapoint.ca/",
                "columnNumber": 135
              },
              {
                "type": "parser",
                "lineNumber": 1174,
                "columnNumber": 134,
                "url": "https://yogapoint.ca/"
              },
              {
                "type": "parser",
                "lineNumber": 61,
                "columnNumber": 157,
                "url": "https://yogapoint.ca/"
              },
              {
                "type": "parser",
                "url": "https://yogapoint.ca/wp-content/uploads/elementor/css/post-253.css?ver=1646915452"
              },
              {
                "columnNumber": 0,
                "lineNumber": 865,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13",
                "type": "parser"
              },
              {
                "type": "parser",
                "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13"
              },
              {
                "url": "https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLondrina+Outline%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=5.8.13",
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3",
                "type": "parser"
              },
              {
                "type": "parser",
                "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.14.0"
              },
              {
                "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0",
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "columnNumber": 0,
                "lineNumber": 865,
                "type": "parser"
              },
              {
                "type": "parser",
                "lineNumber": 865,
                "columnNumber": 0,
                "url": "https://yogapoint.ca/"
              },
              {
                "lineNumber": 865,
                "columnNumber": 0,
                "url": "https://yogapoint.ca/",
                "type": "parser"
              },
              {
                "columnNumber": 0,
                "url": "https://yogapoint.ca/",
                "lineNumber": 865,
                "type": "parser"
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 865,
                "type": "parser",
                "columnNumber": 0
              },
              {
                "columnNumber": 0,
                "type": "parser",
                "lineNumber": 1127,
                "url": "https://yogapoint.ca/"
              },
              {
                "url": "https://yogapoint.ca/",
                "lineNumber": 1127,
                "columnNumber": 0,
                "type": "parser"
              },
              {
                "type": "parser",
                "lineNumber": 1127,
                "url": "https://yogapoint.ca/",
                "columnNumber": 0
              },
              {
                "type": "parser",
                "url": "https://yogapoint.ca/",
                "columnNumber": 0,
                "lineNumber": 1127
              },
              {
                "type": "parser",
                "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3"
              },
              {
                "lineNumber": 249,
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
                "columnNumber": 130,
                "type": "parser"
              },
              {
                "type": "parser",
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
                "columnNumber": 153,
                "lineNumber": 251
              },
              {
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
                "type": "other"
              },
              {
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
                "type": "parser"
              },
              {
                "columnNumber": 20,
                "lineNumber": 258,
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
                "type": "parser"
              }
            ],
            "networkStartTimeTs": 1669600844113,
            "type": "debugdata"
          }
        }
      },
      "unminified-css": {
        "id": "unminified-css",
        "title": "Minify CSS",
        "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 19 KiB",
        "metricSavings": {
          "LCP": 150,
          "FCP": 0
        },
        "details": {
          "overallSavingsBytes": 19930,
          "headings": [
            {
              "key": "url",
              "valueType": "url",
              "label": "URL"
            },
            {
              "label": "Transfer Size",
              "valueType": "bytes",
              "key": "totalBytes"
            },
            {
              "label": "Est Savings",
              "valueType": "bytes",
              "key": "wastedBytes"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 150,
              "FCP": 0
            }
          },
          "type": "opportunity",
          "items": [
            {
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=1.7.3",
              "wastedPercent": 27.104095759387903,
              "totalBytes": 48465,
              "wastedBytes": 13136
            },
            {
              "totalBytes": 26100,
              "wastedPercent": 26.030042482265181,
              "wastedBytes": 6794,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0"
            }
          ],
          "sortedBy": [
            "wastedBytes"
          ],
          "overallSavingsMs": 150
        },
        "numericValue": 150,
        "numericUnit": "millisecond"
      },
      "focusable-controls": {
        "id": "focusable-controls",
        "title": "Interactive controls are keyboard focusable",
        "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "script-treemap-data": {
        "id": "script-treemap-data",
        "title": "Script Treemap Data",
        "description": "Used for treemap app",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "treemap-data",
          "nodes": [
            {
              "unusedBytes": 269,
              "resourceBytes": 9795,
              "children": [
                {
                  "unusedBytes": 81,
                  "resourceBytes": 2121,
                  "name": "(inline) window._wpemoji…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.a2a_conf…",
                  "resourceBytes": 861
                },
                {
                  "resourceBytes": 97,
                  "name": "(inline) document.docume…",
                  "unusedBytes": 0
                },
                {
                  "name": "(inline) var jj = jQuery…",
                  "resourceBytes": 1068,
                  "unusedBytes": 0
                },
                {
                  "name": "(inline) ( function ( bo…",
                  "resourceBytes": 145,
                  "unusedBytes": 0
                },
                {
                  "name": "(inline) /* \u003c![CDATA[ */…",
                  "resourceBytes": 1398,
                  "unusedBytes": 0
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) var wpcf7 = {\"a…",
                  "resourceBytes": 100
                },
                {
                  "unusedBytes": 0,
                  "resourceBytes": 141,
                  "name": "(inline) var wpcf7_recap…"
                },
                {
                  "name": "(inline) wp.i18n.setLoca…",
                  "resourceBytes": 68,
                  "unusedBytes": 0
                },
                {
                  "unusedBytes": 0,
                  "resourceBytes": 279,
                  "name": "(inline) ( function( dom…"
                },
                {
                  "name": "(inline) var ElementorPr…",
                  "unusedBytes": 0,
                  "resourceBytes": 1150
                },
                {
                  "name": "(inline) var elementorFr…",
                  "unusedBytes": 0,
                  "resourceBytes": 2038
                },
                {
                  "name": "(inline) /(trident|msie)…",
                  "unusedBytes": 188,
                  "resourceBytes": 329
                }
              ],
              "name": "https://yogapoint.ca/",
              "encodedBytes": 1440
            },
            {
              "name": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
              "encodedBytes": 30220,
              "resourceBytes": 89521,
              "unusedBytes": 53619
            },
            {
              "resourceBytes": 11224,
              "encodedBytes": 3906,
              "unusedBytes": 5214,
              "name": "https://yogapoint.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2"
            },
            {
              "unusedBytes": 259,
              "resourceBytes": 7330,
              "name": "https://yogapoint.ca/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=1.4.7",
              "encodedBytes": 1394
            },
            {
              "name": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
              "resourceBytes": 92629,
              "unusedBytes": 40051,
              "encodedBytes": 32926
            },
            {
              "resourceBytes": 49226,
              "name": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/js/lightslider.js",
              "encodedBytes": 6850,
              "unusedBytes": 23478
            },
            {
              "name": "https://yogapoint.ca/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7",
              "resourceBytes": 6406,
              "encodedBytes": 2220,
              "unusedBytes": 5122
            },
            {
              "name": "https://yogapoint.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
              "unusedBytes": 6781,
              "resourceBytes": 16468,
              "encodedBytes": 5717
            },
            {
              "encodedBytes": 2962,
              "resourceBytes": 9720,
              "unusedBytes": 7745,
              "name": "https://yogapoint.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.4"
            },
            {
              "encodedBytes": 6457,
              "name": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/popper.min.js?ver=1.7.3",
              "resourceBytes": 18994,
              "unusedBytes": 16835
            },
            {
              "name": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/htbbootstrap.js?ver=1.7.3",
              "encodedBytes": 10185,
              "resourceBytes": 62890,
              "unusedBytes": 43995
            },
            {
              "encodedBytes": 52,
              "unusedBytes": 38,
              "resourceBytes": 129,
              "name": "https://yogapoint.ca/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1"
            },
            {
              "name": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/js/waypoints.js?ver=1.7.3",
              "unusedBytes": 7027,
              "encodedBytes": 2505,
              "resourceBytes": 9028
            },
            {
              "resourceBytes": 1582,
              "encodedBytes": 939,
              "unusedBytes": 96,
              "name": "https://www.google.com/recaptcha/api.js?render=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&ver=3.0"
            },
            {
              "unusedBytes": 147,
              "resourceBytes": 999,
              "encodedBytes": 352,
              "name": "https://yogapoint.ca/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.5.4"
            },
            {
              "encodedBytes": 615,
              "name": "https://yogapoint.ca/wp-includes/js/wp-embed.min.js?ver=5.8.13",
              "unusedBytes": 0,
              "resourceBytes": 1478
            },
            {
              "name": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1",
              "resourceBytes": 25202,
              "unusedBytes": 19285,
              "encodedBytes": 6861
            },
            {
              "name": "https://yogapoint.ca/wp-includes/js/imagesloaded.min.js?ver=4.1.4",
              "encodedBytes": 1633,
              "unusedBytes": 4167,
              "resourceBytes": 5629
            },
            {
              "encodedBytes": 4451,
              "resourceBytes": 18181,
              "unusedBytes": 1590,
              "name": "https://yogapoint.ca/wp-includes/js/wp-emoji-release.min.js?ver=5.8.13"
            },
            {
              "encodedBytes": 2068,
              "unusedBytes": 3124,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.6.2",
              "resourceBytes": 5102
            },
            {
              "resourceBytes": 4905,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.5.5",
              "unusedBytes": 2818,
              "encodedBytes": 1931
            },
            {
              "encodedBytes": 4353,
              "resourceBytes": 14235,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.5.5",
              "unusedBytes": 5805
            },
            {
              "unusedBytes": 1620,
              "encodedBytes": 1638,
              "name": "https://yogapoint.ca/wp-includes/js/dist/hooks.min.js?ver=a7edae857aab69d69fa10d5aef23a5de",
              "resourceBytes": 5440
            },
            {
              "unusedBytes": 6668,
              "encodedBytes": 3625,
              "name": "https://yogapoint.ca/wp-includes/js/dist/i18n.min.js?ver=5f1269854226b4dd90450db411a12b79",
              "resourceBytes": 9866
            },
            {
              "unusedBytes": 21645,
              "encodedBytes": 7350,
              "resourceBytes": 30420,
              "name": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/assets/js/index.js?ver=1.0"
            },
            {
              "unusedBytes": 5359,
              "encodedBytes": 5161,
              "resourceBytes": 20511,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2"
            },
            {
              "unusedBytes": 9785,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2",
              "resourceBytes": 12198,
              "encodedBytes": 2794
            },
            {
              "encodedBytes": 6501,
              "unusedBytes": 15961,
              "resourceBytes": 20787,
              "name": "https://yogapoint.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1"
            },
            {
              "encodedBytes": 33757,
              "resourceBytes": 139153,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
              "unusedBytes": 75122
            },
            {
              "encodedBytes": 937,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.5.5",
              "resourceBytes": 2578,
              "unusedBytes": 1249
            },
            {
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0",
              "resourceBytes": 10682,
              "unusedBytes": 8737,
              "encodedBytes": 3180
            },
            {
              "resourceBytes": 36889,
              "unusedBytes": 16696,
              "encodedBytes": 10362,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.5.5"
            },
            {
              "encodedBytes": 29260,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.6.2",
              "unusedBytes": 105549,
              "resourceBytes": 133860
            },
            {
              "resourceBytes": 43009,
              "name": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.5.5",
              "encodedBytes": 12295,
              "unusedBytes": 32768
            },
            {
              "name": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.6.2",
              "unusedBytes": 3177,
              "encodedBytes": 1181,
              "resourceBytes": 3236
            },
            {
              "encodedBytes": 1600,
              "name": "https://static.addtoany.com/menu/page.js",
              "resourceBytes": 3457,
              "unusedBytes": 566
            },
            {
              "resourceBytes": 890974,
              "name": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "unusedBytes": 386988,
              "encodedBytes": 382109
            },
            {
              "resourceBytes": 552,
              "unusedBytes": 169,
              "name": "https://static.addtoany.com/menu/sm.25.html",
              "children": [
                {
                  "unusedBytes": 169,
                  "name": "(inline) !function(e){va…",
                  "resourceBytes": 552
                }
              ],
              "encodedBytes": 277
            },
            {
              "encodedBytes": 26327,
              "unusedBytes": 59728,
              "name": "https://static.addtoany.com/menu/modules/core.bycdb5qo.js",
              "resourceBytes": 72927
            },
            {
              "resourceBytes": 36008,
              "name": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
              "encodedBytes": 18632,
              "children": [
                {
                  "unusedBytes": 0,
                  "name": "(inline) window['__recap…",
                  "resourceBytes": 69
                },
                {
                  "resourceBytes": 35939,
                  "name": "(inline) recaptcha.ancho…",
                  "unusedBytes": 0
                }
              ]
            },
            {
              "resourceBytes": 890974,
              "unusedBytes": 392309,
              "name": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "encodedBytes": 382109
            }
          ]
        }
      },
      "total-blocking-time": {
        "id": "total-blocking-time",
        "title": "Total Blocking Time",
        "description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).",
        "score": 0.65,
        "scoreDisplayMode": "numeric",
        "displayValue": "430 ms",
        "numericValue": 427,
        "numericUnit": "millisecond"
      },
      "aria-tooltip-name": {
        "id": "aria-tooltip-name",
        "title": "ARIA `tooltip` elements have accessible names",
        "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "valid-source-maps": {
        "id": "valid-source-maps",
        "title": "Page has valid source maps",
        "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "url",
              "subItemsHeading": {
                "key": "error"
              },
              "key": "scriptUrl",
              "label": "URL"
            },
            {
              "valueType": "url",
              "key": "sourceMapUrl",
              "label": "Map URL"
            }
          ],
          "items": []
        }
      },
      "aria-toggle-field-name": {
        "id": "aria-toggle-field-name",
        "title": "ARIA toggle fields have accessible names",
        "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-input-field-name": {
        "id": "aria-input-field-name",
        "title": "ARIA input fields have accessible names",
        "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "notification-on-start": {
        "id": "notification-on-start",
        "title": "Avoids requesting the notification permission on page load",
        "description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "source-location",
              "key": "source",
              "label": "Source"
            }
          ],
          "items": []
        }
      },
      "crawlable-anchors": {
        "id": "crawlable-anchors",
        "title": "Links are crawlable",
        "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "Uncrawlable Link",
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "skip-link": {
        "id": "skip-link",
        "title": "Skip links are focusable.",
        "description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.12/skip-link).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "errors-in-console": {
        "id": "errors-in-console",
        "title": "Browser errors were logged to the console",
        "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "Source",
              "valueType": "source-location",
              "key": "sourceLocation"
            },
            {
              "label": "Description",
              "valueType": "code",
              "key": "description"
            }
          ],
          "type": "table",
          "items": [
            {
              "source": "security",
              "description": "requestStorageAccess: Permission denied.",
              "sourceLocation": {
                "line": 258,
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
                "column": 0,
                "type": "source-location",
                "urlProvider": "network"
              }
            }
          ]
        }
      },
      "table-duplicate-name": {
        "id": "table-duplicate-name",
        "title": "Tables have different content in the summary attribute and `\u003ccaption\u003e`.",
        "description": "The summary attribute should describe the table structure, while `\u003ccaption\u003e` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "bypass": {
        "id": "bypass",
        "title": "The page contains a heading, skip link, or landmark region",
        "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.12/bypass).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "duplicated-javascript-insight": {
        "id": "duplicated-javascript-insight",
        "title": "Duplicated JavaScript",
        "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "code",
              "key": "source",
              "label": "Source",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              }
            },
            {
              "valueType": "bytes",
              "key": "wastedBytes",
              "subItemsHeading": {
                "key": "sourceTransferBytes"
              },
              "granularity": 10,
              "label": "Duplicated bytes"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 0
          },
          "type": "table"
        }
      },
      "object-alt": {
        "id": "object-alt",
        "title": "`\u003cobject\u003e` elements have alternate text",
        "description": "Screen readers cannot translate non-text content. Adding alternate text to `\u003cobject\u003e` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.12/object-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-allowed-attr": {
        "id": "aria-allowed-attr",
        "title": "`[aria-*]` attributes match their roles",
        "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "aria-progressbar-name": {
        "id": "aria-progressbar-name",
        "title": "ARIA `progressbar` elements have accessible names",
        "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "presentation-role-conflict": {
        "id": "presentation-role-conflict",
        "title": "Elements with `role=\"none\"` or `role=\"presentation\"` do not have conflicts",
        "description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "valueType": "node",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "unused-css-rules": {
        "id": "unused-css-rules",
        "title": "Reduce unused CSS",
        "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 173 KiB",
        "metricSavings": {
          "LCP": 1200,
          "FCP": 750
        },
        "details": {
          "type": "opportunity",
          "items": [
            {
              "totalBytes": 48159,
              "wastedBytes": 48129,
              "wastedPercent": 99.937850356381716,
              "url": "https://yogapoint.ca/wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=1.7.3"
            },
            {
              "wastedPercent": 96.4003374307062,
              "wastedBytes": 40752,
              "totalBytes": 42274,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css"
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.6.2",
              "wastedBytes": 36667,
              "wastedPercent": 98.212090964031319,
              "totalBytes": 37334
            },
            {
              "wastedBytes": 24706,
              "url": "https://yogapoint.ca/wp-content/themes/twentytwenty-child/style.css?ver=1.0",
              "wastedPercent": 95.784295790393728,
              "totalBytes": 25793
            },
            {
              "wastedBytes": 14949,
              "totalBytes": 15921,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.5.5",
              "wastedPercent": 93.895988459352736
            },
            {
              "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3",
              "wastedBytes": 11960,
              "totalBytes": 12043,
              "wastedPercent": 99.314477137726215
            }
          ],
          "overallSavingsBytes": 177163,
          "sortedBy": [
            "wastedBytes"
          ],
          "debugData": {
            "metricSavings": {
              "LCP": 1200,
              "FCP": 760
            },
            "type": "debugdata"
          },
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size"
            },
            {
              "label": "Est Savings",
              "key": "wastedBytes",
              "valueType": "bytes"
            }
          ],
          "overallSavingsMs": 1200
        },
        "numericValue": 1200,
        "numericUnit": "millisecond"
      },
      "aria-meter-name": {
        "id": "aria-meter-name",
        "title": "ARIA `meter` elements have accessible names",
        "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.12/aria-meter-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "baseline": {
        "id": "baseline",
        "title": "Baseline Features",
        "description": "Lists web features used on the page and their Baseline status as of 2026-07-15. [Learn more about Baseline](https://webstatus.dev/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "label": "Web-features",
              "key": "featureId",
              "valueType": "link"
            },
            {
              "label": "Baseline Status",
              "valueType": "baseline-status",
              "key": "displayStatus"
            },
            {
              "valueType": "source-location",
              "label": "Source",
              "key": "source"
            }
          ],
          "items": [
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "limited",
                "displayString": "Limited Availability"
              },
              "source": {
                "type": "source-location",
                "column": 76,
                "urlProvider": "network",
                "url": "https://yogapoint.ca/",
                "line": 33
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d-alpha",
                "text": "canvas-2d-alpha",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/background-clip-text",
                "type": "link",
                "text": "background-clip-text"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/display-mode",
                "type": "link",
                "text": "display-mode"
              },
              "source": {
                "type": "source-location",
                "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6",
                "urlProvider": "network",
                "line": 12,
                "column": 40555
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Limited Availability",
                "status": "limited"
              }
            },
            {
              "featureId": {
                "text": "non-cookie-storage-access",
                "type": "link",
                "url": "https://webstatus.dev/features/non-cookie-storage-access"
              },
              "source": {
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "column": 214,
                "type": "source-location",
                "line": 140,
                "urlProvider": "network"
              },
              "displayStatus": {
                "status": "limited",
                "type": "baseline-status",
                "displayString": "Limited Availability"
              }
            },
            {
              "source": {
                "column": 109,
                "line": 8,
                "type": "source-location",
                "urlProvider": "network",
                "url": "_lighthouse-eval.js"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/requestidlecallback",
                "type": "link",
                "text": "requestidlecallback"
              },
              "displayStatus": {
                "type": "baseline-status",
                "status": "limited",
                "displayString": "Limited Availability"
              }
            },
            {
              "source": {
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "type": "source-location",
                "urlProvider": "network",
                "line": 378,
                "column": 294
              },
              "displayStatus": {
                "status": "limited",
                "type": "baseline-status",
                "displayString": "Limited Availability"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/ua-client-hints",
                "type": "link",
                "text": "ua-client-hints"
              }
            },
            {
              "displayStatus": {
                "status": "low",
                "displayString": "Newly Available (2025-09-05)",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "uint8array-base64-hex",
                "type": "link",
                "url": "https://webstatus.dev/features/uint8array-base64-hex"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2023-12-07)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/masks",
                "type": "link",
                "text": "masks"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2023-12-05)",
                "type": "baseline-status",
                "status": "high"
              },
              "source": {
                "line": 140,
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "urlProvider": "network",
                "column": 151,
                "type": "source-location"
              },
              "featureId": {
                "text": "storage-access",
                "type": "link",
                "url": "https://webstatus.dev/features/storage-access"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2023-10-24)",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "aria-attribute-reflection",
                "type": "link",
                "url": "https://webstatus.dev/features/aria-attribute-reflection"
              },
              "source": {
                "line": 309,
                "urlProvider": "network",
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "column": 450,
                "type": "source-location"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2023-09-18)",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "hyphens",
                "type": "link",
                "url": "https://webstatus.dev/features/hyphens"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2023-03-27)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "outline",
                "type": "link",
                "url": "https://webstatus.dev/features/outline"
              }
            },
            {
              "featureId": {
                "text": "forced-colors",
                "type": "link",
                "url": "https://webstatus.dev/features/forced-colors"
              },
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2022-09-12)"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2022-03-14)"
              },
              "featureId": {
                "text": "appearance",
                "url": "https://webstatus.dev/features/appearance",
                "type": "link"
              }
            },
            {
              "featureId": {
                "text": "focus-visible",
                "url": "https://webstatus.dev/features/focus-visible",
                "type": "link"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2022-03-14)",
                "status": "high"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/logical-properties",
                "type": "link",
                "text": "logical-properties"
              },
              "displayStatus": {
                "displayString": "Widely Available (2021-09-20)",
                "status": "high",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2021-09-20)"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/referrer-policy",
                "text": "referrer-policy"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2021-01-21)"
              },
              "featureId": {
                "text": "not",
                "url": "https://webstatus.dev/features/not",
                "type": "link"
              }
            },
            {
              "featureId": {
                "text": "where",
                "type": "link",
                "url": "https://webstatus.dev/features/where"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2021-01-21)",
                "type": "baseline-status"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/clip-path",
                "type": "link",
                "text": "clip-path"
              },
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "source": {
                "type": "source-location",
                "column": 10496,
                "urlProvider": "network",
                "url": "https://yogapoint.ca/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",
                "line": 1
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-01-15)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/slot",
                "type": "link",
                "text": "slot"
              }
            },
            {
              "source": {
                "line": 4,
                "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
                "urlProvider": "network",
                "column": 3119,
                "type": "source-location"
              },
              "featureId": {
                "text": "will-change",
                "type": "link",
                "url": "https://webstatus.dev/features/will-change"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2020-01-15)"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2019-03-25)",
                "status": "high",
                "type": "baseline-status"
              },
              "source": {
                "urlProvider": "network",
                "line": 1,
                "column": 12671,
                "url": "https://yogapoint.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.5.5",
                "type": "source-location"
              },
              "featureId": {
                "text": "intersection-observer",
                "type": "link",
                "url": "https://webstatus.dev/features/intersection-observer"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2018-05-09)",
                "type": "baseline-status",
                "status": "high"
              },
              "featureId": {
                "text": "js-modules",
                "type": "link",
                "url": "https://webstatus.dev/features/js-modules"
              },
              "source": {
                "url": "https://static.addtoany.com/menu/page.js",
                "type": "source-location",
                "urlProvider": "network",
                "column": 1696,
                "line": 0
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2015-09-30)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/flexbox",
                "type": "link",
                "text": "flexbox"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2015-07-29)",
                "type": "baseline-status"
              },
              "source": {
                "column": 34,
                "line": 33,
                "url": "https://yogapoint.ca/",
                "urlProvider": "network",
                "type": "source-location"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/canvas",
                "text": "canvas"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)"
              },
              "source": {
                "url": "https://yogapoint.ca/",
                "column": 76,
                "type": "source-location",
                "urlProvider": "network",
                "line": 33
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d",
                "text": "canvas-2d",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/request-animation-frame",
                "type": "link",
                "text": "request-animation-frame"
              },
              "source": {
                "line": 1,
                "urlProvider": "network",
                "type": "source-location",
                "column": 9818,
                "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              }
            },
            {
              "featureId": {
                "text": "webgl",
                "type": "link",
                "url": "https://webstatus.dev/features/webgl"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "source": {
                "column": 386,
                "line": 820,
                "urlProvider": "network",
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "type": "source-location"
              }
            }
          ]
        }
      },
      "aria-required-attr": {
        "id": "aria-required-attr",
        "title": "`[role]`s have all required `[aria-*]` attributes",
        "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.12/aria-required-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "aria-roles": {
        "id": "aria-roles",
        "title": "`[role]` values are valid",
        "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-roles).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "node",
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "accesskeys": {
        "id": "accesskeys",
        "title": "`[accesskey]` values are unique",
        "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.12/accesskeys).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "color-contrast": {
        "id": "color-contrast",
        "title": "Background and foreground colors do not have a sufficient contrast ratio.",
        "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.12/color-contrast).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "debugData": {
            "tags": [
              "cat.color",
              "wcag2aa",
              "wcag143",
              "TTv5",
              "TT13.c",
              "EN-301-549",
              "EN-9.1.4.3",
              "ACT",
              "RGAAv4",
              "RGAA-3.2.1"
            ],
            "impact": "serious",
            "type": "debugdata"
          },
          "items": [
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 1.7 (foreground color: #ffffff, background color: #b3d179, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
                "lhId": "1-0-SPAN",
                "nodeLabel": "Download PDF",
                "boundingRect": {
                  "left": 147,
                  "right": 246,
                  "height": 16,
                  "bottom": 1386,
                  "width": 99,
                  "top": 1370
                },
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A,0,SPAN,1,SPAN",
                "snippet": "\u003cspan class=\"elementor-button-text\"\u003e",
                "type": "node",
                "selector": "div.elementor-button-wrapper \u003e a.elementor-button-link \u003e span.elementor-button-content-wrapper \u003e span.elementor-button-text"
              },
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "lhId": "1-1-A",
                      "boundingRect": {
                        "right": 289,
                        "height": 40,
                        "bottom": 1398,
                        "left": 123,
                        "top": 1358,
                        "width": 167
                      },
                      "nodeLabel": "Download PDF",
                      "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A",
                      "snippet": "\u003ca href=\"https://yogapoint.ca/wp-content/uploads/2020/01/5-reasons-to-find-your-Lif…\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"\u003e",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-button-wrapper \u003e a.elementor-button-link",
                      "type": "node"
                    }
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "top": 1449,
                        "bottom": 1489,
                        "right": 289,
                        "left": 123,
                        "height": 40,
                        "width": 167
                      },
                      "nodeLabel": "Download PDF",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-button-wrapper \u003e a.elementor-button-link",
                      "lhId": "1-3-A",
                      "type": "node",
                      "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A",
                      "snippet": "\u003ca href=\"https://yogapoint.ca/wp-content/uploads/2020/01/5-reasons-to-practice-yoga…\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"\u003e"
                    }
                  }
                ]
              },
              "node": {
                "snippet": "\u003cspan class=\"elementor-button-text\"\u003e",
                "lhId": "1-2-SPAN",
                "nodeLabel": "Download PDF",
                "boundingRect": {
                  "height": 16,
                  "top": 1461,
                  "width": 99,
                  "left": 147,
                  "right": 246,
                  "bottom": 1477
                },
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 1.7 (foreground color: #ffffff, background color: #b3d179, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A,0,SPAN,1,SPAN",
                "selector": "div.elementor-button-wrapper \u003e a.elementor-button-link \u003e span.elementor-button-content-wrapper \u003e span.elementor-button-text",
                "type": "node"
              }
            },
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 2.89 (foreground color: #ffffff, background color: #f37229, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
                "path": "1,HTML,1,BODY,2,DIV,0,DIV,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,FORM,3,P,0,LABEL,0,INPUT",
                "nodeLabel": "form.wpcf7-form \u003e p \u003e label \u003e input.wpcf7-form-control",
                "type": "node",
                "boundingRect": {
                  "width": 126,
                  "bottom": 5839,
                  "height": 49,
                  "right": 151,
                  "left": 25,
                  "top": 5791
                },
                "lhId": "1-4-INPUT",
                "snippet": "\u003cinput type=\"submit\" value=\"Sign Up\" class=\"wpcf7-form-control has-spinner wpcf7-submit\"\u003e",
                "selector": "form.wpcf7-form \u003e p \u003e label \u003e input.wpcf7-form-control"
              }
            }
          ],
          "type": "table"
        }
      },
      "screenshot-thumbnails": {
        "id": "screenshot-thumbnails",
        "title": "Screenshot Thumbnails",
        "description": "This is what the load of your site looked like.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "scale": 3490,
          "type": "filmstrip",
          "items": [
            {
              "timestamp": 1669601280189,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2MBERISGBUYLxoaL2NCOEJjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY//AABEIAPgAfAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APQKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAP//Z",
              "timing": 436
            },
            {
              "timing": 873,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 1669601716439
            },
            {
              "timestamp": 1669602152689,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timing": 1309
            },
            {
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 1669602588939,
              "timing": 1745
            },
            {
              "timing": 2181,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 1669603025189
            },
            {
              "timestamp": 1669603461439,
              "timing": 2618,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timing": 3054,
              "data": "data:image/jpeg;base64,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",
              "timestamp": 1669603897689
            },
            {
              "timing": 3490,
              "timestamp": 1669604333939,
              "data": "data:image/jpeg;base64,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"
            }
          ]
        }
      },
      "interactive": {
        "id": "interactive",
        "title": "Time to Interactive",
        "description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).",
        "score": 0.04,
        "scoreDisplayMode": "numeric",
        "displayValue": "17.3 s",
        "numericValue": 17267.160817857522,
        "numericUnit": "millisecond"
      },
      "max-potential-fid": {
        "id": "max-potential-fid",
        "title": "Max Potential First Input Delay",
        "description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).",
        "score": 0.85,
        "scoreDisplayMode": "numeric",
        "displayValue": "150 ms",
        "numericValue": 146,
        "numericUnit": "millisecond"
      },
      "speed-index": {
        "id": "speed-index",
        "title": "Speed Index",
        "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).",
        "score": 0.33,
        "scoreDisplayMode": "numeric",
        "displayValue": "6.9 s",
        "numericValue": 6918.6991415749089,
        "numericUnit": "millisecond"
      },
      "lcp-breakdown-insight": {
        "id": "lcp-breakdown-insight",
        "title": "LCP breakdown",
        "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "type": "list",
          "items": [
            {
              "items": [
                {
                  "label": "Time to first byte",
                  "duration": 2.174,
                  "subpart": "timeToFirstByte"
                },
                {
                  "duration": 2487.233,
                  "subpart": "resourceLoadDelay",
                  "label": "Resource load delay"
                },
                {
                  "duration": 527.354,
                  "label": "Resource load duration",
                  "subpart": "resourceLoadDuration"
                },
                {
                  "label": "Element render delay",
                  "subpart": "elementRenderDelay",
                  "duration": 46.111
                }
              ],
              "headings": [
                {
                  "valueType": "text",
                  "key": "label",
                  "label": "Subpart"
                },
                {
                  "label": "Duration",
                  "valueType": "ms",
                  "key": "duration"
                }
              ],
              "type": "table"
            },
            {
              "selector": "div.elementor \u003e div.elementor-inner \u003e div.elementor-section-wrap \u003e section.elementor-section",
              "lhId": "page-0-SECTION",
              "nodeLabel": "BE YOUR\nBETTER SELF",
              "boundingRect": {
                "left": 0,
                "bottom": 679,
                "right": 412,
                "top": 0,
                "height": 679,
                "width": 412
              },
              "snippet": "\u003csection class=\"elementor-section elementor-top-section elementor-element elementor-elemen…\" data-id=\"fb85a90\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\" style=\"width: 412px; left: 0px;\"\u003e",
              "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,0,SECTION",
              "type": "node"
            }
          ]
        }
      },
      "user-timings": {
        "id": "user-timings",
        "title": "User Timing marks and measures",
        "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "details": {
          "headings": [
            {
              "valueType": "text",
              "key": "name",
              "label": "Name"
            },
            {
              "label": "Type",
              "valueType": "text",
              "key": "timingType"
            },
            {
              "granularity": 0.01,
              "key": "startTime",
              "label": "Start Time",
              "valueType": "ms"
            },
            {
              "key": "duration",
              "label": "Duration",
              "valueType": "ms",
              "granularity": 0.01
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "visual-order-follows-dom": {
        "id": "visual-order-follows-dom",
        "title": "Visual order on the page follows DOM order",
        "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "bootup-time": {
        "id": "bootup-time",
        "title": "Reduce JavaScript execution time",
        "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "1.4 s",
        "metricSavings": {
          "TBT": 350
        },
        "details": {
          "items": [
            {
              "scripting": 847.64399999999523,
              "total": 1188.5879999999954,
              "scriptParseCompile": 200.4132,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "scriptParseCompile": 3.5219999999999994,
              "url": "https://yogapoint.ca/",
              "scripting": 52.106400000000043,
              "total": 294.98280000000005
            },
            {
              "scriptParseCompile": 9.6396000000000015,
              "total": 271.02839999999827,
              "url": "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
              "scripting": 209.27399999999827
            },
            {
              "scripting": 25.642799999999951,
              "scriptParseCompile": 1.8624,
              "total": 181.4891999999999,
              "url": "https://yogapoint.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.6.2"
            },
            {
              "total": 135.87960000000018,
              "scriptParseCompile": 0,
              "url": "Unattributable",
              "scripting": 3.7811999999999992
            },
            {
              "scripting": 45.616799999999984,
              "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcq5WEeAAAAAA904-gDkxEZkjvyH-FP8fB3TCUm&co=aHR0cHM6Ly95b2dhcG9pbnQuY2E6NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=6kay3tgxn6q6",
              "scriptParseCompile": 1.7531999999999994,
              "total": 56.287199999999984
            }
          ],
          "summary": {
            "wastedMs": 1401.2555999999934
          },
          "type": "table",
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Total CPU Time",
              "granularity": 1,
              "key": "total",
              "valueType": "ms"
            },
            {
              "label": "Script Evaluation",
              "valueType": "ms",
              "granularity": 1,
              "key": "scripting"
            },
            {
              "granularity": 1,
              "label": "Script Parse",
              "valueType": "ms",
              "key": "scriptParseCompile"
            }
          ],
          "sortedBy": [
            "total"
          ]
        },
        "numericValue": 1401.2555999999934,
        "numericUnit": "millisecond"
      },
      "image-redundant-alt": {
        "id": "image-redundant-alt",
        "title": "Image elements do not have `[alt]` attributes that are redundant text.",
        "description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "identical-links-same-purpose": {
        "id": "identical-links-same-purpose",
        "title": "Identical links have the same purpose.",
        "description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.12/identical-links-same-purpose).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "impact": "minor",
            "tags": [
              "cat.semantics",
              "wcag2aaa",
              "wcag249"
            ],
            "type": "debugdata"
          },
          "items": [
            {
              "node": {
                "lhId": "1-13-A",
                "nodeLabel": "Read More",
                "explanation": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous.",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e a",
                "boundingRect": {
                  "bottom": 2143,
                  "left": 30,
                  "right": 205,
                  "top": 2106,
                  "width": 175,
                  "height": 37
                },
                "snippet": "\u003ca href=\"https://yogapoint.ca/programs/transform-work\"\u003e",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,2,A",
                "type": "node"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "lhId": "1-14-A",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e a",
                      "nodeLabel": "Read More",
                      "snippet": "\u003ca href=\"https://yogapoint.ca/programs/transforming-men-youth/\"\u003e",
                      "boundingRect": {
                        "top": 2533,
                        "height": 37,
                        "width": 175,
                        "left": 30,
                        "bottom": 2570,
                        "right": 205
                      },
                      "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,2,A",
                      "type": "node"
                    }
                  },
                  {
                    "relatedNode": {
                      "snippet": "\u003ca href=\"https://yogapoint.ca/programs/yoga-for-beginners/\"\u003e",
                      "boundingRect": {
                        "right": 205,
                        "bottom": 3068,
                        "left": 30,
                        "width": 175,
                        "height": 37,
                        "top": 3031
                      },
                      "lhId": "1-15-A",
                      "nodeLabel": "Read More",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,5,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,2,A"
                    }
                  },
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "right": 203,
                        "left": 28,
                        "height": 37,
                        "bottom": 3636,
                        "width": 175,
                        "top": 3599
                      },
                      "lhId": "1-16-A",
                      "type": "node",
                      "snippet": "\u003ca href=\"https://yogapoint.ca/programs/yoga-for-career-employment/\"\u003e",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-text-editor \u003e a",
                      "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,5,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,2,A",
                      "nodeLabel": "Read More"
                    }
                  }
                ]
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "type": "table"
        }
      },
      "layout-shifts": {
        "id": "layout-shifts",
        "title": "Avoid large layout shifts",
        "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "2 layout shifts found",
        "metricSavings": {
          "CLS": 0.17400000000000002
        },
        "details": {
          "type": "table",
          "items": [
            {
              "node": {
                "selector": "body.home \u003e div.elementor",
                "snippet": "\u003cdiv data-elementor-type=\"wp-page\" data-elementor-id=\"253\" class=\"elementor elementor-253\" data-elementor-settings=\"[]\"\u003e",
                "lhId": "page-8-DIV",
                "boundingRect": {
                  "left": 0,
                  "right": 412,
                  "top": 0,
                  "bottom": 5490,
                  "height": 5490,
                  "width": 412
                },
                "type": "node",
                "nodeLabel": "BE YOUR\nBETTER SELF\n\nLife is too short to be living without a purpose.\nWe help …",
                "path": "1,HTML,1,BODY,1,DIV"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "cause": "Media element lacking an explicit size",
                    "extra": {
                      "type": "node",
                      "snippet": "\u003cimg width=\"150\" height=\"150\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs1-150x150.png 150w…\" sizes=\"(max-width: 150px) 100vw, 150px\"\u003e",
                      "boundingRect": {
                        "bottom": 1882,
                        "width": 106,
                        "top": 1777,
                        "right": 382,
                        "height": 106,
                        "left": 276
                      },
                      "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                      "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                      "lhId": "page-3-IMG",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail"
                    }
                  }
                ]
              },
              "score": 0.15588927703523689
            },
            {
              "score": 0.01761920720949494,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "extra": {
                      "snippet": "\u003cimg width=\"232\" height=\"117\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/logo.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\"\u003e",
                      "lhId": "page-6-IMG",
                      "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-large",
                      "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-large",
                      "type": "node",
                      "boundingRect": {
                        "top": 10,
                        "width": 118,
                        "left": 147,
                        "height": 59,
                        "bottom": 69,
                        "right": 265
                      },
                      "path": "1,HTML,1,BODY,0,DIV,0,DIV,0,SECTION,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG"
                    },
                    "cause": "Media element lacking an explicit size"
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/londrinaoutline/v29/C8c44dM8vmb14dfsZxhetg3pDH-STu07rACPHvM.woff2"
                    }
                  },
                  {
                    "extra": {
                      "value": "https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2",
                      "type": "url"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2"
                    }
                  }
                ]
              },
              "node": {
                "lhId": "page-7-DIV",
                "nodeLabel": "BE YOUR\nBETTER SELF",
                "type": "node",
                "boundingRect": {
                  "top": 283,
                  "height": 228,
                  "right": 412,
                  "left": 0,
                  "bottom": 511,
                  "width": 412
                },
                "selector": "div.elementor-row \u003e div.elementor-column \u003e div.elementor-column-wrap \u003e div.elementor-widget-wrap",
                "snippet": "\u003cdiv class=\"elementor-widget-wrap\"\u003e",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV"
              }
            }
          ],
          "headings": [
            {
              "key": "node",
              "label": "Element",
              "valueType": "node",
              "subItemsHeading": {
                "key": "extra"
              }
            },
            {
              "label": "Layout shift score",
              "key": "score",
              "valueType": "numeric",
              "subItemsHeading": {
                "key": "cause",
                "valueType": "text"
              },
              "granularity": 0.001
            }
          ]
        }
      },
      "network-server-latency": {
        "id": "network-server-latency",
        "title": "Server Backend Latencies",
        "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "10 ms",
        "details": {
          "type": "table",
          "items": [
            {
              "origin": "https://www.gstatic.com",
              "serverResponseTime": 6
            },
            {
              "origin": "https://fonts.googleapis.com",
              "serverResponseTime": 2
            },
            {
              "serverResponseTime": 1,
              "origin": "https://yogapoint.ca"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://ajax.googleapis.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://www.google.com"
            },
            {
              "serverResponseTime": 0.5,
              "origin": "https://fonts.gstatic.com"
            },
            {
              "serverResponseTime": 0,
              "origin": "https://static.addtoany.com"
            }
          ],
          "sortedBy": [
            "serverResponseTime"
          ],
          "headings": [
            {
              "key": "origin",
              "valueType": "text",
              "label": "URL"
            },
            {
              "granularity": 1,
              "key": "serverResponseTime",
              "valueType": "ms",
              "label": "Time Spent"
            }
          ]
        },
        "numericValue": 6,
        "numericUnit": "millisecond"
      },
      "aria-hidden-body": {
        "id": "aria-hidden-body",
        "title": "`[aria-hidden=\"true\"]` is not present on the document `\u003cbody\u003e`",
        "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `\u003cbody\u003e`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "image-delivery-insight": {
        "id": "image-delivery-insight",
        "title": "Improve image delivery",
        "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 1,420 KiB",
        "metricSavings": {
          "LCP": 4200,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "totalBytes": 1096153,
              "url": "https://yogapoint.ca/wp-content/uploads/2020/01/YogaPoint-be-your-better-self.jpg",
              "node": {
                "lhId": "page-0-SECTION",
                "selector": "div.elementor \u003e div.elementor-inner \u003e div.elementor-section-wrap \u003e section.elementor-section",
                "nodeLabel": "BE YOUR\nBETTER SELF",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,0,SECTION",
                "snippet": "\u003csection class=\"elementor-section elementor-top-section elementor-element elementor-elemen…\" data-id=\"fb85a90\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\" style=\"width: 412px; left: 0px;\"\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 0,
                  "height": 679,
                  "width": 412,
                  "left": 0,
                  "bottom": 679,
                  "right": 412
                }
              },
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 852953,
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 852953
            },
            {
              "totalBytes": 306827,
              "node": {
                "nodeLabel": "Play Video",
                "type": "node",
                "boundingRect": {
                  "bottom": 1086,
                  "right": 402,
                  "left": 10,
                  "top": 865,
                  "width": 392,
                  "height": 221
                },
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,2,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-wrapper \u003e div.elementor-custom-embed-image-overlay",
                "lhId": "page-1-DIV",
                "snippet": "\u003cdiv class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(&quot;https://yogapoint.ca/wp-content/uploads/2019/12/prog…&quot;);\"\u003e"
              },
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programe-vid-placeholder.jpg",
              "wastedBytes": 266250,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size.",
                    "wastedBytes": 266250
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size.",
                    "wastedBytes": 82472
                  },
                  {
                    "wastedBytes": 32100,
                    "reason": "This image file is larger than it needs to be (232x232) for its displayed dimensions (187x187). Use responsive images to reduce the image download size."
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 91443,
              "node": {
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,5,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg width=\"150\" height=\"150\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs3.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs3-150x150.png 150w…\" sizes=\"(max-width: 150px) 100vw, 150px\"\u003e",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "boundingRect": {
                  "height": 107,
                  "top": 3126,
                  "width": 107,
                  "left": 277,
                  "bottom": 3233,
                  "right": 384
                },
                "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "type": "node",
                "lhId": "page-2-IMG"
              },
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs3.png",
              "wastedBytes": 85621
            },
            {
              "totalBytes": 90431,
              "wastedBytes": 84740,
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 81537,
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
                  },
                  {
                    "reason": "This image file is larger than it needs to be (231x231) for its displayed dimensions (185x185). Use responsive images to reduce the image download size.",
                    "wastedBytes": 32562
                  }
                ],
                "type": "subitems"
              },
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png",
              "node": {
                "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "lhId": "page-3-IMG",
                "snippet": "\u003cimg width=\"150\" height=\"150\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs1.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs1-150x150.png 150w…\" sizes=\"(max-width: 150px) 100vw, 150px\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 106,
                  "bottom": 1882,
                  "left": 276,
                  "right": 382,
                  "height": 106,
                  "top": 1777
                },
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "top": 2630,
                  "right": 382,
                  "height": 106,
                  "bottom": 2736,
                  "width": 106,
                  "left": 276
                },
                "type": "node",
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,5,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "snippet": "\u003cimg width=\"150\" height=\"150\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs4.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs4-150x150.png 150w…\" sizes=\"(max-width: 150px) 100vw, 150px\"\u003e",
                "lhId": "page-4-IMG"
              },
              "wastedBytes": 80806,
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs4.png",
              "totalBytes": 86497,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "wastedBytes": 77526,
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
                  },
                  {
                    "wastedBytes": 31622,
                    "reason": "This image file is larger than it needs to be (232x232) for its displayed dimensions (185x185). Use responsive images to reduce the image download size."
                  }
                ]
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,1,DIV,0,DIV,0,DIV,4,SECTION,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-thumbnail",
                "boundingRect": {
                  "width": 106,
                  "height": 106,
                  "left": 276,
                  "top": 2203,
                  "right": 382,
                  "bottom": 2309
                },
                "type": "node",
                "lhId": "page-5-IMG",
                "snippet": "\u003cimg width=\"150\" height=\"150\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs2.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https://yogapoint.ca/wp-content/uploads/2019/12/programs2-150x150.png 150w…\" sizes=\"(max-width: 150px) 100vw, 150px\"\u003e"
              },
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/programs2.png",
              "wastedBytes": 70126,
              "subItems": {
                "items": [
                  {
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size.",
                    "wastedBytes": 66832
                  },
                  {
                    "reason": "This image file is larger than it needs to be (232x233) for its displayed dimensions (185x186). Use responsive images to reduce the image download size.",
                    "wastedBytes": 27727
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 75841
            },
            {
              "node": {
                "nodeLabel": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-large",
                "selector": "div.elementor-element \u003e div.elementor-widget-container \u003e div.elementor-image \u003e img.attachment-large",
                "lhId": "page-6-IMG",
                "boundingRect": {
                  "height": 59,
                  "right": 265,
                  "bottom": 69,
                  "width": 118,
                  "left": 147,
                  "top": 10
                },
                "type": "node",
                "snippet": "\u003cimg width=\"232\" height=\"117\" src=\"https://yogapoint.ca/wp-content/uploads/2019/12/logo.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,0,DIV,0,SECTION,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG"
              },
              "totalBytes": 17262,
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 12738,
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
                  }
                ],
                "type": "subitems"
              },
              "url": "https://yogapoint.ca/wp-content/uploads/2019/12/logo.png",
              "wastedBytes": 13703
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              },
              "key": "url",
              "valueType": "url",
              "label": "URL"
            },
            {
              "valueType": "bytes",
              "label": "Resource Size",
              "key": "totalBytes"
            },
            {
              "key": "wastedBytes",
              "label": "Est Savings",
              "valueType": "bytes",
              "subItemsHeading": {
                "valueType": "bytes",
                "key": "wastedBytes"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 1454199
          }
        }
      },
      "definition-list": {
        "id": "definition-list",
        "title": "`\u003cdl\u003e`'s contain only properly-ordered `\u003cdt\u003e` and `\u003cdd\u003e` groups, `\u003cscript\u003e`, `\u003ctemplate\u003e` or `\u003cdiv\u003e` elements.",
        "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/definition-list).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-valid-attr": {
        "id": "aria-valid-attr",
        "title": "`[aria-*]` attributes are valid and not misspelled",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "items": []
        }
      },
      "clickjacking-mitigation": {
        "id": "clickjacking-mitigation",
        "title": "Mitigate clickjacking with XFO or CSP",
        "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "key": "description",
              "valueType": "text",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              }
            },
            {
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "label": "Severity",
              "valueType": "text"
            }
          ],
          "items": [
            {
              "description": "No frame control policy found",
              "severity": "High"
            }
          ]
        }
      },
      "duplicate-id-aria": {
        "id": "duplicate-id-aria",
        "title": "ARIA IDs are unique",
        "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "dlitem": {
        "id": "dlitem",
        "title": "Definition list items are wrapped in `\u003cdl\u003e` elements",
        "description": "Definition list items (`\u003cdt\u003e` and `\u003cdd\u003e`) must be wrapped in a parent `\u003cdl\u003e` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/dlitem).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-rtt": {
        "id": "network-rtt",
        "title": "Network Round Trip Times",
        "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "0 ms",
        "details": {
          "headings": [
            {
              "label": "URL",
              "key": "origin",
              "valueType": "text"
            },
            {
              "key": "rtt",
              "valueType": "ms",
              "label": "Time Spent",
              "granularity": 1
            }
          ],
          "type": "table",
          "items": [
            {
              "rtt": 1.125945,
              "origin": "https://fonts.googleapis.com"
            },
            {
              "origin": "https://static.addtoany.com",
              "rtt": 0.89999999999999991
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google.com"
            },
            {
              "rtt": 0.01064340649192355,
              "origin": "https://yogapoint.ca"
            },
            {
              "origin": "https://ajax.googleapis.com",
              "rtt": 0.001445729498150178
            },
            {
              "origin": "https://fonts.gstatic.com",
              "rtt": 0.00060999676055918748
            },
            {
              "rtt": 0.00037976495764480524,
              "origin": "https://www.gstatic.com"
            }
          ],
          "sortedBy": [
            "rtt"
          ]
        },
        "numericValue": 1.125945,
        "numericUnit": "millisecond"
      }
    },
    "categories": {
      "performance": {
        "id": "performance",
        "title": "Performance",
        "score": 0.43,
        "auditRefs": [
          {
            "id": "first-contentful-paint",
            "weight": 10,
            "group": "metrics",
            "acronym": "FCP"
          },
          {
            "id": "largest-contentful-paint",
            "weight": 25,
            "group": "metrics",
            "acronym": "LCP"
          },
          {
            "id": "total-blocking-time",
            "weight": 30,
            "group": "metrics",
            "acronym": "TBT"
          },
          {
            "id": "cumulative-layout-shift",
            "weight": 25,
            "group": "metrics",
            "acronym": "CLS"
          },
          {
            "id": "speed-index",
            "weight": 10,
            "group": "metrics",
            "acronym": "SI"
          },
          {
            "id": "cache-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "cls-culprits-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "document-latency-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "dom-size-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "duplicated-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "font-display-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "forced-reflow-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "image-delivery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "inp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-discovery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "legacy-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "network-dependency-tree-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "render-blocking-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "third-parties-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "viewport-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "interactive",
            "weight": 0,
            "group": "hidden",
            "acronym": "TTI"
          },
          {
            "id": "max-potential-fid",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "unminified-css",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unminified-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-css-rules",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "total-byte-weight",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "user-timings",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "bootup-time",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "mainthread-work-breakdown",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "long-tasks",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "non-composited-animations",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unsized-images",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "network-requests",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-rtt",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-server-latency",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "main-thread-tasks",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "diagnostics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "metrics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "screenshot-thumbnails",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "final-screenshot",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "script-treemap-data",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "resource-summary",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "redirects",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "server-response-time",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "layout-shifts",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "accessibility": {
        "id": "accessibility",
        "title": "Accessibility",
        "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
        "score": 0.94,
        "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
        "auditRefs": [
          {
            "id": "accesskeys",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "aria-allowed-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-command-name",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-conditional-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-deprecated-role",
            "weight": 1,
            "group": "a11y-aria"
          },
          {
            "id": "aria-dialog-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-body",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-focus",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-input-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-meter-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-progressbar-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-prohibited-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-children",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-parent",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-roles",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-text",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-toggle-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-tooltip-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-treeitem-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr-value",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "button-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "bypass",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "color-contrast",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "definition-list",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "dlitem",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "document-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "duplicate-id-aria",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "form-field-multiple-labels",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "frame-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "heading-order",
            "weight": 3,
            "group": "a11y-navigation"
          },
          {
            "id": "html-has-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-lang-valid",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-xml-lang-mismatch",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "image-alt",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-button-name",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-image-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "label",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "link-in-text-block",
            "weight": 0,
            "group": "a11y-color-contrast"
          },
          {
            "id": "link-name",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "list",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "listitem",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "meta-refresh",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "meta-viewport",
            "weight": 10,
            "group": "a11y-best-practices"
          },
          {
            "id": "object-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "select-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "skip-link",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "tabindex",
            "weight": 7,
            "group": "a11y-navigation"
          },
          {
            "id": "target-size",
            "weight": 7,
            "group": "a11y-best-practices"
          },
          {
            "id": "td-headers-attr",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "th-has-data-cells",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "valid-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "video-caption",
            "weight": 0,
            "group": "a11y-audio-video"
          },
          {
            "id": "landmark-one-main",
            "weight": 3,
            "group": "a11y-best-practices"
          },
          {
            "id": "autocomplete-valid",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "presentation-role-conflict",
            "weight": 1,
            "group": "a11y-best-practices"
          },
          {
            "id": "svg-img-alt",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "focusable-controls",
            "weight": 0
          },
          {
            "id": "interactive-element-affordance",
            "weight": 0
          },
          {
            "id": "logical-tab-order",
            "weight": 0
          },
          {
            "id": "visual-order-follows-dom",
            "weight": 0
          },
          {
            "id": "focus-traps",
            "weight": 0
          },
          {
            "id": "managed-focus",
            "weight": 0
          },
          {
            "id": "use-landmarks",
            "weight": 0
          },
          {
            "id": "offscreen-content-hidden",
            "weight": 0
          },
          {
            "id": "custom-controls-labels",
            "weight": 0
          },
          {
            "id": "custom-controls-roles",
            "weight": 0
          },
          {
            "id": "table-duplicate-name",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "empty-heading",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "aria-allowed-role",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "image-redundant-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "identical-links-same-purpose",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "label-content-name-mismatch",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "table-fake-caption",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "td-has-header",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "best-practices": {
        "id": "best-practices",
        "title": "Best Practices",
        "score": 0.73,
        "auditRefs": [
          {
            "id": "is-on-https",
            "weight": 5,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "redirects-http",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "geolocation-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "notification-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "csp-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "has-hsts",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "origin-isolation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "clickjacking-mitigation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "trusted-types-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "paste-preventing-inputs",
            "weight": 3,
            "group": "best-practices-ux"
          },
          {
            "id": "image-aspect-ratio",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "image-size-responsive",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "doctype",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "charset",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "baseline",
            "weight": 0,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "js-libraries",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "deprecations",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "third-party-cookies",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "errors-in-console",
            "weight": 1,
            "group": "best-practices-general"
          },
          {
            "id": "valid-source-maps",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "inspector-issues",
            "weight": 1,
            "group": "best-practices-general"
          }
        ]
      },
      "seo": {
        "id": "seo",
        "title": "SEO",
        "description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
        "score": 0.92,
        "manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
        "auditRefs": [
          {
            "id": "is-crawlable",
            "weight": 4.0434782608695654,
            "group": "seo-crawl"
          },
          {
            "id": "document-title",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "meta-description",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "http-status-code",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "link-text",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "crawlable-anchors",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "robots-txt",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "image-alt",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "hreflang",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "canonical",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "structured-data",
            "weight": 0
          }
        ]
      }
    },
    "categoryGroups": {
      "best-practices-browser-compat": {
        "title": "Browser Compatibility"
      },
      "a11y-navigation": {
        "title": "Navigation",
        "description": "These are opportunities to improve keyboard navigation in your application."
      },
      "webmcp": {
        "title": "WebMCP",
        "description": "Audits validating WebMCP integration."
      },
      "a11y-tables-lists": {
        "title": "Tables and lists",
        "description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
      },
      "seo-content": {
        "title": "Content Best Practices",
        "description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
      },
      "seo-crawl": {
        "title": "Crawling and Indexing",
        "description": "To appear in search results, crawlers need access to your app."
      },
      "best-practices-trust-safety": {
        "title": "Trust and Safety"
      },
      "best-practices-general": {
        "title": "General"
      },
      "a11y-color-contrast": {
        "title": "Contrast",
        "description": "These are opportunities to improve the legibility of your content."
      },
      "insights": {
        "title": "Insights",
        "description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
      },
      "a11y-best-practices": {
        "title": "Best practices",
        "description": "These items highlight common accessibility best practices."
      },
      "diagnostics": {
        "title": "Diagnostics",
        "description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
      },
      "best-practices-ux": {
        "title": "User Experience"
      },
      "a11y-aria": {
        "title": "ARIA",
        "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
      },
      "a11y-language": {
        "title": "Internationalization and localization",
        "description": "These are opportunities to improve the interpretation of your content by users in different locales."
      },
      "a11y-names-labels": {
        "title": "Names and labels",
        "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
      },
      "a11y-audio-video": {
        "title": "Audio and video",
        "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
      },
      "seo-mobile": {
        "title": "Mobile Friendly",
        "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
      },
      "agent-accessibility": {
        "title": "Agent Accessibility",
        "description": "These audits highlight best practices for improving the accessibility of the website for AI agents."
      },
      "metrics": {
        "title": "Metrics"
      }
    },
    "timing": {
      "total": 20301.6
    },
    "i18n": {
      "rendererFormattedStrings": {
        "varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics.",
        "opportunityResourceColumnLabel": "Opportunity",
        "opportunitySavingsColumnLabel": "Estimated Savings",
        "errorMissingAuditInfo": "Report error: no audit information",
        "errorLabel": "Error!",
        "warningHeader": "Warnings: ",
        "passedAuditsGroupTitle": "Passed audits",
        "notApplicableAuditsGroupTitle": "Not applicable",
        "manualAuditsGroupTitle": "Additional items to manually check",
        "toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
        "crcLongestDurationLabel": "Maximum critical path latency:",
        "crcInitialNavigation": "Initial Navigation",
        "lsPerformanceCategoryDescription": "[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
        "labDataTitle": "Lab Data",
        "warningAuditsGroupTitle": "Passed audits but with warnings",
        "snippetExpandButtonLabel": "Expand snippet",
        "snippetCollapseButtonLabel": "Collapse snippet",
        "thirdPartyResourcesLabel": "Show 3rd-party resources",
        "runtimeDesktopEmulation": "Emulated Desktop",
        "runtimeMobileEmulation": "Emulated Moto G Power",
        "runtimeNoEmulation": "No emulation",
        "runtimeSettingsBenchmark": "Unthrottled CPU/Memory Power",
        "runtimeSettingsCPUThrottling": "CPU throttling",
        "runtimeSettingsDevice": "Device",
        "runtimeSettingsNetworkThrottling": "Network throttling",
        "runtimeSettingsUANetwork": "User agent (network)",
        "runtimeUnknown": "Unknown",
        "dropdownCopyJSON": "Copy JSON",
        "dropdownDarkTheme": "Toggle Dark Theme",
        "dropdownPrintExpanded": "Print Expanded",
        "dropdownPrintSummary": "Print Summary",
        "dropdownSaveGist": "Save as Gist",
        "dropdownSaveHTML": "Save as HTML",
        "dropdownSaveJSON": "Save as JSON",
        "dropdownViewer": "Open in Viewer",
        "footerIssue": "File an issue",
        "throttlingProvided": "Provided by environment",
        "calculatorLink": "See calculator.",
        "runtimeSettingsAxeVersion": "Axe version",
        "viewTreemapLabel": "View Treemap",
        "showRelevantAudits": "Show audits relevant to:"
      }
    },
    "stackPacks": [
      {
        "id": "wordpress",
        "title": "WordPress",
        "iconDataURL": "data:image/svg+xml,\u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 122.5 122.5\"\u003e\u003cg fill=\"%232f3439\"\u003e\u003cpath d=\"M8.7 61.3c0 20.8 12.1 38.7 29.6 47.3l-25-68.7c-3 6.5-4.6 13.7-4.6 21.4zm88-2.7c0-6.5-2.3-11-4.3-14.5-2.7-4.3-5.2-8-5.2-12.3 0-4.8 3.7-9.3 8.9-9.3h.7a52.4 52.4 0 0 0-79.4 9.9h3.3c5.5 0 14-.6 14-.6 2.9-.2 3.2 4 .4 4.3 0 0-2.9.4-6 .5l19.1 57L59.7 59l-8.2-22.5c-2.8-.1-5.5-.5-5.5-.5-2.8-.1-2.5-4.5.3-4.3 0 0 8.7.7 13.9.7 5.5 0 14-.7 14-.7 2.8-.2 3.2 4 .3 4.3 0 0-2.8.4-6 .5l19 56.5 5.2-17.5c2.3-7.3 4-12.5 4-17z\"/\u003e\u003cpath d=\"m62.2 65.9-15.8 45.8a52.6 52.6 0 0 0 32.3-.9l-.4-.7zM107.4 36a49.6 49.6 0 0 1-3.6 24.2l-16.1 46.5A52.5 52.5 0 0 0 107.4 36z\"/\u003e\u003cpath d=\"M61.3 0a61.3 61.3 0 1 0 .1 122.7A61.3 61.3 0 0 0 61.3 0zm0 119.7a58.5 58.5 0 1 1 .1-117 58.5 58.5 0 0 1-.1 117z\"/\u003e\u003c/g\u003e\u003c/svg\u003e",
        "descriptions": {
          "uses-responsive-images": "Upload images directly through the [media library](https://wordpress.org/support/article/media-library-screen/) to ensure that the required image sizes are available, and then insert them from the media library or use the image widget to ensure the optimal image sizes are used (including those for the responsive breakpoints). Avoid using `Full Size` images unless the dimensions are adequate for their usage. [Learn More](https://wordpress.org/support/article/inserting-images-into-posts-and-pages/).",
          "efficient-animated-content": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video.",
          "modern-image-formats": "Consider using the [Performance Lab](https://wordpress.org/plugins/performance-lab/) plugin to automatically convert your uploaded JPEG images into WebP, wherever supported.",
          "offscreen-images": "Install a [lazy-load WordPress plugin](https://wordpress.org/plugins/search/lazy+load/) that provides the ability to defer any offscreen images, or switch to a theme that provides that functionality. Also consider using [the AMP plugin](https://wordpress.org/plugins/amp/).",
          "uses-long-cache-ttl": "Read about [Browser Caching in WordPress](https://wordpress.org/support/article/optimization/#browser-caching).",
          "total-byte-weight": "Consider showing excerpts in your post lists (e.g. via the more tag), reducing the number of posts shown on a given page, breaking your long posts into multiple pages, or using a plugin to lazy-load comments.",
          "unused-css-rules": "Consider reducing, or switching, the number of [WordPress plugins](https://wordpress.org/plugins/) loading unused CSS in your page. To identify plugins that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage/) in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the stylesheet. Look out for plugins that have many stylesheets in the list which have a lot of red in code coverage. A plugin should only enqueue a stylesheet if it is actually used on the page.",
          "unminified-javascript": "A number of [WordPress plugins](https://wordpress.org/plugins/search/minify+javascript/) can speed up your site by concatenating, minifying, and compressing your scripts. You may also want to use a build process to do this minification up front if possible.",
          "unused-javascript": "Consider reducing, or switching, the number of [WordPress plugins](https://wordpress.org/plugins/) loading unused JavaScript in your page. To identify plugins that are adding extraneous JS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage/) in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the script. Look out for plugins that have many scripts in the list which have a lot of red in code coverage. A plugin should only enqueue a script if it is actually used on the page.",
          "unminified-css": "A number of [WordPress plugins](https://wordpress.org/plugins/search/minify+css/) can speed up your site by concatenating, minifying, and compressing your styles. You may also want to use a build process to do this minification up-front if possible.",
          "render-blocking-resources": "There are a number of WordPress plugins that can help you [inline critical assets](https://wordpress.org/plugins/search/critical+css/) or [defer less important resources](https://wordpress.org/plugins/search/defer+css+javascript/). Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes.",
          "uses-optimized-images": "Consider using an [image optimization WordPress plugin](https://wordpress.org/plugins/search/optimize+images/) that compresses your images while retaining quality.",
          "uses-text-compression": "You can enable text compression in your web server configuration.",
          "server-response-time": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service."
        }
      }
    ],
    "entities": [
      {
        "name": "yogapoint.ca",
        "isFirstParty": true,
        "isUnrecognized": true,
        "origins": [
          "https://yogapoint.ca"
        ]
      },
      {
        "name": "Google Fonts",
        "homepage": "https://fonts.google.com/",
        "category": "cdn",
        "origins": [
          "https://fonts.googleapis.com",
          "https://fonts.gstatic.com"
        ]
      },
      {
        "name": "AddToAny",
        "homepage": "https://www.addtoany.com/",
        "category": "social",
        "origins": [
          "https://static.addtoany.com"
        ]
      },
      {
        "name": "Google CDN",
        "homepage": "https://developers.google.com/speed/libraries/",
        "category": "cdn",
        "origins": [
          "https://ajax.googleapis.com",
          "https://www.gstatic.com"
        ]
      },
      {
        "name": "Other Google APIs/SDKs",
        "homepage": "https://developers.google.com/apis-explorer/#p/",
        "category": "utility",
        "origins": [
          "https://www.google.com"
        ]
      }
    ],
    "fullPageScreenshot": {
      "nodes": {
        "1-32-A": {
          "height": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "right": 0,
          "bottom": 0
        },
        "1-25-A": {
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "left": 0,
          "top": 0
        },
        "1-144-LINK": {
          "height": 0,
          "id": "elementor-pro-css",
          "width": 0,
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-164-LINK": {
          "width": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "1-99-INPUT": {
          "height": 52,
          "right": 387,
          "bottom": 8900,
          "top": 8848,
          "width": 362,
          "left": 25
        },
        "1-83-A": {
          "bottom": 0,
          "width": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "height": 0
        },
        "1-33-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "height": 0,
          "bottom": 0,
          "right": 0
        },
        "1-176-META": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "top": 0
        },
        "1-85-A": {
          "bottom": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "width": 0,
          "left": 0
        },
        "1-17-A": {
          "left": 0,
          "width": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "1-151-LINK": {
          "left": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "id": "google-fonts-1-css"
        },
        "1-106-IMG": {
          "right": 382,
          "left": 276,
          "top": 5837,
          "height": 106,
          "width": 106,
          "bottom": 5943
        },
        "1-139-LINK": {
          "id": "twentytwenty-print-style-css",
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "right": 0,
          "bottom": 0
        },
        "1-4-INPUT": {
          "bottom": 9041,
          "width": 126,
          "top": 8993,
          "right": 151,
          "left": 25,
          "height": 49
        },
        "1-173-META": {
          "width": 0,
          "left": 0,
          "height": 0,
          "right": 0,
          "bottom": 0,
          "top": 0
        },
        "1-138-LINK": {
          "width": 0,
          "bottom": 0,
          "height": 0,
          "id": "twentytwenty-style-css",
          "top": 0,
          "left": 0,
          "right": 0
        },
        "1-75-A": {
          "top": 9184,
          "height": 40,
          "right": 106,
          "bottom": 9224,
          "left": 52,
          "width": 54
        },
        "1-154-LINK": {
          "bottom": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "id": "elementor-icons-fa-brands-css",
          "right": 0,
          "height": 0
        },
        "1-123-LINK": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-11-DIV": {
          "right": 412,
          "height": 3886,
          "left": 0,
          "width": 412,
          "bottom": 3886,
          "top": 0
        },
        "1-179-META": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "page-11-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-124-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-117-DIV": {
          "top": 0,
          "bottom": 0,
          "right": 0,
          "width": 0,
          "left": 0,
          "height": 0
        },
        "1-13-A": {
          "bottom": 5350,
          "top": 5313,
          "right": 205,
          "height": 37,
          "width": 175,
          "left": 30
        },
        "1-80-A": {
          "height": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-128-LINK": {
          "left": 0,
          "top": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0
        },
        "1-104-IMG": {
          "right": 382,
          "left": 276,
          "height": 106,
          "width": 106,
          "bottom": 5089,
          "top": 4984
        },
        "1-129-LINK": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-49-A": {
          "left": 0,
          "width": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "height": 0
        },
        "page-5-IMG": {
          "top": 5410,
          "width": 106,
          "bottom": 5516,
          "height": 106,
          "left": 276,
          "right": 382
        },
        "1-120-DIV": {
          "width": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "1-103-IMG": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-142-LINK": {
          "top": 0,
          "id": "elementor-frontend-css",
          "right": 0,
          "left": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-171-META": {
          "bottom": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "width": 0
        },
        "1-45-A": {
          "width": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "left": 0
        },
        "1-163-LINK": {
          "right": 0,
          "height": 0,
          "top": 0,
          "bottom": 0,
          "width": 0,
          "left": 0
        },
        "page-6-IMG": {
          "width": 118,
          "left": 147,
          "height": 59,
          "bottom": 69,
          "right": 265,
          "top": 10
        },
        "1-51-A": {
          "id": "sm-1785338912389881-1",
          "bottom": 0,
          "width": 0,
          "height": 0,
          "top": 0,
          "left": 0,
          "right": 0
        },
        "1-116-DIV": {
          "width": 0,
          "height": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "bottom": 0
        },
        "page-1-DIV": {
          "height": 221,
          "width": 392,
          "top": 4072,
          "right": 402,
          "left": 10,
          "bottom": 4293
        },
        "1-167-LINK": {
          "top": 0,
          "id": "e-animations-css",
          "left": 0,
          "width": 0,
          "bottom": 0,
          "height": 0,
          "right": 0
        },
        "1-87-A": {
          "width": 31,
          "bottom": 9360,
          "left": 250,
          "right": 281,
          "top": 9329,
          "height": 31
        },
        "1-183-META": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-58-A": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "width": 0
        },
        "1-184-META": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-135-LINK": {
          "top": 0,
          "left": 0,
          "id": "font-awesome-css",
          "width": 0,
          "bottom": 0,
          "height": 0,
          "right": 0
        },
        "1-23-A": {
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-27-A": {
          "width": 412,
          "bottom": 128,
          "left": 0,
          "right": 412,
          "height": 0,
          "top": 128
        },
        "page-9-DIV": {
          "width": 412,
          "height": 106,
          "top": 3936,
          "right": 412,
          "left": 0,
          "bottom": 4042
        },
        "1-82-A": {
          "width": 0,
          "height": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "bottom": 0
        },
        "1-153-LINK": {
          "top": 0,
          "left": 0,
          "height": 0,
          "width": 0,
          "id": "elementor-icons-fa-solid-css",
          "right": 0,
          "bottom": 0
        },
        "1-89-FORM": {
          "width": 362,
          "height": 217,
          "top": 8848,
          "right": 387,
          "bottom": 9064,
          "left": 25
        },
        "1-156-LINK": {
          "height": 0,
          "right": 0,
          "bottom": 0,
          "width": 0,
          "left": 0,
          "top": 0
        },
        "1-46-A": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-86-A": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-157-LINK": {
          "top": 0,
          "width": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0
        },
        "1-107-IMG": {
          "top": 6333,
          "bottom": 6440,
          "left": 277,
          "right": 384,
          "width": 107,
          "height": 107
        },
        "1-91-LABEL": {
          "right": 387,
          "bottom": 9041,
          "left": 25,
          "height": 49,
          "width": 362,
          "top": 8993
        },
        "page-20-DIV": {
          "top": 8397,
          "width": 352,
          "height": 240,
          "left": 1116,
          "right": 1468,
          "bottom": 8637
        },
        "1-81-A": {
          "bottom": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-28-A": {
          "bottom": 128,
          "top": 128,
          "right": 412,
          "width": 412,
          "height": 0,
          "left": 0
        },
        "1-169-META": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-113-DIV": {
          "height": 240,
          "right": 1468,
          "top": 8397,
          "width": 352,
          "bottom": 8637,
          "left": 1116
        },
        "1-133-LINK": {
          "bottom": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "width": 0,
          "id": "htbbootstrap-css"
        },
        "1-110-DIV": {
          "top": 8397,
          "width": 352,
          "left": 36,
          "bottom": 8637,
          "height": 240,
          "right": 388
        },
        "1-31-A": {
          "height": 0,
          "width": 0,
          "left": 0,
          "right": 0,
          "bottom": 0,
          "top": 0
        },
        "1-60-A": {
          "height": 47,
          "top": 7385,
          "width": 272,
          "left": 10,
          "bottom": 7432,
          "right": 282
        },
        "1-182-META": {
          "width": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "right": 0,
          "left": 0
        },
        "1-177-META": {
          "height": 0,
          "width": 0,
          "left": 0,
          "top": 0,
          "bottom": 0,
          "right": 0
        },
        "1-48-A": {
          "width": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "left": 0
        },
        "1-56-A": {
          "width": 0,
          "bottom": 0,
          "top": 0,
          "left": 0,
          "height": 0,
          "right": 0
        },
        "1-26-A": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "1-77-A": {
          "bottom": 9224,
          "top": 9184,
          "right": 340,
          "left": 184,
          "width": 156,
          "height": 40
        },
        "1-101-TEXTAREA": {
          "right": 0,
          "left": 0,
          "height": 0,
          "width": 0,
          "bottom": 0,
          "id": "g-recaptcha-response-100000",
          "top": 0
        },
        "1-34-A": {
          "right": 412,
          "bottom": 128,
          "left": 0,
          "width": 412,
          "height": 0,
          "top": 128
        },
        "1-37-A": {
          "width": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-114-DIV": {
          "width": 352,
          "left": 1476,
          "height": 240,
          "bottom": 8637,
          "right": 1828,
          "top": 8397
        },
        "1-21-A": {
          "top": 0,
          "height": 0,
          "right": 0,
          "bottom": 0,
          "left": 0,
          "width": 0
        },
        "page-2-IMG": {
          "width": 107,
          "bottom": 6440,
          "left": 277,
          "right": 384,
          "top": 6333,
          "height": 107
        },
        "1-98-INPUT": {
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "width": 0,
          "bottom": 0
        },
        "page-22-SECTION": {
          "height": 128,
          "top": 0,
          "width": 412,
          "right": 412,
          "left": 0,
          "bottom": 128
        },
        "page-18-DIV": {
          "right": 28,
          "left": -324,
          "height": 240,
          "bottom": 8637,
          "top": 8397,
          "width": 352
        },
        "1-2-SPAN": {
          "bottom": 4684,
          "width": 99,
          "top": 4668,
          "left": 147,
          "height": 16,
          "right": 246
        },
        "1-15-A": {
          "height": 37,
          "width": 175,
          "right": 205,
          "left": 30,
          "top": 6238,
          "bottom": 6275
        },
        "1-74-A": {
          "height": 40,
          "right": 340,
          "bottom": 9184,
          "top": 9144,
          "width": 68,
          "left": 272
        },
        "1-84-A": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "height": 0
        },
        "1-175-META": {
          "bottom": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-13-INPUT": {
          "right": 387,
          "bottom": 8970,
          "top": 8918,
          "height": 52,
          "width": 362,
          "left": 25
        },
        "1-18-A": {
          "bottom": 0,
          "width": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-65-A": {
          "height": 240,
          "width": 352,
          "left": -324,
          "bottom": 8637,
          "right": 28,
          "top": 8397
        },
        "1-90-LABEL": {
          "top": 8918,
          "bottom": 8970,
          "left": 25,
          "right": 387,
          "width": 362,
          "height": 52
        },
        "1-41-A": {
          "width": 0,
          "left": 0,
          "height": 0,
          "right": 0,
          "id": "sm-178533891238808-1",
          "top": 0,
          "bottom": 0
        },
        "1-30-A": {
          "right": 0,
          "height": 0,
          "top": 0,
          "bottom": 0,
          "width": 0,
          "left": 0
        },
        "1-162-LINK": {
          "height": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "width": 0,
          "left": 0
        },
        "page-8-DIV": {
          "width": 412,
          "left": 0,
          "bottom": 8692,
          "right": 412,
          "height": 8692,
          "top": 0
        },
        "page-10-::before": {
          "left": 185,
          "height": 8,
          "width": 8,
          "top": 8999,
          "bottom": 9007,
          "right": 193
        },
        "1-0-SPAN": {
          "bottom": 4593,
          "width": 99,
          "top": 4577,
          "height": 16,
          "right": 246,
          "left": 147
        },
        "1-152-LINK": {
          "top": 0,
          "width": 0,
          "id": "elementor-icons-shared-0-css",
          "bottom": 0,
          "height": 0,
          "left": 0,
          "right": 0
        },
        "1-119-DIV": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-12-SECTION": {
          "top": 0,
          "height": 3886,
          "right": 412,
          "left": 0,
          "bottom": 3886,
          "width": 412
        },
        "1-121-DIV": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-118-DIV": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-131-LINK": {
          "right": 0,
          "bottom": 0,
          "top": 0,
          "left": 0,
          "height": 0,
          "width": 0,
          "id": "contact-form-7-css"
        },
        "1-53-A": {
          "bottom": 0,
          "right": 0,
          "width": 0,
          "left": 0,
          "top": 0,
          "height": 0
        },
        "1-67-A": {
          "width": 352,
          "bottom": 8637,
          "left": 396,
          "right": 748,
          "height": 240,
          "top": 8397
        },
        "page-16-DIV": {
          "width": 352,
          "bottom": 8637,
          "height": 240,
          "left": 396,
          "right": 748,
          "top": 8397
        },
        "1-50-A": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "height": 0,
          "right": 0,
          "top": 0
        },
        "1-6-H4": {
          "right": 392,
          "height": 35,
          "bottom": 7994,
          "top": 7959,
          "width": 372,
          "left": 20
        },
        "1-186-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-24-A": {
          "right": 0,
          "left": 0,
          "height": 0,
          "bottom": 0,
          "top": 0,
          "width": 0
        },
        "1-181-META": {
          "left": 0,
          "height": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "bottom": 0
        },
        "page-7-DIV": {
          "bottom": 2114,
          "left": 0,
          "width": 412,
          "top": 1886,
          "height": 228,
          "right": 412
        },
        "page-3-IMG": {
          "top": 4984,
          "width": 106,
          "bottom": 5089,
          "height": 106,
          "left": 276,
          "right": 382
        },
        "1-16-A": {
          "right": 203,
          "bottom": 6843,
          "height": 37,
          "left": 28,
          "width": 175,
          "top": 6806
        },
        "1-40-A": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "top": 0
        },
        "1-47-A": {
          "bottom": 0,
          "right": 0,
          "height": 0,
          "top": 0,
          "width": 0,
          "left": 0
        },
        "1-8-H6": {
          "height": 20,
          "right": 392,
          "left": 20,
          "top": 7714,
          "width": 372,
          "bottom": 7734
        },
        "1-54-A": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "width": 0,
          "top": 0,
          "height": 0
        },
        "1-125-LINK": {
          "height": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "width": 0,
          "bottom": 0
        },
        "1-36-A": {
          "height": 0,
          "width": 412,
          "top": 128,
          "right": 412,
          "bottom": 128,
          "left": 0
        },
        "1-105-IMG": {
          "bottom": 5516,
          "right": 382,
          "top": 5410,
          "width": 106,
          "height": 106,
          "left": 276
        },
        "page-19-DIV": {
          "left": 36,
          "width": 352,
          "height": 240,
          "top": 8397,
          "right": 388,
          "bottom": 8637
        },
        "1-63-A": {
          "left": 20,
          "right": 182,
          "top": 8194,
          "height": 40,
          "bottom": 8234,
          "width": 162
        },
        "1-170-META": {
          "bottom": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "height": 0,
          "right": 0
        },
        "1-134-LINK": {
          "right": 0,
          "height": 0,
          "left": 0,
          "width": 0,
          "id": "htmega-widgets-css",
          "bottom": 0,
          "top": 0
        },
        "1-19-A": {
          "width": 0,
          "height": 0,
          "left": 0,
          "id": "sm-17853389123739387-1",
          "right": 0,
          "top": 0,
          "bottom": 0
        },
        "1-92-INPUT": {
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-174-META": {
          "left": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "top": 0,
          "bottom": 0
        },
        "1-38-A": {
          "height": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "right": 0,
          "bottom": 0
        },
        "1-3-A": {
          "top": 4656,
          "height": 40,
          "right": 289,
          "width": 167,
          "left": 123,
          "bottom": 4696
        },
        "1-161-LINK": {
          "top": 0,
          "bottom": 0,
          "width": 0,
          "left": 0,
          "height": 0,
          "right": 0
        },
        "1-62-A": {
          "width": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-9-HTML": {
          "width": 412,
          "bottom": 9370,
          "left": 0,
          "right": 412,
          "top": 0,
          "height": 9370
        },
        "1-95-INPUT": {
          "bottom": 0,
          "top": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "height": 0
        },
        "1-112-DIV": {
          "height": 240,
          "right": 1108,
          "bottom": 8637,
          "width": 352,
          "left": 756,
          "top": 8397
        },
        "1-127-LINK": {
          "left": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-146-LINK": {
          "width": 0,
          "height": 0,
          "id": "elementor-global-css",
          "bottom": 0,
          "left": 0,
          "right": 0,
          "top": 0
        },
        "1-35-A": {
          "left": 0,
          "bottom": 128,
          "right": 412,
          "top": 128,
          "width": 412,
          "height": 0
        },
        "1-155-LINK": {
          "height": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "width": 0,
          "left": 0
        },
        "1-130-LINK": {
          "left": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "id": "wp-block-library-css",
          "height": 0,
          "right": 0
        },
        "1-7-H6": {
          "width": 372,
          "bottom": 8049,
          "left": 20,
          "right": 392,
          "height": 20,
          "top": 8029
        },
        "1-126-LINK": {
          "left": 0,
          "width": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "right": 0
        },
        "1-158-LINK": {
          "height": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "width": 0,
          "bottom": 0
        },
        "1-78-A": {
          "right": 255,
          "height": 40,
          "left": 137,
          "width": 117,
          "bottom": 9264,
          "top": 9224
        },
        "1-100-INPUT": {
          "height": 52,
          "width": 362,
          "right": 387,
          "left": 25,
          "top": 8918,
          "bottom": 8970
        },
        "page-0-SECTION": {
          "bottom": 3886,
          "left": 0,
          "right": 412,
          "top": 0,
          "width": 412,
          "height": 3886
        },
        "1-55-A": {
          "top": 0,
          "height": 0,
          "width": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-64-A": {
          "width": 162,
          "bottom": 7919,
          "height": 40,
          "left": 20,
          "top": 7879,
          "right": 182
        },
        "1-1-A": {
          "right": 289,
          "left": 123,
          "height": 40,
          "width": 167,
          "bottom": 4605,
          "top": 4565
        },
        "1-137-LINK": {
          "bottom": 0,
          "right": 0,
          "left": 0,
          "id": "htmega-keyframes-css",
          "width": 0,
          "top": 0,
          "height": 0
        },
        "1-42-A": {
          "left": 0,
          "height": 0,
          "width": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "1-39-A": {
          "height": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "right": 0,
          "bottom": 0
        },
        "1-149-LINK": {
          "top": 0,
          "bottom": 0,
          "width": 0,
          "height": 0,
          "left": 0,
          "id": "elementor-post-159-css",
          "right": 0
        },
        "1-178-META": {
          "width": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "1-180-META": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "right": 0
        },
        "1-132-LINK": {
          "width": 0,
          "bottom": 0,
          "left": 0,
          "right": 0,
          "id": "wp-pagenavi-css",
          "height": 0,
          "top": 0
        },
        "1-102-IMG": {
          "left": 147,
          "bottom": 69,
          "width": 118,
          "top": 10,
          "right": 265,
          "height": 59
        },
        "1-150-LINK": {
          "height": 0,
          "id": "addtoany-css",
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-70-A": {
          "bottom": 8637,
          "right": 1828,
          "top": 8397,
          "height": 240,
          "width": 352,
          "left": 1476
        },
        "page-12-BODY": {
          "height": 9370,
          "width": 412,
          "left": 0,
          "top": 0,
          "bottom": 9370,
          "right": 412
        },
        "page-15-IFRAME": {
          "bottom": 0,
          "id": "a2a_sm_ifr",
          "right": 0,
          "top": 0,
          "width": 0,
          "height": 0,
          "left": 0
        },
        "1-88-A": {
          "height": 31,
          "top": 9329,
          "width": 31,
          "left": 292,
          "right": 323,
          "bottom": 9360
        },
        "1-140-LINK": {
          "top": 0,
          "width": 0,
          "id": "elementor-icons-css",
          "left": 0,
          "height": 0,
          "right": 0,
          "bottom": 0
        },
        "1-148-LINK": {
          "height": 0,
          "width": 0,
          "id": "elementor-post-1500-css",
          "bottom": 0,
          "top": 0,
          "left": 0,
          "right": 0
        },
        "1-147-LINK": {
          "height": 0,
          "right": 0,
          "id": "elementor-post-253-css",
          "top": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-96-INPUT": {
          "height": 0,
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-14-A": {
          "top": 5740,
          "height": 37,
          "right": 205,
          "bottom": 5777,
          "left": 30,
          "width": 175
        },
        "1-94-INPUT": {
          "bottom": 0,
          "top": 0,
          "width": 0,
          "left": 0,
          "height": 0,
          "right": 0
        },
        "1-111-DIV": {
          "bottom": 8637,
          "right": 748,
          "height": 240,
          "width": 352,
          "left": 396,
          "top": 8397
        },
        "1-5-H4": {
          "width": 229,
          "height": 48,
          "left": 30,
          "right": 259,
          "top": 4984,
          "bottom": 5032
        },
        "1-165-LINK": {
          "bottom": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "left": 0
        },
        "1-166-LINK": {
          "top": 0,
          "width": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "right": 0
        },
        "1-44-A": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "1-122-DIV": {
          "left": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-143-LINK": {
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "width": 0,
          "id": "elementor-post-1390-css",
          "top": 0
        },
        "1-108-DIV": {
          "top": 4072,
          "left": 10,
          "right": 402,
          "bottom": 4293,
          "height": 221,
          "width": 392
        },
        "1-29-A": {
          "height": 0,
          "width": 412,
          "id": "sm-1785338912376381-1",
          "top": 128,
          "right": 412,
          "left": 0,
          "bottom": 128
        },
        "page-4-IMG": {
          "right": 382,
          "height": 106,
          "bottom": 5943,
          "width": 106,
          "left": 276,
          "top": 5837
        },
        "1-22-A": {
          "height": 0,
          "width": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "page-17-DIV": {
          "bottom": 8637,
          "right": 1108,
          "left": 756,
          "width": 352,
          "top": 8397,
          "height": 240
        },
        "1-59-A": {
          "right": 248,
          "bottom": 7135,
          "top": 7088,
          "height": 47,
          "left": 10,
          "width": 238
        },
        "1-52-A": {
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-136-LINK": {
          "left": 0,
          "id": "htmega-animation-css",
          "bottom": 0,
          "width": 0,
          "height": 0,
          "top": 0,
          "right": 0
        },
        "1-93-INPUT": {
          "top": 0,
          "width": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "right": 0
        },
        "1-97-INPUT": {
          "right": 0,
          "height": 0,
          "bottom": 0,
          "top": 0,
          "width": 0,
          "left": 0
        },
        "1-187-META": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "width": 0,
          "top": 0,
          "height": 0
        },
        "1-71-A": {
          "top": 9144,
          "height": 40,
          "right": 119,
          "bottom": 9184,
          "left": 52,
          "width": 67
        },
        "1-57-A": {
          "top": 0,
          "width": 0,
          "height": 0,
          "left": 0,
          "right": 0,
          "bottom": 0
        },
        "1-61-A": {
          "width": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "bottom": 0
        },
        "1-141-LINK": {
          "left": 0,
          "height": 0,
          "top": 0,
          "width": 0,
          "bottom": 0,
          "id": "elementor-frontend-legacy-css",
          "right": 0
        },
        "1-10-P": {
          "left": 10,
          "right": 402,
          "height": 156,
          "bottom": 2052,
          "width": 392,
          "top": 1896
        },
        "1-185-META": {
          "width": 0,
          "height": 0,
          "left": 0,
          "right": 0,
          "top": 0,
          "bottom": 0
        },
        "1-69-A": {
          "width": 352,
          "height": 240,
          "right": 1468,
          "top": 8397,
          "left": 1116,
          "bottom": 8637
        },
        "1-160-LINK": {
          "left": 0,
          "width": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "right": 0
        },
        "1-145-LINK": {
          "height": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "id": "she-header-style-css",
          "width": 0,
          "left": 0
        },
        "1-168-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-115-DIV": {
          "left": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0
        },
        "1-73-A": {
          "height": 40,
          "left": 183,
          "right": 272,
          "top": 9144,
          "bottom": 9184,
          "width": 89
        },
        "1-66-A": {
          "height": 240,
          "top": 8397,
          "width": 352,
          "left": 36,
          "right": 388,
          "bottom": 8637
        },
        "1-109-DIV": {
          "bottom": 8637,
          "right": 28,
          "left": -324,
          "top": 8397,
          "width": 352,
          "height": 240
        },
        "1-43-A": {
          "bottom": 0,
          "top": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "height": 0
        },
        "1-20-A": {
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "height": 0
        },
        "1-72-A": {
          "bottom": 9184,
          "top": 9144,
          "right": 183,
          "left": 119,
          "height": 40,
          "width": 65
        },
        "1-76-A": {
          "left": 106,
          "height": 40,
          "width": 78,
          "right": 184,
          "bottom": 9224,
          "top": 9184
        },
        "1-172-META": {
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0
        },
        "page-21-DIV": {
          "height": 240,
          "width": 352,
          "left": 1476,
          "right": 1828,
          "bottom": 8637,
          "top": 8397
        },
        "1-68-A": {
          "width": 352,
          "height": 240,
          "bottom": 8637,
          "top": 8397,
          "right": 1108,
          "left": 756
        },
        "1-79-A": {
          "bottom": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "height": 0,
          "width": 0
        },
        "page-14-IFRAME": {
          "bottom": 6154,
          "right": 598,
          "top": 6094,
          "height": 60,
          "width": 256,
          "left": 342
        },
        "1-159-LINK": {
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "left": 0,
          "top": 0
        }
      },
      "screenshot": {
        "width": 412,
        "height": 6168,
        "data": "data:image/webp;base64,UklGRqwkAQBXRUJQVlA4WAoAAAAgAAAAmwEAFxgASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZWUDggviIBAFBaBp0BKpwBGBg/EYi7WCwov7kicomL8CIJZ277+/IL4R4b3H7HcV8rOfdEcw9zW2/HDvI+f45H48n8j109MTqB/N5b95zzxu7M+uj0XHpc5Ln8O/v/+a/rH+F9v/if+o/wv+h/Zj098yPyf+M/JL5N/z/6n8m/rv95/7f9X6s/0L8b/0/8j7Tf4n/s/5L/Q+Ufy41Bfa3g1/Zf/leBRsf+7/9v+t9gj3X+5f+X/N+m18b/2f8Z6o/aL/2/5z4Af6h/ff/H/jvb//qf+zxrvyf/P/cD4Bf5t/d//J/i/8/+8H04f5X/5/4XoP+xfYR/ZD/8f7H/o+/l/////8Gf30////7+Jb95f/+Lvj6Ii4UM696D/HInKERFwpUXx9ERcKVAW1al44gScpLfASTMhTl/Z/PEXx9ERbWzWK27U26VFqmJwVrZmKohfVP6QUYaO5Uc4Bb5TvERcKVF8lkodo2KHjAC/RABSWxCwJPK7JA726gw8300KrjukIcacypsMCj6NOiaH5rxvSoBf+eiKmOzz67quaT+LfNlht+CP/ncPOdWOvJnsuryVEUWxyIurb03pqhTS4vG+7Yi8nMyN/6+VF8fREXClRfHreHZcUgD+cn/r+ox+zisciLhS1X530jWoTzfX1Ti8Usb5y70aAKUQXZE1TVzIT5SYSrR1jjNLZtYEsnEUXFjx9Ey+glKi+PoiLhSppYAORFwpUXx9ERcKVGbxEXClRfH0RFwqMqdkXClRfH0RFwqM0uByIuFLWn/P+CiIuFRlUE7IpmxyKmOzjzbZ6RRbHIi4UqL4+iIuFKi+UpSxd8v7ONh8fRMvFNFsct5j9nFZBzX8ZRb4B/0RtEXClRgs6Ii4z5SEbEMcYEYgcdeoa+YMG/JehSuTC/u4d1C3jk7Rte5TzMdWw64f5JlI+7VQ3LC/u4eF/av/g1NAJI+we4juawkOXyIKHA8/Har+q9yntUyt6wv7tRRgJI/MdzVg47mr8x3NX5jr1fmO5sWkj8xSBHyAQV+P/dicpKXP6Y69X5juavzHXSQqIotuqHA5+jwrQukwre9PgnaLbqioTy4WlGpI9THbWBrLtN0iMHaw6VL6heH7NF6vy0TW/dVr1fkAih916q3A8/IS6bSTn4n3C2T6Y9Zl9xKMG2qxyIuFKw1W5TaSdqsbvpbSlTQ5PbN3zMFEy6PDWW7Zxf7si4qqIPbZ6kbOzscieEddnGxZTkRcKr2BF9s9i0XFjx9ERuRP/T2+tIjD4+ikY4xvIJJLiJJvgRgkrD0XSIuH/M9x3jzm1/GUbOJxV+CoevCyo1G941UE5SL/0vjWPchAWzWxe6l16ASyKhMftIdmUR4r/zsilJcEAoVXq3JEYO7hagT0bzLtL6Sq5HEi+mibJIp78RzNSQx6i9aK0Kz+4qKb7JVjkSmqQRcSiYYWe8RcUh2QdUOP96VSItFseF1yMA2a3fElWZh+RGzWN6XAZqvVAJTkwkBxLJ+D8FQusjZudB4XidkUzix9ZurEXClRfH0RF1Uotuq9NHNRVNGxFFsciT6xesDO7h4X4w7p+nAakgqneCvqs9HtUyySq2Fa+MPYX93Dwv7ca3shm0o3HujakDgdCIbA0B0UO/nPM2asRWBcyPVaQVxbYL0bVgmyqGQ+UV+WnrISlg5uKcrfPFoDtdXKeY8qKGaOav2XQF6QJJBQMxYZrmn9aIExiNTAXckU6m+gOcBZ13h6IWP48zCjK8ff/9tvSqaHE49F7Myllb2/MxgJU6b90lDwzwnnoonK+mv/L0p40k5+i3YgjWRrFs7HI8Mr/KjrQVJTqXuS+bwDAvw+zisciLjPx6L1cf0RGZ/nY5EXClWjlIl8v7OKyofREXClRfH0RFx+MdeH5zZ2VD6Ii4UqL6OahsHs4e3BrctqQR6PL+RGXqEBn4X43Jhf3bzAzLgLS7XED+mLOhp70yY7laFDf3tHzHc1DeNqv9N+SXSO7jMCcm2eote3a8fVJtkwDRIo+nJJH5jtmiRzu4eBdPg8L8bkwv7WAbDIrfeTC/u4eFZeH9MdecBc1fpvx34gf0xR+Mb/Q4Har/Zc/pjuVg1XHG5IO/9ju4pzh4YGBdFcvTKHMsC6fBiLeEeNDMYZnVk+5fszJYkrvpmxuTC/GzgrGzjurCBYy48FRYX+Y8cHmSIurb4zzgf94KTQT3aOx4TMfREXVtT++a9J7vTRcKPREXClTSwFgA5HFnZCVk/OxyIuFKi+Po12VVrl4xqdkXClRfH0Ry/w+zisciLhSozjojH7PLEXx9ERcKVF8fREXGgojPlIRnFY5EXVtT+ziscjma8ddOf52ORGzW57z1xWZg/BaO2O1ZFwpUXx90NfL/nVxD5snp7095opF8hUxGwWnvT3l/1/z0Usmv8f+ibXSLhcLVmURj9nGw/YB6Tsi5x9aTbPh3kra2jsfs8yFkKxF8fRFTYJhJkgM5EXClRfH0RFze+cgFWy/9EVMdnZPRdLshS/omio3HJj9nFZpCVYfN1Yi5xFxxGYN4isjV64Z4tMy49T+zisciU9pbT3ZkHqRFwpUegYnp+18v7QYrxj9nFY5FXBLkY/ZyTvRfoiLhSovu3x9ERbiDxyIuFKi+YPJyIuFKpFjkRcKVGBGk9F+iIvGIotjkRcLEZUXx9ER5Hs4rHIi4VGVOyLhTC+i+PoiLiqKcv7OKxzBMi4UqL5B1/yVUY/ZxsPj6Ii4bR7aBwqsciP5BkXClRfH7oqvgH0PYUDU7IuFE0XjHliL4+sr5f2cen6FjKJyIuFKlP9WORFwpmdlORFuWUgqLRwidkXGcT3m0WxGR4Bs1nFY5EYXs6aUTjPX/H0RFw2Bqj6kRT2IKUWx15sSYocm0MTW0nOk8iZzbR3ZWRdREMtukBr/T9P8GiwJM5krenAKgEH9ZW6aUqL9ZtYcgB/kaf9KiM9p9F7x4qY3vMh8sJWCSs8NzOidlhAfFKh9NUvW9wn1DE0R+mnADMzKExAx2TbEYnl3pCcjIpmxyZfM8DTEzq19uy+ZCJnbK0tdYr8Z7OnfC9pF6TNtWGrA2cjfTuMxihdiSvB0EHpkwG11QL6qG4d+azqWVHFKKZhFkRc4i2OQ7HaPxcU1sCyrfD7wWpVwJk4VDYpYvHDo0j3VjvFjx9Ey4ii+qBp648+eiIuFKkQPhYz31OQpv1fnixOTCpNIzXWYKxjd6m9MiUe/nfgN1m0Z3psF+/WBdFxwUGo5IQV+83DBt3KkySZP64IppN7hOoDPLEFBOrieROQNCSR6wyPBsu4uORWyMVStgMR32Sj6yDdkCufgOJUgZTV3/0AlLrEFNV74G5RwV5ECCRxSGr34OfMt0A85TiJ3uzEO3ah482M0kZESjIiStCAxRB11thAjX35LfTE9N0gnl8OEHb9sF/zEFdly6ZUf6iAiLH7UR9KfYLp8tONZ2jO02goE06zpcmENA4gM95SkAqvCcK3rOCECwWAJORHeiBnrbyT6od6qP1yqUKOJSD6YMdFL+KPConhE7NMZ1/IJnOnDNKUrw01kV4RPHXLrOp+T/NYAFhPI3oJmXLNBkID1V1lgQoJxr9ERgIb09NC4UzVA5EXCoysnj6Inh6n9nFY5EbNpyov1okxuX9nFY8HktvIWqdkbTM2ORVG3AaofRFfkv9OVGFHoiMGH2cVjlHkL/WKxF9F0iqOndRfIfhdZFwpUXx9Qusi4XbmP5FwqvVkadHyIuFNofRdIk7Kr1Y5EXVSi2OSFRGFqnZFwpUX3b5LJREbNa450qAek7IuFRlTtAUKWq/REXD3Z2RQ18v7OK3MLrIuF25hR6Ii6uZMg/9nFY5EXC7cvj7o9SIuFKmgdebEUWyKHs4zHtykRkKdpNnY5EXCq9WORFwpUX6za+X9nFiyKPUHY/ZxWOUeP2cVlQ+iIuFLVfpf6edNnY69LppSovj6Ii4UqL5SJfMspu6i/WbXy/s4rHIi4UqL4+iIuFLf8WLHj7oa+X9nHm2vmC/yovj6Ii4UqL4+iIzP87HIi4UqL4+iIuqmFqnZFwpUXx9ERcKVF8fREXCoyp2RcKVF8fREXClRfH0RUx6cqL4+iIuFKi+PoiLhsDU7IuFKi+PomXEUWxyIuFKi+PomXEUWxyIuFKi+SqjH7Oyei/REXClRfrNr5s6qUWxyZfQSlRfH7FIl8v7OKyofRMuIot8BKqMfs4sWPH0azaUsJOyMz/OxyIuFLCTsqY9Or1ZUPoiLhSpSkXx9LzYin24rHIi4UqMfyMz/OxyIuFKi+PoiNpmbHIi4UqL7t8fS82IotjkRc4n242HyAY7Xy/s7J6L/0Rj+nLVfoiLhVerHIi4UqUpF92+PoiLhbMN+iZ3+Dv7OKxz2yORoqyjJlFsqH0SJ9UrQpFcdL6L4+iIuch/fKOtQO2Dg9rjnRfoiMHPhenpC6yLhsDU+/p5t+ApAV3CvfKnZFwpUpSNl6PTkHGpouFKjH8jM/3PYTdLB13PD/yTBnInhHXf4wiucEZy7v2j92ORFwqMqdkVFqAXbZ3ov0RFwpUXx/22INCHuFKi+PoiLhSovvAIeAEe12ORFwpUXx7tyLTy1ZqKLjAByIzP87O8cGDkzlXDcraUqPfADt2O7UuAmXFQaeOvDrMHr8HHS9POkoO4A1G+XJB/5ZlNmLmEPzKI24bgGdMQbcKn+Y7GOH0RFwpfSaqK3tTnVO9tko9FLJlQcddPbJ18S9oHA+WnZuVSr/MdzHVFeYDrle5ZQrYvGfu4+feF4or06zmaZVHNx4WLDjONZWN4uzgOXuLffCqezuSRuqgFxofdK8dRU3nRZ2qxh8fdEOqetNtuHdCkD8vj+OD2ck/gEZtJ21rOzhmC8bJnHc9fNZWQxHn4+eEd21+Bpj6iylz1la2rXS24KAiOnRTuIbscBHte22BstAAVUZCB2plgcMPbbXBPdHfUbsirjGiLhXvw70zxzpFxUGMwSXI1LO0mxRzkqSOTsqM7rGl8Y7p9ziNm4Z0RFwr/t64GvcWF/pVl2QgPXkd52RWxmAWnz1y7mZbqrkoCCOH6U4A860WK+KGlzRtBZZtHyAr1d2xeqa6qwa8UB1qhHv0lIqzVO2XRbzACgXzFPoqpz0RF+xmlKtHH7D6M0rMvdSq77O5BxWOvNj79/E/kijKPuBFfOCDnViLhsDU3E8QIAcGyKEuH0QwRhGSUxE6WaMHylvk/jGRkCS17qv+cVblEVQnJt+S6xSUdT3TZF0i4z5QzrNXHZ+x6jaLY5HFvgPZlHp9uIKJgdr5hVPhvIUc8zMG1Q3f9jYpop7Xy/s5ge+7tVKWoxtfcqL4+iJ4RRb4cbpFrAhqRFwpUX3e1npeb0SCEteFKi+Ppf+Y77bONBhT3rKFKi+Ps51YkYNgapXIPzYii2OTbB0uoWLIAi/FZaLY5EXClRfH1B5I/4SixyIuFKjBZ0RFwqLU920Hovj6Ii4VGVOyLhShTOt8fREXClSlIx/It2ltz6nGtJf2RcKVF8fREXVSkcDYVBeJ2STcVjkRcb23R7djkGt6gJe/4+iIuFKi+P3xukUZOCcckrmp2RcKVF8faPj/2kRtlHenY5EXClRfHzsZoguyJq9kv9OVF8fRICg4w/EQw0iv8qL4+iIuFoHCzSOmOdr8aLY5EXClQNT4lJ5AGwpya+YUzY5EXClReVYvkm1OyLhSwk7IuFKi03OAD9zH7OKx4Ox+zisciPSE8IotjkRcKVF8fQ7Fda6W/uLKh9ERcKVF8fREXClRj+RcKVF8fREXClTQOTLiKLY5EXClRfH0RFwpUXx9ERcKVF8fREXClRfH0RFwpUXx7Sh0VGE54in/dPbJhOeIp/3T2yYTniKf967OKxyIuFKi+PoiLhTb6m/HfiB/THc1fmO5q/MT0TLiKLY5EXClRfHzxdH7pCvfBURL3eeUHn1jbKbS0x/dwi+PngXC0mV1rKgozGDdXqgQhH0kRkKUnQ31yqLQrUJH4c2fzNxG8BZoLnbUOH4QNjQlBxGFRxmtVSkI+ScSkoXZAvzPAeL2L/O3EuFDpUnYXFMiU3jb05Gpl9aiJyAcNmzNK2P42rRPXpJ9VBSvJnq9V4TwGGtmGgHaVD+lAc1gOVFnVGLjc11gn+sWYlM693jm1vIgB4VQCqr9jclWFwAn7fz4QEmg6f7Ox3AiTDhj+RZC+uvPSR1zsSLEC2Fp9z8f7NcwlcZVPMT/EVefBgGWUTZvi4o2XxB910fpagDFLxd8+8IErlcfiC2pTC8byFQSMvEOlN4wUOrScbAyWjpb7QPYNlv+l9jI5+/9IKLkZzT9/RHDhSf/XLNcZ+7KJYa2o96QTSQ6gHzGElGDvrC1hu8IBp9JAfmPF85mCMRg7JpGAe9CadyUb4PKootjkRcG4OgEb6YWKgdpePGdWpjoY5NfFKWzQawAPkkPfjqSp5Cq5nTowiCdxRXcDDQI8LrddqTMuMEMpmt0BeKh4oXnqFAeEbPExjCPcxhO+i3HTspzmw16dkXClRgtLlrm72ZS0WxyIuFKi+SqjH7OKxyIuFKi9h/dP4uzMskliGivt1U7nJ226OBEkaDyHdAxPQFZO9HPr/Gi9d1ycOC6yyHZuk0ZuQsQ22XnObU+/tly+pnzRIEV7/3cb+Wtd7jEIfqngsi+8E6KMoD84c1Ds9qOtyyMPgyHAbf8kjAZvui1faAP3P9L5sxiHehRQllHEokMxn7Io16FHK+LdZB/yEv+TipiAeUa35UE7k9uQI7JCTj3ObO/UYGkld5BQbaQBEcPkBXj3GhbW0fDhEZY2d3nx4l8666VJtNgvc0ckeH15OrV9qWb5SEp5dSxsdKNQR2QgVlY05UqzOFYw6HQUiPjTUbTsIZzLBGQlEQjGgHdVwsjhsrHUsUJXypAA2plNfBo8yzpL1YnCVPOXJh27nJmW0TBi04+rvjKQIGFDBhIfdfRJ51hLVpsqwFytC0l0c30I5YKJWyrEgnUSPP/qU8lTPO2k2XvQ/g8CV6yCkKUKG9FIyRcmUGWKydwlwwvY4JVUPIVqZXM4bEQAT8dNMIf/59U8jV2jUzgqCQze3TwpcYZ/dpDwV4jwumNlQLW49CseZCZMGRIuZo4Iq3CwuG/KDD5WTFKeYMaGZqarIN1NETVNK31wE3BNrNHU+cRx2eickSiDy6ZFN0zbpUUWx+Ezvd/pRC+1DIfBxLi+NYJRaabDQCCqVsCZPwsGQOI231myBGVLid568R01RO531kU3WnpSnlp6CIg85C63e5l0Lm80rXRAZA1sjBTWh/UbOcJF3kHn7/v890aBflPGNhcgCU193jV9mDE7a8iHQfkKF0cEwIlCPIH4u1Z3HNt/egidy04Os2GZwvixof80YGZFAIe2hphQLhfZBZj7h0JHmNGA+RMCOddwZk8ZK8u6cNPgB7kyfsir6QAT841tC8c4czkLW9TQgZKVce3/xkrzSN3hXJhL9E71PnaTJV2nEikOzuUMs2XEivViTJBZcTT+VW4qim7Km+fKS77k8n0FRsTuAw2isi6n2s+AX3TW26HpYJnkMjtV7YGuOxuD+wN3+HaGsf6FSXB3nUpKOR+BBOB0DAyECBgv42VafddwmJyQW9hCWu1GB32ADvfDOmYdmEqTw7694N5gHcmED9fNeyBUlfEBUiAXZAuuwo6E6hVrkJVGWwz70S7mzt94cQJG1c/RTOBfwxdmb6Qw4uvqfnlz2sna8dI6U4b5BplAwSeMWEDBwgZiNW/koyV/cXwcz8dU6wOWNB0OhzyQChM775Tnv10cYpmU6qm3foYNhr8Ov1yP+UbM5WpLn37u1dnuf262mRNrsRwV8LLUXCz5Iw+hf763y4pJabEd9C1tFuZGapbVudzW69Bx4xkB1MumDcBP0HFd/7Bs5S2HJ8hayHs4MOX16xBb9bchrsiGnpdBZllykz8SytRZQCs2zzM2+OTdrT5gmzVFdCr3rFarflVqjHutJlB83yglK7hfxCSSQli45j8UoGLfTwLBnePOkZGA6ZSsSXVR8Ir5Ta2rNoql+ZcWQa3vmFmfrHFhQLJiw3oQiWszmb1fBaxzov+faXz44L2a9pYPMwcBUXO6lxIMPGrS+lJwPszQK+7G2ipdJDnZBqvFN3GjLilC1SzIZacsG6oMIYl9ob/EiRDeuiMQTgeiFHra4ZW2NZeDQuauG3Jng7TNROzhetgN9zDbJoqS2OL1tlSSpysOlTGhTcPA7P69bZTxxTFh4au7aFJkOzYgW7rYLiyMkKtf9PpP9RzkQHuoBH21YfwHkBoGeMi78ZcJlHhreRjLcFxMMKjUakCB636CLnq90o7UaSUU0xuOx9/u4AiR9/SpF+o1NfIyY6EF8pCjZM5HkYMVX53NV40JHgp2XAVfFQy7mmJM8dNTpcliM20Ai+/S3PY6cD705VGjZqqmDR1/VZYFu2BAd+vQBizoGVfcBjMA25O64J5Zmj5i3ZALRSERDlGtHMn/WRPMXo4E3F4XNllJCEJ9m/G1PzyB11Abti+FKQ1aWH5fAY4ua/3cdm9LUVHpaJhaT6rUxRhza+oPMY7sffejtZv3z4cE382gXHH4ihWN8WvJvn3IYGSpKm07brOcuUr8EUXFqfn7i2pGOv1RBYMkLP0IaHcuU8N7L64kPhGVAp/2ji7tVfyBefWMGgRpbeXb2g72RvNRXOVnBPdDjnhjdSJcPJzPGvzqIx0ScoSyR46uTMVTFWtf4TNeOnedfJqlneIsnJFhSboGF0Vsn6LX19nAGkuHfzOtqNdlOyQUyHw7PlhjUOdWggHZ+colafN3fThU0YFtSoTMSz9oRk1D851wAgx9G8qdS/NG2QY14xgf4gz158M+xqDnKqJBWg4/z34czI8+TCmlkiErpMdYW2o/7WmCSVC5o7ajTvKFU0IuhAW7hLhmJ5DpWqbZDjJng84iT9RGiYWJ714f0M5yE+Ah95PA5Bvkf3Q2uyUQRvGqQ68C4gg16oo6N1xqI8AbI2QQ7AEs6giQI1QioZzkWqt10TfcuoESSi/JJ3SriFZrfcovOElXTng7CACouYRIYZwuXakPHNCeguzgIOtQyiv9JKAqOpcXwWYtu1+pRlexs3lyNi4OEQVKzSBm3/SFZlRG4/1P2ASFGs1Ol2jaxuG1Qg+qcwLA7V9rly/6WCUqNhU048AvAXUI9yo1XTGpKZVSb7jdq0vV3B+14Lk0AugnpbnocATKYu0+0Jctz786z1cZjAuFQM7SYASMqbhI8Hv+fgrj0hmPd2dtKVF8fREXG9s7HIi4UqL4+iIuFKi+PaUmI1Yp5/id1Ys+HSFoR3bLD9qg+mw2wLUqHTlRhW3edhYuCcySKGJP8WDpOBPhWBkXKjIeFrnSmeOhdLghp5+X59OCtE3GoLCDt89uLQhDj8fl+cTn+Is0HQ7t7VZRQ3mwju+/TtTGkOlxlei05vRmmSyTuKUfJGM9iunyqK5wZ74j6+Nkhx1idWMnC+OUzVXGzWsoT9QbBXD1WZUIUn1hsNNbtBJCYg1XeIAp1HJTEyoSU2dW2yzZq5iSmiTLo1OBU4cyHOGaHV8F1btrL3ukC0KDdRdrFURQMRy/QXGRy1D5s8SsbD/poUBYCJe3u6xq+Zg+ywopC0cWfm+oASSzg0mb4CljVqQO4qFRtdrm4oNzUyBW0BhkmvDtENjkRfplN7hSo7NSc7pml8MUM+ayHhiAv1w75MsbnKxSf0RA6PM32HQFH6Jhxuw01uqwZ4Epht9jBncwermCpsGePU/K7lqiFN5kk820x4FS5Q9x5wbyW6AicUdg78wtJ1+uX1FMaMjeZzEDuzL//SqbVnRfYQ0c/M5fOg6qe5uu5MrjCIYrlGbd7vHE5B0zRkBgYJ+KNGGpZ09Z7drmjaJIeR6527/a9ACPdrCgdkLTSJgq+TwMeirQ/9jGRKAhLmWi0Nq+gQpO2HfLKFqf0xgyNjCfHKnY7nmVBqK0kHIO4Cn4WDPH1ROOgvkzjQ6LFjGF+hhx7ghjBB1aX38mZI8lDD+Tm2fNeub1vzUoZdWABUvtfURPq4NkIVXo5VF152ORF+IEbTC5rjNLZtXaAzwNpXZDj0/zsciLnEUKF8JXIr6+pSDxx4mZmzxz7igjXL3r/SD1s/NZWJYpJqt03fEiddBl8M636fD69A7fmvl/ZxsPWv0NAfs2LrFH+XHIwouloBDwF7RfoiLhsDVQCKxFYFzVc4+iIoqKLTWZvDv25umxNb0/iFhGTIJnOq5HrGgYJ8+LBnJDDx5F/mxwSVEbILmmX1gcVeNMBRJ5Oo2Yaag7N8hjhYbnnhFqJMqK+d12XYE+E1wOLiLY47VH4Gzwh3I8AhCF5LiCzy8XzYBgjoJVCEINT6X4XCmuVBl9rHdyz/i2uUxKIjfwqameV/JVuLfH0RJ9UxF2xHajRjsF55X4k5dqOvLg5pphmeZ+vpjUf3lyczghVVaS9VjkRcKjKg26k5Fo7WsB7F48oOrC+WR+lgvm26rCCltIDWRrMA7G+vwnNEefsqlFjkRcKjKfFLBzktHWWWN85d6IDPApKVG4T5yL4+iJ4RRbHIi4UqL4+iIuGwNTsi4UqL4+iIuFKlKRfH0RFwpUXx9DulnkjKjnye01eUFjge6uF7gPEhUXRUgXZ7f90RfH0RFwpUErkiXUk1vDjsS1MF4HXm9VdD1OWIffmEcGLTMg4j00HVoUlW0GBVYbEd6t5QjA+5tZTugudBd2RJ0s2+Mfs4rHIi4UzfxHcwdY25g1zudNVA+N8Z57ZMJzxFP+6ejTav42zYUqdCqP8FkxVGOwQDkB0vxoBwciwNDQUN+F4lG6+gB4gcseYlt7y/MrmocJ0tEC+emUGm5V6QJqwXJ5ZKmy+zcvKaKQhfmcQFJPeL1Q85DK5Kjl3BmiKwuLdoaxOj2hXF3QDH/DIkq+0d/6f7gmvSG5ZDrXNW3V8K1EpYCdRZvHURlCMdiuGQHRFBZrAX+7bTZw/lUdvPi3Ma4pRLodgrrxNkGIPPxdTf7LBHkHmpLd1knZStx/hPT1tP8Ot+ZTx8cHYqtUb5ew5z0CfscmTXUJLDRmZOrK/T6Ywlc6Rk2+nqmgg+eG6UmsO3djCpgjNiSxqomX0ewwmsWYPRtYU4K5YZUjxofJ31ed3x6y0psT4rXIfLU1N4QuXxmdIENVxHkPs0k9aL41R3w8fGI+NSY9XdLPAep+1khIUTNKi3J1fLSAGoZw65uNmE+arUg4AAmHjP7cfSWEWawhEz6icVupBqelYe52n02qTQg6DEtHZcZTgBPgbOD18P4U/BUU2/C4/0QVLlTTFsiZf0eh6Akp1t4lIXYmU1o/qVM8gq2YnK6Uazc/WwIN+cADnMu5EojHLqZmrYEIlD8wn2CSv4+BF05oJzghgg6CRNMr0DbbtyIWJGWEu85O8sQgVZG01GCXWw5plcbAF4zxEvv98tnMwisOrV3Bo5ILbD47/VEIG0gWRogt0loeAhPfjqaM48WCxMOSp1jDwfvrycOiUfEJXR2HAtkjrK/LV4cVYxeZYnjQQj1vIPbrMYlJ9fZ1swzMYt5oZI+wM9CPjOJnrIqXiW/accViFqzfShP6z2j1OI8hr5f2iT9cf0RFwpUXx9ERcKVF8fREXClRfH0RFBxm/0bY3XlWIaqkwlWjrLLG+cu9GgClEF2RLGmDOwuQIKNr4oEoA7/rmB+FgbJjHSZbF2jL5cMBoHz49LQLswxl4kLh6iy3+pYUOWXJIDKjVDSeiTq/cfUYVL9NhA0WnJGkzVkf027Tyj6Afz6rpwykMzkD91be2pO2Z7yA2Cptoiazp7UgYT5UNcFBfLgiPa555bSUN7Ww0wEkqrR6uxP0r6q7OwqH2KHogJd9hpCTygmNRHUu0uNPox+CmcB0L8j+4vqPVJQzNrUL9tUdx4l4xajBBFOPTZzw/2GDMt8jutvbban5jtdNxwgm3uvFy368tXAKusCmNcZO869GhGCROCa7NTVoDgFgEWtXjQAq8mUb4pAKAPJHrYp5l//uFNtsgWSkb4yjZq5QvFdG2OhPjISjj4D9uAyxx1MOKnOwj9sQXGUK4BeudZ7eGUi8+QKEt23rpH05jdAt056tQ0+ZL5/QMxUqBIJbeIw64ge/5HSS+nbL0JvF5++KoIqqZlJFkfapyCG7XyFQA/d7x08uJGhGaFP3LGp1wrGm/SWedohNgZgUNaU0v1WJ08iKKOgNLgR2pqN9HSixUX9dr0gMH52yfukDLb3BjzgJPjEwwuXC2CJwo75nBxvF2ipGizhqQGBArOL5A3lt6nuvf0hji9Wvhtymd3uDAm3Ds1p8qk2gQTnTf8hSINC0W4EQg6zjEEgcE+Jw3RaK2ZYspPyCvheaxGwTLTB3dg8YHm0IuGR/P5NxUralD7F/NnYJj0J/KYxFuxGpT+1ag2MYHONQMuA/pEyjtHJgGu2DYI2KbE2yXwO8jTNPY6o+it4RFbYu2Rg+mZCY8bAc/m8ywhL8Py+IgBjNG+bdch5U9pobeI8CrKCoz+bFb1DQwrHPpvWRHpF9HjdRbpa2nuabNxNegzcqdkW3sTJJRwh/rbD7RwBEwbnjxtJGLG7yZCbBHVehJxeUA/JfmxFFpgTcVvEGRIjfG0OXSU5N9Y+E6rgKLrIYtTtvNSMGBx4h0uhanNDdl0bz2B6yDhx5hJtL9NAIi4UPU8p/liazMjk2CKlHIrnEiqgdGXtoOpj5x2qTexAjtQC7uOOyh5U2WK7hf76NoRCvODQ0YkxDd6EGY1PI8Hs4rD4zmB5MC6H6FFaPcMoEfrhIkV+3c5O3t0GYsv55NkeeCNPE8knClRey+642DKLjuxca0SAoPFBkFkop4tPotOCw3Yhbt8J/NO+hGZRUU+u5njctZjQeQwPY8LGV1vj6IebG5elkSaK52MqEORDV7oTrQMqTImlIUwrmh9tnOC1YfgTqTJfta+tmidQAJy8Mjn33Mgoh5oND6MoQECUmeFe79dnFY3Qtr0dggl60QSoAPfrZjlMu45aRgJl/OXxanCU8Ib1NrCAigw+Poh5sbqYOEsnQCqRTaXiAXaynB8ZOCCXoGbYEGN8+oFuwYgnzc9l5R1mwElrVF5Vz9pYorIZqP/zsch5sbnTdlN0xmS9v1RGgDQ2EXKBbHw9wt6aq9oTdi6PJD4sBiZAIui91Z+l1qAAodhezvSv0T0Rj9nFTAnMN02zPJ6F/cNnpidFuxdcQS4HIi4UoTPTrGUdDWSmM9wWLN6ZpQo0yQhDYi4UqL4+iHmxy97DE9vebEUWxyIuFD1PKAUpV/7CGFeNjm1s2vJ7HJYvNU1WeYyG6b+kX6Ii4UPU8wCJr0BPZbh7HS6lnDxcSabpFpmeTdB+xiCsDTFzRwntCUqL4+h40YrUJVPpjp2JcWsJJ7ZF2RNU1cyE2S1EP64Aph8fREW1HzGCPYSEhLrlCZI9wGeUQXY/FTVxR/lyYSrR1lljfOXeWSi4vQCOMcNjE5yc5OcnOTnJzk5yc5Ocm3XUp0O0PRceoMAYAwBgDAGAMAYAhpi7AVPX3nIVU02EWEqGmKx9pXpv/vGy6lJ88U7vkKjtqnhiMKqr12702but8HSb4lD0g3QbMzqtUmf47Mqdr7cwceTEX/f03vMnJmDgyV7rnbaY8VBqNBdp+YLvAcwdyGKrX/F+Uc51t4R/4uVxHhe4xUEaKzAjry2LjXOX+9atP4WFl8nUUy4/QSfVU2FF/vjDwUjhxkMBCaIEX9k7NJvbMKtlgQQAEmBz+EzlK6Q56LBHcylsbRejOH3IxcOCfjJkwgGW9u9Qn6tDOeE4HFZuXbKWezctIkJkcMDGonz61VT+FQgPqWmmfSce7fD8I/DeRZJ6b97SE+mPuNOhlPjYYAO/6i3JxRgcwcxc4Qqk/W73VCuQDG+JbK2isbY0eG75452pXLl+HIjIUKNNqUsBg9FOQS4ws8vNgdcT7K3n1pBi/3Knh8Yukwtap7yUg4EDDQEBc5gGjb1zktQHzaPLuNsTuRcCvTcJzNkw1+RC6eY+0EVjWJz4mkdfBEIRdt77ZtWbxO2rAZpEZPhn9Ds706BjkD0E+EI93l45J12NyD6j59ZEVrv/Jqvg1X0UCO60e2cmVBUyM+APpHnuti28gtBYglGJXikZ48BENlT5wTRICllHQcBfUntzoFT0fa0+oYUrOdHzHkrj8shznLLY+dUZzmuROpOhXM8rXvhz+EIc9ROr2MTamCLTxZGN0fMh2H6ZaWu4ime8IAdXsktu/SVpHGBOl7IborlNJMZ0TtzhDs0/YvPmnsj0QNsySk7RLjKRPMYIFjRlmKRYaGiNohgKZ+xmI37ujlewaPUlULpcg6RoJyQgQ7c0RNup9hIgMS1N/OU+j46DC/Wsagdaz9RGrOuTfubBj+aHvBMCfJl8WRGfySApQHgUE8mQRO2WgBi6xPIXXCFenYh5ORGzjJT5yX+sOGp8X5RHQcS3dCuzyuqps/jR40opN6GuwmYQyrL+3YD58zeY7CjV7hJWhlY12ORF53XgMs+DhGPANGA2/Pif5JbQULH2MeFUSeLZH+UU9PjbIFEmjjQJkXCmC7uouPTxdeTSPsE6Yb7GFo2hvQn4GH9M3iFgq/AZ1ngnHPgfybmONZy5Zk5lgpFCVaT0KOBVViCJk8UYiOkSv6sDZkxkUszsciLzuy6mSKnQDpAdh9mIRmlMyyMglPc2XfNQEdsRcqygJGz/4YtrSr3a2K7haYi4Uqnn5UZb7qL5WHjlljbWeLmU4PPhdJcRV4HQbj3gR7S7te3UZ5Scef5U7I+fQ0ATBXsZnHDn47Ui+VPsQnyD66UCkGrQP4B68zKRtOYPWARh3280N1B1VzFDYQY7k6SHoitXXw89uKDzazWMrUjjv/v/Oxy96bCTc8Ub9f5RjV0BjO3IIOcF2EraIHtAmsc7nhE6dVKpcsrYIJn9PS2B9nNfjRbH4YMV2wwz8r5Rl7B7TGM0oW+FNQyGW75yJMFZzb+qGmNiKfbitHhbVA/jH4tYBezRhGcC7+AXqsj6Qajt/oBtjiP46GfN2PDjCxzi88EAv/qG7I4sENoJgyfKZ/vYM3JVfP591Mse6ha+X9nFsRXPrgd6V7AzcDu4yBEHisY1TZgWUYxQ9w92d8BBOIZp42C/QB3+NyOPomXEUWyofXDIZD6qQofGee4XZEqb8ojJVfKjN4iLzuvhwSn6Jcci/X+jI1JkNHJLBA/19oCGtG45U6gJYsdZh5L6ULhSovj64YNubuiu2AUMAj3luX0tRQ8eGx7av5Hkt4prw7y/LH4efZRfWIuFKi+MOloaTrP7ECzB3fnZc0ydWSG5KsLiCwNfba450X6HXg+DCbQKxG3XEHnx/6UmEq0dY4zS2bXo0AUoguyJqmrEIrtmnooeGY+1GjXOC7ImqauZCfKTCVaOsssb5y70aAID1kXdS29MangBdlVZ460POiiGyfnYYbA1aY2DxhMFyhKXvSMKXBqMu3Nhn6n/FYYX0Z0VTMVLCfEaU+oXn7BDtNaMZJaqPgDgGbcDB/3cDZTkRcHiOzvz8u7V5C9LZ3X9Sq0pJzwur/Dl1sW5RTyObK8BuhkX5RbVW4WlUS9EpSzpqK34ZHUCCuUNERcQAI+hYk7rMZqmtOHBf7gDYZMhbHkNs91Njmgw/FneEdzypLr6cbDVHhygbwFhV2ExPXJbtPxF4tvATICq02ZFGIMSv6zEA0kpt5e7fJ6L6261TPJXv84PiUxhllVEelz9yGIYDEoTdr3b8Q/+Ii9AwC2FDnxsq13T4LzFok40/3Rkedo0gjeeAErJjcKbT3VmVP4wH1jlIoZbETyVrVw5fZlgAq3L2XhblHJwetDtGe7E4Cm15rMiyJQpPwbEV2ohGChX8cedQfC0hmjFaIHhG7R3zpLvZF9mGaEy4CRoAYYTNsWNdmQnTbMPnvsmIotFabbgVZ7Ho7lb+xOCjvGlfR/AwLbboyFS3ToBaSJV57iBYZS27aTdgyBfAGCjD5K3CeLTZmE+FabAB0d0Know1IoN5QBQ06kFu0tqX+rbwExYh6pQ+C/tH04E7a41oqe/wjplohtviBoCYa3BLQnBCYnC0VYrCmb/FD0IPiBH05pv5DMnMitv4szfEUtAvch+lZmCO1n3ZPyEiIlPXw//42yB1m6qk6XGmaZhyAmbG9svSc0kDAm9NLBR8P3rMKTN69fO7g8GwnwH9Snl26kgcClKnMaooybk+dpF7R4e4lYW2JBq5NeBc/2z1HDkR+Nlz21J6Q7yE0hyShQtkklQni2rWoBMEH62TI02wcN7EtiUC2BPikofbF3bZpWxwsRGvxiIzkVNsUUfDi0nrwz/i00Qa0RQ1I3XVihHV9uWrg4/U0rMRNvOpZtayWIx6v+4eOdKYXGaTgW34WRMSQIr8qL4+uGCEsiNjxZ/mxcvWutpO3eFYf9pGnY+KWBvIiPMu5XPOlhItmHhep66zED9+fGBkMbjYCC7t8Ar8ciLhTBd2ZgODkDRQouHSvejcwC6++ZqyORwsNpPMfKDeBi4UqL5lCkhpS5VlTbqlg00d2ac4fEF7jl3IdPYI9mng6yCFccVDWCRPuL0PhNfwX+7HIi4UwXdmVrWPbT2EUf6PYQRiAkrMSvbt4ZYJjooe0MP4W8HjFcrITXIfowHvbhMgmFPalipCz5ZDDPoEs6e0blS9xyNQLWYdPL+zk3wPk2bcr+cnBKhByNNrFMw5cqpG+VbA4RIFDAYfH0RHz8U2fk1oFNy3CqZbeHnMar396Xj1M9q2fYFnlTbtWbN40NrkQCffazEE1J3kIMn+D6XuV3jg3GJcVPcVjkY0VQlnJBcS0/Wqaufeqqpe9qLIfMm9YAdYA/5wTHXSCQQ4qxLFJFUgvzrOd90wh2W2IZNdr5fxs8IxcxXpqXL2VfF94nV8dXLpPZbh/lW7KpC6WH5cOzPmFQ6mcCksoskMsdetvDGrSlQXE94sgCwu20Hh/n88uggenamtspK8IyHtC7XwW9eQn2mMtIOPYs/bLlILM0gLyTk9wj9LAQRwvend77mqCTMnsBlWH5MFVuyjhNMmcWMvwPsAM8nCQ99SoSuwLagyDIB1RFeeAQQJ9Lg1gpTEADaCgORYhtcgOtTUAKHVNCDR6OHgMCBkGkrbPLpIeq9YJ0v9LhNe1iv09f+SRVGL30MYa18gxoV2K4yt9zNNLXMnsRiWfDSIf5jUbmGKjBQcSquNXMgL83XyQi2niIFIaxI6nbH3Wc7Z/wAyoS66CLOIz+DI/HhNDM7OHS9lwYDHtuKHQxFE94ifubRJzY0AU7bn2+lIhFqXwrKne21YYkoAAP7372+tb6vW2iBXs4/ico9rJc5MLU1gXd9Syn4PvagYKMicozkQhAmVGZqLKcNNXRYWDFOYEjLzpNoNObNbMdW4R+49cnaFZLxF+GAD9X3K5ue9yQJcT9ncwJR/m9dR3BibW801/9iMenTEdBK2hpFFKEz4ZRTOzmjehDLLuF/L7mOYzC86TmVR03yFsem9u2xYoBKFSa1/WoClJjh4nrWGI4/ZbIo/cDN7EWAsU0GFUrfAKod9B8kdlfJH+ArldIX8JwVTvrXfuGVBmWrgsfgmnPiZUf0lHeepbG5BfUKe8lVEF3W2E8uuiRKY7HP6r+D3ak/aQ61CYf5vicqsUMtnShn+qhBPcdPzinoy9jW6qbmX0SJqhSZqko3FdaTZn8T4QWqvRMSIt/dWk97TwU30QYYjm7e6Eg2F8NPjbMEjVd/KIVu+/GbMOHJtmqsHgD7V+hfvI1NxKVJpekG0BgCM+VNT+MTZ93XiwmTDHrj445xHkPju58uu+Cai56qnTQ+5MRezDmzCpbErpZ3SDfOk++LcXJbBCM8arzd0iDqQ9qDG2cmpcmnE/uXbce+1jdhpMTvNvaj+NV83bBmTeq1UtuZEOr9Sln9ki/ywUjzMc7Iq2+JF98OcMtDuNxnkj0bYPi/O7Z5fyhVh720mZYg3U7gPnqf7Qxkd7NnZwF6ejt8wU8A+n25aeWdPbvbPrqgWSePg/pqX1lObMU9/ZR/Biye7F7lSe5DaMfg7Ghjes6a6ZDBh7Cpel13ffqQ5f7G51+/1GTtqQ5RMZgg6JoGudPEEY0SEe4xsyjCILTWtXNK8e3AH9o9+S8J9H1CKrGcjo7lAWLOIaj6pdsB3RFwLGH4VQpekwCER06Gi8qhq+40iIoAMMNf1qOGtZA3AOT50YdclMAsmdjjrZx2epURYYZMSi+eUHVjwzWpJ0OvrHb+/RDn4cXX/AOWxpB5trXFXmeAeLpF4DIO2yV8jrtimYBgI34VSMKbDFk1gp92VtiZnX8Xbqz+eZT5bZvUcJVelDb9w+BRJRS7oGYnQO116V4TQ/AIKG1K9n3rOqWrjlLgVxysQtsrZc7UsFt6XkyGKZRAPAj4gKjqeI6bJStVhr7dDspAszLRV4Lc+8Rveh/YDw/ms6+4+I/YABVFFoJNs0EdGrWNCOjzJRo4nUi1ZHJNLzmZmQyfwIwQqoCcsE/7jz3bmEasvFjRzABuuAwj7CK/KmIcYQzv42gocoUev3W3T0+cx4ke0b/7Y9YgDgzvgbtRfBM8tdoZsAzwAikAIgzFt/JT+rIAIhhZFwsMP+8/cIxU81LJ/m4c97ZdOr1Y9WLgi70/7raxuWsoIF933QR+V+/640tpRt8rJaFL0Usxv340bsg/MN9s2rMMBaHuwgFXYaOpK6Dlu4yIy1oKgqAImA8xyhV+QU4AURrHmM0s1XKFHMUXvvwToBwdymgndUncNvAE/9EvAV8fEADJ55C7lOc2CAP2atbwtz4xodIMDPCAG5kMn3qQLpoTBroQGjALeCMSfbwaDfP/c03IhWqOJxpD8UVAgSLdvKd1yr8Fj9nFwCQD7xflYkd+ugLFv17DUz0SQDyEvQI0eBCVo3aYCvUp4HUWzRljOWtS4MnONpqK0zqhq2NM5SbTXXnZS7x1gpU9uNDD+AieQMmQiXkckba0C0avAlhOIXj6THlqwgVcAavRN9lEWMuL/bT7TvNHiAQcYjkDzfe0wcGNZRFtjYilMBTvMaYIigAcNVQPeUssSvZSSZfDK5jwXU7/flJjeo/Jteqjl7Z5SF2HVuYju67uMm05D3UBzOoYmopMH3+01mjZhHjpYZVNLeDbn3hPSN/wVpzaDgu5oY0z38cUfNM9/OzQgGCQzUVN2HiXmLDSebgTCX7i6z/GVDeAheN2+OO1+UC7iTa2A05Rtr8IBDsD9laN0IqaYUCr/r3DMjy5YxnkJ+b0PiHA1zsxkUF8CwEhRSdcNHBv0FCYb/On6l0sLSKnjvOFDj2T2RUyhSiY4lKyhopafnohRCuXbq1RzdBcJiSCACwi9aou1klZ7nRgMQVYmlnm0E5FUrgvDgy17tmRP66a8aKkt5EiZodr6lOEZ/XqT+ddI0AqwnV+r3LhFDzFMHxh5ioKpr9T+sHVG/jLz+uT/q7qv30izVRa1rR9VQdK0oi2qG5loRXIw1jgDq0WI1Jp+NmBQyVRB+zsMHAb1FjYF8X6YVsXjtclC9dWM98ITeb7v0R65YWskZUJ/N7/EGLegHpWOUQeOV+9GA1bGXQp4cfTDgiPE9H3yWd06mZx9CgTbGQkFko9aHAfdQeGZU7yA9yJid8Xc9q3SFPPy642oUmOt13mRU7MlH2dmbcjX0mLPfvY33+M9biCH8tvQDOwXCRJNfgVhJQSLSDyMAsJSMQACLqBDEOwJyxtAAAAAAAGJU/0QGgT4ihYUvKxiClCGc/AyBZhNWHRAyDL5P7y2fMpFS1rKLqUa6Go4l3w+S2FVXHpOQpQQ+tGPprWFYodf4ic0WMRYOglcytsNxJ07gB26eOUQBdiLuJTp8nZClcLWghAjCq5ge1EYgKHpQhF9Q+IACPK/3VNq/UoAxpdTaAAAAYDAAGcIAAAAAA0CHaiMT8MQJj+lAAAl9BDeTyAAIQv9HL2+R6ECXG8TEnuKTGDdEhoxQ9IBEBTUOFilgAWkUkUBw6uXX/Y+7AuBYIfEJN/Hpo/CLIWioHFhxxwWgbQymN7a/1X0AeqdZ5wcVegZmetkc8lxQmJZvKJwxiHP1PKTASQrjgj3ZdeTWs8SX74KVrks5upCrunVloGYf7MEIBF55QAU6eOwVv9iLT+jlCpCV9raQBNUUP9pBGJz7dXEAus6BAMth1VVZP8PxuCf1q5BTK7wWADOOjvE0Gl4zpk1QUVQoMS7sBzBgAAgOinUzAVYSWuEcEOmQ0vGb3b+xSP1nEhZcFAIelYOFzBsGYMr6w3rkAawHlS1L8xlPQ4IKI17GjryAVhBBbaT+MKxYLZGk03OBdQ0D8QV6iPcs1RfsL6IxTc5yAdyEBbqUUKBcf9wkENINz9O60kBxydwTriE1hcAQvSOq+EVIaxjlqvxQwl9F62hrPT2K5XrUhnk7hKfiLoYX18nvIiGCXXQpxnLjgXShX9FlNZ9hb/WGx7RhUG29DSEl0HkqXjNFuCbjdgIM9r0Vf0LQx4TLce1hQVrp+vKYKBS+Ejw+Ta3ddyiJVHIdn4W0nPWFwX3PZ631B9QGnoBTLTUNHEnStJ+b/zy9Wt4t8ms7thr7HwC9qAqYqd6sNSayiUn3VCqqV1S2265BeDkVb1oACA5aVgDA7B0xSOU7KkslGc1N33xijj47x6DRgxd/vHG+MnZ9VOqdG/8rnrh/gLNUkm8VpZHCrjyT0yceH6nZLsPtkN2v9QzkKnMfDy3Q33Tcn1d6SYb5/BPIMIFVlbQxuF90g2/HJ5cfqOAdHo4nLR1LCWFLzx3qfVVUW9QIGHxVsLedi6CB3JcPFH5wLtUsJ3zF9YqFKLJZ+3W4WCdVXmB/qNpafYur008IypQyLZS2hxbYM0KoEclDWmcDorow4G6yTiX/LQdwkR3LBSpa8wIjPVWRML47WYjyz9nVUSDmc7kx6smryL1Xt0om6jhg6zMG0G/NsUd0NcpiZ0hKWItwK52KghqsNvG192tE/fj9n+I00SN43rNV2VawWFkbyJVwlPkDZYXFb1U/2GtNUZKkiCcJRjBCXMnPT1MqXdBsMRrfmOWPWxyJKE5Zc5EUE50rJbIpF5cIJMaRUE49IjywfYlNgnWvlofsUUHDS5Bn4LwB8ynX2theMmrvP7ytW1cW4On4Gf6/rGNjDeqwdQClU+g+iFIP1IZfcWjfFH8o8kodoYbauLjBbRjrJF2/oKihKwU0CBvwOldQ5KZFNKyVVGCJ5XWxeZw3yU0Ae8STUahzlFVvnBurICl4Vp8mru+owW4z9n2z+qAW1tdS39GOF9RLZKDtGWRWe5pe4y6lIoCoXFrX19prXgIno1CvPQFQgKIZHKqb2PC2DCRvKpeNgMs30+z8Drx0U+2ZH8i1wlaRcqgQJlLWY6Ib+CpzqvfJ1XsAsaIktNoZl0RwQA/DINl9kjnXaL469ccnyrHUXa1oF+ZHLwIozcqJC0NFhJe1hWEbSubt8hj4mnRy0ZT4n7zixoEIvC1w5zEuaQ0RgMIABWfTQCUIwufu1iiCZ9fXu9WEid2ZSKjEPltx5IQ3hsDv3IqI6wt/sAjHPVKjjixMcC08dqQVqyW1ueZV+3VSYb/0ZXa9FCZWvonQRlvntpDFBn1EjTSNOjw+2/gAHRb/qqSRqeloAi2i4TMRxfcs+1xo8uFeRt4GRWb18+KamJuTkMjvm4tncnmTIBag4lT+WVtormkuQil7SMh3rwvibdvelsDD+guTuDmlLkRAB0LErTp/FI8DIMzussBAhN1sktoOzhgkAUUqT2DmfgieUXu+O/muyH70r5yms73FwHW6/Eyw6Uobme3AI/2GYruHmvLnjhxby3HbmuRDGQ+AQHNala7zG+YAsplvgeGwJlrExIM8xyMIbvYbt65CUqxI8k5/BHdZuQystVdCNXWJHupXpvtAY2OV1cQUhElPUVwHehAjHjTe9Qe2qb6DfJcgo3lKtIf9nxTh5YY6g5gARCIJL4f4jvKxvFAxBi/dGMZ/VA20Lfodus9tJDt4ubEenWyxigy0TAXnetm4jaOZo0PkFFAAcXufI12m9VzBCAjxSNPquMe8bXBDldiYtTeDuGRPukWhB2TxEfai5vl2nKnXJIGB0o7vKG4jTZflEja5XIug5GQxWYKxBCWTj0midL8z+v/XhfzoxVOzIXdiYMtovptCMm2WCK2NRhPr02t5DPEeh/OjiTZj57rMEPRDpBt9jlQKrFNKBYgY+BV17OJQZalqB9w+5eWr7iB/7X+Y4r95P49G3cgY+SfTKkKAQQPe9NK/RzxmmfI4AoXfGz4CTIAup1vsmWEgVFoHSiZ1fA9/nwbi3aXHaMeGbWMkMthbenJyXYKvJ7S/E4SgyasFqrKT+pnex42HpG+dlp/s+yR9+E/7D6diokEyv6s7d/oaAp2BIAIhtGlpxERVvZvBNs6pq1awgBl56+VN1m5UNsrNRbYAPYs/Lg9ZC9pdZkyb3EcgQA23KlttsDlS6MRo6yUPnE9/ua6y5TJ9lUBQf5BBKHLVSsEwzaO3em+29GQCd1YnoPGulUM+dBa4DReG0oTZHUIhp/hETPMH+o+FR0oCM/ZMjSE3ORCc7DFRUglAom8EzlxSKp5xBwvbZpXFs6mG2KaJGxETkdr5HI3usFKipEEhRb0omdXve1QUPkdU0kg42rj++hy/SSLFfpZYgZs3+snPdZv1IEhni78dAeuE6o58dErvptRP4ChHk7/lBZyUmB13FOSl9C948BRpgs8cM5JEIJeOOjtgSNfY7WtteNj92ZdqNmHiP1tQaNuBRkryftVpHJzuI7bNgAF1w7Kbu+FXsbi74xLUIiSf8aN3rc2gvS+6x6QJn3r/U+nS/N+GCa6KydFPRjqupEFJ6sSesY+L0T8wHU3khtcMMj0ymArPHuiKImyVEjRPNosY88XNC2w6h/Bz6azqCW8nT5Qj4Jmes+SukEA9hQU7z4S+Cj+i3WiQwa28VdVsekUuiSR3YVQx+DJuwJFyL1UH/ZZh5UcJAuurfekanDJwjBYcDu4QSqdDQ5Kp41pnh7KtnS1G1+YTTwuzpm+4Qw9T1b5SW0xTy4C58sXTL0kOZo4xAK5eurSDXsBYmZKDbXUzFTVVQ790vltnxVlYyNYejsIr1aUHwmgbNwmGqfWEr44yH75SPkqXUHcQC5oSPE7d0cCaDMcrIO9HXAV0MWWyCH1CvyRm2RvvJ4+P8jim1Ubei3wFoqGwk8/KqT5EWNGem5nb9h5FNQfGckft9MU5RD39MBEJid6iq6DpSRz42dbetdarxiIPkewOcwKWkO3aprD4Nvzh5lUaj2DN0Zyif6mKLWYRjNUDUd8odIbM1pIKJvwSkaZFqqc+Qz2+y6Rw7Ihg0yTSX8xELvFHGbvIRjC0qTEt9D/SJq0Wffok3I3Ajp0etG7I4YN2ZovWh3BpQE4GS17M7cfm8tWRGO7lX8vHFAGQ/aNCDKBsr29nVI92FKxxEvX1w2elyyJPJOKso3NjKl02rfM2BPhtdXwyjTbxxRuymwYQKEKe2cwQ/4Iz0/3IW1EZ2vp2jEEw87OhWnjI/CwptSlOuwOi2ZJTNlocRz5XTbSPu7EF4/y6DI1HyDvGaNoOhmWHfLXiP+pPJyHBcZU/jqLyq+zl7A5KQB7Po/CjEv9UUVm4qtni5H9qwVN4Fz7U1HVj5roO3QXZZN6QILzaj9oUQYWRcOXgZFB1Hk7HYNIi0kzP5GpQLn1xersm7dpSA6AjtBInMkEzLY87foMeQUWpiaTliANkkwvpJNu+xxQwberzeC6FgYX1p0p82fUwYH2Mapr9MHTf35S4e3FZy6WJ6FUaXO5brSssCPcRNpkGsCYz7YwaGQGOjevMI5UjZg8cfT3D4QRDq/WyjmuNLJhZu45NwN7YWYjRVSj7dO/GLyA9x1A5fyaA9QIz2qOgBTKEJWBRon+iD9K87+KZdqd5N16hw8GMeHlsYi9XfUeC/rxO/DA7pKk20Rv7lk+Gcl3YcrbB0mshNrHHTGOwgJCV2jMFi5FDIp8xTAFWfDyf6QurytG/Nh2hcx1fP3Z2YAz11lUKUdJ6qdgJY7cPI4pmTxpuR5YKT60p5DvNmjGdhFRxto+z0DiGw6tR/0lmfF5p1EFclOix4qKpMKdHn1yQDZBsKowkyUh30urm+FQDt5sUfvtEATsBLDlJelkrt5kRyalZx4ir2Y/3Eg1w9gE11V9Y8cDGqK1TZjfqDWmHs6Lw6Sdz5Sz1Yx8Dgil+zCUQW0swObdiJwdynleqvwPY03AsNMfj+f9jkJh+jjrRwVRkApAmsoOkYdNQRUN8I7EAJRwxDhHeYmFZAAGFVep1U8B+hXKzGyBkWH43FY4X7UVuG+CAovJ/sCJbzhBYuvqxH3RNavxYRTLiMdANzwUWYRwP2p9Th3ga5pTpdIIHqeFu6iLdupKWOnriRlGIeuXqn2+Gb0H4c8FC3N8IKl+jZ/IPCtgWhysvt96Dk07vnOyW5qgy1afEDTeJYuOUvT2dxcJJD7TAw60dbk6/VNv84R5GlOipRF+1QJJz8gpgbqDtomhmXaeNQosdGSU220h1clhL9craM1ube5F4gkpf9y2X/UHbmwSI2F+vy0cxjC3S+mY6i8SiNYnknCmGC1SWVFtEp74QTkJi1rTAC4LK7CSvwpXFvUAd7d/Trf6DnTn1ypjA8HvxGrEP0kqQjaDncu965XSeOumM66swbWTTghRo/lRyrMS68U1THmHABGtmIZdWuMILvHpNYjTSjbTv67h8gqiQaG+BuJjvLU/Mh1xJp61Xu/6aDxWoVRNA8uBbXPnaAEPfX2VM51pTePAii9CUuXya5TM7ad0YrCoJ6+jOCV2JOITFL1qydpvUuUaMTDyDwAWyMqnTXfgOx+JoiUM2KTDwGKVWPIxE1UiJul7a0pGakzPHo/ZUNw8YtkmMiHuMVExM+qpiVvSjf7fTvia0u5DZ1ewvgSTktbnfBZoWQyHTWdov17+Lblc+JIVtz6baEAXar5u8gYPWtBmYiLFy9FKlIFy+sTNFln3hFDY9YTHFHxbqvE0XBwAx4amT4rdrMeYOnqbo/VLfkxaqvepqVEotDMtLFskkgkL8XI7ua+X9Tqg7a6mVfRCKOJW0pJsfqakbe1R2kHg6vMX2XlgJkOUS5WfW2DzEXEKgmKJ5GzJHKPRz58ifDiKlF6yovL+ow7TQjhjVScKhUQa5sI0Xa6WU80yxo2sHvIIuHlWvFEFIQijGW7NDUbdO1XBt/YPMt0QlBfOQKMMaXlaEdPAx7jrQaPdRLRnY0rabOGq3dSSCEDhaGb/HA/V9QC8hcI657xCfoTCHu3wGEEEuDHG323L2U+uLxHJ97pgRhFUfYVOj1za8V8mHdRY2KzXh95OlXyAwAxj4axULsj/D0nQiG+d+SnY1jb6VjDQ9t2TCZak+Rkz5I5pqLU3q75UW2ReJOIy4Paqma57jjDGKEGTY5PKj8RJNugphhrEyUDu3mzR0FuUTG+9Xr311Eu89ySQ3TaYOkZqZ30BOnQ4s3clvt4bDbGkkb4yIz+rH8TckraSZ8KayI7/pugUxh+gNmY0aQFOJhdEFU24G0XyQvWYAyYi6eS341kmVLpwLURwS3Tm76PnRlt+GnG1AdHMUqksA+J5AAHoUinCnpzyizABe0k4JhpI6k0IKbVGBRX5asy2u4APouRiPQU3Yi6NAfVFiE/KYLXRQmvOhbTvTycp/LC2+xjxl0MvGyyBJq9QhUhkPi9MgPZlvP6b6T3TZ2VNjg1w3BJvOxniC6EQ7DxTTp8UdMJkvwEecvdAI4ubPPJ2QZ8ZNSL6E4GezL77t03ScjhlYgOud/+UaLQYtwi9vrEIw2AR7WrZALNYNdgAos85EB9bflgmIt0j8wO4bR4Sg6i8KOieocvXx0zhkY88a5F1Srf1gZmHD3CP40pt3EJp6QicYGDFkdZM44UI9gtDtLqPAmnO/ubnk+X3UILomIP4dFs1jGEUyDd7E/00NYoIuYM0hDG8Lkdnhrjz1VHBznpsVUmeFhZVwto0EKeWwDTOQzIYxmBlDqvZnoPfD0JNKlqBIHB4QSuLFd+MIL8Tcm3VgS2CEzIVBSppoK8yqEugEajdqXq0FQoA5nMaDx0jM19ieUBaV4no5Cj1Dh7rgn2BvmVJEFfcfgY2B7ytBgLqFJWXU3SoF606BANRxc0O+5Wl/qn5B4wBGhooq361RUaTOcBrxYkLXz9DZxELX9KNPtLkCAAC9/9YmiIct4AAUWDDdNsBzDSG1CigFgAD1V0vEY2cRd0wIPw4nBABBqcpC9FwvURFvaOdvFmiwEFQVz+HngMkvOW9BosplpJNhImjoCI3L9evtbIgMGePas4FR/tgWrAbiV6dOYIUlRgPF6ilon6/a2J5SRhWsSKbFDSjEqriGXsRqvmKQitrNVpiHXqt+E683UkfAAAbS2Db/RDkBMnEycGdW8e+JaIAOPK/3tVIp2UDAALKrmvTJCRe9JfdxiAADE5NfufNswACgl+4RGAdinPUysgAO+mzV+MkAAbBxWQABzyAADe0X2OfZAAAAWgqR3W6byNovnW0TlByMo8PYAAAAAAAqpwo7eHKVpeaLQPD3H7oIoga9UomuUHGlQo6Y486oSe7MK3yfa45aj+vPZ3Cg4Jv7JaxODVlJRtzMyLYlctXYydckkp58JctcE+9zru3eYuOV36R5Lc/UUdv0PhMzIJKtaDeLj90EUQNeqUTXHKMdLjXMmxXJ/tEPFHq/45H5FVIYSKxVPJT23Azm58yawd5FKvpleMVVcdbq9HVmk686tcsZ+V7Qb0/VQu2+/gkXN4R3sock9/1ctxvt8eESa1ViXYqh0b4bGRwsKhoz02o6qwQMC5bx3swCb7242ouzvUewmXC6oh91di8j3rVHwvIBAsoYvzxWJVJxNt100bFRU2YDUdfJrgv04LXalVV8ZfNQpQU0XywrwJVXPuM9SPbfODBFX7CZjmrKSsILcL312xPlgkdSTwOAgHj5gFUbcy58J2DDCCwrWzuZf+YH5ypmZUlbGNVMo3BDV9GQfRK3Xz+i+tBez4qGrmDnF3bnvfSZn9eu/5W62JZuBL0YWhT0vgLlcztS3mAyEWhdWm/5rWF2lHVREFjxfaeoq6AKBRq8XvP4V8I/JzZugNB0Awyk205r4toAnoSmSsqQknPwFIK4ZaJkGaJsxeeLPucjcv4JXZ3RyimSEM7VOzydWpRl/hZSN0HvPMQMt3fOeIGA8pT98PH7xSTuIert/ue0Xidz42rV3dtj//AlfrSW+kKRD5iKToMeTSzHklyD2zNYSvrpxMMh2SYjC67WJwHcjL9RyhlqjBTDuQ3+91nwECYO8btFKotLNr1h3eZdsmRsV4B2JAoogcvEPRrac/ehQ1S7KR8of1eSNNzyDneLf1sh4RgNhqvtr6ao1bThZkJn+tAQWYkuLtdGhpApUG7iwsnBDtRzX/uRfA6no1LqZZ3vMxk0ECRis7uj5QMC3fSJmKezPyzuluUol1WO4wg+dpqQpsrGMGol3qdQXbR7WGw8tqoFrHRu3zbrzvVrpkvg3V1vQao1MPdeHJvANEx8gsBRHm+Ajn6YTBBQ7u2Uv5JWE8Ki/3GcdwBTiFCTJwBzjx3sc6viQ5N1tAJi5gIcNWt0+8vmwVIO/Ky1uv592C7Dnr1iGu7wxIAxIR+2egIHmAkJl8AmjNeDZ3EvJ1MLHvJlVOt1Tm6A4MNHh7aRzajyBvddHlIirrfnJaW4QM7KxrVqE379aOLDOXim6lGPZz8tL0FnWIUxiVLQdHji6lPUQzmZB3yhKh1cyaLLq6MQ74cnC80srBX8jwCBo6TVUgnUN3/ZdC23ZicDB5ke7MbkuZKPbt6PQjGb2STGT0g9hmCnR9gHmBKbThPCwblbUcwNkZ8yQrE505X3aoFIfkHpMo5mrCDLkh5aHFqnfGopoKtUGqjY1nC2tUy3NrdwCa7MXusUq0lIfUBFf9Krcp+9a1WAAT7enIV1tAfj8b6zHOWrW74PTq9lWlrTfweNu/LpUAC464VLDnGUDLjuAxGR4DlQzE3uHvp1eMfsamkZVNEaSxdBgJyse//IdEaqv0Oc1KQPGRwLV4hEFqzylNmk7oOQQXKsAApoUWAt+WUhV2sLR3WmpWg6udN5EUztVq7maAdqGGVXwoO6I/jwmmAkKoR/X/cJnVFwllmrPtPwMHFKwOcIdNxzt2Xl3nTEPWv19TPKMwHYj6yOkkVegNHdYmUJx5eOgFx1OoF5UTkRjwqGRUFr5RvhE/sgYCDqa6+24y4kBbhUjE99fuFDicPiDn4mzdxxHisF9QvfhbseH8gWR7M7Tjhhtb7vUX5Dhvq7mWknfmo1uwtqFY3KFyDiMiSZGR2UorljR1MEW0/Z4OMW0NauRfN993YWu6CqhPJ8L5gv1BKXVVDbMz0/TAdU4Hap+spH2JPMPPzQXSeRlxV70PS2oz/8gHk0mSU8sHkpUlJUiPeePX7rI/zqF5lJVplbsv+9we2FL/w+j2QkCFM+Ar2MkEOYQmbatxIf9BQ0aVtAiMd42Ko/tUh4yV5jqgUAl7TuEJOfHJzrbJ7G/4qrLi5fp0Ne4IlG6UP8lcx1gtn3J+5SQ16njUutiW4h0Gb0nemv/8C+n8UIgfEpDhsOl7m6qn2h/yxqupDTk9+Q52ctxnRiPAdZDU1xXMH84XP6WAMJHI2eEevtJESKoE1Z3O5bVIaqyxtsiVQ0sQWyUlSI9549fut0R5RZDoBcVsRaFNikIwRM8XKzO90EgAEju4DZaXQYoQZI5USZR/kIGYj9bS9woDjNTpUp4y5tD/XOd8ITbV2Q+ggUqFZg0CQpTSkWWO9oEUEQdd7/gSLqX06VOJ5bLRBUL+gIPlyz1UfsDIAYjyRCAF+8S49vdyL4Fubiu9nMOZ8lHnunGfYPCEUHbqOlR9P2/7QMzocxcv2D/1YFz+2tD0sQNB4zwetmCZHFIY1CEgvfxzWkFv0D9g+T0OhGLwCa4Xianr7GyAEzKKJXuxzTNSJW2z6DuJxWxlMbguZFyaMgN+NMds72nI/bTvhXaKwTo2Io4L1EsCvsV3Ib/u2nYDM6hnpZ9RhMh1xfj+LYgQy9KqIB1t9Jr0tjERjlB5W2KMGucPbNe4AeerRUNqveichCSbWBIaP7g3QCY1bonc2XLV1dgMfSxyInZ5cqQUe6/SxNVDwcf96Dovfwnu3EzaxIMXsDcv3YgB0aE5P9K2fGux4KLGBH54cqCXH607IpSQPlaSpPx6JEji417vqeYdxEB7H2zIG42XpBwfTlKGdbYi+sg/6PXezn5zfBfrFzr8fOIJppv3PS7LaG0e2PIcgvhtOGTu5pb0NZhbr5kaJR8GpWrf5ZghYuKNNWvtOpm/8evwht6BibMiT4L2/aGNiUCwV/Y2kfn/UF6myZNqrpPh6ReY2V3h/gtG/j51yAT3mcM/P8ns8/3L99X0EtTU6e6xfBQQliovkvdbB3D1+ybDtTSZbtt0yOCxQz6je/11Z7xh1xKvqY/nYzRto3sAvWgXDAvhns5G1AhBlX8ziZPJsSK0nTVoQdZ5RttFv/TqK5LUYBGdNCllEW3fjb0QlX7KSW1JZiTVeVLKWxCBTdhCG1zWY9h2mdzRBCxe9N3FQ30gx3/E1VYN+7qflaeCZstKGKtUYGmoEQIvdnX1xTU+XEsDmy8k+7tDtFMLsJ6QAECg2opku9KDmSt24bjFiozGpP+ntjxa6YLskB8Wagghmq6RbY64if/rPgm3LU2NxDLiW5ZFJn4Y8o4hGaEXqDamQTtVFe0nDw0xsc5emyKSghydSXFS3z6Y58z8X57gKgiUhqDH1wcZ8TfwsWz6+BDLF7Oibvjcd7QIjVKUIoWBn3dxheUdLVeeywLmtWxQqkUTIdeauYQZL2+iRJUd++O+6m3uMmHQFv+dYjnyoxUtfdw+kcGHhD7Qdh7BaHsVVj8YkEruEHp0lZ7YXDM/TxYvn8l4kxJvwLDgZeDAaGuwh009AWBrAHCKcKLDMRjt2fydfQkVC8Rsq1iz9rhWdhMRVrmWmcf73Ah+RwbybnA3FJCZ2y1RFzTIsdAt7RM9Ybyc00sRPVq8NLjPO22ycRb4NzvjaGbnNZXJszAW3SDCvbF3gsRNtLfSwSYRnBZe4mpruwAqKpIqElZHSF4lEFDDX6BWsyh9VvIae7loG9r7+8IDw7qQaCls63wfp+P6eKBCxGZfO36R9TSgsyMVlzS6qO7QFxnZ9to3EUSPlw13giP5C0tK3dMpl9s9/irAPRKjbA3yuJ0/UixXlVh94jBzOKvEuEPHW9Ol/jAbY7vkioL1vpxHs/d7OQAb9+ygGK07uVBLggTNyf6XX7qHe0SEUcg0HdEuMWoPfIqVrhXmAgTGE7+sZVYmkmMkmAAAAAAAACOz/qFNIAorE4szmGxKwBbo+49wU4xJUdUFqJjaP8Is8mcXxzurkObZhEKvo979ZhSz8ukIyT6GvyNWhsbrdzbuxCzxBwm9HvE+cLD14Oo3vdIlO6sQv/sO3RZ8IFhI6s3SboB64syPZAJ0po9XFPMPrjrWg1wWjSlukXM8+cBxex+KAacKv795BeRpjzjYaBVgq/83vnyD6QrckrKnDbC4h4PFkS6wghLW1E17hX98BFCfLolPPN8PIsVxroeRbQ1oVH0Gp/5Tm+opUbn+lN4mnlDUzBE7BXn4QXeh8rpOoZWPF3RNPT6IMWv6NsOYqTafUqn5ESveCYpxcSRxrOpjHnphb8yaCHM7Mz23wwrvkwNXPR/MBKj03o/JzkkcrlRN/lvf02ZQQ4kFZa2UgrxcrMnBgxfmQQx2xRCHeMEIXcVk3QGLiSOEaw+Rl/ElP3sDUFDoP7KHfiTyh9bKLAsTuekFPLUWDNNUx+yCn8ttUisOfRZ4dTTSj462z7QBg5KIjGRoKCuRS1zXmWFstQRE3+J6ya60qPuPfTQShGNWzaGk/1g8W2jOFMchtaRJIgQ+y2uN0Yf0A0aWcLNDFfdROTEQloE3/U7dvN9QLwkgBliFbqoeQ5TFkL85ZNi3ixHec89vauTE68mpqmo7XshYfvLV/ymWiIECZcHhhhv+VCzeCzdnPuofjCwRctXGqlqQcrk+JP1uhq29xHOashxZUhQmuZbK2zCFWl5LtlkOW/FKVwb4/1KhTG4XVgC2pD7PghJSYiydSa5BZU6scL1J3na7UAt+pQDKNw846gXDgUsUYDVORiV4MkkZ4oficEk5+uq8oQM24uhObvzuip2C2UFALdBVE0uHwzS61wMxNU1taZiV24NhgSXl0kmgU2dO6Y1mGzm8H5ZIIjAhMHuILbcSAt+eNiU8+vpaQc3hKGtjO1n5ND0PPpexrFaTprNybIOHCcSgp68tk9jhg34bsUe19QsIOcskYVDarQD8U+8ImwTboqLQzxhGYSLy3HRA9WLhwmLhuEPCL5sSpq2GV4jMHcmXBH86Yo7sd7l7zWI1Yd5MJ1XW4eWhiz1msrcCviGdBad1AExUX2lOKsc5BvG73sckf9PHJLVU5yylgADKn33/ZDsGVNuQ19GP1Lx64llyyQWv5j60ws3FRkd+3GiCoGEJ+pA4HwaMamJnrBJ4YWIEbSqoUtgV2G9pM3AecTaerLhFOvK7eosUDUWphpq7wiMJ2QuA7OuVEQVUaHkOlcF3E1LIqHImAHzULKhZkGy2eM8TQNQNn8dDezvziCLGIqPan+WSJLjoAIj3DPPg4tQrhotZWL93EQtT7oCXmw6jduuTITP5BfxKnFWbTo/agRqExpx9dvwh8r4UsTnyeIcQrCbZPltKrN2gGdwWhzU5VS8z67AXHr6XgAlbZG+swA/JRWsUmp9LkjkwRdgmEb5pJbGZGhehV6+nUhx8X3Kx5SgM4HQ+xhdd1amHm1xpHZ16Q3ySS6lffM9iDAke+VdQuhE1g1uk1wQYEmNkDM6AaGCAQbJbnr/Akq4JoQJSLEJ//eIHaJeVEu6R/B6QstvBCG7/5HPn1SeB2jOoZsfmI71/s1NitiHMzX5BnRekhQQFAmkn8YJBb/Ywg4rOPF0ESHDc8XDJcCaVLWiP91MYf8bIN4VR++ugWJEwwUqIw/SG49latXqzcDQ0RSBFJb/qXUOy6O6bEJ0uyIwH4XLlfP3+srBaWwaib0B6xaSqZ02+uyDEYKncLYZUHsPGMojDqde7TqxuE5BLC/qmvWNaETVXJkwbmcWnt/ZwU5wMMXC5pQmYlyRJfyqiBoAiF8LwulW5MJc58C/B6ZjZWXQGXIIaUnHdtjhoHHsHUy7vJgF32gu+gqcgndAT8DD3Y/KY9nG8kjueopw7WhWHgkJJm+oPUMVZw8de/7ep6oUwwLc5bNmazdp0JIWfyOlRnSLYuAJB6Gwp7ZEzjtwHUKucnLKBCT4zYKND0BUy3iKPUtdE5pACxpgoRFgvjquCB4z3gFk60PpKPbCiOFW2rW8pcT1PA2L2M0embaMhLn3DHqIM8wb/1Lw0VqFCITu249jKxDL6rxQ+oRbOa6+HAUli4PBcW1mT2Lmx/nUl4vzSexDKtCSiY63tQiVUqq7qzRTlx+GO1geC9RbwU7HgLK2xalnYRwBqUFAwj964Sk4D7mioQTD6X64Ll7aTzXXnrrkXEkEFJkDeyh9TH5ZGFN0xO9pWYhYlJKbl+9woXVvPyPo+lE7cwJyQPU9vgIf7bZ+t96YmTIXX9IJMBohDQVMUWtcD+sTWvlDftkDSO2Noxn2xhlfj7dkGf791rZqU5cobxYMtXUhqSAS6D4vFQbQnyIo9AugexCzAb3Fen31SZm3bqgM/SkYnQzIF2s84wFikOCdHxsgPmuwUeXBorj/yYI7bgy2IBS3J3xaKPyB0swJMsvAp6wBmmQaQUpbdvpl7sKiuU9Ek01HlqtyPw051PWMPUDoizw5leCh4a2a9KxHH8Up+gxuDxX6cwU/Gj4Rfd/1ddPKUyP16NbrBBSPmN5PcvREk/wsZr4tCmtrD5uckttoKERERt59RmRQpB+47rVSEHEMULBINKhs8tEHSV4qpJoQegaxIdJ+9r4qNauE+xFV176MClMIra+FtHEMzB3AClHjie7dzeovfl1kEq0vF0ztnoE0YbOnq73UEtv5MuJNMBQ1Fuj8JWLyAazLRHOHLYulRopkgizlyaOdHC0whB+b0Q8DFCBL49/4FH1tEnaPd5zewBlj1RVQAM2NCA5Qk5mf2q1EpibhtUdXb5P3OPuhvA5hhupOP2r+PWnueFn+O7oYc84FEkZT2p3rfnShrg6UuC0a1LPXMLPOkUx1cJ07jm0rU+wedP2YR+Se0B1nB0zDvGYhqyP9vvV5KceRbYNpXReqmNZoNWqTQli6O3NOvCxhPvHhRRStWl905Bjn2cyAasMv2ZjfFJJ6plWuAriseyoLMtSeSd+ZtpErNtwdj4GZAQ+cnc3IJEAqoyfgMBXIPzPc22NoC3kWv45P8AuLbOO4nypki4F6qfL8Of9JvpwdBVZWvMscX0KZUeu95sVsOKd7kCI0L9zuvWAjvGbE7/yWPPYGuExyWP8wuZxDvxkPTufHX0XG45no5NbG+vMC7PVyQ7AyaK1qf4a/2QJmsBWKqgdmZn3O5ZgRhkkk3WdxMHPcKg1I6o/QVTO6YfEJvdX2Vgpy7sBbGSuibk048b4vJwRgeVtfgQpDBu+UNF8ef0sQtMeaviM9pcqBc5vPRwpCBdC3zFE3/T1xdvOrlGRCKS6cCK437p6nfxNb5o48MLbS2Dt94IN7EC24Kh3AbB9UNACVv0un1p9pT9qhdQ0RJxKDLQ4Rmg4A9sk5lE875ZM8jyqVQIWy4EHIWSbWMJ4LIY3r1W/8Ez0kffF54cLDRmaexj5seY/UeibsCk7U0dSsWLgHe4ApmtZFQviPkYFFpJ6M29vt11zv1YKMgNYBVhFzCDKeYuehF+5CHRcrv8HVEMP8jyzGLHAw2aSJKI6qvuVTImLkZMNHcL5Qs0Cgl9WtiC+Q1K09fpLjSNS8M2TVdubIEPoSghxRqi0yUiZRBZxhHLfLAGEz1ABhumFYOJtzLVZ8U4QjHYJjcYGGmlLoWPSD0+hTi5bXMSFwkQnpJ9ggWpAuYhLJRh9//vJx1uonqbw9VtZrI5S5ikrXL/IWRnoqGta1M0FDgHfAZnqa0yfM+w9OJ0xzRRq2Q/xlT0l7JiAcxDOaoDJ9JWuZPhcHynmNzbYd9Pa3snlN2z+bLVw6ckANlX02uRs01L5emA36J/s0j/OJAurPmqz0zggB1f2MAlE8ahXVi6P32r0AIWzXHT2q38VCrTZEUf3fz+XAv/PP5U7O1R0GSTsWC4B2BT4IiAaE4pCsAKBRPfij+ej3J3xc28cPUb43dzKRf3yVgDiDinj/uo7EYr8P4QtW8leMyyOHmshsQAAMJ9YgWnIvOCQZ0oUaq8WtMGrybUWuZXaHoL/d5SJ1919u9pAFRDt7EwCsbEEoc8lFVqbLmhl/YXsuQoou+d5PICCGYyVyNGZgkkp7XXz1ht695IwjCI7VqtI1Xx7npEpAFw/mlMTdDN4y29ENQnQDZS3Xu+qNwIVRYKjUB+NCdOkbsC0VzpAiRJK1PT1O11wlIsKDEd4VR71qAPs1LV521qPhSgjfAlXJZ0li/4/7Q2i7bD2ffYGxWarPbtCY4N/lUFU55Tvzdt7MTxHGOqJ4OmoVMRVnWM1fXvjt8Bn1/ieslRzHqQRPVoESxRDZ8dFyWoRE3B3ZMsqBAZk8DAO+Xcmv43BGZQ6throqBXQsTdwiVIH+9VHNr8OpA9rp1tXb47h0Wa3rX/Z6bsaq5AyUwFaWbkN/RoYdb9/rvnRrHu1SFl6wznHgARhrlfO3IJYxQbQDuQPgSogCRlVIWHVw0Aw3fApReFD/4IqFBoGrzGxMK7T/ILzypXm6n+nShpIPqPQCeVCn+WkX7a0236v7mr8aiN4UsCV4TdTtZ73JEc0nM37/rqQA5mgDBd4bSARlbTC7jEmeaUwRNiwDQXNOWylaQmn67yO4wyG0QG0yQlfsvmtrbIRzAA5LNNaGkImVOazuCguRRbGLiVjl95kh0feIpwE5yB3QJ8xgtlaYJ4mockEosx6HsJ7ZWrhxpsJeZ2UgLbT3S2lUzaWhA3ZnlKIy+ZBY23rPe2ggSNdkwJTs/eA+CkppyvWWC0NiGtQtQDWWqfJMsyQel6zQOGPaciAbL/BzQNnh8zNlaKgbEnafcaZs/UnLbQawim8KbpccYGVX0OTAEYpyDj6jSEgohLPW0efzi4fXTYi+IUlEmIJy8lOA0wDNiuARTC5Kf/q++m9kwvRUEWd1MSnws++SPKISaCuwBFK4lTXjtwkdJsdqeSKNsxalAdsPJV+of063zt7zEnSuH53AZbYZlrF+WzDVI2l4RzPiYKdpSPpKqoeyktlGaibTzehry8Qn3kavRIVfrWM8z5eYeKXQNGt9FyVvABzeEzoqmjVMtK52zB6pQfEQ+p33caGi0838QTUMwdte5zjXrRxFRAa0N3sx4aZHkfCw1febancokaTUIWoFWWUdCD7VO/JpvcqQPYepLm/IVeSY0/4xgyO9yDuZ8X04AqB0G216HHkJIleGRKSUSWO1OWIMbKngcA5NdJUZh9Wp8nXU7qD4ONgljMPvyzgs8gneT0REiTEcRMFxclrjAswtAI/daQXg9BMs6NEQ5DVsMr6goYxJs/bkvwoLm7y/ztju664pKGebihYbkJgZEvjf68T2wguqfY2qZogoGIJw036/I9pjo6KOiEUPWSBmlWGDkRkTX/tdtrZiWbUvRa0daD0g9UZzWIYcdo3whztiBxs85JqCeVQ+t7oeUUAMj8ZpX4ZlavVp+2oPTORGB04RjHS4vmWXjPmb70GHLjpnG8kIWuZEdqfEL8UhgruQVvouZ/9PBdo6vKNkbbHelGnMiKccoi3vqt3fS53h0TYtZPk62qQ7OkZKMJSzmrEDIhwFaECK9F5m4APojFVBAn+GADtDXutsaX3xjyM9CbfV1DDW6V6JOcIkhB+hug+RB/btCfH4rWmOeifVWqsocFiTFOpri4Fet6OSMXgopK95Q5H2VEsUKCPW9qOj8812ztio4FTfizEUKGCgW9xstWhaKm+WNfnBepJ5zc7Kl5t5dltAj881KqXFkUvyJ4/EdUo1RA3sYJaoCACHviomnxACRwpt+wYTMEXJMgFHSoFIvOxN4jIhHRYxVbwIBnLySCDApnhtGitZW8YXGlZqFBtgiv9qlgkjAVGn8jYC+HngCQoDR7CCjVGTJ5QpnnCW+sTOUTir0Ps7LS3I+T1Z8nWy7ybwncK2q0La2rzIaVrTYuikvqCPuY+DJxhXn7UYyy06w8wUnVQEWV8JXtBa8i83dPD5KJ/PW0UfzaywEybMFJiXAV3GBh5CUUIQ+Rq9RA0WUf+nMKcsMdllJQdXV2mOWLXwxuuTmpbjQgCzGPu3wCEOntDhHej181uoo5ghwJW4A8cDednJe8wXdpnd9FtdIuOou4mX8RGBlkJfr/zK/JzViFSoAYfwUUEqBwnzLdBqwHodLpOk+60AOiZrreMOYp2TCAvZHSF7qz0jj9ng0nb/l/8U5KwlO1aJG7SDlzh58q6JyIFbawiS7PJOkaBcFA9eAdtni3SlebDHBJ8spv9Nr9PfU5q57xWb4c2WVay3hWyDmEFbWMRPmJTOtQlWK1mALbU7QzN2Ir1SBimDT7y0Iz+UUj117xeXLCCXyOBIXc3WdTDVs65LYbN0xQzEMsvkOxQORyC4AVlnssKPZjWr7rbz6X5q1vKwtaT21WetfdD9Dqh+fBa4sH77t5mPpAwUEyLd80rDXosXQsBas4/UQRUJmWJB5fC6V5OJdyYdq3VEzLSWBNYh6hwbCiT6jwm5EVx2Dz+LdamFq5O6r/VpA/miJyNf6hTa0h/gF75WL55fGD/NouLjyGOb90ZQLecj9TSrh7gigJtswiVqbkRp20/FPa43/ij2l443MLtjGnRVvj/eb6w51QkzCtJ54t/wz5j1zB0FIYUVO3Z/AkDGnDyErgzdubLY0Pdsd7Q9s2eLUFFxk7Vmlmn5dsX8r9Be9RCxrE+xrKgNDl0X1SSde6rjglPU6NtG2MG7OHWc1M3pUH8+g7NHttndqzIS02kAUSSKl9V5Od3ElvDpeCRluFz6c+/2rFCnvaGuudOBLKEkbaR/ALuyuLmsa0ghJLpgspw15YUlvVQPghjFWDncEq8mkglf7K2CkEMLXNj/CoZe+G0h42q7itmEY0x2iqkZaegiJkSrq6JP9Jtf5A2u57R2zYUBYOktMHsus8CSqpI6CuyQG+LNXAr+0cFVu1P6VyQIt825pqqE5LNU57pV2Zymm19NiPoPb7x57ecFem6rSgkbl4e86Po+vC1hHyf5KQ/xi+4feHS795wsQ5uN1sjRKE5iGh1q++kJpjTkatB7+tNax/l+dJIX+YzmANSsCwAlijGAD3uQ/LBAjqTIdqkWY9jd7tN0Oev8nlhcgYF2ngEX9JGq8xKHW1zfVAc7sDVB+f1Z1S1Qe2HCiFCvwkS/uHpifuP+YiHcPSQb3zjPdtXefZUrWjVjeIBYlKzINWVGKuF3H8GGD1aU9+RPG81SLgZFgyUPtctfZi8HGSxozpCRxue92QSRDqu8HDCohpvXvb2hcVb9ztqpKlKCzAeY+kHRLMpQWlQYYgTcaDitmi89Rmv9Oz3ncDsxRtZxwtFGlaQbNWGFPLZ7RtIug6mirjUMDmUy8YuGdqa9A9C404A1bpTWyi0xiqluw6tGKseVR18rSwad8p27jigFLKOgCpLbcRD7gsCwD7QMVcqemDH68x1wx2q6hELRASQVeLC0jR96tC8UabtpHIz6JLIwqLLx37aPT/bOzaPIHzERMp+5jA6ZTbowkkjBRQQSIF8lnpS+GcuKIFlk56+IsiwzjxuOof2mJzUEncBgzeOWDUTiI+42t0Xj8JDHxWvYPJh6gHkU5JhA8eEtsHOouy+m22qef8EQibTix4q6aKdDPTq1hE8KuQWuJhJbmy/q6axaeKY/5Cd/76wZgN1QOQJBm2EJOMwz3zMvDF7JH3TnTLieGACFc4a79Uspzvb2ii/56FOnOushsHG8FEIt5cNaRlVMxc0XeO9qutd5WRtjPmhNMJBJ99bg6utvXS0F4O4+xT9yWuIvFIfUBKBaQWwN4YCQ66XBVv/0zybfI2zji5sIZCHj2JN40jagPp+hW9jOMgqtrW30hgpH49OEHVs2gpL0KyZKOf1BcOt9ITIMaYPx7rCrO7u8HDFL2B8ZDdC7ZtfvVGZie6Qhj91vcyRj1x5flqigBezyoyDYeKPgsWeTIruv1Fvo8r1f+AAeU28rMuTzgsbH/EDFubPDd0xdRW9Sjzllh3tTeWiha3iqe+hMTvzWCybIPJDkdVkw+++A2WbUcfxTaqWQlrwCjeDnxAk4Ukw+aQLhSANKmtD5a2W/0UhK6JZo4o8VHxwmHpnm/Oqxi5NS8G3gofsclrgLJoOQsveIjPqDiTpMaFdIdES9MW7kIUXyEFpoS/TsqQmQjJcb1fdizf/NnWmYoLEVkSKcPIv0HMVhHioKgYTyCnQ7q84aP1c23krsN9Nm7PcfKg6LEfUIM/4ipFmiXAT8agiPVFzS3keZ6v/AAPKkjPgmIPrY/YTRqWGEM8l0Schw/ytDfwuAFRCQUyqPoCXPs1RaqspsZ8L+7POIBH9cvceEt/TNQ1/w4ba239oLkNXunu2EQLnQ/UbZjb82krXSpTr5qbH+cH6DII0qVboE2hkb/OeHjVF+MGnY1AU/cAd5rgAvwX4ADIDOdPDhd8Ya+4RJhnMR1kz9dsJ3VBWssY180catFpk5Wb2O+1PrJAefzwmZR6rjCrC1qMY0ielELgCWNejnMbpRCHV8r0JN7+EpgB30NsnhsC6I929EfrleTY7BBw9B1El/bKaJEgEpach7MF2zUHYVos3OIwedRDRRHN/Ybu8pcE5Mf04I01hJmDpykh4+2+Ave3dLH8r5QP4gi2IDBhakWk7jH6wC+G3f4a1+40g2yIwX2r25hXF3SdwMSnZZwhSUAykS39XcKqRUyKyBydtdL+WbppuqQ4SizwnNf5OHOeNgcvXjuhNseI5CpTCz7n9CbX3df8MhQTJluuUu88HAiY3cSeh+V2/e0F5y2bduSSL2Y0aJ/EFg+SPwOw4bfk2SKM3/F2e4OYExTrJEPU9fhVb+ewwcYMufBLz7+XH3TQ4PRS8MbvP93m5+z7vQpvrIrzMJ+YMKxuFD5a737Mq3a26XL08l9SlbHwPRoOlnYpnJhNrZbwcX4n/Xc4X6j6ty8hM2ii6ycWpDgBgQiyPmAQDWyI79dicuom841Mxd5Ivlde9Bn1+VIBbZG90/U3LlRAM/ioO7SU2fxuJ4US6QeYQKONNfKCWIHyF74CziI+tHS3a0eyVTIjzlqBcNH9G0wRrNKAczCgAKqDGlZsUZq9kWrIEOBahOIpGeWudwI1OuI+GMHaZ7nwYDYW7iD0auNUFoZgMgPY5a9FV1i4By53GfU8W5ChV0AMbF2AXhUbUPBw/PBemKQPs+03GepuVMQYeNvK6Yx54tl4nt1e4wUTkUB2Fef8rc1ZDDWLaFI+x6d6LPJbV+5Cx+NRyLkOQCn0OTlvdaXyQ2wCwgjPn1nlDihUMBls+ojTMbnO849ZZQXk57c8ewIIzaY6Rcx4mkd0NNZQtr+rzaTVNwQo/cgOrFsz2MU6PVeXhzJP01Vq1ZiOlGWtzVkLZ9/7e/2S2qEuQK3cjgQWl6oNjdm2FxlK6JEfQ1FJfEbaTyHsxsLJyYodC+O/7CcXvxZm5osgv9PSgahIxpvG0tW4UjBYZTgZs60lv1+Ygy02sGhTBiKH9FXBbULuVV5+DU35wwcOzpLXLAkWJ8TISsuVuNdN+BnuAz4P/xAbo9wZ87VZxvZxBZdIkOjJ1RB7We7jynzF/gW0ArA+oGR2jvp+691YdbmQ0XpcQPz9qBZEBgQqbAezpKu8ErXgjI7X5ufNFUkse99uYp2mk4FN6B1ErNmV4YmYLO7dFn5GUAcLdQb3iZmiRibjINdOSwT8E5SSFHmnsnD9RCN15UK36SzJd+z8PZWoNvVQ+IDwtbYJabNgigH5DmeB/L9YaqO/Hw89O2dF0O7GNM/kxZBP7efgiSxLOXzJLKiQMemwAfRfTGVVgrUPvto2c+cZ5uS8Ye8N4qKqpAATfw+lksHDsPE4UZ9a3P2YyHj1Bdu774BpJEv1nnTw4FBeYj0FDXWhahAIZLkU9+DRqW6fKjq9hvlNihJUDxiUfPiaeb9X+x6NY3j0pz141xZdfBOnlx+rw/bHOrFt3M70EVh4aWXw03G4uOIJT+VzXi8RoaylLI/vqUxZf3TkoGw38V9xTyxOzYfvmNr3CjJx0XgfoUUTXDhNJPrhOpCZvzxZHFJH7vKa4ASmZLzE5Em0vPOxj0noFTRv8C1e7dSjYNyx4ILLNji3P0ZsSbqoDtkAzd6TS6RIdHrRJMCPdgu7KIRuvKhW/RO5Wh7DyZbidUPCU+lllUU5L1VqtmzGt34RQJPZN6p+NmryIsGrG+U0AL7y87nRbPsRcTFN1thl6j9v07hmc7sR8yCZq+NYlbjG0+ofWr2Ax2iANSgy5k/i0dTtSTdl9G7i6pWrqD3Ml26LP1kXPwO9MQYCk+tLbeg3nftn5AaW3R0/2dJj30aalXovxdIJiogP0KKJrNvjCXhQjr/DQidYnQHg09JAXBRag6Dro5iy8pd/NBb0Hz4ohyyKM5AlfjpBNMT6eCTNWHkS6kBUzYgBlQ9rjc02GQhdYsGtAO6krNUkA7PCuDy49LTNE1BodTz+7eArjJriDpO615+3z8hJQPFPJLnn/ikdLIPpq4Myt3M635psKb9uBnvh7pQXrpFc7Jv/yK5QbLQ0/Fg+AaKnJHHBTOj0L325dQSX2rG+trGgjmDuAzzq3xG8e6XTP3YGo/Oj+2GCxn/7/mYjPuB0sE0uXwELcLuFxq+MB6tZZx18CknaZ0pEdR/XpdHk7uOfxpYbrozeDg2T+nF8gLSwBhEpWUhXLfn94m7bkTRmJC30i+HrODlDYoeOXOyG+zJTFFn0Dq3EYQWVMeXDIhICOmIebfim98raqkmOksSrqWU3OsgcNGs0ZD+AumxTzE4etHje9QaV/6l5gHK8hDvF0aSXJb5ZKnlEVXuhhZRCABwthpa4FFu86VWvUhabTPyMtE6IYu/2HBMs2/nuFZb5JN57W25sAXKRdnOUxwMitgpMLk9c1Vut6L41pNm6RIIBj0eGUnx7kj5uvsC2TiB+XB5GYb1AZHfKJxkYqFqZ07zCeD9+xbZvzcAvtQe56uRnI46A5jlrE8TL55lLb6Qzn0hSVMemYWTQd/z1PQH2QgSnjkzzKIoNl98Ukc+S+LXqU/4C3Oij0s/97+l7gPcizSqvr030unDqCo2Jaa72wQrdJQj9aHt4lREQDZXlP1bngPTmAHZ4/Hzta9pnkYnpI9Z+Xl8LR1QgLKOFM2o39D8QScfBcyJe2BYiZvMcdQ3JAni1CwIyHAKsuYU1JfKJ1nhnRtvqS67mKqujlp6uTruY6KOBF8EqclEzfQl//7uU0DPp9SmD0FBpK+a7KCaktJmSbNSAtFM8QA7lfv6N1yGsR6r7Hf1iqIcySrtiTxBddgQUYmDyZ58bIg8NxaNmxu9QEifEF1sZoRNhkMZfIBAY0rnTYV7lRsKHQPt8bdP0KMzr3B90PzADCOTPDniXXWuxvDn50iOhk0EXlsa6w59icidzSoauyi1+RYdwqQ9/hZYHAp9io02XR0fHiQxD81E8H+C7ggY5q2ynIUKyZKOf1BcOt9ITIgQVg9OtzEXRQ4gqc4KvG2fYm4eNkHZEDZXlP1bngPyAwcB5Rc24so18oQG/CuCKGz+lCsD/gzSZFE7/WlnNgMxML3quX34w90p7qyVqPtc/5exOXgQkhAFAG7xCSaa/AaEsBnTpcAfI//ZhmHa53VHgtoAakqERm5B2UG0mkfQswOJmbx8DzdA8TnAO7dFn6DNL02UiQdZHRi7HFRhjbXKQl+uagpTzvG6x52X8aqWYUGnZKoaLj0iB+PmIdNz0NRXg3moXF8DDbkTdfPijtPOqOSrBb9ZK9/NI6+zNa2qJjpIBzBx30F0wozkXLOJC2prIyimW1UlJ283yB4MmEHlh/fw3HAhUNI98/8MMKCtfNC2jc01494SQbhQDQDdovYiTXoUn+1ijwoECaKWvLmVrycfAnUJH4FS8SjOsmr2M6jnz3DLMrjPytlr8w9UlaeWcRug5GvOdfJQ5/1WRgoI9XRRrdv/uZ1MT86ngu3MRBzHYqqt5psPaZ7KqUytkrZQu2dlIgjaJ1XEm8FU7tXBuGjTYqfFHgCpZgbicSrc81BlCkggy+mcGLMQtTnHzcI6KSwus+OdEJ/MuqgLQVw1KHmhvNM+UX+kwcHYyKX0dS/MNlxsMweYIUnpRIs8zVMBbQVYuGJ7ySiCFOXCk3w6jxpUijfvcWiC3khtSm0wTQvwB62zZq7+/Nb0znqdwQ0w3KXRMxHw7EZLborDrsNmMtNwX7koAFSSxMn4vglRcr8/KKZAdvpj/0HFx71vVwyTlVvvn5KLv2fIMWgQN68d0JtjxHIVLd+P67iPkaUrV4VgrAIusIsfA8rAvpRIkbgevOZ/v0gO/2UV96IP/SazzI2xpm0rv7dSXfYoYOgCHyDGuyeWnCzLyAhNEpxIJ4xoMSbQhkiQlsAJG9OjFTVzKBlN+SmtLqZ12hHlOyuS9F0FCU6ZVzRFcpwDDGU8PyFAVp23lFBLl7QtaRysCDMiA7PIEE4HDlSllp1tAp/zk9tbm3HCCUyibIIZJWMnJNnV63HPctYgRdaDQSMjQUNnoTm5c1WN+LwB46mKc8BI0DJyuAf+kLvsOni3ypz4akKrXyufU7fgB27FoWtCShbusHKJ5zAAjKbdJz+W27iq/uWZ0fB1SultZrWupPWMBbsSL+1Rtn/+bdf/GCkY9jAgjUzzV923YSONPMbeZeX6s9YcRcTFCAbjMd7LEOLYdy61WqsckXsDO6gyJgG+Lw8E0vDZVQQI2LadF6iOjhyj+jPpTv8L0Ne8I06XQqF9OmlBDJDJ7GUb6jeGT0+B2bbaMgI+2wjXYHdRmyStldbF+1zis8lIVhmAu6Eva2JZ4NMxuc75NhhCbyt6ejtmlXate24omzIUc8pHdDTWQVGUmALwd3iYHS/saMrMgIFxqaXA67VPQsBxMyQGgwSz1KOt3ur6GS1o8mwaOJ7AaPA69pEuq3Yplv315xuEl1mD3r9myEHzud72PNb6GskT/z729KwqyYfwDPgXyCyb8/Q4s/JAjJ/Cg6bxrX3cjx9yr3RzzETWE1gn+UFNyhf2SoRw/ynEuVlnyoYnYKSBMaOyj9RAoGfNwjopLF8rMuTzg6D7meRscQY9LDgvOYWyi/0mDg7GRS/pN4iIlbRj5yaH9bWbgJUMfJdyap/kakkFa49dysTlw9Gn0ZtMtA9me1Gt7ceB5E7ukkjcz3RgK5qlC2gkfkSODwIS/2RloiGPe7ltVBkf52FkuW1monYyJ+yhzJqHrjgQU1UGbhtoxClCfNE97FTm4BD54fxYjpAIUJGcjx4LMoakWzbhSz4tNftsersRfRM3RQjIAhnYs9CuBugngntD3xZ/+Iypspcwi/1G0ckx+Oae+cdGbIB8XUeYlb0QOqKKm5l2hQPFAgciTd998Eq7fNuN2JF/hzDLpSW62ib0wClcRQfKHDUKHj/KXh0V6n6P7hlFvgWdb/Fpi75qIwECIngECHd+I3t+CeWNwPe2AaTP91Zv8c65NJEmu7fNMhg0AeqZBmhrWJxv/0rM89IGar3fKJy+jt57nvAc2CVh/B+IN9+AYNC9ivEHZ4DXj17XzoLDX0laJJFR7mg/1dEvHe6gxowuh5wRvqQAABaBAAG3JAxJ85EzDHM6H8JU7iuCQYZQru/Bozxtwctkjd9UKrtJY+f+//ZiaOEdLz68XH+IxYUABnKFVHlnWYTfrRjnILPv3x8lLPPEPN92czQ1N3h7K6l5xA8J1MkY6gVqCQ/bm1E4wn0uBK/KhL1BTo18LbOVwr1alxGnVzd9D9dPDnbEh15tVWQho+xC4a0jL3WVGtoh8LMmABFxw30HWknXQfZ0KOJluBGnzPkMy6rn4nP92ulx5V0RfA8VLucsyPctwg9MPUa1YK2IRvy4zpozkZi5N/AxKdlnCFJQAl5mPexks9cRWu2ul/LN003VIcJVw6CaQKbjIjv12Jr+f/baDYm6zijhxaYCPQsmCj49fBqqpBT6QQsOWTV2vqZpEI+63VbyoE+g+sOPt0B6Gex89i60YdNswZtSonM1ugGfX5UgFjdKDm+kCW5sFGpZwGiKiWyYb42Oxb6SY+tsufx+0JmDk1s+Sk8ByqrPkwKlMnBWoFVxpkrS2IuuxgtoNM+5/a7UOSOS6TtSm9yA6sW7FUantfi87iMiLrFusOrXF/Esl8BVXg7P5mqobVRxX4P0FYFf3tCAUNGCWeCejOPD4rAdvyQjtyg7PDDDNf1xRRGgnMzRrAcE+Z5S9VGc3X2QHOJ3oBuxL9pKvWaEVm8LauaLL8g96/Q7gXelAt37sQJlziQo9kYsMOHiMYxNH8H3ziOEQcdCSKf9ile/pJuyX9Ig9u2E0QK7CnZn7+bBUTVRDjo+o/Nho+q8SizG6qs1EYuWTX3kwZAngnUCxFPVETVVuPsIwh74HusTqN4azzCOVg3jFdYXcPT3XP/H4HrWpWuSWjhB/UNA8qnQEZr6YtWPblPMNz6KTWmsg+AsZFa1Uz/o/oiDsBW3VAycrgH/pC77Cu6di7YAvd2SpHSmOzp1mlsxiVQtaRysB/UetKnxGy3fRAudDZZKa7WpJpXXHp3Khbgp8e/xy0RsCWXu5gVYqEPHnLFRIQ2uW8LNvs1ohdYXkXhg4tgXGdKxU+66jUtn952bYPeA2WbUcdA4TbpvkLp77TEL9e0SB7B8EL1bId08x/hv9JMrWk79pG2E6KgD+fS+gQGUKSCDL6t/ipjkw40WuoVuaTh/WO+q+R6ukrHbP9pN1G5rROq4q9iuykwCm9jcyvVOX+m+7Ngy8Src8wjoCI8bVQtk3QW/IQRYkZhCWL3Lil4fSPGZWkhy6kPRUGlyhC/XA8eesiCtdsPyosdisigL7SJy6BY9crtK63pHrSno7LfEcdnsWcJBELbsjE0B5k4F5AEY8UX/OF32Y1+KfSZ/fxUCIDvnE0zaW+sJDI+VhdXdTgP7t6ViUZ0FL7iOtbiRX9vf8YW8CJva28gYnnohyRApH42dySuvas3+ublgZGiYBpX97ob6tcBL0uj2hCPFNNGcRpLZ8s2jgWuo31xDHlzB/HwRsxPc7cvFTns45Rm7XVqlzNtgVMs6+iUTqQdIJ191VZka1FRif4l79UXE7P+ineKgTbD1jjAnZP2hk4YAMmat6zqQZ4HfanIEKVGT4PCw9SrIS+6xOlk59N0o7S6d+xfsmx15pTJptn9dEvoM91mtYJHAqHrhA4yjRWynkxkhDShjtuVtDaIcsu0Pn7rjVu3CW1AgQ6tJjpZ/MY1dcE6W7t3c20BfuVMTkMiOxHpUCV+sru6U3sKDqo5KsFbMkP9bHOOjG96f83CSsnnR2vzsJwUkfjz8UrQ8ktQCp494NGavJIGwZte3SiNdbDo/cSlCGft/lh/Mfw5QFu8n+GDhRy7a5vmkTW6Ljq56c6CBqpC6NfuKohpvyq1R4D/nZXcnvdkw6kWcHxnwjc4Oxc+apa2u8Zjn0U+g5R0Y3Idg1eUKDMRbYwsRUnKmFkjYcVh9YAHGMJGJ5crP2XpYSl1UBZ1jh/OxIOtkeKG+sggUzE5r72oZ7ZwZyW8uJxYH9TRM/GuD7tdqMSZZ93a4GV8C2/JLPpJHLyXh1tiGVFAOd9vLIcafh2jvDjAtHzdB4BvLaQsJqm/dMU9UrE5rvL6VfzzHQx5LuTZKKfTvoaUVst9TRCoDzg4OxxdkYIt4UvvinRiEJBtbRs6L7mJYoDxQGonQco6Mbp4MpsB7Okq9VUu3THT0qirMMpdT6LRd3SsAk7CsV+YiHP2CO2ssovtf7aPamZDJZxK4At0cJ4c1A9T8pny++eQtd4CT2VJBQGSe43a0WXFA02ZUI3XlQrfoU7ePnw2kPtWY7Qx2lcswNys/ArhghAmVgZ2CdBOKAmqFrYFXj+OqhdLgBlYwV2uST19GJeoqdyz5niVsZ9yuBpQYRYw56Ko0KMov1cTZy4Wg7dF0VfQustpdBuQrAkPWcMGWLTe4tdT0FijdJKOJkZJP1R27tPnabGijjJ3AHyP/2YZrXHQYdoA029OjHB0GHaANQjGc7Vb6HjxzIubV9Tgiv29aOp3aITkk/S2hswQ0HvG6oO4rdZKi2+RonOuc9ye56b2uuudOqoDCsi0TeJmE+v4hyLSFtb25/Nz2rMdoY7Sjdwd7DBbVh7E3dXDWX/G65qHPVYQjdeVCt+ktYs+pomfkGyuJsmr4A0A3ZnIemBR3Xqwi9mvtXHV+HubSmoHq3Wv4tPlXcxtM02ly3/B3aixCSkNxJZOXcdqFTzkFnyrlotN+4Q8PXVI76pLHrXP8jUN3PPlxiXb9iJcB5mdN6H5qJ3i7j3rGd/hehr3hGnS6FQvp0/YF0HrEWhU8B2H0EZIsj5ZdZmOvg0CB3vcHeYaG2L4LrYOu39OJ7zJRc2n2ttFnQCeTjaVRRiTCztoz/dvFsL4n4HBjDAoEkz3tmti5wZQIUifW09c1BxTqbW2XuWaAdJ7+xNVUy97HWf/rifaGladL11hm1kZcZ4lPqc6ouhShfNzcZ6mT+L3J6/eok+bWZ61bc8Uh6CSLEigMnXftvMnqqNnH2Ubaz+/D1VNg42JyblyP9Dx7piNU21R6F6lsCtq6kx9Ere6C+A6ZPtuWQ8VtoWR39a6M6Ofswj6zSrUijcPo454ZMX1KxH75Wlg9ekbbZcg19pDPUwN4h6ZfTfA9fiy6tr8ZNhCYvn7npkRYCSd0hHyL9vct+4YqdgAvSpmPx3+F8L0VSBRdmgPh2eR3I5fbf2UzQKYLFfQTVDq/EY+Rp+B+vSt5AO4TmlFd2njbiwJ18REi1hQ7hn1wtAH58jtNJd9eP9shEyVK/A/Ow5+6TWA3mCfb9isjBQR6ubj4raEy5e39bm+FKicsWypzRl2LXS5X4dIUYbpamaUsuXKzulQIi/M5qG8+L6pf3SvoYs1uPpZgb6aPhObL6NNZTbYWtcZ7QWtAJCn6nAwcx2TztAMifFpUojKz00qcIFnlavD8yG6uDnlhG2e1VVovbzoYsZdbTLNmpMY4Y/PTZFNmc/ynDIohYByCcch+Xu8qCQnyRzoRjsATdi9j/vUo5/ka7cLBk5F8EyeYtMtcMbJ1wVbp/8qhpTmbsx4ePlS3pG3QF7F+rP2e5l9GeEqmyRmLVSioxiDrksru9199NH3hgdvM3r/iMe1AIZdJ86whrZdRmOo7sml1r18FSPj1KpMDvEy+Flm6Yr8vGo6jvbZoeH2fiF/e4Iv3u4lDT2DK73dhXrJIyhyTOixK2pzoIgGX4KL6J0xmCSOhxR4qMQGBmJpJjo1Kw3Ef5VF4W5zi8fH5HKHpj8oK/zVfAhgpH7dtH/IoUafyKm9i1XkMsceevySSF444OzPgmAv96JilKsmYMg+kPJdIOKDOeVS2RwHP0Fd9b9TGsZz9qcpnZI/eYwbBQfRJZBtM9z+/eVhvuAANEDtEjHfqoARKZphiGG8JMgVvr/kJ4Vhkul4+5+5Vxm8yGl1zBzyL1KJOBZKa/6npclEBYQ69oe+LQmEMFI+uyNUvpRVHnUBGw1kZdwmnvltUuTkjYxXBRAaemWrPUZPeBOfzoCM19MWrHtyluUo08oFvtnWybKpnxc1Neub12g3Y/0IIz4ifcmO89E6DlHRjcsf2UpQ89R8wV/q8l5qPuZ97638YjyT1XeiY9vsc8oybTl4ljJnERaJSHUxXI3hV33eKVcP2aNR4ZcGsWrpD655sd1jBf6YkiVq25oZd3wCvOXCusS7E79YRZ3AFAbIPOp9X9B+zWoxjSJ9rwnRL/MaYE0qxzwJS6OK8hmCM1FPFnmuaoLbl8lKFwPHc7VNsv01gvm1S3665BzVEnbd1OxvvJ6isbod42YtMyWlKZvAELhYcvsCcp4OL7CP/hjsbUD4SjUOgYYwJh12SHEZHgFnWMNpo3A5HAfOeYbWzo4YxSWvS1/8GVSMQj+FLe5s+I4GxkLvOjJzSzy52bnNDNkKkivC086uQDi6hYxcGQq7cwKxU7+23rkku0+gWkkwGHCfyfMWuMoa7J5acK684hl7G9StQBuk4BfLmvX7Gaq6JexnhikRdaMJsXJAEv3UW0utTKOAi0xjAyGGsAhde7VBzliLSnsFFXFde+P6FncQ05zsrzn1Np/fYMdM8vjqhDTCV6CzYMvEq3PKFPEp24GAnUCxFVr+sOIuJiktLg39vlGXCNGPu0ahwkxUF/tnXSy6YUTOEHXRIEpZ+ZQpIIMvo3ZjUVIkCwppmO8j9jpUWJvEYsta6Bs9iLKiXlsEI7fyfOGxnwyYp9zTVn7bIXO+gWRA7RIx35tGAZxxRIjVUx8w3fCN8HY5IuyC5s+RZRSLwZ+NvVbaDdxjC77Z6eudVETW4iOX2lA27fVaeE4CToCQEdMQ4/s9n74QbKTRo2AzSMuPQRtptjxKupZJdu4LvaIcf/Saqtx9eAkYwo3K9N1xrvzObg/mw4sWjSHjkzYJJTuwbwmOYzEuGPi32SMnKg9SZpRyXBZ7BkKXltHzICQ8gorFl3rFoweJTs7HxCqfWIyhrurgQH/UhB45RQRLlXNMdJ3tHJUxDAhtpY6heICly4R5ee/UKU0akJ3z9rQYBhnTmwF4Orlfrjf/Q/yan4PfelU0kMQsctZfFUVWYOGgsTaTd448R1sZd40gNZGXizOo7ZffnVuULF/vCkhsW/hkA5Vzepx2J7OIMp7Yfr05LX+EK59rbilBebLWWL+amKAzYoszcvq1E60FssaD+QF0qQmQjJcb1fdi1bh85HVpmMA0OlnkU1XyzaOBa6jfXEMeITn5VUmM1rR5nsoB8Ykh3isMXagxpoWPJHP9lAvzRWizc4gpz2T4PCxx46J3pV1YzuNQpq0TwPvjtmF6dcErRSxM5ekhtBP6ew8o94es1MlDkG37vd0xRqKCDgRM47aQ7EB03/KXqwQNqm63vtg6jOigCUBXF4NEzJ4/sDYJUXK/PyGId6C1UEdKU9uwiUqVCwNoUowXcyNtxl05hvMTvtLLw8iXFEEGrcHQlG7+YBTd8k6znwEL/olwt/f+LhjmYEd4DAMcRdaqbq6jDHTzhh9coF+VbYERJG5uQWE7cnkoKlwmnfM26ZWUy/ld2rWGmaVx/Xy9NcE0Qk8piwXabsmt0SVJKM5OzZJjAKH2pS36olzwQF4TjKv6d3uxk6Exjs0tl9m+OIXLGJmObefo3qv3q5/ip/Ywzyyb8VA/aaoYiE9sqkUwlvqBWUaJKNJxUWNgBdI4p5NciekRVAJRgQL01wIWwtkFWTBQPQR7X0XHBgDUrM+G7puIVQMGz9WAPu1m/CeBtHm1JC32SP4ujLr/g9gYq/A/7AHtbvnHKfOL4tVq/OtttvRtZ2OP9bGXk990lUC4NRuEQ6G0idtlPWqMDOSwHilysVldINKbyerliv5KhUIYJUg/1T6VjNTR7h/2XyJujK4f0QW4YAILVQADbIzPMI5ck/cri66pxX1FtwPM+neRWMC34JgF/TYJkF8YE7bqRNza9/5jnAvpRL8BOr0rgUVNeaDjr7hVjayKHwm8XqONgfckkcxPcNG/N9HCkrnPXCuF9WcRYPLsvBpg/mzT4ppsaOOd2cd4AXfIzjdW2taaRey7OSx+Dql+fEKTM1Zi/3ixIDq7X6BV6yqUwKScOjsNE2imWSdqjhJ+VSaxJn+gsXSeH83P0Gy1HiOUrejZm5F2AUZhN6m2TlyMCzyytpGrLlts/MVZHt/jqynriLWKGozJBTMx/Zshquk/aLhGKGFlQ6866tZcbLVhoyfpHjy07BdS2fHgj6Wb8CryjXspEHDJknhVkPSirYu7YepA/6MNF3Q34TwNpB51fdJVAuEC8Bs3FWWVOxnH9FVWh/kC89FCI9rv/KcXCdT8FibVd4fIT3kbr/XPkjq8WuDlX7C7iVf7AlSKHzo7b9I6Pk0yW0Pd4ULIocs707zibV7IhkSn0dE508FkHLVuyERQ2ao55G2lT3Iz+uVd/oDHsZ7wYcBgB4EJOtWrqPftj920DI6OFz9W2uOxu03+hBOvrKecfeSy6G+h4rKIvjIODw1vbrNdBV7l5lwRZHkmCL5n1oPby+EnhrUbTOJ4TQeHn6eOtUvVQIidB6QSACCuvH2HMUez2L12OJ+TX10usfyB8I7soGbOZXQEV7SsAwDeT6R5VsSqqjyZfhnpCA7eJaKhb/JJSSes2DbXEFk/fm8iusceRnFcWQ5hbyydJCNdaSEHeoqCQl5VdEe8/goAG0oImxJsx+Zj0jg5UXDsWHaadEuo49jyWTL/IlGkGxYhbiQkmEeBQfPt9kXzv4xEiuoDMa8qQdyD7DNM9aOWCH0lgZci9rIvaihq5cYtunXGps0ThJxxnne2B4sifqtCoB9UiFGNkSl6MQ+Gbk++WmcTwvp9j3Q+GQyiCza0uZbcBym70ctFYisBdpMUpnCSDdEODpnmvdE+vcd0KhehytqW+8n0akwQ5ydv9GEEHyQ9M027LD9iwAsD85dDbu7RLeA7IX+OwTKEWylbJHlBUIYp0YRKx8guuxgFseNLW1rcyCCNHUdSQHf06wqPYlvY1i57aayAKiOqWxQDulz0WWO2pHiXuLpz+T3p8UoEm7Qa7b0i9HHlm95amULphVwbblUz8GZSXP5bn5mv90JInrewXclhQlP8Vqr9DKqpSezl5ge3JMVUv5m+a4P6BlWSdMywUe7rQ085fxK5MYiqE4Oh1892FkjFpAZPW0QtbnqJlAR5EWoz6UTZAU8WXH74Es92GJ0Ju5+Zrxo8tswClScqzi75KTNdlhlSb3UL2RjcHt3RgliMKCGIfLBBKr7ZMv86nyYwPV9LY3xsflB/joHOiAWK8byu3YuOqho7pKWKY3S1T0XfdSvDa11/xZQWn/4bOh4EDWaulbYg5lRo2XS06fCpg/mHgALU4GpCA+oQcNWPkGbA1acJFX7j6tvIAtLFOChMPScIcYPcQe4g9KRXiD3EHuIPcX/kPOmTA0Yhl/SOUU6RY7YuqsKzgOoGNHMrbFVsYPQ+eNZMZm3/Lg2dfI6U0g4uZ5B59ucJH6CMVDYTCCmotTgwULP1ivNBJekRn289oPKiNUTc6n0Y8P1FwAg58GNRlI7wSm6oPFmW2n16IPOpNWLXtU72IgkJOz73GHWRBQDWywzR44AiYOyqYF2iNdzic/p1O18Wb095zCMNRIK1J5yghr53+WAm+qZ60oc3TF4qwlcACyqSRpqNIWApcWafRUt62QPT99TAcQRmGo15G7OgD/+1MwPxizpXzugfGADUksxoyVyFmLYxT2ar+fv8YAdcBWEQWNS/DCqzzjs7lg4SwHPhrFdLYACDgsycbPshbCHk1IdBJ8wvPZg7B/xdftIEvoxXec6jx/Pw2IpkmH9Ijtl8LW+Y3ZIlJBp2SocPh+dXdIc7iq4bYMf4htzqKEBfPUPbI7dJnCB1YvPe1uZ8RATLWt7tPbkJsXwGSpKYTc20UeMbJLdqRSkAYLXdvxAvmFeqerT+UE07uh2JPDSjfoH4I+hSINH29pqX63layeG0XX7Vie9ZKGOgvkEFeUkyDT/J+BDrEGR69z0h3QR5b7zSGetDFVQK8WqaeGbK7bSTyORs7Lizwu0l3c55/ADFsJRZxykUHPmEtq733KtFeArreWLPDvNfczXzUv3hkanvOhik0DW5z5zCXM7F4+5p16i/rmY1lcYeCSvuFKH19cP4r3UFa99mWR+yk5ZjYa0qcvW2e/VQ8OcM9qwdTNqZWorqSGEEVCO26KhtQFO+xy1PlIbpXhspDndQIevUsrb7Msj9Eh5SrKunVCXPnaCK3N+LbMkvXhWsBvE2vL4Kz/ScsxsNaWYrE6oSLfKLNyxSd26IOpbvdPu28oReppFSOn4G8A1sbaOOmYUby4lx6foxB9UyfW+bf8uvWAvxh2OyoHy+Zzdc5ERfslQSTvxV5v+b68X7G+VB7OScRU1qUnaqJHVZSjijiRvZfCdCE4feTFXmzZJSP7nT/NFBNReJH2dkabYgdEcqkKUk92FP5+0ZQB8P8oGnWfMMvE14OLQb1FmG+0Ib4U+Flvj6vZawM84uH7koo2k4ytMdeHcaYJ2lMSKXJ77777EvOtgCmRZZ4knCDjPtu5XtPjKag6PFhFr2ATkf5j7W3XExhTfYJmCem9SIeADufu9gWLSyFhyDN4S97DCcSK9zjYVOlUhIzP6Tyj6TG5oty/kH13IyXP7ydaCSZ+rqYBGQM/bhwxEFbUAsGdLRwmHoRG6rSwRgdycy5y+tjF3vS7PVGm6dskt2pD08f/S1rB8syOndT/S5x0Ol+eq+I3NCrhxD6EEZlm/xvx1vT9dYFQ22fB9Tk945q9eflZ7gxMyfXRtQQGj7ItNYn9b3TZdWfatkzF6SHt5+1SD3/C80L3YjDjNwvdY6qigRcARrLyjQBeDCuoDnamPjaAxURQqfs9pq+++VmZuyDJ00hvQdU+OOme+qgZFq4UKJpfQYDPrIZ9EpDXh2Kjq/UwfGVxm8XqTM2wa8Zi6gnkbLlvm9hLDWiG3fasPqlpBKSf9LxGOwg1u46ruUc0+aOkA97Yf09sJdDbielJWnsywHfMEggn9GeP0oiQuINjQNcP0IdijzHp5iJ5KHBJ2Nin3p+/EwhKV6x5Bo3F53YaVVBsA42Ig9vjAULkiRrUhWSLGQJEIvUn1C7hjP9IGlcGjPxMH9OUMyBR7ZAzIzkE9X8x6esvBV5lfEcAo9mVu2LV7vug7Xfci0UCD5xVjRLhny1sMcb3/F/TywYccJsBHaeh9aa19fmHwU55Pm+t9zfFnJKrMuH6Z8bnskvM3DgaRmWqyXSYR9GAiGxYrw6pIImUj7hFcIpDbMuYOpqP9c/aYKzuU5ifGGlb8llRm2aeL31XBACz+/WCI7PSm0EgYslymFUs18czS6dlnu+xrIxuwIHbfUXW6h5KmGf2WDmTPtb7n7+jlxDEwbjdoKmaht3rQqaYCUZIw9QWrM3xYZwFIhJx8/5MZX2QGoR5nn95Nwo88ACFzaNEHh2pK23LULtg+GRhevae9w4ap6NiTbt5DPfYWcVju3QEzqfJ3ERmRMyflnZ/ULeoqRXxWb8t7FZJ3oeWUjkmE1B0QdGsnGPK0DYnSG8nBCQIDLa/juWXO2Ifwjx94JBBVMuwT4yqCqqLzo130jIs0Ru8oqXD7WxsKUqaYE+4h+er2ccbNr4R5MTM2mLTwV6nhB6G8shq3+BqVNnJYgUzwjD+tC/1LbAFDIadbb+AAAAAAAAAAAObnWn5WhCCWVAU4m5cwWJ1Kit9Bd+D328SydMlB+SJjUCJhEC4DD7q8Xe+Vnp+EbhiEJSw/dkIoJCIaRHKWvzuv3rUasdkO6lhBKVDe+8GzfOjcm0GZoAMJmoVpMLWWidPxi4+tx7iHpBGpLXhZdDd4gcEzKrvqeOCkbGUE0nmxoJZGUKTJRYZjua6Hp9JdQ34CA3ues2FYtqSc0t94A24Xf0vBgqZ+CjbuE49JVHM6cR47YBF7L5zIXXyjRJztRoY62n2vTGdAADd3m2bLFWe710hEht/CwrGFvhwk0330tHaTvknenyk6hRhm3AS8EXs3up+JRFjLx3Q9j80olhgUXIao16lfhP/S6jOzdKnF0xhpotXzYprfinJUE2EWWkXPa4SxK3ztkALkKxPSTbPenR3D6A/9UDd85VWd5Sz8MdavUqhwS3qYlg5oIc0q/dVdyhf86LQU2lyxYt4F9Qox5EKGwSs+cysPw9n6cvUkabMclkyuzKBCkgRj+gDTSBwduvru/oiM29v8+JUWTiWZO9qX1GHEonVUPHxcBwcOKQxxZs1Ny26TEViIq5hlBfuGfnTWWVjWFdhh9ye2DRDFcvb5PG86lJEHBkIplAS7zS3AJIE+cPBKXcfi4rqWRKh4sE0Sb5tqLha2KovtaDFdEDv9thbZp3tPKtHuUXshKk48Y3PbNbxK2JeNqEXLBsPUjXNkcViRunlF5mXUFmMMj/3VwwspO7d3RfMyKwvHOXUZF9FL2ajsdcIctyRujLJ5xj3+D6nfqI53HW+F+kbx/EeZ6W7+psejksL4EREagABpKqC1KBlcU7gZdsxrIxe/OhnSOs/EmrHSNCYiiQlpuKGExgAHdp5n56/dDMILKH3Yn/fW6/IqQ8xeAbEpEjnPu3xVnJDcD2o2dPkTma9W+mqPnKFZOQ/QvhpFu2NyUuIxX46xVMhTGzV4sfqYBp+plDlHBCoRxVFO4cw9UOp8xZiOQjYnAiKyZnsTOF0CRdNMAspxDKbXc2BqjoEXjJuf+dXLvsUoeI0yHUVGQtexvAc7dITiNTOIhlw7XaAgkZ6x1G35ME4Vf7PgNNNq4AFnTDRlxzaB5mH6Zlo1JR4V1CoTxGdm84g+K3ovhuKENFybrgtILiCr5/avB4ecIFbZzL+QcuTAbcBR977f0+xCdMzkc989/b+FNskW+wKgXq70TmEDd8NT/wy63Nh0DRQe4nWBHw46/fWA08KJqRzU39pNboOdCX26jV90828FYDHB5XLv2hH449bBARVwWXdHUUv8YTmh9r2tmTWj7mtcF76Ob6nHVQ/slgSfq5PSnsv77fduUcqEz9QNiWIWtVkgQ53zTNXRqdb3pNo1gDCiF2n4Am9DHkmhfLTuGT5oPj56biKV/AocFAuZFu1KP9c4Da6JZyOlhwzgwM8vO1mDPZxhsTd3z6d3ah8pwS9u4vTnE3dqGGcXkOutlZercdUD4eeusX1DJe4kq9UtPnBlKhc5KtKV8fZi9EejbANr1afE+671ivSdgI0t2wZ3Yl6YVfn0iaPhxC5eXvXS0/TL8Z9zCaHWgJDTufiLxZ2R3dpjLyblKQ9SaW2C3orxF0DZnTxRJZ682VgHLPlT9ReMNSgUheTq0zc/Rv6PA0xQT5WvnHSjc6FSEBBO/WyHJGl7TE/UVPCyMs+48ca27ZTTjWbelBbSeYeJuYq21eSKXGS0Rrx9ZJcJHEuzi0EFkd0d7wfkJkVG4Xr+5v8fVVB9y6gvBSmldu7PMvCeyju0dja7UCxoDKWzfbVkqmB6qaJKj+x93OOAHXnCe2aK5WjMZbN3xLtpn4VkJkohuAwVkr/jTJBt+S2I6JOrDJ50HcktrQ8RTVMmCJuPA1Q0+nuH1Z41m3na15dHJeGA4ZWXi90/q/9FZAipjm0R+4KaHVHOjkdUOXsIsKjw02aIYqAgXItBeyrCXQXQzJEFlfR6iI/u2mVNeI7st1lkeas/GaQROMJpigwqhF6V+28aHFX+J3RGJq9RqFczYkm5+xqpc2gyMv/TMI7q1JQf0r5AHZqwSNZGytg1YfDq+paUqu0QIdD0i6UjS5+p2Or8PRHjgcUkfgmYpIHLatzwhk3UPGvETbgupKUUhpETyiaTS8ReE9mmG6gvK/K578FK5KI7gVS7R3FJsjOAGm+Xs8FFnExwUXmUqvfzpQ509jeX2TsaOBwDhk8XBuBEq0zO4ss+hareyAu0tJLev8f0Kw7skeRixmxgI1ZO88R4EK6zYfiKFok8EOIBEmExa4IjtGOy7cDK49WFVkIl5fB2C8sM6HrgOEGsmdDU/uR8gmXcJrGOCLCMPbhUAJ45LNrCOC6mHQNmsoOai9EmcKOgFrXOZ3fwWLMSX5/PD7n1i90Ua73aujup8bj94IwOe7bPHhSUM25KiPTWrIZ77QOPrvYYL61iJkAQj28RF3IvQmwwmO+qK0Jw5CLMT2QNzWrHXyjPPenQO1k0iIUAFV9ou7xQXbVSnCZ+nU08USWbA76VhC3eymAPwM/V48ZtxM5W/lEZEyoqpe4nhdCcod9jSGee+Qy/OyhNeMKWthgnIvoNpO3tkg9ig19UuEHO9UomZiUUj0q8iCV3bX16+yOLLxupHUj5KQoQ7hlo4LrbGnG+gpCQ4n69Ej14U3AQ5C0Fw9wrtayOxSNuWMi8/eXEnEZDM/N934D8bskzgPqXzJQm33ubEHRwKPXme0s2qD2tdv4CTr7hpPP3n8EArqffi8b69ygI1MVRpQymRjuwPwpr00APYazRS1ZQsyUqvt7PDt4BvCwDFg14cO25mXaqtffiAF9bwXubLMHTgXzG4h6/PkAO5y2BeK+TRgaBhd8/22vfcFHqcrOd1KKpfVZ/uk/+mmd4QKShnYmZMxlm2AmyFB1zUnk0LW6C3+Su6yXDrFUi8FB36OSMlljIzoIixQZp8r3iQkK8fPuDvIuPhezNEA+skKeSnv4rNInvSJ3KUCwDOrcNtuvObt8C/UUp8/6RidBzQJ9Utz2Miy6pYBH5HQhv/lx2alspGckvLX9KoepoCcRFEaOoJmHyO3UpdDueNHfiEBqna3bT7sEmayzeyZUj5cX8YNnmNLK562NGZC8pXUeP04anP6Wz0jo92TBZk68jpeQDtN3Oc1BjKN6UzdQ5E6JtjbfWwfmL29qZYcM1JZOlmSUvUkfaCnN8FK5KI8E5ChqT/iaReu+zFZIbz4ehlFNbUL/ZeLGdHYrOK0ut34P+EAq2N0IA4QILSKDsK8j0MMzHjbIsYaE1TP+kYnQc0CakY/WB1KVDmxxO4z+M+7jyOjJeDO+XOx6/nQ5WKwT2cMZGycm8sNJ5+62VGJCv3a5aLtinZhGMYIdkdsc2fAskUoZqep7/eoatf8Di/ACA4UPsjZPJTcCVnwmIqfoU8F321Kg+y1a8GLFb9e/djRBNFrDqvdmWkTZECt3bVeBXucIjz7jzhgpUdtwj/TGX8O/T0iGTJXPiqFWxf8c1FRReBWVUDjWUZ3C/76hmqfVmpTn6eKV3g/4P9+uKVBNbojQjXAMXDEagcnw68agcxHgvJ2Q3yPp+tg4rcMRO3whjKZwgn/DlG3Ykx6g3d29M6RUnGB9RNfi0FTeqY4CB2+xOIrGcMlV7JeidIYfNpN7ecXz1yZFit+vfvjlNICeRZdtI6nH8YBm+Pp7MvVpqCb/ruWsdjdyZlCpxLEkd2Fvmaz3xbsftGZHEWvtqrHE+WTvgCzo0SKEs/dYmOm4vHHdnXR9B5iN0FG4RVTPUnQSBCx1gWrXvVrNrIZjv8ly4OS4mcWrZ/DU8mNCT2jKA/uxbyXrx5viaNfmljXVQ8dn4sUZEbX0OYrKizwf0/1cbrTvdF0+NSE5wTBVa8dXGR8CmppaID/gyPp7OLF3PyOfNd0HMm3cicLM+xGDxtmv/b3W5dVLDvCdvhP5FkRtfO0Brwlpe8qQBBbTLJz1Rb7hJHM81Swo/naNFa4JcgMqLV2wcMHJoq+aEZEGdeRL2RvzUFYjMHAGTx5AoBBG7tPJdehrDGwER8bzsfIPbLuhOath012h9KMAlVcE8fLApV8E8favsx1gjXPIeEbDpZFFzHWI5F87KmCBr5vpm5JmoQJGgC/dTcqFRI2e6oEZiUFnM5zjs57JrEql6XHcuBnJiU7iTSZWqJsGJSRWt41Mc8u/mL50ZnwNoD1kBey2XP/FgS1ru9yz/vfc1bFzbWuElMnqMgbPCR36o4qKUmjClUHqDK0c+GfbD9jez/0G7us7u+ZbQBgeDrlCHMG50J2gRwevBlj2f9jqBFKjt9GkrWZcmFbWIRbTCPmohCZi7EB9Est1OUP9kYahQF5fzVY5Evydk/HSaXeXeoLs6d5W3Y4wGNpCbthh9aOrRRw0rvtbH3b8B57dXsjcEB6H4cvHa7gf5uOj0+PsW/bXa8B+4ej/3x2yqTP0CQg1KsXoMT8qZvRAcrOVqAiA2p3iQOpQvM73/fcrqwAUs9FdZ+xq+qpYKLx1GBySfwQf83viBnpc9Z7ME4f1gIVwoLDQSdngiBTZCRpPYSAkNBd487+6lMf6MJ94sb4UXVusFhMJTjFnPJnwkzAb64tEE98a+91zJVUKL3EPg1VQoL8BdDcnKg2CPYe5Tc+IMVbAnp39UVSSiBuy9lXadNNXcfyJAG9/FbyWxlsvBJ8q0dr7Q1P7kubpQo3W4lBL/n9oZeYCOEnb9ZuzzVCzAUvHRcjK6J4p2IjKk6M04PDMTnz78klPXVslbmAvDopW9GGMcBMIzaohhx9keWOBttsf2VfrKozNwF+nk5MR1u2n3YJM79c6Ce9wMutISdK2TwR7hc64CJDVt7MDaENw2+ueBj6Ox3SPM1UPx5mH6Zlo1KZWy3NDQqDdWENeTAH4GlmkS2BDTWzCk1ZzkqmrmvTlwf1YmSbdy60tWr79qBBG3PK2Bv5IyvqMBopaKMPPhXb7fpAM6VpN3OzNna+0kxhm/EXAG+ipUi76UCQ6liV4h0a+AUnIEOQ3e14No5ce4wyHOYa4KOFS9Y551RQH5TjAXsefEUIRTQSBF+C9FWM8C9Oiv4iU0OnhhYa0EpyDSRf3YQoGK8W2LvgVXsZhlBeSth4mmQdVkx6uy9dSDhlvWzHnhil3R1FS3C+1sOU/kaENi/yMTwbHqmSmzlTil5qN8tKcWKDlxC8t5kp2rSaCRK3WokPOOk1wBZ3fohEqpwyWom35RIs3tYe2GGSOa5n5VgFqua4iT4tCsWnMSxPR5grBdUy62f4iQR8qSSpFYBRSM5K/fczDMXQsHFpDenBbol2P2ihfFxbIjZ1LAhd9zRxdINBHwPaAiHjQynX21KipnkJH7FDvCUcWrH3SqT8Fz1lAyb1JoaTL0smMK/LNxClavqbNaqU1xAtLK1sGh0ALEfFVshIMRN7Hp5RxGQS6q5E6S1LXiWrbcJYKVby1XsMF6zfzPqAwaFimHmfQrsOhf8g+6hqFZskigTp3KAznDPfnQ1P7kMDbyG6XfakQZa8tyHVcaQWTtTwFVzcwk3hXEpnNTaFrjnN/O4W4YkbXvjluasssKYhIpec4dyg9/ElbS6ojWGFJAvx25ZR2gOZz1hDn0D3HVhsj3kVUkjRb1bTLvjXFhSQSNY5cH9l80z098BGcpGiPEG5Lh7k9GQpFR5fVjRvegIz9bhXTWTn3enOiBoMvoajLNuf2gnxS0Y4Kz4jbAh5EFrbW9UIpD8EVOV1YNxL51P9VFhbV5Ipw6MCK/NUik5rltVur8zoilI5cdtEkXNgA2LKIei1y1KwW8RZ8UIu/ZurrBsriP2E6Nl/s7wXgHE6CgrPYV/Dn+Ul/KFz87vlEoA80uq3BdCqVerc9EiKZ42hn44CJDVt55WTa3cCusV9tjH7TxoSiERg5tVbH57sqJPBZJeJSj1xMH8m9eYhJBExXF0/u3yjPPeoFdQXlP7cBR977f0+xCdMzkd18D4lzaZA143MzQXo9e3k5IRI09KrfTtocwayb2qkOpU9eMfoA8oXT1Rss6DbNDH4HD5LmkEfbX9PMSkjSQGBFBdwqNpExzOkXKv86PYYVLTVbr4nNhxzpoDKRRUNT+5Lr0Kh0rLTRd86FhBh3Wyd+BJ9yuetLqPAHuoNiL9UgnmOpIYHEz2mYPXM+UV0of8hH1VbSUAe3c23gMVICCQ/+4G5uMgYb3NfaQL7RdYK74RYEGldyOXxkZf+mYS3jkbyKwBKMc5C2yL2iQRIvMzeTZWn6moRhKAibnUd+hUSZ5E7DicixSdWn8FifjJ4+CrP0W+WTs6dTKEp7Kx3fZ8e+bcFuvNDJfdv0oeHZbsM2ilo3w+NClEFCryvto9jmiT080MOXu1NJ29sj77UHhr/y8PvxRwDbwXNPPW6fghLI87md5azejqC00dPSxNrthwsYLGpKCBq7B06kkdFtDlKR7zsjzN3e1OmZa7xGVXXbymRjzWK5P3iv56yORPT+W5EM7ZZwF3RnbSHRn9ZsJwXbygl8662FFr8NHGvAvbMSFjM6udaEW5Mkk+aK8AACnAPejcKSMh/7MzbJg4Log0B4GPLcZjdroN9DNUZUZuL9GTD1BtduJrZqWyVRYgNzX4aM9tOxD3JtZWl1u/B/wgFWxuhAHGZZUNBoEbYnDEgCnI+bVnPTLapPp5eL9Hr4Xib/Xwu+bD3GTImJxnoVqKgaFxPWaGMZ/q59FPqK0FjyXYzX9SORnCWlylrVNGFT3Sei3alulKppUoM2maylQ7zERhJvRYH/DlG11FYJxt0NawhLkuRNhKalaiyGDOwE6pxFpsBT4DuDOwKLmqOiXqvbhdFGc4U9Lp1Mjk5z+b6lqGJIW5nzr7RTXfJKvGsZ4Y+13DtvmpRZ8O4Ogw7QBqAL08ZzmTtvG8t7r0l8KgBWQmSiG4EJScvx/kNGL5gxLvq/tdQOSkwDj1jfCvxNc+decUWoyRI44PweOl1/h5lFAZz/c72C9Et/06ubLTzpwmpFY3kvXjzfE0a/NLGuqgcSoJnjc38zr1BEI4IV8Ygqki3Lob6oaJGnJPAVXsl6Jtp6X41hOYU16aAHsUZwjlCfdnryp4+qraSgD3ysiGdss2wE2QoOuak0jfFF/elBlk96FEzJrTWHqDr+t27vYr8n2awqBjFz4VIqrr5vUTiQr79D4qkdFmtHJ0D05HOvHz1/Vyw4QN9VPZoxoJ/xOnNbfXQ4/wSBRYNQYc/M9PtxmKrtW4G/ierrrjmmNbvIvmVGNP+wTpdZI3snLw5LDNtGvnOWlp9y//lXHXkOKoH6cFzzyorLwc++ujhk17MD0RSsY/HRmKyZW2jfwm8ZAl9TrtDmzom2Nt9WWHnG6p8PF2udANBPk8c0QEXWAPGXEOJm+V/8my3xQp6L5k3P/OxkibcsgraoSsenzeh038cyIg2uguyGPmLetMYCp4ZOtrMkRBHKTXxSja0URyN9u/iuN0wolxVAnVRLeMS3vL+Ruf+dVXfQExa3rOWgpOYfOcLT8dqriZyl/d/PLNbYJxYDVbZLJ9c2qwqHcOKJTxRq0b3ikMiwsWC+Nb1n3L8BC0M52k+LKpnwJRm1plnyD1VMtfCnOGGTxXHzD7GA6jvyXfRw8VyauBHh3QWgz93GhGES5sB7NUwl0hJakXQFYWBah1i52cIag3JfMWkKYCXk1EHeg3VShgkF2l6cgg4wqe2iINZ9MQhEiZfiGZelP6gzTQW3pltIheVPwMg38sEPaDfxelnYbF2QAZvhMowGvcoJNKrw348UMKPqyYWHgRLuq+0L5WvqJ3FgJFPNtFGtR6Qm7YYexekXiOI3P3w30xGerXy+zo8bEGL/JRfZ9DEd28F121mq3oHW5CXNj4FQn7LC3bx5vFGkmuEwkOSVv4bm0aasI/bbOkgKwY/HQ53WzdU+pgCPB0WfqBiqZEdPoLHo77AI8ebTq9KgEKekE7Jj0NKWw1aqi3vQEZ+75HJDGg3tplxWT7J/HleJdPWi5YgNe0ugWcDKjAFenKUC2qaBs0MJCyRfuGP3dFSIsjMcNqz9bo2qMyjjHqu/oUfFOyMGxXImBJs7Ra+mK1ECKkY8KecgMcY/p3IG6yY/06uG/EEzGmVoI+2VpIi+QjKptKzSjOqWqlOEzx2xlnMMBfr2evMtq4ybgo5evPeLhLzflHa591FpOpEP86q7x6Id8LJCyV1GriItTmfoFQGrp4Tg54TQCr3GodEg4MovBeYyT4loifHDlTrTfC1ZUTLpyVjWc8U/6NrDSSJLtTaSifm++IW2tSW2PRAAAv0PoZIAA8ricQANh2D9ZBgPAG6oBBU7wR5Snbuyz6ZUnaiq3GRIGCYNPPp3GFgFjCi0TdVS3CrT38bWurm08rrVGj3JE1nbW762dpsjC4zNoeyO0PeEGqygPukeQjbEOAxIUyDXjS2sI4riE+BaNU+MXpupxYxL3W9d21yj9TXTxza20cl1yIKVGdeEpoObHLYOoDNvQTWBp1ZwOd7m9HFqFMNwu4Tcn/ffGOdzmRm6jXl95fGzNRsqrSUdOpGRS1FMy5UMN2LhyHU1AQ+TZQJTWoxfOxcuycSPDUAnIQPVO1jgRp3WEq6jsxosJ0thsNDgNnapQegtFy8LwPhisJdxXtGxuspK7QOXkirZnxDac+kRe4MuJLGZvX5xJ24MBUftNJGtC6RNFc6ibFLB32z/y37PR4yCLcR7rBejUgNMiiCSNjUTT/YZZHCRW/6WkoJMtqEyS1AVUReXDI50EsHY6ZRJCXu8XfBIYsCbobYaO4OaEdZyFrrE8GulhMe8eCrhEoSThAYs3FnBJgZTLQlQ89p76PQqZsRRZZMubsal3QfyjQYr8phdb5TDa2IrKjQBAGfqCH8F6oU0wszlGvipnLrfN8Twlun0KqYw0xBcsOzZOdt8DqaJG5pdElC9beESCpAAE8cqSQjQhesqBHrdGCR4+9maO4Hh8PT+CXZsrE5NX4NSGK4KjS+Ouf9VRdp6ZRZrB3JQmNliZzvzQpMyygKk5DzZXcJMBDn/ZJ1jqh78BKqliBJLoragWYQDBW+8mU9W5NdNBhlBrYVvrzojBXMFo2QyMTpx/vragUEH+Tr4PdMiKOWu/bQN8F5Shj+F/ZOL7ELYcZNa6mmI9aHt7il2P5ftEu7VonG7ID7QaupQm14jD7c/t8RkOAFdNjRFPvQpuNxUINsA1D5y5SIlyyWskmf0+ZlJgCS2Cr0DklvbLKY/gnqC21o/hXXUi0NqweGWOiBXucrkO1pQxZuaIEoQR7zglCkn+P5hSYqLGKTHUkAzC257eQRbi+8vLmjoP7lP7n5iPGS+ZR/UhLZI6ZkmgjyslB8lcxdfnZm/RysCuE8M8oGk39GrQZNRooKXiCLdhKMYK0NNl2ELT6FGCIHflPbaFQizqFh/YspjlJtv4raxN2DWOO1H5xBUuVQ8zLmvqcChdt9pBCzsNn1116vM00VWqscWDefCMJ4CIg5OS7Nu1XeG05t1+KN2zQZlP9Z+ifab7zUDXb+SdPJcZDxH6zeDwFI4DRec/a0Wo0bbY1qaza+cabn12XeWm9yZfN0qIjhQvPMDxHWdq4kc1QkGvwKFMWJHG+5S1OVU2Ot1Wm63WxcfB4j8NhUwblJoY9y/NEw1VrNBFo5Ofi9exkIIs556dMDNUf/AoABZ2+cZRNK8wsyNf6BtLvrGMBvcCC6jMSSExXrOZdix3o+Xoscqd9SzZyqeu83yNtMIV5Ls7koiOzYDYW7moEakaliMfF+BCttyvCTwQsi5g7JATZMGzvBe4FNoOt/u5pKEG9GwsUGAJN7IZ2cTc3gVZbFi+f50rzSgatdHG6aXkIx0n1jXTAtg5stKdY2f/0Ufbt/G6PY/PGvmG/BFSGY/gGUN45902Vd5tWFw375H28Y0z+oZ46kBvh9iihz6o+l2g3POfQr+2fONA+lTcjPRDTqyYVn+KTbVsfCcu+ANAiXi0wYGuBlY7xLv4esn/8mshqqJ4yux70loWtJlL/H3/lN3FXskHyFrKVvd7PG9i4eGd1e6Aat68pGrGK2J1VqtXgmPPcogSxwlhdxr9kC3tHx5+6Qyaz+lxx2t5WtbNz5GQ36k809Dx0Ng5mSBWedOybcqBXNFasOtq+eCe+Zg78PWy3jYzf3gaoLqmSo3ScgZBK3y8l6vqLL5R/ObCqYDsl831lg+PDaDOr/N74i5sVqn5DgYki9JmvIJAwVeIFLmxAYA1DHFp0RkXorw1Dxpvw0drJK9zHTgdHN1SaFd6Bd0rEjMIUHiOdZrk7um7e8VO+sjNBpFWk7A6Fd1Vf1M8WyXxhO3bvQF4vX6YAU3b9PLQczuAn/tKX7gqafP6yvraq2QBvx191l5Q0QQioS3PQh5V3Ird0/mQ0HNY8aE/7whWcM+KqPgXH6mCrxAbXIYHoVNd9iyqftDqST2ubeSePuPtd+e4LtndDQDLbCnNPlZH4JWqdeGAXlFD19sJ7/+nWni/3u6rMSZiIRntbG5FlwERl48y6LAMrPgFieeA5B3qEhoayMKbOaploUjbJuJE9A9HKW6AfF0IF+HWdNsmMLn8Ud4fMLuALzP5abXAt0cuPD9IJBmMR84Lffql73GEpO3DbKa+Jm4QaaodcrTOrFhZBpiAHulz8nRHkyrZLPhQhCLHzzsL9NVWWFc/GwTh65KYQJmgBa7ONuj1/q/HwiVXC0KYYRzNiHkrTnIyeeL2jBlw1cRfNw5dO4Wj1vgwpV18t0bPzIWNLeo5z4Tx7Iw/wuz5fhOnIK+HyxM0G0DxEVq/cHSk0L+YGKUtXUQhelX1mwp6eLEb0SDxTClloD8oH8HIbFMs0Xxng6Pfv5viSvr7FY3fZSj6jRdUEODClXx8G16yvN0zZEcQSX7yoa561Ps6bpeQU7Jhp0XmtPP3X0KyQQuQgdar77PJjtVf9ZuJdwm3ak3BkRz+Fd033pYbWLp3QKxrXKnqRPITwKCjCfQ1VdRtsnYoF5Y4mDPz82aHmAcH7CNzJJ1JfJNUMlqlYtkv7ggi6+k3locsS3dCBzY2WYA3HGCC7vtKPCoajAYPO+kyBnjloCx/LXn3e6B0l5PZXij+zzqY23YcmD7AFZ0edCEX7ZQA1xCC7XzJU5dfOa5kXVj+XXszGA9CGTwvRQpG2Ho5PppDe5sTybd6bdL3JuR3Qmicy927R1WGZhHdm0nD7ulyIzyCjcGiwvRXxi9gkD87W+84TBPQ/6xJk8HZlHwb4QfSREiTLOjZPO6KDNzIMM7gQYeglrJhKAp8KiY+TWeRLpOxXLxAijh7jh08c+FO0WY7OJv8SxtPkoKhO3FuEpGpBiwNwUzaRIIIfYsL0FI+xRq2TDdwp6O1wvze6sNiTC80dCCHb3gpF9eq/XB55HHsna7UfHmoeB4FR5v2OD6xa2NmDQJ7nIpze269fD/7AtYt/YSD1g3wn4W2NQSrQuiDvcam4mz2G6X5M+yfomXngiMTAKrv1nokRgUOcrX7UOqlttFqB79kzwrkoY27FLFlNcLi+4wHdIRv09bM9d9gOmQ+1c/CCCQK1guJJO2+dKIjoRtPcU0BXZ17jpgeuCr/5sOJO768YKez7O17EPH23/3qNcfkr17UyZ7Fx8DfvljG47KEZxGW60vR6Hn10GC15TSakqDg+LYu5KWfeu0mmNRtmIhrRu35+G3snbsoR6ysHyU43pCvAyPRzPkdvQxIHmAoKDrsedPp004OHUUA5bmFpmqS7dvab77XpWnK6wbHBU953AXK8M7XGqR6WmOzUBpG6gEaX+U+2Xr8sM0mhFzWQD/OuM4sEQBwQqxQZ+dUgTqGZhl+n1Q9mq5wALPkHc7zp31FCRQmMXFa31nDxeXM0IukfVteltjT89B0KUOjTKQiibY8XK2OO5qeRuoQLp3OZBPZxN/iWNp4tKOdAsnd3AkU9EsqvlZ3C2jj9r/70MKaTo+s8xnzSS92VllzPqfrLhhoAER98a0/AicRDk5E6E1IktzDSyHHIDz6Kp3xZikgnWMPU+FqCS8eh+7X35uc/S9wmju5+TvZUEqwudv75eDrUZ//lL1sk4lede6qU9hByNX5Jw2Q+UAoV2ZQqUUfD4KBlZmQkiMJFt71tNM6B+4GVadHlT5GoifZQxZRTyRaOkzjq73dqv1oOTxdcm6LmCArLS9aES9pFcL6cpmTfJGbohqu4x2Pw0/IUkHZypskT+Cf3MVrSftb9rrMaqypSX6MBwWqOVoQC6eD+9IQ9/RZs87mtCv4R3E0YVFenkRTyv4x2NL3q6dDuRhHnZfD+WfFOIQ/PIHgualSJtAf3sRyydpHPn6pErR6xuFAHkeAJjROapDkPs8zKDQ/nniK6iisgY70f+ENsFRRZ2Dha0XOu460VeJrpjnNIqYPgZcRl1fWVGyhV/Pwwtnonzx8UKLqS2DOF7jiwLZ1aL0P2HpmJCXirsRUqFP1ubVliSOUMYR8ppbs/FkhKeJaDeCwfMLXlCitm1KFKVVplpBczdN+4e1e0/r4ArSkTnOw8MCvco+n6zvqUb/SQdcRd5iipaRYrSHDBKRIt7x1QG0VO3eT2PGzyRGg0uThTsypo1EuzVfgrLqKVktofhNR/Yp8rd7fmPW4jcxu3v3q+9JVo6m+niif7IW+w5n1nHS8kzjezTv7XOReHuVXH5MerdqW+IDosQnegjBFPZqzbVFVfYzv3XZe0H1Vqf3fVgOjZ71zEY5OPXjZmX+sq84ImRAYt/qZtAGBY9k+EmoJl3NtTyYC/sA6X6uzGrgg6yQnZRYbSd71htIbs7P0iPlY0yXPif8crl1hAlDyQhvebXAvlwuC0Ydw6+8BVTY/DEf3LWfH2KsEiBET5riOkq5gqx9CVDcC+fQfk0HUzU/3oNgLL+x1Gxs8XvXKlem5ze16D6U4bIc2zc0r+TgN7FkW/Yi9SlenT1TuSuuo7SV7lQrozA1v9hktPP2wB6NxEELiJGkRUJVHFVhGCH07YjmpCrPzlNPB2MVp5kqhrb7YcpRGOpZqTR8uC5YMGAcU7EUe5b1MQR2nToNL6jN6GL0QrkHFFl8QuYAcOVDbQEn4s0B+4X0n3BdCNdCfpKKqKC7WKRFRl6tGwERFDPCCqrGqUw4OJaqcIbDW0sWNBJn0FpPbiEJa5uqaHAWh/aGc2Oosm4I5RCUYvSMLiLMbcrhUNLVPrvvWGfm/PemsWT1RdvTyzKQKTJbq/Abpon2Vo1UYVOaOHsIGESLKoqkFkziDk15YaqyUELe3k5FomMxhVynBm4OfkZv3+x7Aw4DJ1uW5Eg2q7ZFniLba60FV5gAcSzkJGHzyD2Q/DuPj6vwISHAJc9c0BNSAotm3d0B8suJh9ZfTrBR5IHVCruWC3ZDdiEclqkCNAxaaKvryF6RzLlPyRw11SR3Cg1ijMKZHlCTcnNZBUsXcC6ZoNJ7Sazz9GoWQMSqiXjoFvsJleFFR5zq3VRnVfiDsABGZPEYGN3GTaI/kdyni0zf0haPDQYfAY0PJM0ERmv6oTSI/VH/sVNa930Nw55BQ6yot5/dS6WnahBTj83vjmcURtESddGXTr+hJjkTQaMSk5foGsa6gmvlHCmz0OSABYwPmrG4E8yP6/ywVgXVusvFn/Dc45vqIF+4xZvfkbg73kNEzcOoEJdn9eyBD1dpTVXB4R0Nia11921/VrQVs69UBvvlhWBlQafyNYy70S6Pb27YDRzrTwp7chmqnyhbfu14VgX+n3zuyCYuXGVLL1LtrHaxQwfza74m1tahHm5Qlv3qrIut6u1cNWKJQabKV6dZNiQ+VeBvr/LxV/x/9ZINh1p81eBu6sFwgcA8DQpok8dohbS9FfEo2gylNhPwn2f/mFNcxKdcZHl7gt9fyetZH6pWaA3m85kCjdUtLblx0BSt7lgJbjde44NnjQoFTqY2eskPfOxUQa6aXg4eYK166q71SUDnjlHDO2NL8yuCYBzZkMf0xYIBRQAQqzkMDSJ0C3lZya0VpIxNI/Nvrq17dPIdwunAxIi9SUCBo37U/idVupjvzE/qoI1QFJFAwFpXIuXnCykNA8RprQ1er2hXITXXNuwwoAgX6wWO3cUcrc8ZVi9kWbY3XDSMrAULC4yOWxkOetkWUVXbuah2HCAmSXKMElT/gcqKsJJYvCv9KeeQ2CTcZZfyEqdZCJgYtxWLzY3mZMAu0nzlUoVlIksUMHvwBNeJsOPZeNZDYqS2vVshSf50KrbHi3QfjOlkMXYTqRJnfJfsCUFDkxp0ZIAkqR+4YKbXZZyNqvBtZ3zc+VGDvD9O0ExIRtBrLzER/Ghtg7BXoLihQLEgiGvFsGALBpwmlHesG8yj2j9Qe6CpPWIo9wHZ8v899E0HG8Rb4dq4YFbfQ04dNrIK2fBiRXMfDoWLcY0sJuKjcR/q9SLboPMUIyf87/uWfgodSKklc5xjtbxZ94WEiFC244EcRz1BSNosORyYt5jeOKOfUesEO88rZVP4dv/NRzL9kj4Cblrg9tqNc/5SjuiV/MP3FCBNhNVaMmR3eGwI4jnpMEzmG7/lYCZOXz95mb6j1YVcHIkDYzTnuZUiLYtUardwEQ+p+FU6gwD8gUjAvDj0BfNtGs5SkL5VAqL+DsNIGJJl1vUUyRs3pXIqy1Yg96MDROOIWTsMd4A7TLJNj02wdNbrTkyGIcWAFynwEXdRL5BCZ3+tJsbfU9QSfdi9vvIEgRJDHpf9vP//u5VoX8mAGmjMSaGQivVzZdZPn3qJ7rcIu4IqbD3E1BC0t5Qr6R0EQU0wl7/EzTQgvhXD0NQHNlwm716B79kxl1NHixPEKQ+xHTPM6IzrwcSwcY5zYXCV3e7bOjVIdhwClp80JHmSAmWClI9oSDL/Yh6H29UqLHKbrkHtDzONSkN2tm6fGCm+eBGtkBUt5Hp3RLvCMAYzimT9volfwmUcjUw0g1HBuk/MSHxzwuc8CxAxo7Tz+kyXzHWH5RXs0JO1i+TercMEBdDyCrj/2U2cZnRPmFoMVjqE14Ela6VWwdCaqef0EoankKlvoXmMZAuEAEZc66M7b/vXbIejLUL6LQulVQ+p1Bb6/tNpAXcAolWdKcq/RTQJ+/ONIDGSwf2k7vRBI3uJ77SmrFnxv2w4VX/NNP4rM1C1t+UMYakX9k6J73yrmB0CtlrIhx/6quKo9Dz9ITSu64FkF+GwI4jnppvfXL2+uwJQyqAhOG3kLAqYCLtzsl1+QLuxGuYRwVdeS0bs7UJ0XYXy1ZeCPOA13Kw++Lt6JtX+cJWCW96tEAbGy+x4hmoHb/otnCHKG7/DO5Oxh7E+pIJ6YOCBnZ5ok876+WIjox4xxN5H7weWUFLSLufOywCpL1pOOmyar/a4EIzmQDcjdEwovaNyE2imwLXr7J7z3i2G5iuk6oWClQYf8wiOYVJowi60YgbgFv440L13EYDUJJSelM9WKSBGDclW9vJzcjVHu/giUkrrvLrpqnuUCJ/2LVoCL+QPOwEVEkZI0pT8cbBhHNmmty/U0IulMxlCjkgD8FLt6Ss7ngu4XxRVLDBBCswqeDeXhbE1zIlU2GB4OPTHJAOyyOzAj6ezT3BkSr2AysO2YiWJyVI9PBytk7fwlx1ysLSw98a7RtFgGVLCs7j8L5b072tSzwR5I0+ejmh7Q2tydtp55YkXX8CNgy1izJQmaz9ucFDNdQ5tMD6W+k4OdWPEYLq3R2wabAISdoJ3MlZq+HebRatnZXYedAvnTbU34H+SNoLx1WtCnV57uQU43yHYPodt6cBiACAu+ovM8QFUicGJ3OLND7fQM/NGBQiHuZM0ZEKrSkcg98kNCaa3+cInp5/LpFKqDGlfmRjFJVI/J+/QfLjyZMSYvU39DdJcGoxfUcjtq96ctiktnP85YfYxAMEiE5aiiNDgWSwYzSZzH6Zr7rMNIIwybK5poDRx8WZCr9WyasncYVbbScUWTbPU9PI7vUFnY/KWuJZCTeHbTRuu/HzlQzoV9ENhiSEHnOtJ/tzZrOBmbD17fiz7npalyHjgOkxdnRhY13PfmxkRPj6X4Ve1sdmuWx8REPQixgEWSpOZM+zq0OcXgAXwefYcwKn6FyIGlECCGXXCQnrxMFcbk3FlLnM9VmKjkyNLfb1rMwOlkTayMu7J+CuFjBuNYKZDPAYVh1lMPeVCLdKl+JAhy+11lhgfhckxpPVSNp8GLbyetAoYwWLNO3doe0QnIX/+UH9oJeupvXD3CiNFTRIu6QX7fjH44hGI+wnmZHzmloh3A/8x32pg+8QejPDKqNPva6sTErki0hMP0T3jH9644qVUkFSgF66m/q7ZsjMhduvF6F6uJYvOu30Nb2N2WaTZREKGjWAFW6xFtPFAZvdD4kK3sbt5FSkK/t75O71UcCuVCaiUfkpZtNWXrtRogCBujwApzTZHttS9ZyKE+Qux541bxb9kiSKh9dNQSyqOqJ+HcUYMppuz6yEy3qWUj8Kq33/X6HgJGL+9+UugHoVWe8c9iZA8foUyx4234/IZc0dZtaWR8rpmZ3GVaFtdi37LTyLaBVb6/ZQKep2Fo/eFmTOwCcYiB1c7Xnh3F7oam/kE2UDq3eSmCyQ5ID6RtfUoHp3d2/xn4sp3g9crfH0J41TBRm44eK0V0HH44zLVXWXgrcWwuJLpxTKyq54pvRtiEKqrWXVkkzKNoEMKuq4VeQGKGfGrPgEI4tu4wZh9spSA0PDt8b/GaUfOw/2Dc9IX0GBWCJS4ytD1bvjkITsBnlqc8qsT6gCzk6r1WE6OMEz7rmArQU9YoWelcBYW024aWd7GeGPWqYqhPCYQ2B4zX/IqQBy3+R6IH29rjvVr2SDpfXUljIc+Bq3NY+bG95Djx1CPrcLIKQ+xfVL5CXPa4pNkeWCwNFP5ghskEDPbHAoay8zxa+EYC87cjx+C79iwz4S7boyHRxGqpevAYnGZ3TcxGmtolCAkiEOgXyXS3jLJ3Zav+LhScM4PGZ/P1kTJHkBivw0y0n+wh0G9/20/cGaosJTN5r2dSHeSv4nMHCX6cDnQ4tpD1q0l3bfIll6C0y1lA6/a8JSiGZMSheZp95G/jYk7e+dlRrT9X9sjad6lZmEoa7cRtKFDPJcamy/U8g7/UdFhus+eHeJrYYy9QgYrFrQahClLdpy8f78Y5JdDtRh4zTxKHyAJZWI61iJCgIsvl04te7iPW75095tZxOfDywWk7gVwNs6U8GPigJEqyM4l9EmW368FI2UEp4mV2pyr6XbkH3zBfyfpy5MTWSKx2IqKcsSsnxKjpB3uJpxtBvxeflYNGWV0ID8lTgFpeqyTw7xvPQfyRtN0VWRdPywHGMIWKJvCf05exxoIIn6doIYqGm7urhINbRYnkSCMbv3njAoUiiq2RcvYubMsK1oShOEjR/KDACWiQxb/PCb+AlYtbGxP0s5Z55rWsn/37I/U45XlnzBLhcP8kuwC/CjcLw3sF9OtmPaD2Dr5HBrBS/t93icyHg07UuRceuHVePtCtLlJ3Aqna8VUvvzqgvwVbNI7W/eIFWUd+iIF9tMub/viiwK/4I/hAYUNoxA245CfT5PXJPXcxUaWbxVbTWLyt3m6IXE97vFw17GDg+8v9d4tXZQgqX5h98ZmjEpGImyKWT6tfruYqR21+1kmWnbC0NtOysIxZzy3i/gzfa230RZMHM83PlQ/yU0ft28JXkXPCZPZLOSGsX+N9XTs6Dw4RJgGppb+N9VC1PbbROa9MlW4rLHcxSjIpnJQT7sv3RwpDgbvGYB4a8PFt6mWQo2fM0tvCwRXJIAFYDuaPM1GGmUYOKwciotIHE2kL63n1L3Sb+6Ig3N3R1E1YbYT10JuPNdp/AVKPxr1gqF5BbjcogiKVp2r6oWaM3Wx4acRDgN1TexY+7yMPr5X8szU/ydVxw+k1cWcGy1hzKkMysHEAGT6RjNOTxx/cV7MsNJnsl7pkwDV1h5VNITv+TqvYqwY6xLD6BoMKyjltcCMLrgmBr95ghAeBZ2PQgBKqQQKPgCdTozvWPR3vhJERmdYqJftd7dpNYhr8rkl/Qj9anLXDorvd3SDToinhR0+us6pc2URDWB0WHixUakcNLTbDJmK4tMDCQh+6UKJSmO6k+q3THFANOt9HGSCZZzFR5+9FWvEKnb8v/RWVqqV4djnqnTlfdDXFHb6JHgXn/wy999LFBHa9/iZ+3Y/eWTeN6oDfMoB/ik0gj4lfY1DNmckKIl+zSqYvdjc9GrAv3f7ef9B1LxTFNCM7TFlEJAtayQwO8C/Ddzp60Oi0VLqx8tGADiu0xovLnYm66OncgNdRE/jRCWlsLhAZXRGpFMie0wQaiTwX9sOwHBsp2BMQTGj1ER2ynKq5sTuBfrSzGnwAcwkric6Zm1kZuTccTUaoAqEbK0mCVp2IBCbE1gaNzL3elIQTxkSAAnSJ8olCxNnbY8pF2c7BM2DCb9vzbOtcZSyza2CtjX7ozybFFFcDS1ajjbTThSMQVCxLaOcOiUO5CduklVJVps9rkQWE3tNaExRlnOM0z6HjJqVbEV60PEN1eS5px2g+b3E6F3DFcYVxcqhk8HvPRzE1q54pUkbEIDcpSTAvOztt4YIN1Z1HnficRkw8Fyk3EG34iM+PXVV8rHPoyZ4DXeX9N7oLTI0LpS36jv238K+jiNeh19poYk73aw8V0M4fVuJG7MiwPy55/uChkKGPoqyG3WSFkLWO0Qv8pEncZ7XylmCVEmrzDTjk/nhbOAEWQsJLW9akjD1JN8eZIRUipAGXK4Dyqnlm+G0g2oX5WTIewP1Zn7L9QUDjM9S7pJPGT99U1a4R8vFQri6hIX8mSLClLFmnbvR1L+cbtoojOrmKKG21DKlsSujtFpgBubc/eEB2iUua/Nfaf8oyJ9FWP0DUBM7uLt0paK18xfywErLepf+gyrnlenZtDKgMNLITKU/llSk75vWD3pobkIasyMJYHhZA7AkpwN3EpX+yoSPaAjvW+g4xM3RsyJORl0S/1oNDB8A7xKVzscB0SufHpoJlR9wqnURfoSZFwsHflqMtanzC50n8FaU69+7SiCZxudgZyJHKntQ0LKhY9COH0uNlNBFOUkObn227ifSRTUdVKyJZcXlvx5hRJuOfpGFVPcEAnxcqUAsbHvXmVZapn+H3RsAk7sAC6cUyuBRuLlURaUnIypNL0f1UW+vFCp/RvSjgZvhjdpWxiZ6+9U4GJkKI73KR5Wcp7asFx2kVEUgLxvFYjvLiofrA3nfCEDLKg/VNDzETGaUy0DV+iFyPeC8C65Tj9qhbX3mMr2YwjKWFvWV2Ik6GIA0WwXdsKe36t+DBzgag4dmV7MYhFSQkRT8Kh2Mj+1RWlUJLi5KRWUYsTj+823KgjO7BTvmGC41MIvesBuBq6HNhuffXkQKH7f52zdvfOhwYQBGcDd1XxFdkAB3+aCLILN2G1hWni3oIkfDMpApb7YdZX6pFPVRiJ7IobiFDTsRJ/Dp587TwX+5/vewfhGSZ8PPwlwyHjYTvZP1Jc/AM4hdfZ1sRwBM5CCqPJOORdGZ4PQqGP4xSE0WH2kia8ApSC6m1bAAdH0W36FY4lH+/Ds+1B/mIv61QBWk2sf8AJUwy6PaVFDh5MKeAxH2FL8KbVaSFX1OpJa6LDI5svdii2ckjuQ7nBRh9Glvl/YqZiTl7nVaPs8MeHSZPdnos4HXC8YRiFcClux2aFFoYesZggkuxu2ca5TKKaDZ0zylqRwwd1sJvjHW6wcIg0jUT3eauZir2C8CNx48d0qDupPefEqI0v+BmUkNREOeWuJMpG0sDbZ5j7UNZ4XtoJo9IP2W0kZLJNHp/epdpFv5EwAEmbFnrOfpMXMlVbAZFq3WiDu/7kSKGT/7Ycgtbp4wLzvJ99a7dJqmpsa1Rfj/3PXquScTbazy7w4CfJjF4A8vsNyFk9piWnLPTkXbhOFhP9tlwr4hgoyS9boNCyQNhajcaP1ph8eK5Aai/AYnAf0VO72PRF9IsmQtA8j+2IaoU1bYVK4JfMk+8eJ5G1ruWCD7S8i39sPX5gKoddHkBwRp6P2Ldd0UEZ+ZNEsVAYoi9xKiYjNirOLBS11yP+Dk0coRJ3XhfJeqjnABnVZxqfz0mY/Md1HNskrpAOCvtICvBtlyu8M1gdDsCCcRPFjA9Iltcx/BAmuBRRkK5cCijHvjBh1lQHzbEKaZUMOaUCoYbCOw9hTzafCnU3M3xAi73mrZDVv1xq3641b9cat+uNW/XGrfrjVv1xq3MhffiSt2A9FR5ysVjUyBGB9uBFA6U2WA85NW0KWor3wcHttnZnQbj7wj4UXOH+yBHIdAx8UKU8pcrBgjja8RPGQo51Tv6RH5/zDBO35deQtGRHRrxEawl01Sg9T6hi65yTklhMGXehBQmrRBf1JtWFPNzwS2o7gRRdqp2CJRwDDmJy3kPcljuc6JDo8BlMP8w6JVfLOGktfzXlhqUj5wtaJYg/jaYaRAizl1wCzc/ueejiKTDAgt9V9FNtMEgi2FcYAmc+j8bqC8E+lqjLo0oHE7GhUO3R5uvmQNa2ysCkPkwCey6GdeijJeHQsdFV8ukGVcOBQhv/UyB6JXyxbFkFbw1AsFGohJiWqgrnn8cNVwkSaMCPzHoePK+0dbpTpA8XFnzbsd87IWcAtwRkoXvQhE6MGcCoqdbK88HTKlWIRzbf38cGILGBXRNgz3jgTMhq7RRQyaEmAmNOcabBM1nUYg4h7RbN/bIvgj5oVEA1oW7r3rchyOMEjrWyA8R6Zrzw6q0XBQTgcPm3/AG+nTJ1y9UwMPXdOgDXAhYwT8aU7+tHN1Ejlw/mdCNUITcfeEfRrj1xEi3WFAQJREvbzN3jW395XoIBxUABkvIAfqpwkMWbyW8ZbatZcIT3itaCuC5c+Ya75NvPwEoEwNxL5UaZRcqMJ5fw4icd0NbCC9dGZWGxJMpRjKZ+wKvrALIAm0I28DeqpgFyxSTS6hy86dgI+6VpSl3FuAyCTIrYr1mMn2Y/g158wgYhhm3Kf5vdNnm2xq8SKSgvTj4HrP9TFVTHwUZ14KjK6bovOXhm9HirXAwqpNnHLn7x9e3phfZZCIbYsOGYmaFuZgrXS6t9wlIbB5uz73o2qKTvabqVmYzcSEiD5NIHfsu+n3GOJ70LF7aI2aciDhTlrWgFiF9geX0Tx86n1LOzFQ6xc/NB70nxkTMM+YZYEt+YfxcqDBLFuNfj5u2XEemte6gzP12FZrOXRpAfbgs4bGKwTz4SImsIXo2K+WN7tYa+z0BrIgBKWbT9jNSVEuYgO27ZTfGAiUiKgHt4K8Lg3VmqK4ZP8uLhfUs6kE1ke0ojBE9xsiIYLdZmTy/SS6XkdqB/DzBi8gIQyjwcDGSUZVSE7FTsFkqoKZM2Bm7V9fzDAgakcVS8SOXN7PkodSqjDQrQVrngU+NFH68ZdYLGjKercI11hnHewhOAOVZnDik3mg3ZSaARnI5e5HCNkwPJShLYJuAB/dI0wwjwh6QFXsBHLrA/bQyeZn26WujvIlaNRytMoa4fBnUpWbNvUlM2s1GKSMR2Osd2MpGuRqUONIXGJSVJgpbBi9LUybukV8TPti9nIhnubMJBN9KHN2XxNB0Wn3haTJlaBhDQmXnSssFw5leplHGpWglu8WuNiti+SB+bBEnXeKb7wCi4tDnHOly8m1Lnevqi8TRic1FzV5MfUc0DBS0V3atAW22UZZ0/BzHyHWypXoElzzqhE57BF/W90EkVPDgq8MrkAII9lFHaD4u8qqj6ghgyvojCFujQbR8xjNddKBipK38Xpo7Ss8y+rp5ZJOjsK1CTcW8DsqJNhOdBaOZ6Ql91r9FfjGmvu6g2qF2r7rWzif8zMBpluXz8pvELgzztx+c+6Dn20iOZalt6eEqvAMRfXs5bK6yU/SK4+jdMgeu+kYEBaWjIHO2+ggjxgoe1Gw2ONPZxERmQ2s2umKLv/+OIU84Bvxhn84kyRwFCuBAkEZ7AcYtrUSD5RQa6YmSOYojLdYOe6C4FZkuE6q6Fo2WKqQjCACP7rkF4z1DULr5eBZ2A425i+wUE7fnFYcTapMxDbn9pVUJvcrHycuEtJVRzt+Qi9sSJ2vaOZENaBZl2qCwSo5kbDgWqhZ7mHrS/7dvHdJs0gxnxLdP8BuY9dUEbwCYqDyxBPnbcOMy3wqD8iDNs/fOkL2hvHLhNEvRrarTfMVBQaMgbA5K9TB4Z41Ivx2kwXT83ajla5qYNO9PSODXpW1lNEgCF0wgVc7hilEXtcyGgeQKUsQ+8hQQFrmDLX6acCQq0e2KLXTO9JiFpMKIenC3Pr+JyrKlM0f5OQfB7oSDf6myRg9hVkyCTwa2wR6PF/GPEVTFW6W4oE4Hduq7R4SERhoigOiw8KiGkxAIXTCBvVbxDIhdUpAUQI4D7Oy6XX+8C1Vf8RyOKlFVXYjFaVnojXnZ3olmUvtyw3FNcW2iAufgk/Qfc0J0vuSkDoyVf+SspqjUAO1tEn6wg/J5U00BU2e/M0ZpG4MiNi2vO8+1VKBMbtUQdr+CZIfuElSjy45to4laCq+UO3XP/6A6NvLRH9J96yMIL/xHRpFwSmMHkgI7LmXEYBE4SiWNZ7gn0cO57H4lau6G9udVfsxrV8dcqGWISGui6gF/roWVy1XZF+bE0rJnvTT7I10sj9A/Bz8qmNq5a8k1O72TX0oVq3hTFsrmwwV/Iohl9v46GozeBPev0pXOinKZ7ch12oxL/mSy+IR4Nfn4grceQW628f1LL8iwfdtqIjQBmzWo88E5E5Irv1yvd88kVZI42EMwuPMZ/i0RONQ0f0UWIXAeB1aKPHmsFxRXdQ/3aO0weEcji7xrjnku8wk5jrjfyqSAs9GIMj6UKH1kQatQxPdryfM0p2vcAIT2+4iETKB7dXketrPTSA0F5JN8hxmqYmIGGQ8IKbnn3vh0XOfJ5EH3bcX5Kr0c2sJyKDoXTkeVxwAu0/7WufeDKxXSkZu0Bi6WMTiJloxJiY0losMCCT97vFak00P/KYC/4eKUGcq6rwHWbvqANV3fHfseqbBDS9MFZUensDBFoYQujiFLw0u81uXAIU8K5gza9oTMpKLEm9LjH+PDkBJSdhU0/ciIG8AnUBXu92yEM2CqImig5I2W3qEhPqCI1W9/pof+TlkmjEDb71QwoBwroY4IBAVrOaAG5FcjI+fNmsgGxqpnJEQpo518T96+IcdZqb87FraZpw20fKFCLJliRm1SaO7nU9iAF8xKEMCpNk/5UqUxaXQ/afQvR5UAZz8vdmXTsxP60tr31iX0DUHnl1MtGZuvi5KY5uxa6Qw/4lDDSZgcV94hpqx3Qnl+o40zIj9EWFyYV0emB1hc6PRICneuyuwBqUw7IXDxQlZcfj0EUFKMcMT7WveAuMi+y1w0kwAqqBtaOhje6Z9+Dn8GeKC20EZqpEmvAXG8EN3/BII6oDOmArabFPYobsqmqpAaWxkeOkG17so2o7hMmi4X86ACKPF4LBIQnLyybfJWOI/ACljVEiFn3zv8/CF26TkTQPIJpAd3VbsIixzW3HhHNLuAUcuMFC9ADJ3myu6BTQ0wKC6mW8h6eC2y/CHY2ZA4vQdha8Dkl8BPXfMj+5V0NlKW3AboWq345FdaDzpWbddEp4KCk6IpPvgRiE5tAU00zS65bSZbhNdsvVnzGjM2+30j6n8TqxGOjcxGoMxo9b0++1rCs6OdaAP7P89GAZL1qRqXiAogzch0oF2VL3gyZKrFnd9YhUCe0zUogoaccBxUJVJaajTKESMctMMm4VbfQRS5uN82VNvbk8BMnN7J+nQRQJcoSd64Qt3f6qUv5cfxFmfoFB7G2rEpELQL/c4WohSrj2GV+LjHIr+ZP1LIjiuUbxE9tdcuKd7sH+9ZodtFyOqlNW8b7skNo9XvkYxqcSnMWnehj0+TIYDwun6YPiqrExOhJDudfAg4Fk44FUYtFUXJ86JuIIp+z8jMBXUhQZ0lCVNqK2bD2ojmTR23a1gN987dXJ4ui1+b1Y2XPpASoC4fDhPUqE8xCSgKC2uTkTw9YhVnYJ0XPjLSeYEGkSy3ujw9ZjEtG1sdimcsH0/TjOfuEzp4ad/TX81iW5Bxu4bqGsBX1OGKCJQUa/R8oXFXuup+ULvUrmEzvfuAHdg1hwKhGLE4E+k+yk3Hf5ppn/YV8d0yJiGrGj4MSRxPDMPpI9PMxLP+bjnYNBI/w1t2mC0Rz3Z9kfxtS58xyTuxSjIrZqlUo5mm7DNxBfXLGtSiOtW4URddYsLHvnt9vkA0TY7HD3G5aHtqJq7s9N+iPrf8RPohSc9vnvO6n6AS+w1kCd3jipJa/cNpCaGJF2MkmBJHGj+eZ//me4rVoa/+I8c4WmlipMr/vRykpor4eVHOXZ1taTj2zhr2nOwOPUrb9pzIThqv65vdDTdXHx7xJWSD4RZK8qed8N+H3VF+yQVUfos6WyfUk9DuQ5wRYd1D2Ws+PIMexaoEL6/EXvCxSRKs7dwVkeyzn/63WDDRWQNL35Okf6sGxr4funnUb1vdHWdQPxyVX9Zr3nnKTVn/jwa7lnf1nQO2kOZhM8cgwLwXHC3LzlJhd93+b8HKFS0w6hOQovpczgw9fj4oa2Z0p6Rwa9Vbbdzi+vU75QG85MrhumS/vALuhd8oKSiZZ9zPxhZIVcE8Nv6ouAItNJGu7m1c5esRLwIveufa57Rr1RhmPyO/LfVf/zAGetjIeI9WX0cF6+LBA/3bH1q8U/9tK3uQs6FCsEEJ+fFgDS1K/rD3Qfhe3l3CO2RCKRRTkCEvLbALzTrZW6qMYVT7GjpA3VoTHsWljmvlhmAGXdGu/I4lSZK4lXKXstSN/FPloud6v9lHXonSJUoBX2U+HmmKwwedKzlJTwindDPJMTqwWZ0SqDHCrq+0meN2vb2BKa6NRaQUEHJ16kxrGrIc7zInbEIpRr6Nh/0MxqXtIcCSMUk4AXx5/aRcE17qKsAWGKMvJqoiW7qFqjWfb0iUKf30SRy6E3BfFuH8ilpKcdXwiWtNM+eIFg+w16IzoVKx4t7wNSmrKcHmGg0oIutREgqg2cufoMAv3snknwU6Zdc1lZdL09jipajciNZd2udmcLK8cD0c9BTCHAwwL8b9Uo2Ic278EKcLzV0JRXIXSSK7ZR/DOtZMhAtnavxa39YAfqZWb8ujEwfpZYohsqeobwjdaN2DC59XULI7L8bKi49HicFaaBTrWtLFRmxZbDKAA21QRnKN4uVDm758KZUHmO1w+1YFq9UVtIg8z7l/3du5yxpUj7tbrO29dHlg0XNc2gqMJG0lwRhkM0RihfWCEDd8BQYY2QLFZCzD4smeR30pytCSGTEZfGi12lyebmpAeDvS/Xoi4TTVhVaadG2DzcREPhASQgJKT+QqTpsSPDGXVU/OmdFoqgFQ3vNBIkt9PzjtxXVl59J3rO+DkGClVuP+u3xJ4+/mfnmxCRihnh619I1Njx4wIsPtVlrt6bxyDAuvPsfqmmqEprIscSBACk/QQEhMa5budd9X8rBWJcABs3gF1BvGNQHYj3w4giMZbxk4CEKp3iujA+rFiH1W+ktx8u5YS7fB6JAn0HhNd3TAypYD+wHG4baJFPNcUdN3lCqEsWWLQTFbt0niCL+8Tx+iLREAO+j2AahQh8tGP7+o/gUgpHvqARiR9t192s9K37Gxj4B6syEYe8GSV1cV3Ppr6eeH7RpgqgF8FLTuolgfYrQRVtMRT0pDt99YhUCe1JpTQ4h0HpSopdfmb3levM77QXCw6sNuMHKQxOAOSdcVI/xpqnDwF9QxKy9yTW7QMD+dj2h0k6bRcioMms8t/z5fZjN1QAo+VqsvLgYDdfk2vZ20EzuKxnv/QGmRl7qCJRwfVd0CkB2PmPwGRRBezHeMhrN+7wyn5d5Iae8w3BMD2xsVIQtsOUFX6jDGoeJCHrIBDggdikgUBZHCbQ2qgbAqSbbrWH5ABaxIvqsnIxMpuTV6rz7KbUllfk0iNJVzc3xzRZvgUDieoj3DP34W+/7BRdeCG9WU57fN0H4WFSHlEtiPbIfhDqIGpgMKxlam8Fj8ofQWqKW7LVXdXXgeobsKjQN2RfibZjQOWTi1Cae3YgaTIMGvKOrcClZiFEnv0MrfeYYevEkOGBOUafj/g1YdY4eWF+lffkHDLxifPoqLOmb4yRG5qoAy/7zt9J1SDomqTgkKcjbg041kmmm4GnAyKTEC1gSslrEL2jpUp7cLBEefwpK7J+xuTtGNtjN2vwJzEhWtCUJw2xEdFUzttsQOYq90m/uQWcGh1ct5SqJAKyRVIt+N3yuBKNB8tkO7hlBbOyUIN6O4UTtNCaXi9l/fIspecY15YWrq7Pa7z0HWr8c/YgtODKZ7XSWBIxgvWqZZ/XQah6iCPajYQsGsvSN+TiP1rwhb5elmeeUhE0VpkA7WvVbdg0CIn1A+PzBvqJ/uG9dRvygM8QTsLdd1l2H2ejF4H0GqOxU7MgjKzEb7Xdv5lCiWn9EJan7LivWGH3hDGXS9WaJ1mSB/dikNNUtyLv3ldN3C94gHHIGJZT07pAID2ovK22BzmVXXsQQx7oAHm/WKPUP/x1f42gN2oXCRX3IN71KCKstWcVBCA9rl1WT+yCIkEHLK/B5P2+f5JkWQAygwO1vcNJMI7tn8gIlb1e+lIVaVRuVqUZ8pyCDcI/TxWM4jKdt9S7m55Fz1qIvCFfjH8IH+IHGl6j7LKJsa7XdgfF/hTb/KwGdm3t2e27VOdDk2mjNDuR+r9yCbp6g4NABWBC3uQsSAMZJD3insnTGdtLRQeyQyIHH7OW6K5USS8jhIL0x3HCXJKfeMp/1T63qjJEv1fuQTzNi8AC/ZGtuKv4U26vDUlEUEdr0CiPhcPWm/FpJfFiWbdKW8CiT8JqtmmsnS62FKr4JI29MlOvwosfunnTP2HKc69x60oVCTRiQhOfMuq/4isGqN+C3+nRPqVDK52HzQvaMuUcNHTq3qLsCtymLa4gPm8ScBYqhJrDcYOW+fWXHTKBYZ5g3B8NEUB1cg5PTnd/IONKhFNMaIR3bKGszE08s8/c/NBJAMWWlVRPAQ/SO74njCseLYpR1uDVZ1Ue2OZX8XloWcn4MtQI3BbErhs5y/oYsKaUZLOJw/TaB/u9h+I+vBVaMhXFMKRd4UaqrCxQWSnfrJXd8yW5fioMR3ebhXupRLbV0P/62jDMfxLuMvLfFgq13KixNcRpcA8R5D08snSwAu6tjZ0saEYIC6hW/RYy91oaZPgT36oXD9azh9OaSKdw7Vx2VcdVD5X6UjTe3OjkulFVhnLO3wt3DgCaKJXhX/FjS/hSnL8Lv1kQMnHrvT+nGa9Ka+EGWhZJM+DQf+DC64VnMcB7kSi+w0u7nibNyisgnxUdTBW0B+n03E7/VAT3jSaFUVyI8lZTVGnVaOkyvhT8PqMwESp7Gz/W1EN3wYacWN9N4yeqU8hDDpBWvmmG0jEICTImZSgBqcd8jpjMihMKLvD4pN+9F5C2MkV5RYY0lQ80oeaxslLKFphM73YCOB/kcmmYFXV1TEi8Jptk8UXaSsXa4ZgkUq3/+2pJKDM84hN6YGMTIzdjD8gabqpFv2y7lm7JG9jAC01xpsBA0DV7i/F9dH4j2hRgCafBfw1PySHOiqxOpnbbujHIjhUTXDESNuC2Nj/l/AO0qxlzm4F6l5TXl0GwY40M3GmfopounJUTc0MQpgELzz4vlN6Z2EYLDCWu/n9FlzUfomH02KNDdQ/GtAOb8il6SXaZUAvoJhCKktcEKJDzUgpvKtqrhwYgMwRFm+S7AzdgEHWiop7uJOnTwabuS7xnW3xB3OsRfy4bvMGSAb9aeXqf+/W963uN/X5VoG8DqxfC3rQ1RrJWjCzu9BsW+4n+F+wvY6iG19RNy9rOodUmZi9kXTQmLLcwxifzk/kxRG5ed4Iwt8dUY7Iw+cmq/UldbWBpIAQMEnNq36xx3lAlXMUYsyrHfD29Xq4ViPwbe4DPtwpTGoWIKrX0K/CCJPEBgiNnNtHT2gD22LgU1hLW/ZPi36gZibsfN1/6qX0GZMcOUm5HRW3XEhg9dHEB8TtVCEJNDsNhMaTYvzdaGBOgxWfG0MQmqixfRFtg+/6O9ISRI/U76rmSWjdQFTVrX+0HuWE0wNEggejmMj8a0X3SBz1uHqMx/A7kLHw6r+BdcjkBcsiQshMiPUy92xi8jNVYhIDOFTDPRtCna6b3qaEY2iS7+jTYnm+SMDgP2JtQnkyz4wVrU+zUnBiIhMXYoOXt01NFYawCJrfe4HzLlOsw+mxRobp8qR6sRzRa7oAuy2+95UAfgDKOlcz8DElORv/3/Ujq6Cokgg1k29SYtryWtLiNJ4AqcYY2sktm5FL+JuXblYuSjVCRwyk7F/wWASn5zhMWGYRrAafzqNCt0bIVccT+ljqAM5E+zOypPwl+1y5/LsKO7NDys36D5EU3/XDjP1n7M8aMCjDO2C8aiRa3emzYCTaSH3YntcurGAR4iRoa8yvosaN6ciODY08Bklmq+NDunMRmvY6rhPOy6Cm3yRAMjhDMXkFnI2kxGZEOuLCth1vmHbAST9wSUEGNVMq9EP9kzaeicgtQzQ3LM3Yx3fRGZZGxjlj3i35g+Yfbhg2xVYLaosQ8wefP5cj2P9tDENnBKfCqSP2DGP0wr+LPp3q0ioY877WPDObHDcCq+8s0+Dw+inemrUv3btolKhlAQJmI92jy6NGRYHFLQicNmrmXmd+6VtqQZQ0sWhCfnUrH/htaJwq4hd6WZSo/QBhOQdDHB9K7mJrioN3tyLwQoYeo0la5s0IUr1yHcpk8PvuHBupiGnc4XivYY/FYFTEX8p4sq89vfVI5M716tMzE0PlQjgTXrFJe/dRZk81ZXgloSsjwDRJc2eLtwxgcr5vgiFovx1FTdBKTAZP1bJW3YdWsF1E0Gxnz8N0G0Vi+veRzTuaK8wTuwM3oVS0rRi3XwdvdQz8nlT5bVduUnkJDAAtjKqAnigkHe6PpS8ubmAwJIPWWzy4pE87Ro5/rn+U2XANB8p2uhNELvh1NkNZRgpLOxHBnY+xZBdwH8vQ0Gvr8EuiG8iEJYz9OyNyygjhB7F5C2MLK44cN8n45Vo3epiIcgC+cgxlvNJINYXDTRQgpa3qxIamKSdhJdjDqbfrhgJG1/cgrXGenYW0L2VC4r98h6CZwhZXVF4GObEdrlejdQhtIMzW5XRnOaXjh/aAySpAy0urj2K70VbB4BZVOGMaRPNKvxph06GNKA5y2F3JW5RJCnJmroWJ9VP+LvkptGtS4BdN0So5kCQWjZFghTw95N+O5U2k7D/EZtqY65zJC3x3aqsxjFozh79g6xqyEfDCqey4zH75CyaCcdLtLUTKpPdxBW7BkEzrvpQ9+MPf3ZohHRGukXPlVuSEVL5ifHKGpVnbZ9Es+XDK8HY8fHo2Uj6DXcOz3UCeEV4aL/npCNOh1hAjCk4ewioyDAT9+1KJIoGYBfUCOW/AIoruubIXkYm/LrqeMC4EKkYYEDmsxQirRhiMmoZi0wDFXrra+Y0U3mG1nRDtzr/Dk9WTrLz4nEjjUDejJCqGNDG/iNeYsT7Zjc0Po9on7PyZJW1pdq2wY2/Y1kIX2tF29OgH7SBd/siG6z96rxFqHsmQ4Lf9HAfna/VSYvocaXqGJIr8KT6rBTa05jvWHCLS+xuE8V4jC6YMRVGStLXfvdlWNu5UvXreAn1TSsWqAZSIJgoLrZHteQ59iNUsGm64PwXfSqFfx09mnptJ8ySWMpqwxEHlKqHv2P0cEhqxwxm6y/2m4xjLjPrRu2rIhvd3sh5JCAwwnM1+ft4deRnrjEkWrEFyrY0yfsmjt2aweAkJpoRA/a0cSH2FIAg4q/WSHCZTy54zgKBhuQ+C1atMYOOrIersTJKSGmNznWt7UsMBnFB4kMswOukvo7nhWzqzSu1ZxSswmcjiyR0nPsGJk2vULLWJux85mpCMzbVvnFWdNLMtj3+ZgE/Sx6HkUUptKBvoqMwuUA9qyicVzawsPt5g7aYPpXqu34whSIiFQk4I3bK4mS+OHHXSSboLc0yn60BaflgxbbngOWjwBHGv9w2/uv+kLZsiZYFzXziRBIMgCcVkHg0W/ZWzTJS/cMjEjPd6OJxyr4VkTlmyElAz5SYv7mmk7akrQPlb1PvibhOmLmpS0JIJ0hgIb6TRvX5KEhjd4AEveU17xNKXFZxqxtQrjTl2vPqQ2Ax7v8zM/cIv02YzSTPCxNFKqp2tyLBtCL13jkwGlPSk7I6Qw1kx8CO9oZR6JMN2ICGYZiXOnqHgC8hophGmMpn+XThSTtRJ0kfQK6Hd2L0Qj212ROSzOSFcq8IaxRxNkPqBGtQAJmFYc4h1aOlnCAspkN3IV+v9H+dhVfTkpfmT+cS9hQdVE79g6xqyGRTZSmdVGrMN6w4H9kZgjNfUvLUr7h3OhinI4GisVuLXfgeNvkDuiP9FrnGjxWd4LozFRhRDoaiHaC8GT11ljg0oynv1+6LwcYkKZ+SnSahsmGQgdv74vKsud5deCutk/XLsKojXbW1RbJzJi37L5vyI93f3ZPbzKSrxAKpikMDhwVTCzw4TZv35eANExaoPV4M2qB6tgfApVtatNaaQ1/sbQbXD/4Q9AES/eonWkA5LcDWSmcZ7Uf9DMP/dovTDksNs+56TtfySlE684hoPZbrOzxDpuehoJM10qgYK/GOwbgbAoBlCZItNN6hpeVc1tlM6Ir8rXxSDaSQhBSZ2YTtcVPdg1Jhpfh4Tegb1lCpt2zaQ8sK3IkHz1Nzn9PHyO+FoKLNWncApxc4AMcKyvmRcVAAqR3xhnIT6ZHypB/XsovrXW7xEAO+k4qjmDZg51ut/JGjKlPmzOd0t9Loh/pZ7ocRRqnVBP+SwzdMVT9TH0sLG+BIYX1GEVq8pDH7eIM9dtwdgIl9EirNMOh2wJYRggzfH/F6N1CazvkTb+nfV/ysSkC72PnEd73FP8r+KRJLYs78m0U7NPoS0+YG1MKu5kwvN8TYCO0H4XSSu+aOseaW2JtnvFei2VzBqiXvbUXo+eP4tcmukttPBE+Mo1gMp9W3Xl4hTLRxiR/x6pLcQXBV3feLFmOWQheidxdrrh7aaAz2JltcVbSNYAZb6V79aXvoiqJWKgSsfGKUvqYlElDrus9VrvXfEYxE4KPMI0NhLRZGoJOtFgimt5IfBYIXcbppC8vIc3BDRpT6gU7Ju8yOo10DIbnL3U+tznO02JtIbGBDhVDcOrDyk5uRFAU8IkEVPnH+uf059zHudc4JKpbb8nvMGxtmAcKVCEMI+FtuIao6JTmKLWhdWvZdvx4TO/fGMxX2IfsfLO6p7GoiKV0U706pQEjDWOLv+6B6N+fkG4TiOaOfqyYW1dnJS1tYDgVE9HKU9J7n+TeG/59YNlBxjg5sM9oYn0xJOU14W4hgvsSnSM0vI8vftTCJSj/tq1o4Uopd6lTLRpdfrAo0G58THZtA1k5B9MuPEitk3DUodSdRcqBiyPZOvS3nkUpw1N2ZjIEJe7RDCAQ1bTgEySvMYKTC7FQii2sGe7WwkG/8eWgSyUCxZMz/Yh6Ijgjk0LsKS0pH7cW0QfduvCNN26TRd6yNScA0dSfvo9yaPMIwlLhI72u4N3muDYbZaUeBzR30GGm9IjjHvo8REQqGWAje5P4tXsYyP80rG0EINgAt9A5gYwXBCEFD1z7FZ8ODQ8bFlQ1gJkktrScTSiACzH/pm3jFSnzimCiFQ/1oANY2gJz3QgxJifz52gC1cT9z3n9tv2WQU7Jh9hXDE7DklMu6GIzI19EJYPPZudgkdXAqV7meiyVlldZclzDSo44VfwBoEvyUlNIUdLN3eknMdGspU9UULAM5T27C2i8Bxqsht6NtKLYS9ImkSxOE4dMT1Q6mTDPrldi4IvWN29htN5n8l7by6k+zt2jlPzwjv36HZJfoZznkn2B7zq3oe7OzbvhueDdy5AgGtKizHAbpfLTMjLIUJB2MntJCV8fa6xew095fH9AZaBpXNyMcMXIL6g2ozADbmHagqBNTWetS1ufAIhkd4iCZhWQaChRwgqEW/LQIhAWZqpjMNMCbImMIKDsax9Ok1Vo2IbW+ILTTO+EymSnook12wCdoDupLWNqXKPOwacTvHJrz7c4rDbXifR3DzUoxrsDKCn6rB0A5Nl3gXHyF/EAvjCdoTiXA6Mz9WwJ39cQn+zWXUg4mv7IaX/kQPSECr7SFQhhqIs5ZxDBK6hsJauoghkGviL8mg4zQpU+/Pot2/cNsa92RERcUkLsq1bBPH2B3PoPAv3qu7XJnyxbmujYWGxYfftYXZZ515gy8J45aJbasZv0fc/LbTnh5Mt19Uoxcjg5+5GLJXD+llpa0UuhvvL8mFRcdq0zR/aZbU7c/7ZrP0NCclfVzIE01ArBuUOOdwgKzvLHza/0KNsi2cAfmBkQdoOkYTblA5DhdOMppmpnFi79xTm6pCxq9nMK2Zjt6syJ/yicKLot6teHGZSqaUEu2gXjPOA16YunWNzhBFDRkY77KlYGN1CP3qQmDFIOkJRdbQLnedegdW6f5qgQTVgAMfzRqy2BwQyP6a0M6KOaPBv6rIgUa5otGR0IxsLEl5aWaxdS4Pm5UrnJTVh8h5+hwun+vnrxnthBigcXDBisPed7rFPa30VYzUww8A1D5YAIa32q2irrEcjfViUh+jhkuHT7bOogAfW+FZ8ePdhrwr2XQH412SN6AAr61IJc/W2Y446bfnE6OpFU80LG7rj4UAUCiK3HEPg6DsExEH3I/RhllCdoL+28pGmN8BF7cCsvye6dfeKAFqTZXph6hyq6Ak9KVk6JYfl3j3vo5vMx0rGK8qxanTNQLQ4LxFKqyMp5fMuzmdKAd/J7EpvHQkSGcCoscx7IaitwEbhmq78RzWsLQpL/iiJZMKexh1giHpOSCfyVHowMDrWcgsTDyp7v/qtYc/SGXNbn8xcyGkwpSPjaf9K//UIqCbJ0eUUvFhi48mqNCUT2Ou/MQqmoUQJChqNSfTzJ3rnKO7jErSOaVXDwwqRb+qYY4WD4hrtlLJoZo7CeG15mDeHCBLJwNFOzWISZr9ww6q18jdGMkj3ktBjdt1KT1ydhZJP1GJOLOdBGx+XNvBVV9yBfso8YUjjnQ9y63JDZIA3fDurME336N4CyUdMKr9LxD+UsG/BGEKN1xOhrOhwBxIzeIQnX2xdRBP+RKbNInXSJoEQVOU1HvRruC7yO60GNdw+j3fFIfusIc+ANACWDYUgd2dfvrUABEUKe+MsJ31w9fmrtfYry8WH92ILpaS6pEtA3EHR+XJeCIAvf+0Et1YdJjDN4qymGDeFyoWtcbWWpESwE68xY88SV+CxYKg7X1qV5AMFMGmSlp6eBdocLF59SNrIlBrjfUobs11y7XSgsCnRY/PMvN4+nJx/wvdyPtNBJ5FYn38WBLcvs3Axj4MvehKT/bifDguUT2NnDa+ci/4Lq7kV3PcoPk4Wl+TpHFB4lAhwFtWeHB1l+Jj8kmaWb2e7K6daZjbCqICwmpP2AcbW0zbHlzGzXPklk4P8xMDISWDETUaTRwbJhf7361jqVreZwavPmzzmNvky3t+MFgs4lFFO8QkPl0fdFe3NaGu5EiCyTSSU6N8uXRflurdMKzPhDAn9iGPxsIvE13NafQil4efLU9M6EGxBicMZddo8SA/8vz3OFx8nZWa4AFG805KnjirBIwiryYjxTZM51UKmHKBHaZ0sDIQw8Ko0g3xvru9d7jUUlFvlDjg1U5t0cdzs2q5lcbyFiqowhnYvQrwFS0HQXogxDpjwC2hD1xp7d+ZOQesjE69Py4LDB6lNmWrQ91OwJTQmHP+f3BULI6EBT4gOLhG4H0CgZV6Tv7FTTkzbfVwtGQwO+Qevgf4fFk5VuCuZHpERlFSFbzmSlXoSDyj/oB/NKdJuzFsR6B5UjYHwBnis8kZd57aA1lAEuSnVvsVs/Fcbg7i3rBmvGIY4/uRXs7pjx5q2PYKsM500nvKsfyGkLloPNow0x7mZ7jhAtFHoAmTQ9uvMBUXcTwkYD089TCwyiZ4MLzRfvJUlaSV7vFcBc2MesmJT4Mmkc2sRTVzM5qhaPFRJ3Z9A+Av98dcQHJXkoS+Jro5BKvpADATuZ3e0D5h6BrQKQESKXy+6xseXqXX96Jy8FDvrfCk6GZTPMBJOeExF2eUBfXCYJ4FHokAUU23JeGPAvTSFJ0U3Ucm9GfHIQAif1qGQnO/9oPXkghPBuyqlRokb8379TtYpwOqW746ipSUeA+zaw8W876WSnZ6OieAXnMzwO5C2VaYBmQbYZ7kuOKCWr1rkDX2hRa2wzSYfB28Hd4nTyWi4UrX/R+FoMbX2BRwBfQNQZYlEtEj0+3rKuXHU0ZeqlETOdYorkeNn5lUJYuhprPFTxG7N5109QFwWZtxXx+EV3DApNXqHYX4o+/UfShCLBckDpcud3i1r0U2+ExWWygkRr+blUhrLpGMCc7bWIiP5htt8OL1Wb5iNypzl3pWdG7Me4ZOq8JoNkqnvZUck4SVoDEK+WsSab/HJY4qzYBB1PlxEJzY/0LYd+dxYDtD2lIlR4x8rC59IRPHEoZmbdkYu5LT8BBm6Lil1FGKwbfuBLpqRXRMMa5w27dSuBwa5LBz933Lpi75A267pxWQIJYMnG33sx80dJwSWrVq2U8rQYH0U0R6dZ9wU7cP11kJQysi/5nzriqXPjU1iG20sLOuu+HChsY16jnIimB3NQMw0v4abQJGNDnCWHf2jsKy6OhHXSe7WUEC5cSKQVAlYqW4eZAt02ndlb3oxqxIKKa4QG6D61tcND4fGiLVCogS+VFuKIMif67o+6+3RVHa1kMDO25CrVup4OmWeHCYwF11kPqEAJRlQl7SLg0NIXs8xlpMM6fadgCW8FnlOg7GL0Xm2C8AxCegaGF6/FTy25wj9G1sNoO4XftmLUZr65P8klmIRo/MOJi03vRK9p76uty150hY4AjIZKvdibRIFExM3gAX+8aUsjsHxR6m/6rA0RtAjP9sx0B/NEX76nrCmjLRBEiWDtrSIkCslBB8LAu1+W3hgF8vEis8E6H3MQgPJRKIAi/z1DbYqs6uK2pu38DGb9f1sLZXxaVl8/rI15kj6KWAJV/8cyf2irm+2+s2wtBjtKTovH0M6uMc98Nuqyph5laZeAdIkUTaQWno2KWr8tdjJzQ2w2WZcRN7NzXS3m6TOCLUj7MgorcJAYRFlEJ/2logWI+VXM1x9/0d573cwYfGf5BZ4P5O1WYkXbaMInlsNAyfibWuwI2Ck+juHi+AK+v0uWr0pTZzc4NFLye35Ric//zMFWqLBvCa5X/Wf2Z1kJFcsbrP7M6yiHGaHQVbR/XpjUik0qWdRISEho2rwdoMtC90kcTm/Nf+n/hl8lD0/4rlOINgf03vhg0Oag+okUmFMW9h1cQ/EhjtuFuR6PCAmEXTPAUOnQFKpX/xBGvO2gUh8a21wpoZxK+r9dIECkJAqYlPDjx0B7mesdkouBdGEjmLB28J8hHP+I75n38uSWhf1ygzELhUSxpZxycB9ia2VhLo9Hg5wfbNLP0Z3/P75EXEw0SmBOu6UCvaIQfUMGoNPRLKXN24ezPtvGRh0sdjEHpoSTJkytGVpy86Y9xiKKjZcm475E3JORaJduq/4I4PB5xpOi3lIYfRohCJTuPKDqoj7YAZnu8W9l3rAwV+Mdg3AIYvKWhalPc+m0HPAQbX0SVvJCbyUAxPITfc+cAO3926hmCM1/RWxTL3qIOEgUMNyeTHjEd73FQBkc/NKgWWGSuja8LG6VeWK9C4WTSTaVBbZudcQ62RvvtGtZqnQP7RGsKwEOWO6UhQKQZsMy9ayTn3gTpa4dmNTILE2c8ZyGhKYVQIsYIX/TPE+VnYT9Z8tr99ShDh3e279OwgTAVUoaQlgZjlKemYLPhyDYyQdcdi1iXvDo05G0Vk2omal+O9snIS3aF2Gyl82i1Z5ohP44AC/DR34ObkBb+Q+2Bf8wE3v5+BhBNFHvdZZPNJ75spK710W7w5vZ7UtvLHWCMMBLtC2JMrIXMVfpKgOk+aB+2ua7QlV+u9xaecO2idXR5M3gGvW9D4+pmp7jf+MrGtQNso71nInG5l/G80h+QqTLSyNNDIedag3w00+9Pd+hXp87ZhRrkBG0oAGf6TgWHEXR0npEKCbiB3zr9Xfyk9NCVws8XSHvGl7H0zj9Nf/JC8C0NvI2QhIeRmNA7RuxJW+OPj6YGZwqiZ3lHrhYVFvidYHNTMByF81MeBAefiBu0ulBmFerDCJCFFkn5Ps55vJKB4Z+69+7JMlJjBCNuuS7P4BUUJxX689bY9ow0QJlqDVe2UmQPVYFk0rNaxskC0cCKM6/JZMfHvH1/qQoIdUTADTi1UTWtHaTF5zDkKTtMG95YC+B44hMKV7GMFsrKEDkVcjkgBKUgVMyn4qfdaqObcV+zGLRXCRTqXGrP1j48Oo6CXRgss4sQmQVfHDc/hoZInwF+Wjl/PYOcZo4v/Xdj7zOfO/x6kndBOfvpqKfEIKVK5FXI27At1FVvaSeNY4hjLsxU/J2j5KMkK+9U+0SnJSxm8Z08ol34uCrd2cmmsvHhWo7vhcVb4Y2DJLbpPaohG9IzVj6A1xBpdtGLiBj87dvL669BGoFrlf0WgRVXHOPh6G/ZR4CDmSe8OMZjF+zzEKef5V3LGQ65Su0AQdIq5WnZ3xyLkafBt2OizfE5p/ZuFbGQAPmrqoAvgm5lHUs7cYYOGarpCcy7fC8Wwrlpbtfg3QpqiVsLwgn1hKMnP4ZCFqqkOAzzAKBbjubJddinOTD/ykGs0dIvbgSfzTIKoPNy0lB+JKhPoo8ozjnclkjcuIGyw01QPYJxnmzwl01xcrU8fDNzAcT9Cbgf22CPHevTqiw3ZYH0SDxCfBg4XgjqNXPjG1ROJM3LkPjiAzQLVGI9UaterxrwG8gOIc6b7aQQqMWeBq0j3jzwdjq9Mzkh21SsoFIM2GbObnBopeT2/KMToFc3LnPeF6DpnnrIfKtE3AIKo+tXuHhn+YAjIZKug88Uemy+hwM+IXYeK+YwSOQF5Y1IgZYuWykfLyNQSzxyxAkECy18O0IInxxH9+ILVDcBSyqbQ2+Ae9WPlYSJf/2X/ywx0nNPnUFBsjZH07OcNV42ByTRlJU7XLqKLcrA/cy0mIo9EKNQIyNpJ8tlzwFljF3ezjjtsQw8FtC5Qi3j+jWPuwos9pq0MlyPLbIeGeN5YCOZmYqXIoOrQ51NjLXB2q1OBA3rKFTbyYIsvEJTl9c3QKOu6SlrNhh6IbgwZmH3CL8wz6CcrM4M8H5gXoyi98onLJeJTm59DIudN3aKabq6lBFcxougdor6B0lOXJrIH91pOrOSbTz8bMcAW/4LpHgcJ7txH8L77Cnn4Szl09wQLNf6WSQCaJWOskSiy98BeRvXI4fauKjpczE5vELeVNoDEWyfq4YfUMKIiFQxipzcV4P0stjnuQd0Yi2ga9zBQ+H8AxW0E8nw8CYX+TOfckU/V2VK3APTLHFCTDXTU6W2iQX6FG9Arvkl9zjpFokn7tljz8kxm0XYZlQgw9sugv6BNT6hVHUijS4bHPVEA7rC3F9WXdCfzRt+6UoN0jPA5lDVnf6pcJ6/Xq0KLpATGswxG5U5y70rOawyPlRoXQQj/UwoDUxb9MWmiyc3Wii/lyjQzX8WESFNqzngn1wxAWPcnHzhkVzrD8Jfg6SM6i5eA6QwT8R+/Qsbc/K1/A+MV9Squ2osPo6KbPHPQjh8m2m80IAZMWSoI5smqPIPG0i8EvpTtH+bn5JYPnf4ofxfa6OCtGuYMokhJTo4cjQrpHhHD2gFvSfbF6aj2/SidUdgbi1w/FlKpHmjta1AWjQ97UyzTwZpiODKbnobzmW1V2Z9Gt7XReMs6k4DLHFsa2jVM+91QRVLEDWySm/xex53MrOtaijByOuYA66wiVtZNRMqqw0zG764wN3TgSkHqChB5IGANJyFrLjKQKvkRDswU5Gpvvq6iR9JJhLOlCYgedTdSfCfC8vRhKo6cTdgBig6am2LnbyZ7S38y85iP1NfwCFfl18iwfUFeC8FbE7i7/sqzTwZpi8/XTv7UT6DBMc46zAMflTE+9VXmymvWmRlbLEHEg89m52B+sInxMZnQZ6fS06sDZWda1E9XzxCmsANjf/pty8n4v/YkIU9/DVI3oyE7XWFNtEW5hCrxDgwEHTYjHsDM5l3yRVI4vNjHO6Ma0uCdxTBYw/ewYH+vJEx3SuaSsuz8Qaq2uVgkFPx8KOONwfyxBm6Ygmdjb+xP8eQK1GiPHV6zAYKfhFCggG6QBkJqZ4JRJeblcztHTfl3z5Y3ThfD+e+uJUFM/cyaDp/uvYlDytpEAZ6mqPYdIPq2OP+4iiIbKUmXRBtZToFKjUL0KtV6FDp30WtNfC6yYmqwXB5Je1+IKfvGTay3YjEMH0kdUW3At4bjTEhsWDBSXg4SxUtPpdsCf3kQ1zSK+pD5zhaEQq7HBUz0evLCNcYqNf6mrF5RMroYbMx987pKnhu6H+8ARSqsSh+uBgPcAPOXwv07CA0NE9aXokUbF3VZv4hT/dfOmNzAXKlVTL0B6KuiRtgZEzIZrJ8gSZAS0A/brZY6W65lYICQkfRKeSOkIAAlu3eia7K7AJW3qH2yS/fQ7NNfsnw697DVkKCvn1JD0U5z6fF+nJFcywo1GdO/5cb/a8uB4v9fclPbkO2ai6VimP4HFgpG4CpGC9gtuL/kguoTjfHFcOfGsOtz9F77HZmSYCH4KSizp/Qq9v5FF/pz3KOYieQL46R3dt8K4/MztyKVe2Akp39WKMM4syWaL8TFwOhT6Nz/zGwBwka8FlWkKkoQiZePAWmZgZBHHPGGdhf/1dKCzimotCXjt6qIi06Gt/zHRnGn9r/3xTg3xT1iulU3mggWUsg/qpsDCJSCyd/L1lOYYsNZS8POL8b1rex7KwfFnHUyhLjJWJ0QPWhjjGSz27MurwYwxPUsPl3uRGij2bBYSvhzY+o9sgJRcrk2s6UHLKEEYlaszWdOP9rLYgjiaAKWHZDudbSTKnmj0S1ADZ+ej49LONY/JCrCPDmxSReN5nnj7ATukMu+15soamFyTMVciBcLy+gJZfZ1DCPwIICKNpSnSOVnQUIP6gDAIwi/jdRGxWzRWkjceQ/vR1O2mxTTW6v1KSt9Cdgs5KbfUQUdrXJE0iWJwhujUlVMR+WcZfwiDz5o2Vw48TN+PYJak1vwra7C+nD2GwZMVYp4yUBz8wkoGu7+sFyHtapiYiY1VO7z05zRdTwHsT8I2r0I/Fl5nHy6ktk0majkLrWiRUaVj6GUj0V0c081XpWROCMvCYdK0nvUkkvOkX8CUG/FRD6sDDfHojQgNJOMVhQpEk3AGb+RV8LaKYPcvgF+SGnRYXRi+aNnNVqiUxRyAZ6hfW8ifUWEIUG1FyWiW10VXJDidaXdHHGpbPNUJzcP8DAtmC3rGP30aNGxh9czTlcXRsRKkgQcw1Zq2sXrGOtKFbZWLLHXmwyw+99m6KopQJSPW1DrgXAt6i7F1DuntZFQhu2Dvahp5D7FgtNx5JmOtQ//vuDpfwunzjix0r7j0KWnK4uoHDQ14nOX06w6/c9WqMdIxku6YnYKSBN8Ef5QGxPmxq8OhXJDMkznqX59A44Xc6n0YrMDdM65rU/bX9/fAwhlQjv4NciE2vz86mtBwlkf+ZIdiFUxQ724Va9Oo+oItyn7qv85rkYIOS2hmuFL8A3DbbGi83GQiH8ihTYKVhEmIjIuIg8Aqb6mRYCfR/ckzkfUCJaXIX0Yq0I0q86ERVv5t1v6G8JJpCY6rFVSJwlAN+LVRjmeoK/SjU9lZrm7BanelbmeJ2/dh+Qq4cRWPW2onqrLEJbHMMJor02DoRQ1XAyQG4rE66lFnZRMWlVwjFWc2Zo4sG9KNZlFtzZT8o7HZP7NvNCotdzjEhNEnP9XobhypilBUfSr27s1HXic4QKJfbMKl8iEudiWM750cK+QsI9AXmNaOZVybbH0IhV2NgtqatwqKtTHlpwBrh8bDW2QJeR7HhJiaLjb0+w+xsHBVMZiQwrj7s4ywACGYjHCO3+AMN343+e9Dl6L5+UbiiqoohNgoGBWKWFUeQdEeLygRkhtzMAqLQJDBKpDV7VFxC9JSFz9miEPkVJKgGSkiSr30YrV+L54dizKFHM0/mnXeq4hk8IoMb66/lQ2VHlHlsiFQeVkcfI7oOq506owbnwOhJjQNr0jg+Hx53zk4LcdAfg7gcE0OHiGXe11KoqsKss1FpBr6Qcg3rvs8hXupqJQuP6z9ZTheiWnhOS5WviGfnCJ6FjRYFpNfDJSo9ncWzq/ETmX3yUFxJ6MQMaoqx664nwXna9GT3FQJVWhvrT2mIKm2hX49CUUSSHv4r5j7rHeXtRyUvO5j7jli/9IaMS3gDuzrOcasXwImrkFtF5Jqq1KdMtD+r+37tnXeNQLg+nPfOnMGqfjaehncQI3uDHlFRHL39R4BZUdK0Gs8ijQr78eh8sNnLja+BACgK3QrFcoUi81Bxs1EKl1AaZjFSxKeFUPj9JFgrW20TLS4nILWiaybqnxDUIgBld2OejBhKSBJaOWatdDlTTFP+gy3NWj7lEz9zii90fB6DXVX0aODVi85iP0jbzHJ9Sf3tHkBIn8Nw2tmQUSXtNplvrib1V86E85b0Q6Ma0pceMJ8nLzz/HCSysSL7JETaszs8IgWjP1JWYdtKicEBlv9NyTtZL0PpAsVNnfcJYTDuLDG9LHsSF7QlQ+lAidKb4v/bLKjDtryptZbsRsSsecXvJhx1LTWAHlx6t9uoTqrmlSJ2HFDv1wZOvapxM77RE94ge7vFXwrEq+LcGhgFax9bT0QJJWxcpeVe+7i8bi67dJqeevPiFNYAbG//Tbl5QO1W1i9Y3I8ZSzTQCJJ+zT1nia+NmebpOIFLz7x9/4e9F4+ta81gSgrRykhA8FHfqMF9G3+05gFqVJCfIw2OBYCWQ3/yacbApXLjqcOcUZz7wmMptt+j6o/7zUomqcrbbNZUh7g6AL+EUNwNM5uBSJcHa1FfqnwZ0lFRMTRJgmA00wHk+14Vc9kg5RR/alG5/RdzaKF3MPZBDWPMU6B+PS1zGMjP6+1WJjXCYBSjniYC6ziAP4mwwXRs96OEeUU2SrLWqtmjoPR6AB4zXnAVIu8fhwaHjYucy72upH82KUxDkk2n5m6XSyE2N6p6B2elPR+ocu9ZWiBvY9hUvH2n8mjbZgX1qkjqycx4Lag1TZy5o6znSHDOlDUkohPyknrpNrbTPXumA8JMSGFsPSIZuiP0LklDtskCWbL+N6N8PdL+dQ9x/GMowrmYolg5rsM50vdMpFJ8NnY8Yhn4SvuJmr2aU4kqs6qQMwonrS+0pXxyA+WzMa1G6AeuT4SaqIuIxTdUenfE+w2RA2qU3PogR2t+UElYKgwxWCFBVgdncjxPpiU0L3T9BYB1O9xy6gnuHYwNiDakqs6yQeeYlxmWOsaP7MuoEocFgNcLVci8rZzHWrXdCT22uqq3TVx3QwsPMgiISCQx9HOjxTdJQaCoJwC14iXUWLGFbCG+w55SUsh1uIekqGtHZB6hgAdsGkGvUaY3UIf/1XyKaXumk/7cvmo64r766iCfEzpvz4wGgT3/YIIm0UGMHz6bQp5ToXmapGDvJwgxJVmq5I46ivEEraUBakh3tHa6c7sWO8vr4S2Vnn7FtaFidh+00jHbgJfmF5KfrtFyYLUtmaCHONGjvtilqIKIGnoVPiEwSjzLtDxGdwI5qQ+uhkb7OdFp5rHMfjj2Xb03LpX5v0W+7l1Ex6IM0UMnLjTl8VTmP5PyZREx2vRkvk4nC8mv8yznYiojAFLEl4XZOKuthjL1wWxbc0HOosZVgAYSpPxMkNQhAUiC4f23cL6T7guhGvLekJRoXPVaeeuNW4oXxWt7ld/P9cLlRmxG6XqloobI4XkWciWOOOS2+TfsrAg3rfExOZqFUPY8llaUQiYtBQvL5cKPxDarritHr2TbsuoNa4SGSJqfkJIzciGre2jCT0RWzdab7Kh3qRgsdYeKTird2mmRchoz4qYrjW+kUCH+RcCBrAPFEYw3mq0XX91LFCz9+DuLucePG8VNi9SMTG3/VVcJRwiY2Hvx+sW6NiEVb20KsRbA30iR7ttNZc+WVvcuBhjQIumHhX0o2aPSJJoxdI/aC70pWB1468O5yXDmsdmqowFdv+bwsBTQRoXS3YMcaTL3tMIDmkc1rBFYBNT2V/hyTz/fYyP7PVTk15Xw/EOR3dlqDGGn5DMRv1G4pQJ9BivQQH+kERDGfvs+prhRqOKKb4QMWRXxGk6VkXlFT8FQq9et+XH5OyLzC8durvQ5ijkxOTYfXetBqZsXtFKv0unbjhDCbnHkzH9VrLllv/9F3t3b7w4dIus2Xx5ZE6/bxeFd7fWa/VMM9CBdeFgfB/9W3SevqRNyF5gctzvbcN8wQZKcRhclAfkcsMpod0JTUdTg4WHN8VVGeIhndpoSx3WEbHyNqKLrbvRYaG9GlKDsga/Ho2PjJoOKpf97WyGj2yZj3GuoTFhrEoYBQUT51Ji/XhQTNeDLmOdd2yHOyh10QVG642GZQ/bscAd6F16jikZCINsqh6m3930oQspcQAmM376nNlY0RPXVU9pLTP41IDJY7zhH8JciUFxLblsSZIh2LiEknKvqKqejZjfENzLGNoxI4hrGczJly1bh4v5G0R8ABNX916mMaAshqRejyji+9dfKS+V+mmTKenMFkrVllzq+WUFJlpu1wioCbi8kOQlOQmn2RSRZYfk/1sg1eIL5n4jv34lG0whtWaeE9NrhK9LGWHCyOJNio86xuatAXxTaJ/IaD4xW/4RfNegK4ImbS4PjMXHSdqd9xMNYUexrLpewZ4nf+2TiUPRGJjkBGnI46C14/5jLBg+x/4ya2x0mg7NEb7lsq07LYAnDeblM1VHP1TNsrNNrJhu68M7Uzerl4rlY0/HYoMrqsihiwvETlNzDhZu5+eniZpAITRH60n06LyUt0yhooUO0dqDy1fYbE7eev/2z5gBUd9sn0BQ1XrRSfLcOMV2u53cTuTuQKGpbu1P0ZMNWkMT04ZLTWrDZ61HgZDV247Eeek4Q0a4BVfb6UwD+QnlSyXkzmTwuZjt/nGwG4M+Sd2qmW6dD3FZWZhV41QffCqnhF2I1hSpi9ON+mlVneL4ZgxM++GEbNinBXSfXSbZnjcHxkNq5oeufNZIPTet2krk1ubRpj8/7AzHBwkwnVAGz6+Kk3A/ZrGLaNnlA/NLeQFlzjiFIHzwnxVB68+sZ/HJwZBKQpGzw7tQcsVxBKXEHJcfXT3c+J/F+FMflLiA/HWrdq3pThulzC7IpnViYxa2Ehi/hROMHAJOQAQJWwKgF/9mA3L+NX1Rt6+Ne0ooSBUgxoUte7DF8Ufy54eoEHgWPQFSLkT9UJU8+X0l9wNUnTayK6ByZbmFGoPqkfBgaiOy118X3dKTgh0XlbbA5zX1ilztIgkJ4YCrD4k0BdG9+lVdnKkxmM3yeHhdWLVVnZQdzbDDUl9FijxuEpTKWESBDdf9M6CKp4MOOy7sVF3AOUr9o3GiFh6TvghebPtwEMD9UDNcHhRfc6n7K56VoiNcgT4yIatvvxnbRUog2s/um2f9IZ3x4i0JiDW0nZ1h/FckFXtaFiYFz6SFwUiFzyX5ehPX7crk1FG8EK3DUjAEMOoMA5vVZFHWIAPeBhueSBlEur7gUCASlFnyoMnrxXlA+Us5hdGlNnYoje61Pm/nP4BOwpITJHjuBBoBKXGxz9qIqTxes+DhQOjeqz3nXxNLrIvpg/Eg30PixQKR/oKBxAGsU2lnqkv3UqOzQzV5uRb5PSfTFfN7XqOTW0QGrQnjAVGmv4Oy/pwU3+H8kJA0l2r53e9VYfvraVMuaK3R1YGqgzpdmMMzMi+Uy/vL/1/7y5ocHOvefqZH9HL491E1v5Pnl9yUDpTbrPVTne7K9P8LeHLDZSnh6NaE8YeRKEwQf5p9tDm3AMflLayy1cFc8gmoCyuPCo0br4SPYE1uvXFRWogVUPU/QFIzPG5mguRhmRMGjNseWQZ+9kvTSvzbnotYGnydFDNI/OJSnB2rqJ35ldwRR6BWkDEwFOj7nVg14qYPltyTi0nr20s8AxsD0uxOU3qujZ6lv9DSaOHNtpoPvAOyiaykVO9thQ7u7sOft4bFylbGl9A2NgGrX926uDqI3/crWRuEkwcRPNMYJnmtuNCUCJN5bq0GcVLbeTebRe0zGEWwmMxW5uYldaJ0XyIPREIv5eWcjaA8nTw34XqV4kDjFHX+oU/pvzD3Y5U8dlwyfw+d97a+xTQ9cxe/0frG2NK8MQa1udIiBjbBXGUT5fm1si9eG+Rs6bSnwO+FvmZU36HatndRhy/gTsjlG1eEVzuu+P9JEGJZesDJF2knG5IbsKj8FJwbVR7hST+CtezQyAoaU+pLx2+j1j201tE+vh0pYQYBTJoSllLHvOJzL+kBi4O2RB6ipyXIoWxsx6ZRNuO46J8zxcmPUbkhZUmkrmtrH06ivSqCchUZAJ/Bmr9FieWZxBCNjSEWjdzlLH514Psi4ZFtlPqpJTjBfP8u2j7NXxASn4SNdeiYWEfZWDpfE/U7GyMW50sKPY1cgoDAOtffdTfW+NQEPJGAEewnFqtRMJLvC+d0zNBjiRzx5pALFLROMRHQSpVJ22LqhW7wG9Hdof67KEIwv5nSHHQLYX5OfgF8/G5kzbkzU7pMB9Qn+4vcLymu/GLTd2VkqfBb+97LmGKbIef4OEA8mo8zflX9vDKi55K9efygG+sBba6//Z++yRSf5NLS8Q2txp+mqf1XXPJXh6vMX6NBqN3u7oOsah5k1uhpjjpBMJl71SYC26H3Pc7F5OvQU8UC7aU0TZ+zqifeVtoImKhozHWdCuibiLE9yFpAUCvV7fdA2SghlGbU0ZJWIW5JMsIQqwCs5lh28sM9URAA0lmnebDHVMZhikMo8usgV9i5StjS+gbG11JJwSz0+lgQlaGQAiSrEPVZ9stDExgwLyrEQofApxilCr8HNoiWiFKCSGzZAeSVHuOgj50b6FCG2hzrsuizIv+v8eSDLS4j4MV3DU/pr+ftmtAmY7uUfW8gbkfhpYuUIP8ze3fRGPhu1b+Q8UfvPiAtKIEBBxkJWpIpbCPL/0oNoag8Zy7rtQWuWeDonKY/B9r3vxXXrNtM7KP5q0jPuXtZymDy+ZZP+YA0jn5kI77IqoK8UxxQzBAAVT+iaZroDSR2k0G2E4zFDZz0CAlIdyuPc6huHXxEKZ3vhFFidnbLH0IxW9oWhBs54xG1hkjx4RF9bCRJweAAAAA=="
      }
    }
  },
  "analysisUTCTimestamp": "2026-07-29T15:28:29.463Z"
}
