<!DOCTYPE html>
<html lang="en" id="mx-page">
  <head>
    <meta charset="UTF-8" />
    <meta content="width=device-width, initial-scale=1" name="viewport" />
    <title>Access Denied</title>
    <style>
      body {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
          Roboto, "Helvetica Neue", Arial, sans-serif;
        background-color: #f7f7f7;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
      }
      .mnx-app {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        background-color: #f7f7f7;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999999999999999;
      }
      .mnx-container {
        max-width: 600px;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        text-align: center;
      }
      .mnx-logo {
        display: block;
        margin: 32px auto 24px;
        min-width: 120px;
        min-height: 50px;
      }
      .mnx-card h1 {
        color: #333;
        font-size: 24px;
        margin-bottom: 16px;
      }
      .mnx-card p {
        color: #555;
        margin: 0 auto;
        max-width: 450px;
        line-height: 1.6;
        font-size: 16px;
      }
      footer {
        margin-top: 8px;
        font-size: 14px;
        color: #666;
      }
      footer p {
        font-size: 15px !important;
        margin-top: 24px !important;
      }
      a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 20px;
        transition: color 0.3s ease;
      }
      a:hover {
        color: #004bbd;
      }
    </style>
  </head>
  <body>
    <div class="mnx-app">
      <div class="mnx-container">
        <header>
          <div
            class="mnx-logo"
            style="
              background: url('data:image/svg+xml;base64,ICA8c3ZnIHZpZXdCb3g9IjAgMCA1NC42IDMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgICAgICAgICAgICAgICAgICAgPGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDA7ZmlsbC1ydWxlOmV2ZW5vZGR9PC9zdHlsZT48L2RlZnM+CiAgICAgICAgICAgICAgICAgICAgICA8ZyA+CiAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgNC41IDEwLjkgMCAyNC44IDYuMiAyNy4zIDIwLjYgMjkuOCA2LjIgMzguNCAyLjMgNDMuNiAwIDU0LjYgNC41IDQxLjMgMTUgMjguMSAxNS45IDQwLjEgMTYuOSAzMi40IDMxIDI3LjMgMjAuNiAyMi4yIDMxIDE0LjUgMTYuOSAyNiAxNS45IDEzLjMgMTUgMCA0LjUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgPC9zdmc+')
                center center no-repeat;
              background-size: contain;
            "
          ></div>
        </header>
        <section class="mnx-card">
          <h1>Access Denied</h1>
          <p>
            We’ve detected unusual activity associated with your request and
            have blocked it due to security concerns. This action has been taken
            to protect your information and the integrity of the host service.
          </p>
          <footer>
            <a href="https://support.monarx.com" target="_blank">Need Help?</a>
            <p style="opacity: 0.5">Version 1.0.587</p>
          </footer>
        </section>
      </div>
    </div>
    <script type="text/javascript">
      (function () {
        if (window.stop) {
          window.stop();
        }

        var page = document.getElementById("mx-page");
        if (page) {
          document.innerHTML = page;
          window.eval = function () {};
          window.setTimeout = function () {};
          window.setInterval = function () {};
          document.write = function () {};
          document.writeln = function () {};
          window.addEventListener = function () {};
          document.addEventListener = function () {};
        }
      })();
    </script>
  </body>
</html>
