Loading Now
×

Contact

Contact Mattias today

Contact me for bold ideas and breakthrough innovations that reshape the future.

Curious, confused, or just bursting with ideas? I’d love to hear from you—drop me a message through the contact form.

    function defer_js_scripts() { ?> window.addEventListener('load', function () { setTimeout(function () { const scripts = [ 'https://www.googletagmanager.com/gtag/js?id=GT-WBTHCQHC', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8248321318488078' ]; scripts.forEach(src => { const s = document.createElement('script'); s.src = src; s.async = true; document.body.appendChild(s); }); }, 5000); // 5-second delay });