{"id":115,"date":"2026-04-13T21:03:03","date_gmt":"2026-04-13T21:03:03","guid":{"rendered":"https:\/\/avdx.nl\/?page_id=115"},"modified":"2026-04-21T09:43:57","modified_gmt":"2026-04-21T09:43:57","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/avdx.nl\/?page_id=115","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Terms &#038; Privacy Policy &#8211; AVDX<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&#038;display=swap\">\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\">\n    <style>\n        :root {\n            --bg-color: #000000;\n            --surface-color: #121314;\n            --surface-light: #1e1f20;\n            --surface-border: rgba(255, 255, 255, 0.08);\n            --primary: #bc13fe;\n            --secondary: #4158d0;\n            --text-main: #ffffff;\n            --text-muted: #888888;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Inter', sans-serif;\n        }\n\n        body {\n            background-color: var(--bg-color);\n            color: var(--text-main);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* --- Navigation --- *\/\n        nav {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            background: rgba(0, 0, 0, 0.85);\n            backdrop-filter: blur(12px);\n            border-bottom: 1px solid var(--surface-border);\n            z-index: 1000;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 5%;\n            transition: all 0.3s ease;\n        }\n\n        .logo {\n            font-size: 1.8rem;\n            font-weight: 900;\n            letter-spacing: -1px;\n            color: var(--text-main);\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .logo-dot {\n            width: 8px;\n            height: 8px;\n            background: var(--primary);\n            border-radius: 50%;\n            box-shadow: 0 0 10px var(--primary);\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 30px;\n            align-items: center;\n        }\n\n        .nav-links a {\n            color: var(--text-muted);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: color 0.3s ease;\n        }\n\n        .nav-links a:hover, .nav-links a.active {\n            color: var(--text-main);\n        }\n\n        .btn-launch {\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: #fff !important;\n            padding: 8px 24px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n\n        .btn-launch:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 20px rgba(188, 19, 254, 0.4);\n        }\n\n        .mobile-menu-btn {\n            display: none;\n            color: var(--text-main);\n            cursor: pointer;\n        }\n        .mobile-menu-btn span {\n            font-size: 2rem;\n        }\n\n        \/* --- Footer --- *\/\n        footer {\n            background: var(--surface-color);\n            border-top: 1px solid var(--surface-border);\n            padding: 40px 5%;\n            text-align: center;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n        }\n\n        .footer-links {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n        }\n\n        .footer-links a {\n            color: var(--text-muted);\n            text-decoration: none;\n            transition: color 0.2s;\n        }\n\n        .footer-links a:hover {\n            color: var(--text-main);\n        }\n\n        \/* --- Legal Content Styles --- *\/\n        .avdx-legal-wrapper {\n            background-color: #000000;\n            color: #e3e3e3;\n            line-height: 1.7;\n            padding: 120px 20px 60px;\n            min-height: 100vh;\n        }\n        .avdx-legal-container {\n            max-width: 850px;\n            margin: 0 auto;\n            background: #121314;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 24px;\n            padding: 50px 60px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);\n        }\n        .avdx-legal-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        .avdx-legal-header h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #ffffff;\n            margin: 0 0 15px 0;\n            letter-spacing: -1px;\n        }\n        .avdx-legal-header p {\n            color: #888888;\n            font-size: 1.1rem;\n            margin: 0;\n        }\n        \n        \/* --- Tabs Styles --- *\/\n        .avdx-tabs {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-bottom: 40px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        .avdx-tab-btn {\n            background: transparent;\n            border: none;\n            color: #888888;\n            font-size: 1.1rem;\n            font-weight: 600;\n            padding: 15px 30px;\n            cursor: pointer;\n            position: relative;\n            transition: color 0.3s;\n            font-family: 'Inter', sans-serif;\n        }\n        .avdx-tab-btn:hover {\n            color: #e3e3e3;\n        }\n        .avdx-tab-btn.active {\n            color: #bc13fe;\n        }\n        .avdx-tab-btn.active::after {\n            content: '';\n            position: absolute;\n            bottom: -1px;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, #bc13fe, #4158d0);\n            border-radius: 3px 3px 0 0;\n        }\n        .avdx-tab-content {\n            display: none;\n            animation: fadeInTab 0.4s ease;\n        }\n        .avdx-tab-content.active {\n            display: block;\n        }\n        @keyframes fadeInTab {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .avdx-legal-content h2 {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #ffffff;\n            margin-top: 40px;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .avdx-legal-content h2::before {\n            content: \"\";\n            display: block;\n            width: 8px;\n            height: 24px;\n            background: linear-gradient(135deg, #bc13fe, #4158d0);\n            border-radius: 4px;\n        }\n        .avdx-legal-content p {\n            font-size: 1.05rem;\n            margin-bottom: 20px;\n            color: #cccccc;\n        }\n        .avdx-legal-content ul {\n            margin-bottom: 30px;\n            padding-left: 20px;\n        }\n        .avdx-legal-content li {\n            margin-bottom: 12px;\n            font-size: 1.05rem;\n            color: #cccccc;\n            position: relative;\n        }\n        .avdx-legal-content a {\n            color: #bc13fe;\n            text-decoration: none;\n            transition: color 0.2s ease;\n        }\n        .avdx-legal-content a:hover {\n            color: #e070ff;\n            text-decoration: underline;\n        }\n        .avdx-contact-box {\n            margin-top: 50px;\n            background: #1e1f20;\n            border: 1px solid rgba(188, 19, 254, 0.2);\n            border-radius: 16px;\n            padding: 30px;\n            text-align: center;\n        }\n        .avdx-contact-box h3 {\n            color: #ffffff;\n            margin-top: 0;\n            font-size: 1.4rem;\n        }\n        .avdx-contact-box a {\n            display: inline-block;\n            margin-top: 15px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            background: linear-gradient(135deg, #bc13fe, #4158d0);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        \n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .mobile-menu-btn {\n                display: block;\n            }\n            .nav-links {\n                display: none;\n                flex-direction: column;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                width: 100%;\n                background: rgba(18, 19, 20, 0.98);\n                padding: 20px 0;\n                border-bottom: 1px solid var(--surface-border);\n                box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n            }\n            .nav-links.active {\n                display: flex;\n            }\n            .nav-links a {\n                font-size: 1.1rem;\n            }\n            \n            .avdx-legal-wrapper {\n                padding-top: 100px;\n            }\n            .avdx-legal-container {\n                padding: 30px 20px;\n            }\n            .avdx-legal-header h1 {\n                font-size: 2.2rem;\n            }\n            .avdx-legal-content h2 {\n                font-size: 1.5rem;\n            }\n            .avdx-tab-btn {\n                padding: 10px 15px;\n                font-size: 1rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <nav id=\"navbar\">\n        <a href=\"\/\" class=\"logo\">\n            <div class=\"logo-dot\"><\/div> AVDX\n        <\/a>\n        \n        <div class=\"mobile-menu-btn\" id=\"mobile-menu-btn\">\n            <span class=\"material-symbols-outlined\">menu<\/span>\n        <\/div>\n\n        <div class=\"nav-links\" id=\"nav-links\">\n            <a href=\"\/?page_id=210\">Discover AVDX<\/a>\n            <a href=\"\/?page_id=115\" class=\"active\">Terms &#038; Privacy<\/a>\n            <a href=\"\/?page_id=158\">Policy (EU)<\/a>\n            <a href=\"\/?page_id=159\">Imprint<\/a>\n            <a href=\"\/\" class=\"btn-launch\">Talk to AVDX<\/a>\n        <\/div>\n    <\/nav>\n\n    <div class=\"avdx-legal-wrapper\">\n        <div class=\"avdx-legal-container\">\n            \n            <div class=\"avdx-legal-header\">\n                <h1>Legal &#038; Policies<\/h1>\n                <p>Effective Date: April 2026<\/p>\n            <\/div>\n\n            <div class=\"avdx-tabs\">\n                <button class=\"avdx-tab-btn active\" onclick=\"switchTab('terms')\">Terms of Service<\/button>\n                <button class=\"avdx-tab-btn\" onclick=\"switchTab('privacy')\">Privacy Policy<\/button>\n            <\/div>\n\n            <div id=\"terms\" class=\"avdx-tab-content active avdx-legal-content\">\n                <p>Welcome to <strong>AVDX<\/strong>. These Terms of Service (\u201cTerms\u201d) govern your access to and use of the AVDX platform, website, and AI-powered services. By accessing or using our platform, you agree to be bound by these Terms.<\/p>\n\n                <h2>1. AI Nature and Output Disclaimer<\/h2>\n                <p>AVDX is an advanced Artificial Intelligence platform utilizing state-of-the-art models for text, image, and video generation. However, you acknowledge and agree that:<\/p>\n                <ul>\n                    <li><strong>AI can make mistakes:<\/strong> The system may occasionally produce inaccurate, misleading, or fabricated information (often referred to as \u201challucinations\u201d).<\/li>\n                    <li><strong>Not Professional Advice:<\/strong> The outputs generated by AVDX do not constitute medical, legal, financial, or professional advice. Always consult with a qualified professional before making critical decisions based on AI outputs.<\/li>\n                    <li><strong>User Responsibility:<\/strong> You are entirely responsible for verifying the accuracy and appropriateness of any content you generate and use.<\/li>\n                <\/ul>\n\n                <h2>2. Subscriptions and Credits<\/h2>\n                <p>We offer premium subscription tiers (e.g., AVDX Pro and Limitless) that provide extended capabilities and generation credits (points):<\/p>\n                <ul>\n                    <li><strong>Credit System:<\/strong> Resource-intensive tasks, such as video generation, consume credits. Your credit balance resets at the beginning of each billing cycle and does not roll over to the next month.<\/li>\n                    <li><strong>Auto-Renewal:<\/strong> Subscriptions automatically renew unless canceled prior to the next billing date. Payments are securely processed via Stripe.<\/li>\n                    <li><strong>Refund Policy:<\/strong> Due to the immediate and high-cost nature of server-side AI processing, all payments are <strong>non-refundable<\/strong> once a subscription is active and the system has been used.<\/li>\n                <\/ul>\n\n                <h2>3. Acceptable Use Policy<\/h2>\n                <p>You agree to use AVDX responsibly. You are strictly prohibited from using the platform to:<\/p>\n                <ul>\n                    <li>Generate illegal, harmful, hateful, or sexually explicit content.<\/li>\n                    <li>Violate the intellectual property rights of third parties.<\/li>\n                    <li>Attempt to bypass, reverse engineer, or disable our safety protocols and content filters.<\/li>\n                    <li>Use automated scripts, bots, or scraping tools against our infrastructure.<\/li>\n                <\/ul>\n                <p>We reserve the right to immediately suspend or terminate your account without a refund if you violate these rules.<\/p>\n\n                <h2>4. Intellectual Property<\/h2>\n                <ul>\n                    <li><strong>Your Content:<\/strong> Subject to your compliance with these Terms, you retain ownership of the text inputs, images, and files you upload to AVDX, as well as the outputs generated for you, allowing you to use them for commercial or personal purposes.<\/li>\n                    <li><strong>Our Platform:<\/strong> AVDX retains all intellectual property rights over the platform\u2019s code, design, UI\/UX, and proprietary algorithms.<\/li>\n                <\/ul>\n\n                <h2>5. Limitation of Liability<\/h2>\n                <p>To the maximum extent permitted by applicable law, AVDX and its operators shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly, resulting from (a) your use or inability to use the platform; (b) any outputs generated by the AI; or (c) any unauthorized access to our servers.<\/p>\n\n                <h2>6. Governing Law<\/h2>\n                <p>These Terms shall be governed by and construed in accordance with the laws of the Netherlands. Any disputes arising out of or relating to these Terms will be subject to the exclusive jurisdiction of the courts located in the Netherlands.<\/p>\n\n                <div class=\"avdx-contact-box\">\n                    <h3>Need to contact us?<\/h3>\n                    <p>If you have any questions about these Terms of Service, please reach out to our support team.<\/p>\n                    <a href=\"mailto:info@avdx.nl\">info@avdx.nl<\/a>\n                <\/div>\n            <\/div>\n\n            <div id=\"privacy\" class=\"avdx-tab-content avdx-legal-content\">\n                <p>At <strong>AVDX<\/strong> (&#8220;we&#8221;, &#8220;our&#8221;, or &#8220;us&#8221;), your privacy is a top priority. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our platform and use our advanced AI services, including text, image, and video generation.<\/p>\n\n                <h2>1. Information We Collect<\/h2>\n                <p>To provide you with a seamless and powerful AI experience, we collect the following types of information:<\/p>\n                <ul>\n                    <li><strong>Account Information:<\/strong> When you register, we collect your name and email address. We use a secure OTP (One-Time Password) system, meaning we do not store traditional passwords.<\/li>\n                    <li><strong>User Inputs &#038; Prompts:<\/strong> Text queries, files, and images you submit to the AVDX engine for processing and generation.<\/li>\n                    <li><strong>Technical Data:<\/strong> We automatically collect IP addresses, browser types, and usage timestamps to manage quotas, prevent abuse, and ensure platform stability.<\/li>\n                    <li><strong>Payment Information:<\/strong> For premium subscriptions (Pro and Limitless), your payment details are processed securely directly by <strong>Stripe<\/strong>. AVDX does not store your credit card numbers on our servers.<\/li>\n                <\/ul>\n\n                <h2>2. How We Use Your Information<\/h2>\n                <p>We strictly use your data to operate, maintain, and improve the AVDX platform. Specifically:<\/p>\n                <ul>\n                    <li>To process your AI requests and deliver high-fidelity outputs (text, images, and videos).<\/li>\n                    <li>To manage your subscription limits and maintain your chat history across sessions.<\/li>\n                    <li>To enforce our safety protocols and prevent the generation of harmful or illegal content.<\/li>\n                    <li>To communicate with you regarding your account, updates, and billing.<\/li>\n                <\/ul>\n\n                <h2>3. AI Processing &#038; Third-Party Services<\/h2>\n                <p>AVDX is built on a powerful architecture that integrates with industry-leading third-party providers. By using our service, you acknowledge that your inputs (prompts, files) are securely transmitted to these partners for real-time processing:<\/p>\n                <ul>\n                    <li><strong>Google Cloud APIs:<\/strong> We utilize enterprise-grade models (including Gemini and Veo) for text, vision, and video generation. <em>Note: Enterprise API data is generally not used by these providers to train their public models.<\/em><\/li>\n                    <li><strong>Stripe:<\/strong> Used exclusively for secure billing and subscription management.<\/li>\n                <\/ul>\n                <p>We <strong>do not<\/strong> sell, rent, or trade your personal data to any third-party marketing or advertising companies.<\/p>\n\n                <h2>4. Data Retention and Security<\/h2>\n                <p>We implement robust security measures to protect your data. Your chat history and generated artifacts are stored securely on our servers so you can access them anytime. You maintain the right to delete your chats directly from the AVDX interface. We retain your account data for as long as your account is active or as needed to provide you with our services and comply with legal obligations.<\/p>\n\n                <h2>5. Your Privacy Rights (GDPR)<\/h2>\n                <p>As a platform operating under European data protection standards (GDPR), you have comprehensive rights regarding your personal data:<\/p>\n                <ul>\n                    <li><strong>Right to Access:<\/strong> You can request a copy of the personal data we hold about you.<\/li>\n                    <li><strong>Right to Erasure (Right to be Forgotten):<\/strong> You can request the permanent deletion of your account, chat history, and associated data from our servers.<\/li>\n                    <li><strong>Right to Rectification:<\/strong> You can update or correct inaccurate personal information.<\/li>\n                <\/ul>\n\n                <h2>6. Changes to This Policy<\/h2>\n                <p>We may update this Privacy Policy from time to time to reflect changes in our technology, legal requirements, or business practices. We will notify you of any significant changes via email or a prominent notice on the AVDX platform.<\/p>\n\n                <div class=\"avdx-contact-box\">\n                    <h3>Questions about your privacy?<\/h3>\n                    <p>If you have any questions, concerns, or wish to exercise your data rights, please reach out to our privacy team.<\/p>\n                    <a href=\"mailto:info@avdx.nl\">info@avdx.nl<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <footer>\n        <div class=\"footer-links\">\n            <a href=\"\/\">AVDX App<\/a>\n            <a href=\"\/?page_id=115\">Terms &#038; Privacy Policy<\/a>\n            <a href=\"\/?page_id=158\">Policy (EU)<\/a>\n            <a href=\"\/?page_id=159\">Imprint<\/a>\n        <\/div>\n        <p>&copy; 2026 AVDX. Forged in Groningen, Netherlands. All rights reserved.<\/p>\n    <\/footer>\n\n    <script>\n        \/\/ \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629\n        window.addEventListener('scroll', () => {\n            const nav = document.getElementById('navbar');\n            if (window.scrollY > 50) {\n                nav.style.background = 'rgba(18, 19, 20, 0.95)';\n                nav.style.boxShadow = '0 4px 30px rgba(0, 0, 0, 0.5)';\n            } else {\n                nav.style.background = 'rgba(0, 0, 0, 0.85)';\n                nav.style.boxShadow = 'none';\n            }\n        });\n\n        \/\/ \u0633\u0643\u0631\u0628\u062a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644\n        const mobileBtn = document.getElementById('mobile-menu-btn');\n        const navLinks = document.getElementById('nav-links');\n        const iconSpan = mobileBtn.querySelector('span');\n\n        mobileBtn.addEventListener('click', () => {\n            navLinks.classList.toggle('active');\n            if (navLinks.classList.contains('active')) {\n                iconSpan.textContent = 'close';\n            } else {\n                iconSpan.textContent = 'menu';\n            }\n        });\n\n        \/\/ \u0633\u0643\u0631\u0628\u062a \u0627\u0644\u062a\u0646\u0642\u0644 \u0628\u064a\u0646 \u0627\u0644\u062a\u0627\u0628\u0627\u062a (Tabs)\n        function switchTab(tabId) {\n            document.querySelectorAll('.avdx-tab-content').forEach(content => {\n                content.classList.remove('active');\n            });\n            document.querySelectorAll('.avdx-tab-btn').forEach(btn => {\n                btn.classList.remove('active');\n            });\n            \n            document.getElementById(tabId).classList.add('active');\n            event.currentTarget.classList.add('active');\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"has-ast-global-color-2-color has-text-color has-link-color wp-elements-1d20ff000cabf73430a04287052ab4bf wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Terms &#038; Privacy Policy &#8211; AVDX AVDX menu Discover AVDX Terms &#038; Privacy Policy (EU) Imprint Talk to AVDX Legal [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-115","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/avdx.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=115"}],"version-history":[{"count":10,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/115\/revisions"}],"predecessor-version":[{"id":231,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/115\/revisions\/231"}],"wp:attachment":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}