<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex, nofollow" />
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
<link rel="icon" href="https://wwwuat.mytruage.org/assets/images/icons/fabicon.svg" type="image/x-icon" />
<link href="https://wwwuat.mytruage.org/assets/css/main.css" rel="stylesheet" />
<link href="https://wwwuat.mytruage.org/assets/css/select2.css" rel="stylesheet" />

<!-- Organization Schema Markup for Google Search -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "TruAge Solutions, LLC",
  "alternateName": "TruAge",
  "url": "https://wwwuat.mytruage.org",
  "sameAs": [
    "https://www.linkedin.com/company/truage-solutions",
    "https://www.facebook.com/TruAgeSolutions",
    "https://www.instagram.com/truagesolutions/"
  ],
  "description": "TruAge is a privacy-first not-for-profit company trusted by retailers to verify age, protect customer information, and lead the future of responsible retailing."
}
</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-5KJKXBFK');</script>
<!-- End Google Tag Manager -->
    <title>TruAge | 404 Page Not Found</title>
</head>

<body>
    <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5KJKXBFK"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
    <main>
        <div class="coming-soon h-screen flex justify-center items-center p-6">
            <div class="shadow-lg bg-primary py-12 p-6  rounded-base text-white text-center max-w-[1080px] w-full">
                <h1 class="text-[120px] md:text-[200px] leading-none font-bold font-secondary mb-12">
                    404
                </h1>
                <h1 class="font-secondary font-medium text-2xl sm:text-3xl text-gray-800 mb-4">Page Not Found</h1>
                <p class="text-gray-600 mb-6 sm:mb-8">Sorry, the page you are looking for doesn't exist or has been
                    moved.</p>
                <a class="text-2xl font-black text-black btn btn-primary" href="/">
                    Back To Home</a>
            </div>
        </div>
    </main>
</body>

</html>