{"id":3139,"date":"2026-01-21T12:44:24","date_gmt":"2026-01-21T12:44:24","guid":{"rendered":"https:\/\/in2050.space\/?page_id=3139"},"modified":"2026-01-21T20:14:03","modified_gmt":"2026-01-21T20:14:03","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/in2050.space\/sr\/privacy-policy\/","title":{"rendered":"IN2050 &#8211; Privacy Policy"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3139\" class=\"elementor elementor-3139\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5250b2f e-con-full e-flex e-con e-parent\" data-id=\"5250b2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8d3918 elementor-widget__width-auto elementor-widget elementor-widget-html\" data-id=\"a8d3918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Privacy Policy - IN2050<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Alumni+Sans:wght@100;300;400;600&family=Montserrat:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root { --bg-color: #FFFFFF; --text-color: #1E1E1B; --side-padding: 80px; --nav-width: 60px; }\r\n        * { box-sizing: border-box; margin: 0; padding: 0; }\r\n        \r\n        body { background-color: var(--bg-color); color: var(--text-color); font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; margin: 0; }\r\n\r\n        \/* Typography Desktop *\/\r\n        h1 { font-family: 'Alumni Sans', sans-serif; font-weight: 100; font-size: 80px; line-height: 0.7; margin: 0; }\r\n        h2 { font-family: 'Alumni Sans', sans-serif; font-weight: 100; font-size: 55px; line-height: 0.7; margin: 0; }\r\n        p, ul, li { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.3; font-weight: 300; }\r\n        a { color: inherit; text-decoration: none; cursor: pointer; transition: opacity 0.3s ease; }\r\n\r\n        \/* Standard Desktop Navigation *\/\r\n        .fixed-nav { position: fixed; top: 0; left: 0; width: var(--nav-width); height: 100vh; display: block; z-index: 1000; background: transparent; border-right: 1px solid #000000; transition: border-right-color 0.3s ease; }\r\n        .hamburger { width: 24px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; background: none; }\r\n        .hamburger span { display: block; width: 100%; height: 1px; background-color: #000000 !important; transition: background-color 0.3s ease; }\r\n        .sidebar-logo { position: absolute; top: 80px; left: 50%; width: 80%; height: auto; transform: translateX(-50%); display: block; filter: invert(1); transition: filter 0.3s ease; }\r\n\r\n        .fixed-nav.nav-white { border-right: 1px solid rgba(255, 255, 255, 0.1); }\r\n        .fixed-nav.nav-white .hamburger span { background-color: #ffffff !important; }\r\n        .fixed-nav.nav-white .sidebar-logo { filter: none; }\r\n\r\n        \/* Mobile Header - Standardized Bottom Bar *\/\r\n        .mobile-header { display: none; }\r\n\r\n        \/* Menu Overlay - Desktop: Horizontal \/ Mobile: Vertical *\/\r\n        .mobile-menu-overlay { \r\n            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #1E1E1B; z-index: 2000; \r\n            opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.5s ease, visibility 0.5s ease; \r\n            display: flex; flex-direction: row; \r\n        }\r\n        .mobile-menu-overlay.active { opacity: 1; visibility: visible; pointer-events: auto; }\r\n        \r\n        .menu-sidebar-strip { \r\n            width: var(--nav-width); height: 100%; border-right: 1px solid rgba(255, 255, 255, 0.1); \r\n            position: relative; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; \r\n        }\r\n        .menu-sidebar-strip .sidebar-logo { filter: none; }\r\n        .menu-close-btn { \r\n            width: 24px; height: 24px; cursor: pointer; display: flex; justify-content: center; align-items: center; \r\n            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); \r\n        }\r\n        .menu-close-btn span { position: absolute; width: 100%; height: 1px; background-color: #fff; display: block; transition: transform 0.3s ease; }\r\n        .menu-close-btn span:nth-child(1) { transform: rotate(45deg); }\r\n        .menu-close-btn span:nth-child(2) { transform: rotate(-45deg); }\r\n\r\n        .menu-main-content { flex-grow: 1; display: flex; align-items: center; padding: 0 100px; }\r\n        .menu-links-container { display: flex; justify-content: flex-start; align-items: center; gap: 60px; width: 100%; }\r\n        .menu-links-container a { \r\n            font-family: 'Alumni Sans', sans-serif; font-size: 28px; font-weight: 300; color: #fff; text-decoration: none; \r\n            display: flex; align-items: center; opacity: 0; transform: translateX(-30px); transition: opacity 0.5s ease, transform 0.5s ease; \r\n            text-transform: none; border-bottom: none; padding-bottom: 0; white-space: nowrap; \r\n        }\r\n        .mobile-menu-overlay.active .menu-links-container a { opacity: 1; transform: translateX(0); }\r\n        \r\n        .home-icon-svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 1.5; }\r\n        \r\n        \/* Mobile Overlay Bar (Hidden on Desktop) *\/\r\n        .menu-mobile-footer { display: none; }\r\n\r\n        \/* Page Layout *\/\r\n        .content-container {\r\n            display: grid;\r\n            grid-template-columns: 350px 1fr;\r\n            gap: 80px;\r\n            padding-top: 90px;\r\n            padding-left: calc(var(--nav-width) + 80px);\r\n            padding-right: 80px;\r\n            min-height: 100vh;\r\n            align-items: start;\r\n            max-width: 1600px;\r\n            margin-bottom: 100px;\r\n        }\r\n\r\n        .meta-info {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-size: 14px;\r\n            font-weight: 300;\r\n            color: #666;\r\n            line-height: 1.6;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .section-block { margin-bottom: 60px; }\r\n        .section-title { margin-bottom: 25px; color: #1E1E1B; }\r\n        .text-content p { margin-bottom: 20px; }\r\n        .text-content ul { list-style-type: disc; padding-left: 20px; margin-bottom: 20px; }\r\n        .text-content li { margin-bottom: 10px; }\r\n        .email-link { text-decoration: underline; color: #1E1E1B; }\r\n\r\n        \/* Footer *\/\r\n        footer {\r\n            height: 100vh;\r\n            width: 100%;\r\n            background-color: #1E1E1B;\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding-left: calc(var(--nav-width) + 50px);\r\n            padding-right: var(--side-padding);\r\n            padding-top: 50px;\r\n            padding-bottom: 50px;\r\n            justify-content: space-between;\r\n            scroll-snap-align: start;\r\n        }\r\n\r\n        .footer-row-1 { display: flex; justify-content: space-between; align-items: baseline; width: 100%; padding-top: 50px; }\r\n        .footer-tagline { font-size: 20px; color: #fff; line-height: 1.1; max-width: 400px; font-family: 'Montserrat', sans-serif; font-weight: 300; }\r\n        .footer-talk-btn { font-size: 20px; text-transform: uppercase; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 4px; font-family: 'Alumni Sans', sans-serif; font-weight: 400; line-height: 1; }\r\n        .footer-row-2 { display: flex; justify-content: flex-start; margin-left: -50px; flex-grow: 1; align-items: center; }\r\n        .footer-logo { width: 250px; height: auto; display: block; padding-left: 30px; }\r\n        .footer-row-3 { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }\r\n        .footer-links-col { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }\r\n        .footer-links-col a { font-family: 'Alumni Sans', sans-serif; font-size: 18px; color: #fff; border: none; text-transform: none; padding-bottom: 0; font-weight: 400; line-height: 1.1; }\r\n        .footer-copyright { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #9e9e9e; margin-top: 40px; font-weight: 300; line-height: 1.1; }\r\n\r\n        @media (max-width: 1024px) {\r\n            h1 { font-size: 80px !important; line-height: 0.7 !important; }\r\n            h2 { font-size: 45px !important; line-height: 0.7 !important; }\r\n            p, ul, li { font-size: 18px !important; line-height: 1.1 !important; }\r\n\r\n            .fixed-nav { display: none; }\r\n            .mobile-header { \r\n                display: flex; position: fixed; bottom: 0; left: 0; width: 100%; height: 80px; \r\n                background-color: rgba(255, 255, 255, 0.8); border-top: 1px solid #000; z-index: 1050; \r\n                padding: 0 24px; align-items: center; justify-content: space-between; \r\n                backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); \r\n            }\r\n            .mobile-header .hamburger { position: relative; top: auto; left: auto; transform: none; width: 24px; height: 20px; }\r\n            .mobile-header .hamburger span { background-color: #000 !important; }\r\n            .mobile-logo-main { height: 48px; width: auto; filter: invert(1); }\r\n\r\n            \/* Mobile Menu Overlay - Vertical Version *\/\r\n            .mobile-menu-overlay { flex-direction: column; height: 100dvh; }\r\n            .menu-sidebar-strip { display: none; }\r\n            .menu-main-content { \r\n                flex-direction: column; align-items: flex-start; padding: 88px 24px 40px 24px; \r\n                justify-content: flex-start; flex-grow: 1; display: flex; \r\n            }\r\n            .menu-links-container { flex-direction: column; align-items: flex-start; gap: 40px; padding: 0; width: 100%; }\r\n            .menu-links-container a { \r\n                font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 300; \r\n                text-transform: none; transform: translateY(30px); opacity: 0; \r\n                transition: opacity 0.5s ease, transform 0.5s ease; color: #fff; \r\n            }\r\n            .mobile-menu-overlay.active .menu-links-container a { opacity: 1; transform: translateX(0); }\r\n            \r\n            .menu-mobile-footer { \r\n                display: flex; width: 100%; height: 80px; border-top: 1px solid rgba(255, 255, 255, 0.2); \r\n                padding: 0 24px; align-items: center; justify-content: space-between; margin-top: auto; \r\n                background: #1E1E1B; \r\n            }\r\n            .menu-close-btn-mobile { \r\n                width: 24px; height: 24px; position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center; \r\n            }\r\n            .menu-close-btn-mobile span { position: absolute; width: 100%; height: 1px; background-color: #fff; display: block; }\r\n            .menu-close-btn-mobile span:nth-child(1) { transform: rotate(45deg); }\r\n            .menu-close-btn-mobile span:nth-child(2) { transform: rotate(-45deg); }\r\n            .menu-mobile-logo-img { height: 48px; width: auto; filter: none; }\r\n\r\n            .content-container { display: block; padding: 80px 24px 40px 24px; margin-bottom: 40px; }\r\n            \r\n            footer { display: flex !important; flex-direction: column !important; padding: 60px 24px 98px 24px !important; height: auto !important; justify-content: flex-start !important; gap: 0 !important; background-color: #1E1E1B !important; }\r\n            .footer-row-1 { display: contents !important; }\r\n            .footer-tagline { order: 1; margin-bottom: 40px !important; display: block !important; width: 100%; max-width: none; color: #fff; }\r\n            .footer-row-2 { order: 2; margin-left: 0 !important; justify-content: flex-start !important; width: 100%; padding: 0 !important; margin-bottom: 40px !important; flex-grow: 0; }\r\n            .footer-logo { padding-left: 0 !important; margin-left: -30px !important; width: 250px !important; filter: none !important; }\r\n            .footer-row-3 { order: 3; display: flex !important; flex-direction: column !important; gap: 40px !important; padding: 0 !important; width: 100%; margin-bottom: 40px !important; grid-template-columns: none; }\r\n            .footer-links-col { gap: 20px !important; padding: 0 !important; }\r\n            .footer-talk-btn { order: 4; display: block !important; width: fit-content !important; margin-left: 0 !important; margin-bottom: 30px !important; padding: 0 0 4px 0 !important; border-bottom: 1px solid rgba(255,255,255,0.3) !important; color: #fff; }\r\n            .footer-copyright { order: 5; margin-top: 0 !important; padding: 0 !important; color: #9e9e9e !important; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Standardized Overlay -->\r\n    <div class=\"mobile-menu-overlay\" id=\"mobileMenu\">\r\n        <div class=\"menu-sidebar-strip\">\r\n            <img decoding=\"async\" src=\"https:\/\/aithena.co\/wp-content\/uploads\/2025\/11\/in2050-final-logo-2.png\" alt=\"IN2050\" class=\"sidebar-logo\">\r\n            <div class=\"menu-close-btn\" id=\"menuCloseBtnDesktop\"><span><\/span><span><\/span><\/div>\r\n        <\/div>\r\n        <div class=\"menu-main-content\">\r\n            <nav class=\"menu-links-container\">\r\n                <a href=\"https:\/\/in2050.space\/sr\/\" class=\"menu-home-link\">\r\n                    <svg class=\"home-icon-svg\" viewbox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2 2H5a2 2 0 0 1-2 2H5a2 2 0 0 1-2 2H5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path><polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline><\/svg>\r\n                <\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/what-we-offer\/\">What We Offer<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/how-we-work-with-you\/\">How We Work With You<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/longevity-science\/\">Longevity Science<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/1-person-chamber-active\/\">Products<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/who-we-are\/\">Who We Are<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/talk-to-us\/\">Talk to us<\/a>\r\n            <\/nav>\r\n        <\/div>\r\n        <div class=\"menu-mobile-footer\">\r\n            <div class=\"menu-close-btn-mobile\" id=\"menuCloseBtnMobile\"><span><\/span><span><\/span><\/div>\r\n            <img decoding=\"async\" src=\"https:\/\/aithena.co\/wp-content\/uploads\/2025\/11\/in2050-final-logo-4.png\" alt=\"IN2050\" class=\"menu-mobile-logo-img\">\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Desktop Nav Bar -->\r\n    <nav class=\"fixed-nav\">\r\n        <div class=\"hamburger\"><span><\/span><span><\/span><span><\/span><\/div>\r\n        <a href=\"https:\/\/in2050.space\/sr\/\"><img decoding=\"async\" src=\"https:\/\/aithena.co\/wp-content\/uploads\/2025\/11\/in2050-final-logo-2.png\" alt=\"IN2050\" class=\"sidebar-logo\"><\/a>\r\n    <\/nav>\r\n\r\n    <!-- Standardized Mobile Trigger Bar (Matching Active Overlay) -->\r\n    <header class=\"mobile-header\">\r\n        <div class=\"hamburger\"><span><\/span><span><\/span><span><\/span><\/div>\r\n        <img decoding=\"async\" src=\"https:\/\/aithena.co\/wp-content\/uploads\/2025\/11\/in2050-final-logo-4.png\" alt=\"IN2050\" class=\"mobile-logo-main\">\r\n    <\/header>\r\n\r\n    <div class=\"content-container\">\r\n        <div class=\"left-col\">\r\n            <h1 class=\"page-title\">IN2050<br>Privacy<br>Policy<\/h1>\r\n            <div class=\"meta-info\">\r\n                Effective Date: 1 November 2024<br>\r\n                Last Updated: 1 November 2024\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"right-col\">\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Purpose of This Policy<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>This Privacy Policy sets out how IN2050 (\u201cIN2050,\u201d \u201cwe,\u201d \u201cour,\u201d or \u201cus\u201d) collects, uses, stores, and discloses personal information. We operate with strict confidentiality standards and handle all data in accordance with applicable law.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Information We Collect<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>We collect the following categories of information when you use our website or engage with our services:<\/p>\r\n                    <p><strong>Personal Information<\/strong><\/p>\r\n                    <ul>\r\n                        <li>Name and contact details<\/li>\r\n                        <li>Email address and phone number<\/li>\r\n                        <li>Business or professional details<\/li>\r\n                        <li>Health and wellness information (only with explicit consent)<\/li>\r\n                        <li>Purchase, booking, and transaction records<\/li>\r\n                    <\/ul>\r\n                    <p><strong>Automatically Collected Information<\/strong><\/p>\r\n                    <ul>\r\n                        <li>IP address<\/li>\r\n                        <li>Browser type and version<\/li>\r\n                        <li>Device identifiers<\/li>\r\n                        <li>Pages viewed, time spent, and referring URLs<\/li>\r\n                    <\/ul>\r\n                    <p><strong>Cookies and Tracking Tools<\/strong><\/p>\r\n                    <p>We use cookies and similar technologies to support functionality and improve user experience. You may manage cookie settings through your browser.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">How We Use Your Information<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>We process personal information strictly for the following purposes:<\/p>\r\n                    <ul>\r\n                        <li>Delivering and improving our services<\/li>\r\n                        <li>Managing orders, payments, and operational workflows<\/li>\r\n                        <li>Communicating product updates, service notices, and relevant information<\/li>\r\n                        <li>Responding to inquiries and providing support<\/li>\r\n                        <li>Conducting analytics to enhance platform performance<\/li>\r\n                        <li>Meeting regulatory and legal obligations<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Disclosure of Information<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>We do not sell personal information. We may disclose information only in the following circumstances:<\/p>\r\n                    <ul>\r\n                        <li>To vetted service providers who support our operations<\/li>\r\n                        <li>To legal or regulatory authorities where required by law<\/li>\r\n                        <li>To business partners, but only with your explicit consent<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Data Security<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>We apply industry-standard safeguards to protect your information. While we maintain rigorous controls, no online transmission method is entirely risk-free.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Your Rights<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>Depending on your jurisdiction, you may exercise the following rights:<\/p>\r\n                    <ul>\r\n                        <li>Access to your personal information<\/li>\r\n                        <li>Correction of inaccurate or outdated data<\/li>\r\n                        <li>Request for deletion of your information<\/li>\r\n                        <li>Objection to marketing communications<\/li>\r\n                        <li>Withdrawal of consent for data processing based on consent<\/li>\r\n                    <\/ul>\r\n                    <p>To exercise these rights, contact us using the details provided below.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">International Data Transfers<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>Your data may be transferred to or stored in countries outside your place of residence. IN2050 ensures that appropriate legal safeguards are in place for all cross-border transfers.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Children\u2019s Privacy<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>Our services are not intended for individuals under 18 years of age. We do not knowingly collect data from minors.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Policy Updates<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>IN2050 may revise this Privacy Policy from time to time. Updated versions will be posted on this page, with changes effective immediately upon publication.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">Contact Information<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>For questions or requests relating to this Privacy Policy, you may contact:<br>\r\n                    Email: <a href=\"mailto:privacy@in2050.com\" class=\"email-link\">privacy@in2050.com<\/a><br>\r\n                    Address: IN2050, London, United Kingdom<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Dark Footer -->\r\n    <footer id=\"footer\">\r\n        <div class=\"footer-row-1\">\r\n            <div class=\"footer-tagline\">The Luxury of Living Better.<br>Right now.<\/div>\r\n            <a href=\"https:\/\/in2050.space\/sr\/talk-to-us\/\" class=\"footer-talk-btn\">Talk to us<\/a>\r\n        <\/div>\r\n        <div class=\"footer-row-2\">\r\n            <a href=\"https:\/\/in2050.space\/sr\/\"><img decoding=\"async\" src=\"https:\/\/aithena.co\/wp-content\/uploads\/2025\/11\/in2050-final-logo-4.png\" alt=\"IN2050\" class=\"footer-logo\"><\/a>\r\n        <\/div>\r\n        <div class=\"footer-row-3\">\r\n            <div class=\"footer-links-col\">\r\n                <a href=\"https:\/\/in2050.space\/sr\/what-we-offer\/\">What We Offer<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/how-we-work-with-you\/\">How We Work With You<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/longevity-science\/\">Longevity Science<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/who-we-are\/\">Who We Are<\/a>\r\n            <\/div>\r\n            <div class=\"footer-links-col\">\r\n                <a href=\"https:\/\/in2050.space\/sr\/terms-of-service\/\">Terms & Conditions<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/privacy-policy\/\">Privacy Policy<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/in2050-disclaimer\/\">In2050 Disclaimer<\/a>\r\n                <a href=\"https:\/\/in2050.space\/sr\/cookie-declaration\/\">Cookie Declaration<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"footer-copyright\">IN2050 &copy;. Powered By HPOTECH.<\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            const hamburgers = document.querySelectorAll('.hamburger');\r\n            const overlay = document.getElementById('mobileMenu');\r\n            const closeBtnDesktop = document.getElementById('menuCloseBtnDesktop');\r\n            const closeBtnMobile = document.getElementById('menuCloseBtnMobile');\r\n            const navFixed = document.querySelector('.fixed-nav');\r\n            const footer = document.getElementById('footer');\r\n\r\n            hamburgers.forEach(h => h.addEventListener('click', () => overlay.classList.add('active')));\r\n            if(closeBtnDesktop) closeBtnDesktop.addEventListener('click', () => overlay.classList.remove('active'));\r\n            if(closeBtnMobile) closeBtnMobile.addEventListener('click', () => overlay.classList.remove('active'));\r\n\r\n            const observerOptions = { threshold: 0.1 };\r\n            const footerObserver = new IntersectionObserver((entries) => {\r\n                entries.forEach(entry => {\r\n                    if (entry.isIntersecting) navFixed.classList.add('nav-white');\r\n                    else navFixed.classList.remove('nav-white');\r\n                });\r\n            }, observerOptions);\r\n            footerObserver.observe(footer);\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Privacy Policy &#8211; IN2050 What We Offer How We Work With You Longevity Science Products Who We Are Talk to us IN2050PrivacyPolicy Effective Date: 1 November 2024 Last Updated: 1 November 2024 Purpose of This Policy This Privacy Policy sets out how IN2050 (\u201cIN2050,\u201d \u201cwe,\u201d \u201cour,\u201d or \u201cus\u201d) collects, uses, stores, and discloses personal information. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3139","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages\/3139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/comments?post=3139"}],"version-history":[{"count":8,"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages\/3139\/revisions"}],"predecessor-version":[{"id":3199,"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages\/3139\/revisions\/3199"}],"wp:attachment":[{"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/media?parent=3139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}