www.interpathadvisory.com Open in urlscan Pro
20.93.73.55  Public Scan

Submitted URL: http://www.interpathadvisory.com/privacy[https://www.interpathadvisory.com/privacy]
Effective URL: https://www.interpathadvisory.com/privacy[https://www.interpathadvisory.com/privacy]
Submission: On November 06 via api from IN — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

<!DOCTYPE html>
<html class="" lang="en" dir="ltr">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="x-ua-compatible" content="ie=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!-- Redirect from IE11 to Edge -->
    <script>
      if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
        window.location = "microsoft-edge:" + window.location;
        setTimeout(function () {
          window.location = "https://go.microsoft.com/fwlink/?linkid=2135547";
        }, 1);
      }
    </script>

    <!-- og tags -->
    <meta property="og:image:width" content="640" />
    <meta property="og:image:height" content="480" />
    <meta property="og:image" content="" />
    <meta property="og:title" content="500 Error Page" />
    <meta property="og:description" content="" />
    <meta property="og:url" content="/500-error-page/" />
    <meta property="og:type" content="website" />
    <!-- favicon -->
    <link
      rel="apple-touch-icon"
      sizes="57x57"
      href="assets/images/favicons/apple-touch-icon.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="192x192"
      href="assets/images/favicons/safari-pinned-tab.svg"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="192x192"
      href="assets/images/favicons/android-chrome-192x192.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="512x512"
      href="assets/images/favicons/android-chrome-512x512.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="16x16"
      href="assets/images/favicons/favicon-16x16.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="32x32"
      href="assets/images/favicons/favicon-32x32.png"
    />
    <meta
      name="msapplication-TileImage"
      content="assets/images/favicons/mstile-70x70.png"
    />
    <meta
      name="msapplication-TileImage"
      content="assets/images/favicons/mstile-144x144.png"
    />
    <meta
      name="msapplication-TileImage"
      content="assets/images/favicons/mstile-150x150.png"
    />
    <meta
      name="msapplication-TileImage"
      content="assets/images/favicons/mstile-310x150.png"
    />
    <meta
      name="msapplication-TileImage"
      content="assets/images/favicons/mstile-310x310.png"
    />
    <link rel="manifest" href="assets/images/favicons/site.manifest" />
    <title>Interpath 500 Error Page</title>

    <link rel="preconnect" href="https://fonts.gstatic.com" />
    <link
      href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400&family=Oswald:wght@600;700&display=swap"
      rel="stylesheet"
    />
    <link rel="stylesheet" href="assets/css/app.css" />
    <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
    <script src="assets/js/app.js" defer></script>

    <!-- Google Tag Manager -->
    <script>
      (function (w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
        var f = d.getElementsByTagName(s)[0],
          j = d.createElement(s),
          dl = l != "dataLayer" ? "&l=" + l : "";
        j.async = true;
        j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
        f.parentNode.insertBefore(j, f);
      })(window, document, "script", "dataLayer", "GTM-NR32NZ5");
    </script>
    <!-- End Google Tag Manager -->
  </head>

  <body>
    <!-- Google Tag Manager (noscript) -->
    <noscript
      ><iframe
        src="https://www.googletagmanager.com/ns.html?id=GTM-NR32NZ5"
        height="0"
        width="0"
        style="display: none; visibility: hidden"
      ></iframe
    ></noscript>
    <!-- End Google Tag Manager (noscript) -->

    <header
      class="fixed top-0 inset-x-0 z-10 transition-colors duration-300 bg-blue"
      data-scroll-bg="bg-blue"
    >
      <div class="container mx-auto px-4">
        <div
          class="flex justify-between items-center h-20 md:h-32 md:space-x-10"
        >
          <a class="block" href="/">
            <svg class="w-28 h-14 fill-current text-white">
              <use
                xlink:href="assets/images/icons/icons-sprite.svg#logo-white"
              />
            </svg>
          </a>

          <button
            id="nav-open-btn"
            class="text-yellow md:hover:bg-grey-darkest md:h-14 md:w-14 rounded-full flex items-center justify-center"
          >
            <span class="sr-only">Open menu</span>
            <svg
              class="h-8 w-8"
              xmlns="http://www.w3.org/2000/svg"
              fill="none"
              viewBox="0 0 24 24"
              stroke="currentColor"
              aria-hidden="true"
            >
              <path
                stroke-linecap="round"
                stroke-linejoin="round"
                stroke-width="2"
                d="M4 6h16M4 12h16M4 18h16"
              />
            </svg>
          </button>
        </div>
      </div>
      <nav aria-label="Main Navigation">
        <div
          class="fixed inset-0 bottom-full z-10 bg-black bg-opacity-0 transition-colors cursor-pointer duration-300"
          id="nav-overlay"
          aria-hidden="true"
        ></div>
        <div
          class="fixed top-0 z-20 h-screen w-screen md:right-0 md:max-w-md lg:max-w-lg bg-blue shadow pl-11 pr-24 py-14 overflow-y-auto transform transition ease-in-out duration-500 sm:duration-700 translate-x-full"
          id="nav-menu"
        >
          <button id="nav-close-btn" class="mb-14 text-yellow">
            <span class="sr-only">Close Navigation</span>
            <svg
              class="h-8 w-8"
              xmlns="http://www.w3.org/2000/svg"
              fill="none"
              viewBox="0 0 24 24"
              stroke="currentColor"
              aria-hidden="true"
            >
              <path
                stroke-linecap="round"
                stroke-linejoin="round"
                stroke-width="2"
                d="M6 18L18 6M6 6l12 12"
              />
            </svg>
          </button>
          <ul>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/sectors/">Sectors</a>
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/services-solutions/"
                >Services &amp; Solutions</a
              >
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/specialist-capabilities/"
                >Specialist Capabilities</a
              >
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/our-people/">Our People</a>
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/careers/">Careers</a>
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/media-hub/">Media Hub</a>
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/book-a-meeting/"
                >Book a meeting</a
              >
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/request-for-proposal/"
                >Request for Proposal</a
              >
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/executive-solutions/"
                >Executive Solutions</a
              >
            </li>
            <li class="mb-6 last:mb-0">
              <a class="block h4 text-white" href="/complaints/">Complaints</a>
            </li>
          </ul>
        </div>
      </nav>
    </header>
    <main>
      <section
        class="bg-offwhite mx-auto min-h-screen px-4 pt-44 pb-12 md:px-8 md:pt-8 lg:pb-16 lg:pt-72 lg:px-6"
      >
        <div class="lg:w-1/2 mx-auto">
          <h1 class="h1 text-left text-blue">Oops</h1>
          <div class="mt-6 mx-auto body-reg-2 rich-text text-darkest">
            <p>Sorry our mistake, we cannot find the page you were looking for.</p>
            <p>
              Please return back to our <a href="/" title="Home">homepage</a>
            </p>
          </div>
        </div>
      </section>
    </main>

    <footer class="footer bg-blue" aria-labelledby="footerHeading">
      <h2 id="footerHeading" class="sr-only">Footer</h2>
      <div class="container mx-auto px-4 py-7 md:py-14">
        <div class="pb-8">
          <div class="grid lg:grid-cols-footer lg:gap-6">
            <!-- logo -->
            <div class="mb-14 -mt-3 lg:mb-0">
              <a class="block" href="/" aria-label="Home">
                <svg class="w-28 h-14 fill-current text-white">
                  <use
                    xlink:href="assets/images/icons/icons-sprite.svg#logo-white"
                  />
                </svg>
              </a>
            </div>
            <div class="grid grid-cols-2 mt-14 order-last lg:mt-0 lg:gap-7">
              <!-- col 1-->
              <div
                class="border-t border-grey-highlight pt-12 lg:mt-0 lg:border-none lg:pt-0"
              >
                <h5 class="h5 text-yellow">Legal Notices &amp; Policies</h5>
                <ul class="mt-5 space-y-4">
                  <li>
                    <a
                      href="/legal-notice/"
                      class="body-reg-2 text-white mt-5 card-link inline-block cursor-pointer relative pb-1"
                    >
                      Legal Notice
                      <span
                        class="block w-10 h-px mt-6 absolute bottom-0"
                      ></span>
                    </a>
                  </li>
                  <li>
                    <a
                      href="/modern-slavery/"
                      class="body-reg-2 text-white mt-5 card-link inline-block cursor-pointer relative pb-1"
                    >
                      Modern Slavery
                      <span
                        class="block w-10 h-px mt-6 absolute bottom-0"
                      ></span>
                    </a>
                  </li>
                  <li>
                    <a
                      href="/privacy/"
                      class="body-reg-2 text-white mt-5 card-link inline-block cursor-pointer relative pb-1"
                    >
                      Privacy Notice
                      <span
                        class="block w-10 h-px mt-6 absolute bottom-0"
                      ></span>
                    </a>
                  </li>
                  <li>
                    <a
                      href="/cookie-policy/"
                      class="body-reg-2 text-white mt-5 card-link inline-block cursor-pointer relative pb-1"
                    >
                      Cookie Policy
                      <span
                        class="block w-10 h-px mt-6 absolute bottom-0"
                      ></span>
                    </a>
                  </li>
                  <li>
                    <a
                      href="/complaints/"
                      class="body-reg-2 text-white mt-5 card-link inline-block cursor-pointer relative pb-1"
                    >
                      Complaints
                      <span
                        class="block w-10 h-px mt-6 absolute bottom-0"
                      ></span>
                    </a>
                  </li>
                </ul>
              </div>
              <!-- col 2 -->
              <div
                class="border-t border-grey-highlight pt-12 lg:mt-0 lg:border-none lg:pt-0"
              >
                <h5 class="h5 text-yellow"></h5>
                <ul class="mt-4 space-y-4"></ul>
              </div>
            </div>
            <!-- newsletter -->
            <div class="lg:order-last text-white">
              <div>
                <h5 class="h5 text-yellow">Sign up for our newsletter</h5>
                <p class="body-reg-2 text-white mt-2.5">
                  Sign up for our newsletter for latest updates
                </p>
              </div>
              <div
                id="umbraco_form_412dac1b829b4140895673e18bce6fae"
                class="umbraco-forms-form newsletterform newsletter-form umbraco-forms-interpath"
              >
                <form
                  action="/500-error-page/"
                  enctype="multipart/form-data"
                  method="post"
                >
                  <input
                    name="__RequestVerificationToken"
                    type="hidden"
                    value="FSpdPcuuVQf92Ui5CHWCQspvP-2ORT3TEjwtAQyMiC98KFan7rVtcr5q3N4pJXoo39FHJWfhguyvFrsd__DmqKfHf141"
                  /><input
                    data-val="true"
                    data-val-required="The FormId field is required."
                    name="FormId"
                    type="hidden"
                    value="412dac1b-829b-4140-8956-73e18bce6fae"
                  /><input
                    name="FormName"
                    type="hidden"
                    value="Newsletter Form"
                  /><input
                    data-val="true"
                    data-val-required="The RecordId field is required."
                    name="RecordId"
                    type="hidden"
                    value="00000000-0000-0000-0000-000000000000"
                  /><input
                    name="PreviousClicked"
                    type="hidden"
                    value=""
                  /><input name="Theme" type="hidden" value="interpath" />
                  <input type="hidden" name="FormStep" value="0" />
                  <input
                    type="hidden"
                    name="RecordState"
                    value="RTI1MzQzMzQ0QjJEMzZGODMxQzhCRDZDQTUyM0VFMjMzMTk2NEUwMEMxM0JCMzRBMzExOEJFQUY5NjU1NkNEQUY4RjNBOTg5NjNCRkVFQ0NCOEU5MTE1NzU0RDVDN0ZCNDZBNTU5ODdGM0IzRjQ2MERDNzkyNkE0QTQ2RURGNDJENjkyNzE5QkFGNzI3QjhGMUFBQ0JGMDdCQkQ1Q0VGMzQ0QzI1RUUzNkYyRDFBQThFMUJGQzAyQTMzRkY2NDU5NDM0RTczNEJCQ0EzNUMxNDVCODlBODUxMUVBNUVBQTVCRTBFMzRFOUU0MTRBNzBCN0E1Q0ZCOTZBQjUxOTk0RjdFNTVBNzM3NjdCRkUyRjQyQ0U4ODUyQTY2MzAyMkI4Q0U1MTAwMUQ2NzlDOEJFRUMzNUJENzgzRUU5RUJBMTE0QjIzRUZEOTBBQjYxODc3NjA2NzEwRjQ1Qjc3NTZCREZBMkU0MjVDODgwRTY2OUQwQTNBMzQ5ODhBMjA4OTg0OUYzMjhFQkQ0NzA4OEEyOEI3Qzc1N0REQUQ0RDlDNTgyNkU2MzA0NUMwNUEwQTI2QThDNDIwMkQ4MjFGOEY2QkYyNkFEQTFFRUQ1NEYxMUI2NDkxQUVFQ0Q3NjRGMkI2NUEwMUQzQjBEN0FBM0NBMUE3QUM2QjQ3OTI4Nzk3ODdFQjVBOTlDM0VENjI5NUREREFDRDU3RDZCNEZCRTAzRTlBRTQxREVCQTUyRTRBREU4RTBFMzM2NkRBMDgxMEQyMzA3Q0Y3QkFDNjFDMkFFRDgzNjRBOUM5NTYyNDQ2OTQ5NTBDOUNGMTkzQzAzNDMyQjc5NkU3OTFGRTI0MkNFMjdDRjdCQjZD"
                  />

                  <div class="umbraco-forms-page">
                    <fieldset
                      class="umbraco-forms-fieldset"
                      id="795a17f8-275f-4b26-a974-d85664745e0f"
                    >
                      <div class="row-fluid">
                        <div
                          class="grid-x grid-padding-x umbraco-forms-container col-md-12"
                        >
                          <div
                            class="cell-tools mt-7 medium-12 umbraco-forms-field signupforournewsletter shortanswer mandatory"
                          >
                            <label
                              for="d7d300f9-0961-4fc7-dc0a-5f9583df3a86"
                              class="umbraco-forms-label font-body text-blue text-base font-bold"
                            >
                              Sign Up For Our Newsletter
                            </label>

                            <div
                              class="umbraco-forms-field-wrapper flex flex-col"
                            >
                              <input
                                type="text"
                                name="d7d300f9-0961-4fc7-dc0a-5f9583df3a86"
                                id="d7d300f9-0961-4fc7-dc0a-5f9583df3a86"
                                class="text border border-grey-lightest rounded bg-white px-5 mt-3 h-12 w-full focus:ring-2 focus-within:ring-grey-lightest"
                                value=""
                                maxlength="500"
                                placeholder="Enter your email"
                                data-val="true"
                                data-val-required="Please enter a valid email address"
                                data-val-regex="Please enter a valid email address"
                                data-regex="[A-Z0-9a-z._%+-]+@[A-Za-z0-9-]+\.[A-Za-z]{2,64}"
                              />

                              <span
                                class="field-validation-valid"
                                data-valmsg-for="d7d300f9-0961-4fc7-dc0a-5f9583df3a86"
                                data-valmsg-replace="true"
                              ></span>
                            </div>
                          </div>
                          <div
                            class="cell-tools mt-7 medium-12 umbraco-forms-field dataconsent dataconsent mandatory alternating"
                          >
                            <label
                              for="a4d24c90-6918-407e-a6aa-c2b07fc5be6d"
                              class="umbraco-forms-label font-body text-blue text-base font-bold"
                            >
                              Data Consent
                            </label>

                            <div
                              class="umbraco-forms-field-wrapper flex flex-col"
                            >
                              <div class="consent-wrapper">
                                <input
                                  type="checkbox"
                                  name="a4d24c90-6918-407e-a6aa-c2b07fc5be6d"
                                  id="a4d24c90-6918-407e-a6aa-c2b07fc5be6d"
                                  value="true"
                                  class="checkbox h-5 w-5"
                                  aria-label="Data Consent"
                                  data-rule-required="true"
                                  data-val="true"
                                  data-msg-required="Please provide a value for Data Consent"
                                />
                                <input
                                  type="hidden"
                                  name="a4d24c90-6918-407e-a6aa-c2b07fc5be6d"
                                  value="false"
                                />
                                <label
                                  for="a4d24c90-6918-407e-a6aa-c2b07fc5be6d"
                                  class="relative newsletter-label"
                                  >I give permission to store and process my
                                  data</label
                                >
                              </div>

                              <span
                                class="field-validation-valid"
                                data-valmsg-for="a4d24c90-6918-407e-a6aa-c2b07fc5be6d"
                                data-valmsg-replace="true"
                              ></span>
                            </div>
                          </div>
                          <div
                            class="cell-tools mt-7 medium-12 umbraco-forms-field recapchacheck recaptcha2"
                          >
                            <label
                              for="9aaba6bd-5ab6-46e8-93ba-1fb1ca8ff102"
                              class="umbraco-forms-label font-body text-blue text-base font-bold"
                            >
                              Recapcha Check
                            </label>

                            <div
                              class="umbraco-forms-field-wrapper flex flex-col"
                            >
                              <script
                                src="https://www.google.com/recaptcha/api.js"
                                async
                                defer
                              ></script>
                              <div
                                class="g-recaptcha"
                                data-sitekey="6LeLzIEaAAAAACEgIkVQ9y3mdWaRNzvMfEEre6p4"
                                data-theme="light"
                                data-size="normal"
                              ></div>

                              <span
                                class="field-validation-valid"
                                data-valmsg-for="9aaba6bd-5ab6-46e8-93ba-1fb1ca8ff102"
                                data-valmsg-replace="true"
                              ></span>
                            </div>
                          </div>
                        </div>
                      </div>
                    </fieldset>

                    <div style="display: none">
                      <input
                        type="text"
                        name="412dac1b829b4140895673e18bce6fae"
                      />
                    </div>

                    <div class="umbraco-forms-navigation row-fluid">
                      <div class="col-md-12">
                        <input
                          type="submit"
                          class="btn text-white text-sm inline-block bg-btnprimary md:text-base cursor-pointer my-6 hover:text-offwhite hover:bg-blue"
                          value="Subscribe"
                          name="__next"
                        />
                      </div>
                    </div>
                  </div>

                  <input
                    name="ufprt"
                    type="hidden"
                    value="66956CD72F9E119B86BC75A282605B3248EC466FB82917F63A8D8B426DE957829D3C0F21ABE2D39278EAB068194A632F3BA98C032E9162DC21039D84578D1072FE96580C16FA0A2ECD4DEC5C5104B3214CAB841DE01D933C829BA64F2587B4A62FA7DB51FD08F601AC4614A3EC98034887CEFA80A4B817E6B3FBD44796EC7957293DE921"
                  />
                </form>
              </div>
            </div>
          </div>
        </div>
        <div class="mt-8 border-t border-grey-medium pt-8">
          <div class="body-reg-2 text-grey-medium md:mt-0 md:order-1">
            <p>
              Interpath Limited (trading as 'Interpath Advisory' and
              'Cleanslate') is an appointed representative of KPMG LLP which is
              authorised and regulated by the Financial Conduct Authority. ©
              2021 Interpath Ltd.
            </p>
          </div>
        </div>
      </div>
    </footer>

    <script src="/App_Plugins/UmbracoForms/Assets/promise-polyfill/dist/polyfill.min.js"></script>
    <script src="/App_Plugins/UmbracoForms/Assets/aspnet-validation/dist/aspnet-validation.min.js"></script>

    <script>
      if (typeof umbracoFormsCollection === "undefined")
        var umbracoFormsCollection = [];
      umbracoFormsCollection.push(
        "%7B%22formId%22:%22412dac1b829b4140895673e18bce6fae%22,%22fieldSetConditions%22:%7B%7D,%22fieldConditions%22:%7B%7D,%22recordValues%22:%7B%7D%7D"
      );
    </script>

    <script
      src="/App_Plugins/UmbracoForms/Assets/Themes/Default/umbracoforms.js"
      defer="defer"
    ></script>
  </body>
</html>