Sorqen Ledger Institute

Legal information

Privacy Policy

Effective date: January 1, 2025

1. Scope

This policy explains how Sorqen Ledger Institute handles information provided through this website and its personal finance education services.

2. Information you provide

When you contact us, we may receive your name, email address, phone number, and message. Please do not send account numbers, passwords, government identifiers, or other sensitive records through the form.

3. Browser storage

The catalog uses local browser storage for theme preference, cookie acknowledgment, tracked course IDs, and cart quantities. These values remain on your device unless you clear them. They are not presented as an account system.

4. How information is used

Information may be used to respond to support questions, explain course access, maintain site functionality, and improve the clarity of educational materials. We do not use educational content to promise financial outcomes.

5. Sharing and retention

We limit access to information to people and service providers who need it for site operation or support. We retain contact correspondence only as reasonably necessary for the stated purpose, legal obligations, and dispute resolution.

6. Your choices

You may request access, correction, or deletion of personal information held in support correspondence, subject to applicable law. You may clear browser storage through your browser settings.

7. Children

The service is intended for adults and is not directed to children under the age required by applicable law.

8. Updates and contact

We may update this policy when practices change. Questions can be sent through our contact page or to [email protected]. See also our Terms of Service.

`; const footerHTML = ` `; document.getElementById('site-header').innerHTML = headerHTML; document.getElementById('site-footer').innerHTML = footerHTML; document.querySelector('#theme-toggle')?.addEventListener('click',()=>{document.documentElement.classList.toggle('dark');localStorage.setItem('sorqenTheme',document.documentElement.classList.contains('dark')?'dark':'light')}); document.querySelector('#login-trigger')?.addEventListener('click',()=>document.querySelector('#auth-modal').classList.remove('hidden')); document.querySelector('#register-trigger')?.addEventListener('click',()=>document.querySelector('#auth-modal').classList.remove('hidden')); document.querySelector('#auth-close')?.addEventListener('click',()=>document.querySelector('#auth-modal').classList.add('hidden')); if(localStorage.getItem('sorqenCookies')==='accepted'){document.querySelector('#cookie-banner')?.remove();} document.querySelector('#accept-cookies')?.addEventListener('click',()=>{localStorage.setItem('sorqenCookies','accepted');document.querySelector('#cookie-banner')?.remove();});