{"id":3150,"date":"2026-01-21T13:06:28","date_gmt":"2026-01-21T13:06:28","guid":{"rendered":"https:\/\/in2050.space\/?page_id=3150"},"modified":"2026-01-21T20:28:40","modified_gmt":"2026-01-21T20:28:40","slug":"cookie-declaration","status":"publish","type":"page","link":"https:\/\/in2050.space\/sr\/cookie-declaration\/","title":{"rendered":"IN2050 &#8211; Cookie Declaration"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3150\" class=\"elementor elementor-3150\" 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>Cookie Declaration - 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        }\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>Cookie<br>Declaration<\/h1>\r\n            <div class=\"meta-info\">\r\n                Last updated: November 1, 2024\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"right-col\">\r\n            <div class=\"section-block\">\r\n                <div class=\"text-content\">\r\n                    <p>This website uses cookies to improve your experience, understand how our website is used, and support our communication and advertising activities. This policy explains what cookies are, how we use them, and the choices you have.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">1. What are cookies?<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>Cookies are small text files stored on your device (computer, tablet, or phone) when you visit a website. They help websites work properly, remember your preferences, and collect information about how visitors interact with the site.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">2. Types of cookies we use<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p><strong>A. Strictly Necessary Cookies<\/strong><\/p>\r\n                    <p>These are needed for the website to function. They do not store personal information that identifies you.<\/p>\r\n                    <ul>\r\n                        <li>Security and performance<\/li>\r\n                        <li>Navigation and basic functions<\/li>\r\n                    <\/ul>\r\n                    <p>You cannot disable necessary cookies.<\/p>\r\n\r\n                    <p><strong>B. Analytics Cookies<\/strong><\/p>\r\n                    <p>We use Google Analytics 4 to understand how our website is used. Analytics cookies help us improve content, layout, and user experience.<\/p>\r\n                    <p>Examples of data collected:<\/p>\r\n                    <ul>\r\n                        <li>Pages visited<\/li>\r\n                        <li>Time spent on site<\/li>\r\n                        <li>Device and browser type<\/li>\r\n                        <li>General location (city\/country)<\/li>\r\n                    <\/ul>\r\n                    <p>We do not use this data to identify you personally.<\/p>\r\n\r\n                    <p><strong>C. Marketing & Advertising Cookies<\/strong><\/p>\r\n                    <p>We use advertising tools such as Meta Pixel and Google Ads Remarketing. These help us show relevant promotions to people interested in our products and measure campaign performance.<\/p>\r\n\r\n                    <p><strong>D. Third-party cookies<\/strong><\/p>\r\n                    <p>Some content on our site comes from other providers and may set their own cookies:<\/p>\r\n                    <ul>\r\n                        <li>YouTube (video content)<\/li>\r\n                        <li>Chat widget (communication with our team)<\/li>\r\n                        <li>Social media plugins (sharing and engagement tools)<\/li>\r\n                    <\/ul>\r\n                    <p>These third parties may collect information about your browsing across different websites. We recommend reviewing their own privacy and cookie policies.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">3. Legal basis<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>For non-essential cookies (analytics, marketing, third-party cookies) we ask for your consent in line with:<\/p>\r\n                    <ul>\r\n                        <li>GDPR (EU Regulation 2016\/679)<\/li>\r\n                        <li>ePrivacy Directive (2002\/58\/EC)<\/li>\r\n                    <\/ul>\r\n                    <p>You can withdraw or change consent at any time using our cookie settings notice.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">4. How to manage cookies<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>You can:<\/p>\r\n                    <ul>\r\n                        <li>Adjust your browser settings to block or delete cookies<\/li>\r\n                        <li>Change your choices in the cookie banner on our website<\/li>\r\n                        <li>Reject non-essential cookies when first visiting our site<\/li>\r\n                    <\/ul>\r\n                    <p>Blocking some cookies may affect how the site works.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">5. How long we store cookies<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>This depends on each cookie\u2019s purpose. Some are deleted when you close your browser (session cookies); others stay longer until removed manually (persistent cookies). Retention periods are kept to the minimum necessary.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">6. Updates to this policy<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>We may review this policy from time to time to reflect legal, technical, or business changes. The updated policy will always appear on this page.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"section-block\">\r\n                <h2 class=\"section-title\">7. Contact<\/h2>\r\n                <div class=\"text-content\">\r\n                    <p>If you have any questions about how we use cookies, please contact:<\/p>\r\n                    <p>IN2050 Ltd<br>\r\n                    Email: <a href=\"mailto:legal@in2050.com\" class=\"email-link\">legal@in2050.com<\/a><br>\r\n                    Registered in Cyprus<\/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            <\/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>Cookie Declaration &#8211; IN2050 What We Offer How We Work With You Longevity Science Products Who We Are Talk to us IN2050CookieDeclaration Last updated: November 1, 2024 This website uses cookies to improve your experience, understand how our website is used, and support our communication and advertising activities. This policy explains what cookies are, how [&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-3150","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages\/3150","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=3150"}],"version-history":[{"count":11,"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages\/3150\/revisions"}],"predecessor-version":[{"id":3240,"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/pages\/3150\/revisions\/3240"}],"wp:attachment":[{"href":"https:\/\/in2050.space\/sr\/wp-json\/wp\/v2\/media?parent=3150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}