<!DOCTYPE html>
<html lang="en" data-color-scheme="light" class="scroll-smooth">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title>Barnaby Nagy (Barnabas Nagy) - Unfiltered Truth &amp; 432 Hz Music / Verdad sin Filtrar &amp; Música de 432 Hz</title>

    <meta name="HandheldFriendly" content="True" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
    <meta name="theme-color" content="#2c5aae">

      <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

<style> 
  body { 
    --font-headings: var(--gh-font-heading, var(--font-system));
    --font-body: var(--gh-font-heading, var(--font-system));
  }
</style>



      <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300..800&display=swap" 
          as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
  <style>body { --font-headings: var(--gh-font-heading, 'Inter'), sans-serif; }</style>











        <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Figtree:wght@300..800&display=swap" 
            as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
  <style>body { --font-body: var(--gh-font-body, 'Figtree'), sans-serif; }</style>










    <script type="module" src="/assets/built/app.js?v=37b9bf21fb"></script>

    <link rel="stylesheet" type="text/css" href="/assets/built/app.css?v=37b9bf21fb" />

    <script>
  let preferredTheme = localStorage.getItem('PREFERRED_COLOR_SCHEME') || `light`;
  document.documentElement.setAttribute('data-color-scheme', preferredTheme);
  
  // Global values needed
  const themeGlobal = {
    siteUrl: 'https://barnabynagy.com',
    currentPage: parseInt('1'),
    nextPage: parseInt('2'),
    nextPageLink: '',
    maxPages: parseInt('33'), 
    lastPage: `1` === `33` ? true : false,
    postsPerPage: parseInt('12'),
    total: parseInt('394'),
    searchJobsFeaturedFirst: false
  }

  function hexToRgb(hexColor) {
    if (hexColor.slice(0, 1) === '#') { hexColor = hexColor.slice(1); }
    if (hexColor.length === 3) { hexColor = hexColor.split('').map(function (hex) { return hex + hex;}).join(''); }
    const r = parseInt(hexColor.substr(0,2),16);
    const g = parseInt(hexColor.substr(2,2),16);
    const b = parseInt(hexColor.substr(4,2),16);

    return [r,g,b]
  }

  // Get contrast color;
  function getColorContrast(hexColor) {
    const rgb = hexToRgb(hexColor);
    let yiq = ((rgb[0] * 299) + (rgb[1] * 587) + (rgb[2] * 114)) / 1000;
    const colorContrast = (yiq >= 128) ? 'hsl(0 0% 0%)' : 'hsl(0 0% 100%)';

    // return
    return colorContrast
  };

  function hexToHsl(hexColor) {
    const rgb = hexToRgb(hexColor);

    // Make r, g, and b fractions of 1
    const r = rgb[0]/255;
    const g = rgb[1]/255;
    const b = rgb[2]/255;

    const max = Math.max(r, g, b), min = Math.min(r, g, b);
    let h, s, l = (max + min)  /  2;  
    if ( max == min ) { h = s = 0; } else {
      let d = max - min;
      s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
      switch(max){
        case r: h = (g - b) / d + (g < b ? 6 : 0); break;
        case g: h = (b - r) / d + 2; break;
        case b: h = (r - g) / d + 4; break;
      }
      h /= 6;
    }

    return [Math.round(h * 360),Math.round(s * 100),Math.round(l * 100)]
  }

  function setBrandHSL(hex) {
    const colorHsl = hexToHsl(hex)
    document.documentElement.style.setProperty('--color-brand-hsl', `${colorHsl[0]} ${colorHsl[1]}% ${colorHsl[2]}%`);
    document.documentElement.style.setProperty('--color-brand-contrast', getColorContrast(hex));
  }

  setBrandHSL("#2c5aae");
</script>
    

    <meta name="description" content="Barnaby Nagy (Barnabas Nagy) - Music, Holistic Health, Natural Living, Flat Earth, Polygamy, Anti-Feminism, Anti-Government, Anti-Vaxx">
    <link rel="icon" href="https://barnabynagy.com/content/images/size/w256h256/2024/01/profile-cirlce-1.png" type="image/png">
    <link rel="canonical" href="https://barnabynagy.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://barnabynagy.com/page/2/">
    
    <meta property="og:site_name" content="Barnaby Nagy">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Barnaby Nagy">
    <meta property="og:description" content="Barnaby Nagy (Barnabas Nagy) - Music, Holistic Health, Natural Living, Flat Earth, Polygamy, Anti-Feminism, Anti-Government, Anti-Vaxx">
    <meta property="og:url" content="https://barnabynagy.com/">
    <meta property="og:image" content="https://barnabynagy.com/content/images/size/w1200/2024/09/Hero-3.png">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Barnaby Nagy">
    <meta name="twitter:description" content="Barnaby Nagy (Barnabas Nagy) - Music, Holistic Health, Natural Living, Flat Earth, Polygamy, Anti-Feminism, Anti-Government, Anti-Vaxx">
    <meta name="twitter:url" content="https://barnabynagy.com/">
    <meta name="twitter:image" content="https://barnabynagy.com/content/images/size/w1200/2024/09/Hero-3.png">
    <meta name="twitter:site" content="@BarnabyNagyCom">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="270">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Barnaby Nagy",
        "url": "https://barnabynagy.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://barnabynagy.com/content/images/2024/01/profile-cirlce.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://barnabynagy.com/",
    "name": "Barnaby Nagy",
    "image": {
        "@type": "ImageObject",
        "url": "https://barnabynagy.com/content/images/size/w1200/2024/09/Hero-3.png",
        "width": 1200,
        "height": 270
    },
    "mainEntityOfPage": "https://barnabynagy.com/",
    "description": "Barnaby Nagy (Barnabas Nagy) - Music, Holistic Health, Natural Living, Flat Earth, Polygamy, Anti-Feminism, Anti-Government, Anti-Vaxx"
}
    </script>

    <meta name="generator" content="Ghost 6.19">
    <link rel="alternate" type="application/rss+xml" title="Barnaby Nagy" href="https://barnabynagy.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.64/umd/portal.min.js" data-i18n="true" data-ghost="https://barnabynagy.com/" data-key="1fdaca1425ef8d619e4895e953" data-api="https://barnabynagy.com/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style><script async src="https://js.stripe.com/v3/"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="1fdaca1425ef8d619e4895e953" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://barnabynagy.com/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://barnabynagy.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=37b9bf21fb"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=37b9bf21fb">
    <script defer src="/public/member-attribution.min.js?v=37b9bf21fb"></script><style>:root {--ghost-accent-color: #2c5aae;}</style>
    <!-- TERMLY COOKIES -->
<script
  type="text/javascript"
  src="https://app.termly.io/resource-blocker/035247e3-11ba-4bab-ad75-75e9e7486246?autoBlock=on"
></script>
<!-- TERMLY COOKIES -->

<!-- UMAMI -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="694a9a5e-494e-4f3f-b5bd-5c17ab5ab095"></script>
<!-- UMAMI -->

<!-- CSS -->
<style>
    /* DARK */


    /* GLOBAL */
    :root[data-color-scheme="dark"] {
        --color-brand-hsl: 16 88% 64% !important;
        /* HOME PAGE AND FOOTER MENU HOVER COLORS */
        --ghost-accent-color: #ff895e !important;
        /* BRAND COLOR */
        --color-brand-contrast: #000000 !important;
        /* BUTTON TEXT COLOR */
        --tw-text-opacity: 1;
    }

    article[data-preview]:after {
      background: transparent !important;
    }

    /*BONUS CONTENT HEADER*/
    [data-color-scheme="dark"] .kg-header-card-heading {
      color: #FFFFFF !important;
      /* font-size: 14px !important; */
    }

    /*BONUS CONTENT SUBHEADER*/
    [data-color-scheme="dark"] .kg-header-card-subheading {
      color: #FFFFFF !important;
      /* font-size: 14px !important; */
    }

    /* MAIN PAGE DESCRIPTION */
    [data-color-scheme="dark"] #hero-input-label {
      color: white !important;
    }

    /* ALREADY HAVE AN ACCOUNT? */
    [data-color-scheme="dark"] .gh-post-upgrade-cta-content p small {
        color: white !important;
    }

    /* SIGN IN */
    [data-color-scheme="dark"] small [data-portal="signin"] {
        color: #000000 !important;
        text-decoration: none;
        background: #cccccc;
        border-radius: 6px;
        padding: 3px;
    }

    /* SIGN IN */
    [data-color-scheme="dark"] small [data-portal="signin"]:hover {
        color: #000000 !important;
        text-decoration: none;
        background: #bdbdbd;
        border-radius: 6px;
        padding: 3px;
    }

    /* GET ACCESS BUTTON */
    [data-color-scheme="dark"] .kg-btn-accent {
        /* background-color: #000000 !important; */
        /* color: #ffffff !important; */
    }

    /* GET ACCESS BUTTON CTA NOT LOGGED IN */
    [data-color-scheme="dark"] .gh-post-upgrade-cta-content>a:first-of-type {
        background-color: #ffffff !important;
    }

    /* GET ACCESS CTA TEXT NOT LOGGED IN */
    [data-color-scheme="dark"] .gh-post-upgrade-cta-content h2 {
        color: #ffffff !important;
    }

    /* QUOTE LARGE TEXT */
    [data-color-scheme="dark"] blockquote.kg-blockquote-alt {
        font-size: 1.5em !important;
        font-style: normal;
    }

    /* SMALL QUOTE AUTHOR WITH NO LINK */
    [data-color-scheme="dark"] blockquote em {
        color: #4f4f4f !important;
        font-family: sans-serif;
        font-size: 0.8em;
        font-weight: bold;
        font-style: normal;
    }

    /* QUOTE LARGE LINK */
    [data-color-scheme="dark"] blockquote.kg-blockquote-alt a {
        color: #ff895e !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
        font-size: 0.7em;
        font-weight: 300;
    }

    /* QUOTE LARGE LINK HOVER */
    [data-color-scheme="dark"] blockquote.kg-blockquote-alt a:hover {
        color: #21376b !important;
        text-decoration: none;
    }

    /* QUOTE SMALL TEXT */
    [data-color-scheme="dark"] blockquote {
        font-size: 1.2em;
        font-style: normal;
    }

    /* QUOTE SMALL LINK */
    [data-color-scheme="dark"] blockquote a {
        color: #ff895e !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
        font-family: var(--font-body);
        font-weight: 300 !important;
        font-style: normal !important;
        font-size: 0.8em !important;
    }

    /* QUOTE SMALL LINK HOVER */
    [data-color-scheme="dark"] blockquote a:hover {
        color: #ff895e !important;
        text-decoration: none;
    }

    /* TOGGLE */
    [data-color-scheme="dark"] .kg-toggle-content li a {
        text-decoration-color: #ff895e !important;
        text-decoration-thickness: 1px !important;
    }

    /* TOGGLE LINK */
    [data-color-scheme="dark"] .kg-toggle-content a span {
        color: #ff895e !important;
    }

    /* PARAGRAPH */
    [data-color-scheme="dark"] p {
        color: #a9a9a9 !important;
    }

    /* EXCERPT */
    [data-color-scheme="dark"] p.font-light {
        font-family: 'Figtree';
    }

    /* PARAGRAPH LINK */
    [data-color-scheme="dark"] p a {
        color: #ff895e !important;
        font-weight: 300 !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
    }

    /* PARAGRAPH LINK HOVER */
    [data-color-scheme="dark"] p a:hover {
        color: #ff895e !important;
        font-weight: 300 !important;
        text-decoration: none;
    }

    /* CALLOUT */
    [data-color-scheme="dark"] .kg-callout-text {
        color: #e2e2e2 !important;
    }

    /* CALLOUT LINK */
    [data-color-scheme="dark"] .kg-callout-text a {
        color: #2f4a8c !important;
        text-decoration: underline;
        font-weight: 300 !important;
        text-decoration-thickness: 1px !important;
    }

    /* CALLOUT LINK HOVER*/
    [data-color-scheme="dark"] .kg-callout-text a:hover {
        color: #21376b !important;
        text-decoration: none;
    }

    /* INSTALL ELEMENT */
    [data-color-scheme="dark"] .kg-toggle-content ul li a:hover {
        text-decoration: none;
    }

    /* BOOKMARK TITLE */
    [data-color-scheme="dark"] .kg-bookmark-title {
        color: #e2e2e2 !important;
    }

    /* BOOKMARK DESCRIPTION */
    [data-color-scheme="dark"] .kg-bookmark-description {
        color: #a9a9a9 !important;
    }

    /* TABLE OF CONTENTS LINK BACKGROUND */
    [data-color-scheme="dark"] .is-active-li>a:before {
        background-color: #191b20 !important;
    }

    /* TABLE OF CONTENTS LINK */
    [data-color-scheme="dark"] .toc-list-item .is-active-link {
        color: #ff895e !important;
        font-weight: normal;
    }

    /* TABLE OF CONTENTS LINK HOVER */
    [data-color-scheme="dark"] .toc-list-item a:hover {
        color: #ff895e !important;
    }

    /* MAIN TITLE */
    [data-color-scheme="dark"] [data-hero-headline] {
        /* color: #FFFFFF !important; */
    }

    /* SUBSCRIBE BOX BUTTON */
    [data-color-scheme="dark"] [data-members-form="subscribe"] button {
        background-color: #FFFFFF !important;
        color: #000000 !important;
    }

    /* SUBSCRIBE BOX BUTTON HOVER */
    [data-color-scheme="dark"] [data-members-form="subscribe"] button:hover {
        background-color: #FFFFFF !important;
        color: #000000 !important;
    }

    /* SIGN UP HEADER */
    [data-color-scheme="dark"] [data-header-actions] a[href="/signup/"] {
        background-color: #FFFFFF !important;
        color: #000000 !important;
    }

    /* SIGN UP HEADER HOVER */
    [data-color-scheme="dark"] [data-header-actions] a[href="/signup/"]:hover {
        background-color: #FFFFFF !important;
        color: #000000 !important;
    }


    /* LIGHT */


    /* GLOBAL */
    :root[data-color-scheme="light"] {
        --color-brand-hsl: 0 0% 13% !important;
        /* HOME PAGE AND FOOTER MENU HOVER COLORS */
        --ghost-accent-color: #1c50a1 !important;
        /* ACCENT COLOR */
        --color-brand-contrast: #000000 !important;
        /* BUTTON TEXT COLOR */
        --tw-text-opacity: 1;
    }

    /*BONUS CONTENT HEADER*/
    [data-color-scheme="light"] .kg-header-card-heading {
      color: #FFFFFF !important;
      /* font-size: 14px !important; */
    }

    /*BONUS CONTENT SUBHEADER*/
    [data-color-scheme="light"] .kg-header-card-subheading {
      color: #FFFFFF !important;
      /* font-size: 14px !important; */
    }

    /* MAIN PAGE DESCRIPTION */
    [data-color-scheme="light"] #hero-input-label {
      color: white !important;
    }

    /* ALREADY HAVE AN ACCOUNT? */
    [data-color-scheme="light"] .gh-post-upgrade-cta-content p small {
        color: white !important;
    }

    /* SIGN IN */
    [data-color-scheme="light"] small [data-portal="signin"] {
        color: #000000 !important;
        text-decoration: none;
        background: #cccccc;
        border-radius: 12px;
        padding: 6px;
    }

    /* SIGN IN HOVER */
    [data-color-scheme="light"] small [data-portal="signin"]:hover {
        color: #000000 !important;
        text-decoration: none;
        background: #bdbdbd;
        border-radius: 12px;
        padding: 6px;
    }

    /* GET ACCESS BUTTON CTA NOT LOGGED IN */
    [data-color-scheme="light"] .gh-post-upgrade-cta-content>a:first-of-type {
        background-color: #ffffff !important;
        color: #1c50a1 !important;
    }

    /* GET ACCESS CTA TEXT NOT LOGGED IN */
    [data-color-scheme="light"] .gh-post-upgrade-cta-content h2 {
        color: #ffffff !important;
    }

    /* GET ACCESS BUTTON CTA */
    [data-color-scheme="light"] .kg-btn-accent {
        background-color: #084793 !important;
        color: #ffffff !important;
        padding: 30px !important;
        border-radius: 6px !important;
    }

    /* QUOTE LARGE TEXT */
    [data-color-scheme="light"] blockquote.kg-blockquote-alt {
        color: #4f4f4f;
        font-size: 1.5em !important;
        font-weight: normal;
        font-style: normal;
    }

    /* SMALL QUOTE AUTHOR WITH NO LINK */
    [data-color-scheme="light"] blockquote em {
        color: #4f4f4f !important;
        font-family: sans-serif;
        font-size: 0.8em;
        font-weight: bold;
        font-style: normal;
    }

    /* QUOTE LARGE LINK */
    [data-color-scheme="light"] blockquote.kg-blockquote-alt a {
        color: #4f4f4f !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
        font-size: 0.7em;
        font-weight: bold;
    }

    /* QUOTE LARGE LINK HOVER */
    [data-color-scheme="light"] blockquote.kg-blockquote-alt a:hover {
        color: #4f4f4f !important;
        text-decoration: none;
    }

    /* QUOTE SMALL TEXT */
    [data-color-scheme="light"] blockquote {
        color: #4f4f4f;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
    }

    /* QUOTE SMALL LINK */
    [data-color-scheme="light"] blockquote a {
        color: #4f4f4f !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
        font-family: var(--font-body);
        font-weight: bold !important;
        font-style: normal !important;
        font-size: 0.8em !important;
    }

    /* QUOTE SMALL LINK HOVER */
    [data-color-scheme="light"] blockquote a:hover {
        color: #4f4f4f !important;
        text-decoration: none;
    }

    /* TOGGLE LIST */
    [data-color-scheme="light"] .kg-toggle-content li a {
        text-decoration-color: #4f4f4f !important;
    }

    /* TOGGLE LIST HOVER */
    [data-color-scheme="light"] .kg-toggle-content li a:hover {
        text-decoration-color: #4f4f4f !important;
    }

    /* TOGGLE LINK */
    [data-color-scheme="light"] .kg-toggle-content a span {
        color: #4f4f4f !important;
    }

    /* TOGGLE LINK HOVER */
    [data-color-scheme="light"] .kg-toggle-content a span:hover {
        color: #4f4f4f !important;
        text-decoration: none;
    }

    /* PARAGRAPH */
    [data-color-scheme="light"] p {
        color: #4f4f4f !important;
    }

    /* EXCERPT */
    [data-color-scheme="light"] p.font-light {
        font-family: 'Figtree';
    }

    /* PARAGRAPH LINK */
    [data-color-scheme="light"] p a {
        color: #4f4f4f !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
    }

    /* PARAGRAPH LINK HOVER */
    [data-color-scheme="light"] p a:hover {
        color: #4f4f4f !important;
        text-decoration: none;
    }

    /* CALLOUT */
    [data-color-scheme="light"] .kg-callout-text {
        color: #4d4c4d !important;
    }

    /* CALLOUT LINK */
    [data-color-scheme="light"] .kg-callout-text a {
        color: #4d4c4d !important;
        text-decoration: underline;
        text-decoration-thickness: 1px !important;
    }

    /* CALLOUT LINK HOVER*/
    [data-color-scheme="light"] .kg-callout-text a:hover {
        color: #4d4c4d !important;
        text-decoration: none;
    }

    /* INSTALL ELEMENT */
    [data-color-scheme="light"] .kg-toggle-content ul li a:hover {
        text-decoration: none;
    }

    /* BOOKMARK TITLE */
    [data-color-scheme="light"] .kg-bookmark-title {
        color: #222222 !important;
    }

    /* BOOKMARK DESCRIPTION */
    [data-color-scheme="light"] .kg-bookmark-description {
        color: #000000 !important;
    }

    /* TABLE OF CONTENTS LINK BACKGROUND */
    [data-color-scheme="light"] .is-active-li>a:before {
        background-color: #191b20 !important;
    }

    /* TABLE OF CONTENTS LINK */
    [data-color-scheme="light"] .toc-list-item .is-active-link {
        color: #222222 !important;
        font-weight: normal;
    }

    /* TABLE OF CONTENTS LINK HOVER */
    [data-color-scheme="light"] .toc-list-item a:hover {
        color: #000000 !important;
    }

    /* MAIN TITLE */
    [data-color-scheme="light"] [data-hero-headline] {
        color: #FFFFFF !important;
    }

    /* SUBSCRIBE BOX BUTTON */
    [data-color-scheme="light"] [data-members-form="subscribe"] button {
        background-color: #1c50a1 !important;
        color: #FFFFFF !important;
    }

    /* SUBSCRIBE BOX BUTTON HOVER */
    [data-color-scheme="light"] [data-members-form="subscribe"] button:hover {
        background-color: #1c50a1 !important;
        color: #FFFFFF !important;
    }

    /* SIGN UP HEADER */
    [data-color-scheme="light"] [data-header-actions] a[href="/signup/"] {
        background-color: #1c50a1 !important;
        color: #ffffff !important;
    }

    /* SIGN UP HEADER HOVER */
    [data-color-scheme="light"] [data-header-actions] a[href="/signup/"]:hover {
        background-color: #1c50a1 !important;
        color: #ffffff !important;
    }
</style>
  </head>
  <body class="home-template subpixel-antialiased relative overflow-x-hidden bg-bgr text-typ"
    x-data="{ menuOpen: false }" :class="menuOpen ? 'overflow-hidden' : 'overflow-y-auto'"
    data-user="visitor"
    @keydown.escape="menuOpen = false" @keydown.cmk.k="document.querySelector('[data-ghost-search]').click()"
    x-init="navigator.platform.includes('Win') && document.body.classList.add('is-win')"
  >
        
    <header class="px-4 sm:px-6 text-typ whitespace-nowrap sticky top-0 z-[1000] bg-bgr lg:bg-transparent"  data-header x-init="renderSubmenus();window.pageYOffset > 50 ? isScrolledOnload = true : null"
  x-data="{ isScrolled: false, isScrolledOnload: false }" @scroll.window="isScrolled = (window.pageYOffset < 50) ? false : true;window.pageYOffset <= 50 ? isScrolledOnload = false : null" :class="[isScrolled ? 'is-scrolled' : '',isScrolledOnload ? 'is-scrolled-onload' : '']">
  <div class="max-w-container mx-auto py-4 md:py-6 flex items-center justify-center gap-4 relative before:content-[''] before:absolute before:bottom-0 before:left-0 before:w-full before:h-[1px] before:bg-fading">

    <div class="flex-1 flex justify-start lg:transition-move duration-300" data-header-brand>
      <a class="" href="https://barnabynagy.com" data-brand>
          <picture  data-logo='default'>
  <source 
    srcset="/content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w, /content/images/size/w320/format/webp/2024/01/profile-cirlce.png 320w, /content/images/size/w640/format/webp/2024/01/profile-cirlce.png 600w"
    sizes="(max-width: 800px) 200px, 320px"
    type="image/webp"
  >
  <img class="h-[var(--logo-h-mobile)] w-[var(--logo-w-mobile)] md:h-[var(--logo-h-desktop)] md:w-[var(--logo-w-desktop)]"
    
    loading="eager"
    srcset="/content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w, /content/images/size/w320/format/webp/2024/01/profile-cirlce.png 320w, /content/images/size/w640/format/webp/2024/01/profile-cirlce.png 600w"
    sizes="(max-width: 800px) 200px, 320px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt="Barnaby Nagy"
    
  />
</picture>
      </a>
    </div>

    <nav class="relative hidden transition-[width,filter] duration-300 text-sm lg:flex justify-center p-1 border border-brd rounded-theme-lg  bg-bgr-opac backdrop-blur" data-nav="desktop"  :class="isScrolled ? 'drop-shadow-xl' : ''">
      <ul class="flex gap-0.5">
    <li class="nav-music flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="MUSIC" data-slug="music" data-length="5">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/tag/music/" 
        >
        <span>MUSIC</span>
      </a>
    </li>
    <li class="nav-membership flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="MEMBERSHIP" data-slug="membership" data-length="10">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/membership/" 
        >
        <span>MEMBERSHIP</span>
      </a>
    </li>
    <li class="nav-courses flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="COURSES" data-slug="courses" data-length="7">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/courses/" 
        >
        <span>COURSES</span>
      </a>
    </li>
    <li class="nav-shop flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="SHOP" data-slug="shop" data-length="4">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/shop/" 
        >
        <span>SHOP</span>
      </a>
    </li>
    <li class="nav-donate flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="DONATE" data-slug="donate" data-length="6">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/donate/" 
        >
        <span>DONATE</span>
      </a>
    </li>
    <li class="nav-about flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="ABOUT" data-slug="about" data-length="5">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/about/" 
        >
        <span>ABOUT</span>
      </a>
    </li>
    <li class="nav-connect flex relative border border-transparent hover:bg-bgr-tone rounded-theme" 
      data-label="CONNECT" data-slug="connect" data-length="7">
      <a class="w-full flex px-4 py-1.5 rounded-theme" href="https://barnabynagy.com/connect/" 
        >
        <span>CONNECT</span>
      </a>
    </li>
</ul>

    </nav>

    <div class="flex flex-0 sm:flex-1 gap-2 items-center justify-end transition-move duration-300" data-header-actions>

      <button class="flex items-center justify-center rounded-theme size-8 md:size-9 hover:text-brand" data-ghost-search title="Search" aria-label="Search">
        <i class="icon icon-search w-5 h-5 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <circle cx="10" cy="10" r="7" />
  <line x1="21" y1="21" x2="15" y2="15" />
</svg>



</i>      </button>


            <a href="/signin/" data-portal="signin"
              class="hidden sm:block border border-transparent text-sm px-4 py-2 rounded-theme hover:border-brd">
              <span>Sign in</span>
            </a>
            <a href="/signup/" data-portal="signup"
              class="shadow-btn border border-b-0 border-opac bg-brand text-sm font-medium text-brand-contrast px-4  py-1.5 rounded-theme md:px-5 md:py-2 transition duration-300 hover:brightness-105 hover:shadow-btn-hover">
              <span>Sign up</span>
            </a>



      <button class="flex flex-col gap-1.5 size-8 md:size-9 items-center justify-center rounded-theme group hover:text-brand lg:hidden" 
        data-menu-toggle aria-label="Menu toggle" aria-expanded="false" aria-haspopup="true" aria-controls="menu"
        @click="menuOpen = !menuOpen; event.currentTarget.setAttribute('aria-expanded', menuOpen);"
      >
        <span class="relative pointer-events-none w-5 h-0.5 rounded-sm bg-typ-tone group-hover:bg-brand transition-all"
          :class="menuOpen ? 'rotate-45 top-1' : 'rotate-0 top-0'"></span>
        <span class="relative pointer-events-none w-5 h-0.5 rounded-sm bg-typ-tone group-hover:bg-brand transition-all"
          :class="menuOpen ? '-rotate-45 -top-1' : ''"></span>
      </button>
    </div>

  </div>
</header>
    <div class="hidden fixed shadow-xl z-[100] top-[64px] md:top-[84px] w-full bg-bgr text-typ-tone pt-4 border-t border-brd lg:hidden fixed" 
  :class="menuOpen ? '!block' : 'hidden'" data-menu id="menu"
> 
  <div class="px-4 sm:px-6">
    <nav class="" data-nav="mobile">
      <ul class="flex flex-col gap-1">
    <li class="nav-music flex relative" 
      data-label="MUSIC" data-slug="music" data-length="5">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/tag/music/" 
        >
        <span>MUSIC</span>
      </a>
    </li>
    <li class="nav-membership flex relative" 
      data-label="MEMBERSHIP" data-slug="membership" data-length="10">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/membership/" 
        >
        <span>MEMBERSHIP</span>
      </a>
    </li>
    <li class="nav-courses flex relative" 
      data-label="COURSES" data-slug="courses" data-length="7">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/courses/" 
        >
        <span>COURSES</span>
      </a>
    </li>
    <li class="nav-shop flex relative" 
      data-label="SHOP" data-slug="shop" data-length="4">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/shop/" 
        >
        <span>SHOP</span>
      </a>
    </li>
    <li class="nav-donate flex relative" 
      data-label="DONATE" data-slug="donate" data-length="6">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/donate/" 
        >
        <span>DONATE</span>
      </a>
    </li>
    <li class="nav-about flex relative" 
      data-label="ABOUT" data-slug="about" data-length="5">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/about/" 
        >
        <span>ABOUT</span>
      </a>
    </li>
    <li class="nav-connect flex relative" 
      data-label="CONNECT" data-slug="connect" data-length="7">
      <a class="flex py-0.5 rounded-theme hover:text-brand" href="https://barnabynagy.com/connect/" 
        >
        <span>CONNECT</span>
      </a>
    </li>
</ul>
    </nav>
  </div>
  
  <div class="p-4 mt-4 flex gap-2 border-y border-brd">

    <button class="flex gap-0.5 p-[3px] border border-brd text-typ-tone rounded-theme hover:bg-bgr-tone" aria-label="Toggle color scheme"
  data-color-scheme-toggle @click="toggleColorScheme(event)">
  <span data-theme="light" class="px-[5px] py-0.5 border border-transparent opacity-50 rounded-theme">
    <i class="icon icon-sun size-4 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sun-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />
  <path d="M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z" stroke-width="0" fill="currentColor" />
  <path d="M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />
  <path d="M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />
  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />
  <path d="M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z" stroke-width="0" fill="currentColor" />
  <path d="M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />
  <path d="M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />
  <path d="M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />
</svg>
</i>  </span>
  <span data-theme="dark" class="px-[5px] py-0.5 border border-transparent opacity-50 rounded-theme">
    <i class="icon icon-moon size-4 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-moon-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z" stroke-width="0" fill="currentColor" />
</svg>
</i>  </span>
</button>  </div>
</div>    
    <main class="main">
      
<section class="px-4 sm:px-6 mb-16 relative bg-bgr-tone" data-hero="full-width-cover-image">
  <div class="py-16 md:py-24 max-w-container mx-auto flex flex-col items-center gap-6 lg:gap-8 md:flex-row">
    <div class="z-[2] flex-1 flex flex-col gap-4 md:gap-6 justify-center max-w-2xl mx-auto items-center text-center" data-hero-content>
      <h1 class="font-semibold tracking-tight text-3xl sm:text-4xl md:text-5xl lg:text-6xl"
        data-hero-headline
      >
        Barnaby Nagy
      </h1>

        <p id="hero-input-label" class="font-light text-typ-tone text-lg md:text-xl">
          Unfiltered Truth & 432 Hz Music
        </p>


          <form class="relative w-full max-w-md bg-bgr border border-brd flex flex-wrap rounded-theme-xl bg-bgr p-1
                        focus-within:border-brand focus-within:ring-4 focus-within:ring-brand focus-within:ring-opacity-20"
  data-members-form="subscribe" data-style="">
  <input data-members-email class="bg-bgr text-typ flex-[2] py-2 rounded-theme border-none focus:ring-0" 
    type="email" autocomplete="email" placeholder="Your email address" 
    aria-labelledby="hero-input-label" required/> 
  <button class="flex-1 px-4 py-2 bg-bgr-reverse text-typ-reverse border border-brd font-medium rounded-theme md:px-6 hover:bg-brand hover:text-brand-contrast" type="submit">
    <span>Subscribe</span>
  </button>
  <p data-msg="success" class="hidden absolute text-sm leading-tight -bottom-[45%] text-success font-medium">Great! Check your inbox and click the link.</p>
  <p data-msg="error" class="hidden absolute text-sm leading-tight -bottom-[45%] text-error font-medium">Sorry, something went wrong. Please try again.</p>
</form>    </div>
    
        <figure class="flex-1 h-full w-full rounded-theme-md overflow-hidden left-0 top-0 bg-bgr-tone mt-[-1px] border-t border-b border-brd absolute z-[1] !rounded-none" 
          data-hero-img="full-width-cover-image"
        >
          <picture class="flex h-full" >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/Hero-3.png 320w, /content/images/size/w640/format/webp/2024/09/Hero-3.png 600w, /content/images/size/w960/format/webp/2024/09/Hero-3.png 960w, /content/images/size/w1280/format/webp/2024/09/Hero-3.png 1200w, /content/images/size/w2000/format/webp/2024/09/Hero-3.png 2000w"
    sizes="(max-width: 360px) 300px, (max-width: 640px) 600px, (max-width: 1080px) 940px, (max-width: 1400px) 1200px, 1600px"
    type="image/webp"
  >
  <img class="w-full object-cover object-center"
    
    loading="eager"
    srcset="/content/images/size/w320/format/webp/2024/09/Hero-3.png 320w, /content/images/size/w640/format/webp/2024/09/Hero-3.png 600w, /content/images/size/w960/format/webp/2024/09/Hero-3.png 960w, /content/images/size/w1280/format/webp/2024/09/Hero-3.png 1200w, /content/images/size/w2000/format/webp/2024/09/Hero-3.png 2000w"
    sizes="(max-width: 360px) 300px, (max-width: 640px) 600px, (max-width: 1080px) 940px, (max-width: 1400px) 1200px, 1600px"
    src="/content/images/size/w30/2024/09/Hero-3.png"
    alt="Barnaby Nagy"
    
  />
</picture>
        </figure>
  </div>
</section>
    
  <section class="px-4" data-featured-tags="list">
    <div class="max-w-container mx-auto">
            <nav class="mb-6" data-featured-tags x-init="$nextTick(() => { handleTagList() })">
        <ul role="list" class="text-sm text-typ-tone font-medium flex gap-1 overflow-x-scroll no-scrollbar border-b border-brd pb-2.5">
          <li>
            <a href="/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">All posts</a>
          </li>
            <li>
              <a href="/tag/music/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Music
              </a>
            </li>
            <li>
              <a href="/tag/health/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Health
              </a>
            </li>
            <li>
              <a href="/tag/relationships/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Relationships
              </a>
            </li>
            <li>
              <a href="/tag/money/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Money
              </a>
            </li>
            <li>
              <a href="/tag/politics/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Politics
              </a>
            </li>
            <li>
              <a href="/tag/religion/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Religion
              </a>
            </li>
            <li>
              <a href="/tag/history/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                History
              </a>
            </li>
            <li>
              <a href="/tag/law/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Law
              </a>
            </li>
            <li>
              <a href="/tag/tech/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Tech
              </a>
            </li>
            <li>
              <a href="/tag/matrix/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Matrix
              </a>
            </li>
            <li>
              <a href="/tag/nature/" class="relative block text-nowrap px-3 py-1 border border-transparent rounded-theme md:px-4 after:content-[''] after:absolute after:bottom-[-11px] after:left-[calc(50%_-_16px)] after:w-8 after:h-0.5 after:rounded-t-sm after:bg-transparent hover:bg-bgr-tone">
                Nature
              </a>
            </li>
        </ul>
      </nav>
    </div>
  </section>



<section class="px-4 mb-24" data-feed-section="12">
  <div class="max-w-container mx-auto">
    <h2 class="text-sm font-semibold uppercase text-typ-tone border-b border-brd mb-6 pb-2.5 sr-only">Latest</h2>

      <div class="grid gap-x-8 gap-y-12 sm:grid-cols-2 lg:grid-cols-3" data-post-feed>
      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/health-dangers-of-air-pollution-chemtrails-fake-fogs-mosquito-spraying-pesticides/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/11/air-pollution.webp 320w, /content/images/size/w640/format/webp/2024/11/air-pollution.webp 600w, /content/images/size/w960/format/webp/2024/11/air-pollution.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/11/air-pollution.webp 320w, /content/images/size/w640/format/webp/2024/11/air-pollution.webp 600w, /content/images/size/w960/format/webp/2024/11/air-pollution.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/11/air-pollution.webp"
    alt="Health Dangers of Air Pollution, Chemtrails, Fake Fogs, Mosquito Spraying, Pesticides"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-11-05">Nov 5, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/health-dangers-of-air-pollution-chemtrails-fake-fogs-mosquito-spraying-pesticides/" class="">Health Dangers of Air Pollution, Chemtrails, Fake Fogs, Mosquito Spraying, Pesticides</a>
    </h3>

      <p class="font-light" data-post-card-excerpt>
        Air pollution, be it chemtrails, wild fires, vehicle emissions, manufacturing, power plants, mosquito spraying, agricultural spraying or construction wreaks havoc on our health and wellbeing causing difficulty breathing, lung infections, lung cancer, heart disease, strokes and more.
      </p>

    <ul class="flex gap-3 text-sm font-medium mt-2" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health tag-nature tag-politics  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/second-moon-un-global-censorship-of-misinformation-covid-is-20-000-years-old/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/2024-09-26-second-moon.webp 320w, /content/images/size/w640/format/webp/2024/09/2024-09-26-second-moon.webp 600w, /content/images/size/w960/format/webp/2024/09/2024-09-26-second-moon.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/2024-09-26-second-moon.webp 320w, /content/images/size/w640/format/webp/2024/09/2024-09-26-second-moon.webp 600w, /content/images/size/w960/format/webp/2024/09/2024-09-26-second-moon.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/2024-09-26-second-moon.webp"
    alt="Second Moon, UN Global Censorship of &quot;Misinformation&quot;, COVID is 20,000 Years Old"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-26">Sep 26, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            members
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/second-moon-un-global-censorship-of-misinformation-covid-is-20-000-years-old/" class="">Second Moon, UN Global Censorship of &quot;Misinformation&quot;, COVID is 20,000 Years Old</a>
    </h3>

      <p class="font-light" data-post-card-excerpt>
        Get ready for this weekend&#39;s asteroid, but don&#39;t worry, NASA labelled it as a second moon so it won&#39;t create armageddon (yet). The UN&#39;s meeting was all about how to censor truth out of social media and the internet so that the sheep can be further brainwashed.
      </p>

    <ul class="flex gap-3 text-sm font-medium mt-2" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/health-dangers-of-body-care-household-cleaning-products-cancer-infertility-allergy/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/household-cleaning-products.webp 320w, /content/images/size/w640/format/webp/2024/09/household-cleaning-products.webp 600w, /content/images/size/w960/format/webp/2024/09/household-cleaning-products.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/household-cleaning-products.webp 320w, /content/images/size/w640/format/webp/2024/09/household-cleaning-products.webp 600w, /content/images/size/w960/format/webp/2024/09/household-cleaning-products.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/household-cleaning-products.webp"
    alt="Health Dangers of Body Care &amp; Household Cleaning Products: Cancer, Infertility, Allergy"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-13">Sep 13, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/health-dangers-of-body-care-household-cleaning-products-cancer-infertility-allergy/" class="">Health Dangers of Body Care &amp; Household Cleaning Products: Cancer, Infertility, Allergy</a>
    </h3>

      <p class="font-light" data-post-card-excerpt>
        Most of the commercial household and body care products are full of toxic chemicals, toxic gases, pesticides and VOCs that cause cancer, insomnia, skin issues, respiratory illnesses and many other health issues.
      </p>

    <ul class="flex gap-3 text-sm font-medium mt-2" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/why-accidents-happen-how-to-prevent-them-with-care-and-positive-state-of-mind/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/12/accident-causes-prevention.webp 320w, /content/images/size/w640/format/webp/2024/12/accident-causes-prevention.webp 600w, /content/images/size/w960/format/webp/2024/12/accident-causes-prevention.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/12/accident-causes-prevention.webp 320w, /content/images/size/w640/format/webp/2024/12/accident-causes-prevention.webp 600w, /content/images/size/w960/format/webp/2024/12/accident-causes-prevention.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/12/accident-causes-prevention.webp"
    alt="Why Accidents Happen &amp; How to Prevent Them With Care And Positive State of Mind"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-12">Sep 12, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/why-accidents-happen-how-to-prevent-them-with-care-and-positive-state-of-mind/" class="">Why Accidents Happen &amp; How to Prevent Them With Care And Positive State of Mind</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-politics  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/harris-trump-presidential-debate-actor-based-reality-of-the-illuminati/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/2024-09-11-harris-trump-presidential-debate.webp 320w, /content/images/size/w640/format/webp/2024/09/2024-09-11-harris-trump-presidential-debate.webp 600w, /content/images/size/w960/format/webp/2024/09/2024-09-11-harris-trump-presidential-debate.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/2024-09-11-harris-trump-presidential-debate.webp 320w, /content/images/size/w640/format/webp/2024/09/2024-09-11-harris-trump-presidential-debate.webp 600w, /content/images/size/w960/format/webp/2024/09/2024-09-11-harris-trump-presidential-debate.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/2024-09-11-harris-trump-presidential-debate.webp"
    alt="Harris-Trump Presidential Debate Actor Based Reality of The Illuminati"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/politics/" class="hover:text-brand">Politics</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-11">Sep 11, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            members
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/harris-trump-presidential-debate-actor-based-reality-of-the-illuminati/" class="">Harris-Trump Presidential Debate Actor Based Reality of The Illuminati</a>
    </h3>

      <p class="font-light" data-post-card-excerpt>
        The US Presidential debate between Harris and Trump is nothing else but a theatre of the actor based reality. Big brother has both sides, both democratic and republican candidates. Your vote doesn&#39;t matter at all.
      </p>

    <ul class="flex gap-3 text-sm font-medium mt-2" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp 320w, /content/images/size/w640/format/webp/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp 600w, /content/images/size/w960/format/webp/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp 320w, /content/images/size/w640/format/webp/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp 600w, /content/images/size/w960/format/webp/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes.webp"
    alt="Grounding To The Earth Can Heal You From Inflammations, Heart Disease, Strokes"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-11">Sep 11, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/grounding-to-the-earth-can-heal-you-from-inflammations-heart-disease-strokes/" class="">Grounding To The Earth Can Heal You From Inflammations, Heart Disease, Strokes</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/emf-health-dangers-electromagnetic-radiation-poisoning-dirty-electricity/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/emf-health-dangers.webp 320w, /content/images/size/w640/format/webp/2024/09/emf-health-dangers.webp 600w, /content/images/size/w960/format/webp/2024/09/emf-health-dangers.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/emf-health-dangers.webp 320w, /content/images/size/w640/format/webp/2024/09/emf-health-dangers.webp 600w, /content/images/size/w960/format/webp/2024/09/emf-health-dangers.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/emf-health-dangers.webp"
    alt="EMF Health Dangers, Electromagnetic Radiation Poisoning, Dirty Electricity"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-10">Sep 10, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/emf-health-dangers-electromagnetic-radiation-poisoning-dirty-electricity/" class="">EMF Health Dangers, Electromagnetic Radiation Poisoning, Dirty Electricity</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/supplements-that-actually-work-colloidal-silver-activated-charcoal-nascent-iodine-more/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/supplements-dont-flush-it-away.webp 320w, /content/images/size/w640/format/webp/2024/09/supplements-dont-flush-it-away.webp 600w, /content/images/size/w960/format/webp/2024/09/supplements-dont-flush-it-away.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/supplements-dont-flush-it-away.webp 320w, /content/images/size/w640/format/webp/2024/09/supplements-dont-flush-it-away.webp 600w, /content/images/size/w960/format/webp/2024/09/supplements-dont-flush-it-away.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/supplements-dont-flush-it-away.webp"
    alt="Supplements That Actually Work: Colloidal Silver, Activated Charcoal, Nascent Iodine &amp; More"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-09">Sep 9, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/supplements-that-actually-work-colloidal-silver-activated-charcoal-nascent-iodine-more/" class="">Supplements That Actually Work: Colloidal Silver, Activated Charcoal, Nascent Iodine &amp; More</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/drugs-the-good-the-bad-marijuana-cbd-thc-health-benefit-for-insomnia-anxiety/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/drugs-the-good-the-bad.webp 320w, /content/images/size/w640/format/webp/2024/09/drugs-the-good-the-bad.webp 600w, /content/images/size/w960/format/webp/2024/09/drugs-the-good-the-bad.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/drugs-the-good-the-bad.webp 320w, /content/images/size/w640/format/webp/2024/09/drugs-the-good-the-bad.webp 600w, /content/images/size/w960/format/webp/2024/09/drugs-the-good-the-bad.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/drugs-the-good-the-bad.webp"
    alt="Drugs: The Good &amp; The Bad, Marijuana CBD/THC Health Benefit for Insomnia &amp; Anxiety"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-08">Sep 8, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/drugs-the-good-the-bad-marijuana-cbd-thc-health-benefit-for-insomnia-anxiety/" class="">Drugs: The Good &amp; The Bad, Marijuana CBD/THC Health Benefit for Insomnia &amp; Anxiety</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/alcohol-balanced-approach-no-excessive-drinking-organic-red-wine-health-benefits/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/alcohol-a-balanced-approach.webp 320w, /content/images/size/w640/format/webp/2024/09/alcohol-a-balanced-approach.webp 600w, /content/images/size/w960/format/webp/2024/09/alcohol-a-balanced-approach.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/alcohol-a-balanced-approach.webp 320w, /content/images/size/w640/format/webp/2024/09/alcohol-a-balanced-approach.webp 600w, /content/images/size/w960/format/webp/2024/09/alcohol-a-balanced-approach.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/alcohol-a-balanced-approach.webp"
    alt="Alcohol: Balanced Approach, No Excessive Drinking, Organic Red Wine Health Benefits"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-07">Sep 7, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/alcohol-balanced-approach-no-excessive-drinking-organic-red-wine-health-benefits/" class="">Alcohol: Balanced Approach, No Excessive Drinking, Organic Red Wine Health Benefits</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/unhealthy-unclean-animal-meat-pork-rabbit-shellfish-crab-shrimp-catfish-shark/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/clean-unclean-animal-meat.webp 320w, /content/images/size/w640/format/webp/2024/09/clean-unclean-animal-meat.webp 600w, /content/images/size/w960/format/webp/2024/09/clean-unclean-animal-meat.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/clean-unclean-animal-meat.webp 320w, /content/images/size/w640/format/webp/2024/09/clean-unclean-animal-meat.webp 600w, /content/images/size/w960/format/webp/2024/09/clean-unclean-animal-meat.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/clean-unclean-animal-meat.webp"
    alt="Unhealthy Unclean Animal Meat: Pork, Rabbit, Shellfish, Crab, Shrimp, Catfish, Shark"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-06">Sep 6, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/unhealthy-unclean-animal-meat-pork-rabbit-shellfish-crab-shrimp-catfish-shark/" class="">Unhealthy Unclean Animal Meat: Pork, Rabbit, Shellfish, Crab, Shrimp, Catfish, Shark</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>      <article class="post tag-health  relative text-typ-tone flex flex-col gap-4" data-post-card>
  
    <a href="/commercial-salt-health-dangers-unrefined-natural-sea-salt-benefits/" class="block">
      <figure class="rounded-theme-xxs border border-brd overflow-hidden">
        <picture  >
  <source 
    srcset="/content/images/size/w320/format/webp/2024/09/salt-for-life-or-death.webp 320w, /content/images/size/w640/format/webp/2024/09/salt-for-life-or-death.webp 600w, /content/images/size/w960/format/webp/2024/09/salt-for-life-or-death.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    type="image/webp"
  >
  <img class="aspect-[16/9] bg-bgr-tone object-cover w-full h-auto rounded-[inherit] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w320/format/webp/2024/09/salt-for-life-or-death.webp 320w, /content/images/size/w640/format/webp/2024/09/salt-for-life-or-death.webp 600w, /content/images/size/w960/format/webp/2024/09/salt-for-life-or-death.webp 960w"
    sizes="(max-width: 400px) 300px, 400px"
    src="/content/images/size/w30/2024/09/salt-for-life-or-death.webp"
    alt="Commercial Salt Health Dangers &amp; Unrefined Natural Sea Salt Benefits"
    
  />
</picture>
      </figure>
    </a>

  <div class="flex h-full flex-col gap-2" data-post-card-content>
    <div class="flex items-center flex-wrap gap-2 text-sm" data-post-card-info>      
        <a href="/tag/health/" class="hover:text-brand">Health</a>
      
        <span class="">·</span>

      <time class="" datetime="2024-09-05">Sep 5, 2024</time> 

      <span class="flex-1"></span>


          <span class="text-xs font-medium flex items-center gap-0.5 capitalize border border-brd bg-bgr-tone rounded-theme px-2 pr-2.5 py-1" data-post-card-visibility>
              <i class="icon icon-lock size-4 -mt-[1px] text-rose-500 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="5" y="11" width="14" height="10" rx="2" />
  <circle cx="12" cy="16" r="1" />
  <path d="M8 11v-4a4 4 0 0 1 8 0v4" />
</svg>



</i>            VIP and Mastermind tiers
          </span>
    </div>

    <h3 class="text-typ text-lg sm:text-xl font-semibold hover:text-brand " data-post-card-title>
      <a href="/commercial-salt-health-dangers-unrefined-natural-sea-salt-benefits/" class="">Commercial Salt Health Dangers &amp; Unrefined Natural Sea Salt Benefits</a>
    </h3>


    <ul class="flex gap-3 text-sm font-medium" data-post-card-authors>
        <li>
          <a href="/author/barna/" class="flex gap-1.5 items-center hover:text-brand">
              <picture  >
  <source 
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    type="image/webp"
  >
  <img class="size-6 object-cover rounded-full will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w30/format/webp/2024/01/profile-cirlce.png 30w, /content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w"
    sizes="24px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt=""
    
  />
</picture>
            <span>Barnaby Nagy</span>
          </a>
        </li>
    </ul>
  </div>
</article>  </div>

    
      <nav class="my-12 text-typ flex items-center justify-center gap-4 font-medium sm:font-normal text-sm sm:gap-6 " data-pagination>
    <a data-prev class="text-sm font-medium flex items-center gap-0.5 border border-brd rounded-theme px-3 py-1 sm:px-4 hover:bg-bgr-tone cursor-not-allowed disabled" 
      href="javascript:">
      <i class="icon icon-chevron-left size-4 stroke-[2.5] -ml-1 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>
</i><span>Prev</span>
    </a>
    <span data-page-number class="">Page 1 of 33</span>
    <a data-next class="text-sm font-medium flex items-center gap-0.5 border border-brd rounded-theme px-3 py-1 sm:px-4 hover:bg-bgr-tone" 
      href="/page/2/">
      <span>Next</span><i class="icon icon-chevron-right size-4 stroke-[2.5] -mr-1 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>
</i>
    </a>
  </nav>
  </div>
</section>


    </main>

    

    <footer class="px-4 sm:px-6 bg-bgr mt-16" data-footer>
  <div class="max-w-container mx-auto relative before:content-[''] before:absolute before:top-0 before:left-0 before:w-full before:h-[1px] before:bg-fading">
    <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4 py-8 md:gap-8 md:py-12">
      <div class="flex flex-col items-start gap-3 col-span-2 md:col-span-1 lg:col-span-2" data-footer-brand>
        <a href="https://barnabynagy.com" data-brand>
            <picture  data-logo='default'>
  <source 
    srcset="/content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w, /content/images/size/w320/format/webp/2024/01/profile-cirlce.png 320w, /content/images/size/w640/format/webp/2024/01/profile-cirlce.png 600w"
    sizes="(max-width: 800px) 200px, 320px"
    type="image/webp"
  >
  <img class="h-[var(--logo-h-mobile)] w-[var(--logo-w-mobile)] md:h-[var(--logo-h-desktop)] md:w-[var(--logo-w-desktop)] will-change-[filter] transition-[filter] blur"
    onload="this.classList.remove('blur')"
    loading="lazy"
    srcset="/content/images/size/w100/format/webp/2024/01/profile-cirlce.png 100w, /content/images/size/w320/format/webp/2024/01/profile-cirlce.png 320w, /content/images/size/w640/format/webp/2024/01/profile-cirlce.png 600w"
    sizes="(max-width: 800px) 200px, 320px"
    src="/content/images/size/w30/2024/01/profile-cirlce.png"
    alt="Barnaby Nagy"
    
  />
</picture>
        </a>

        <p class="text-typ-tone">Barnaby Nagy</p>

        
<nav class="flex items-center gap-2 text-typ-tone text-base" data-socials="footer" x-data="socials">


    <a href="https://x.com/BarnabyNagyCom" class="p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Twitter"><i class="icon icon-twitter-x w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
  <path d="M4 4l11.733 16h4.267l-11.733 -16z"></path>
  <path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path>
</svg>
</i><span class="sr-only">Twitter</span></a>

  <a :href="rss" :class="rss && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="RSS"><i class="icon icon-rss w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-rss" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <circle cx="5" cy="19" r="1" />
  <path d="M4 4a16 16 0 0 1 16 16" />
  <path d="M4 11a9 9 0 0 1 9 9" />
</svg>



</i><span class="sr-only">RSS</span></a>
  
  <a :href="bluesky" :class="bluesky && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Bluesky"><i class="icon icon-brand-bluesky w-4 h-4 stroke-2 stroke-2">
  <svg  xmlns="http://www.w3.org/2000/svg"  width="24"  height="24"  viewBox="0 0 24 24"  fill="none"  stroke="currentColor"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-brand-bluesky"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856z" /></svg>
</i><span class="sr-only">Bluesky</span></a>

  <a :href="threads" :class="threads && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Threads"><i class="icon icon-threads w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-threads">
  <path stroke="none" d="M0 0h24v24H0z" fill="none" />
  <path d="M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7 -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1" />
</svg>
</i><span class="sr-only">Threads</span></a>

  <a :href="linkedin" :class="linkedin && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Linkedin"><i class="icon icon-linkedin w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
  <rect x="2" y="9" width="4" height="12"></rect>
  <circle cx="4" cy="4" r="2"></circle>
</svg>
</i><span class="sr-only">Linkedin</span></a>

  <a :href="discord" :class="discord && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Discord"><i class="icon icon-discord w-4 h-4 stroke-2 stroke-2">
  
</i><span class="sr-only">Discord</span></a>

  <a :href="github" :class="github && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Github"><i class="icon icon-github w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <desc>Download more icon variants from https://tabler-icons.io/i/brand-github</desc>
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg>



</i><span class="sr-only">Github</span></a>

  <a :href="instagram" :class="instagram && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Instagram"><i class="icon icon-instagram w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <desc>Download more icon variants from https://tabler-icons.io/i/brand-instagram</desc>
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="4" y="4" width="16" height="16" rx="4" />
  <circle cx="12" cy="12" r="3" />
  <line x1="16.5" y1="7.5" x2="16.5" y2="7.501" />
</svg>



</i><span class="sr-only">Instagram</span></a>

  <a :href="pinterest" :class="pinterest && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Pinterest"><i class="icon icon-pinterest w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-pinterest" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <line x1="8" y1="20" x2="12" y2="11" />
  <path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" />
  <circle cx="12" cy="12" r="9" />
</svg>



</i><span class="sr-only">Pinterest</span></a>

  <a :href="reddit" :class="reddit && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Reddit"><i class="icon icon-reddit w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-reddit" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" />
  <path d="M12 8l1 -5l6 1" />
  <circle cx="19" cy="4" r="1" />
  <circle cx="9" cy="13" r=".5" fill="currentColor" />
  <circle cx="15" cy="13" r=".5" fill="currentColor" />
  <path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" />
</svg>



</i><span class="sr-only">Reddit</span></a>

  <a :href="telegram" :class="telegram && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Telegram"><i class="icon icon-telegram w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-telegram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <desc>Download more icon variants from https://tabler-icons.io/i/brand-telegram</desc>
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" />
</svg>



</i><span class="sr-only">Telegram</span></a>

  <a :href="tiktok" :class="tiktok && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Tiktok"><i class="icon icon-tiktok w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-tiktok" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <desc>Download more icon variants from https://tabler-icons.io/i/brand-tiktok</desc>
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M9 12a4 4 0 1 0 4 4v-12a5 5 0 0 0 5 5" />
</svg>



</i><span class="sr-only">Tiktok</span></a>

  <a :href="whatsapp" :class="whatsapp && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Whatsapp"><i class="icon icon-whatsapp w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-whatsapp" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <desc>Download more icon variants from https://tabler-icons.io/i/brand-whatsapp</desc>
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" />
  <path d="M9 10a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0 0 1" />
</svg>



</i><span class="sr-only">Whatsapp</span></a>

  <a :href="youtube" :class="youtube && '!block'" class="hidden p-2 border border-brd bg-bgr rounded-theme hover:bg-bgr-tone hover:text-brand hover:border-brand" aria-label="Youtube"><i class="icon icon-youtube w-4 h-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-youtube" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <desc>Download more icon variants from https://tabler-icons.io/i/brand-youtube</desc>
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <rect x="3" y="5" width="18" height="14" rx="4" />
  <path d="M10 9l5 3l-5 3z" />
</svg>



</i><span class="sr-only">Youtube</span></a>

</nav>

      </div>

      <span class="hidden lg:block"></span>

      <div class="flex flex-col gap-2 mt-2" data-footer-nav="primary">
        <span class="font-semibold">Barnaby Nagy</span>
        <nav class="">
          <ul class="flex flex-col items-start gap-2 text-typ-tone text-sm">
    <li class="nav-music flex flex-col relative" 
      data-label="MUSIC" data-slug="music" data-length="5">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/tag/music/" 
        >
        <span>MUSIC</span>
      </a>
    </li>
    <li class="nav-membership flex flex-col relative" 
      data-label="MEMBERSHIP" data-slug="membership" data-length="10">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/membership/" 
        >
        <span>MEMBERSHIP</span>
      </a>
    </li>
    <li class="nav-courses flex flex-col relative" 
      data-label="COURSES" data-slug="courses" data-length="7">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/courses/" 
        >
        <span>COURSES</span>
      </a>
    </li>
    <li class="nav-shop flex flex-col relative" 
      data-label="SHOP" data-slug="shop" data-length="4">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/shop/" 
        >
        <span>SHOP</span>
      </a>
    </li>
    <li class="nav-donate flex flex-col relative" 
      data-label="DONATE" data-slug="donate" data-length="6">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/donate/" 
        >
        <span>DONATE</span>
      </a>
    </li>
    <li class="nav-about flex flex-col relative" 
      data-label="ABOUT" data-slug="about" data-length="5">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/about/" 
        >
        <span>ABOUT</span>
      </a>
    </li>
    <li class="nav-connect flex flex-col relative" 
      data-label="CONNECT" data-slug="connect" data-length="7">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/connect/" 
        >
        <span>CONNECT</span>
      </a>
    </li>
</ul>
        </nav>
      </div>

        <div class="flex flex-col gap-2 mt-2" data-footer-nav="secondary">
          <span class="font-semibold">Legal</span>
          <nav class="">
            <ul class="flex flex-col items-start gap-2 text-typ-tone text-sm">
    <li class="nav-affiliates flex flex-col relative" 
      data-label="AFFILIATES" data-slug="affiliates" data-length="10">
      <a class="flex hover:text-brand" href="https://barnabynagy.com/affiliates/" 
        >
        <span>AFFILIATES</span>
      </a>
    </li>
    <li class="nav-terms-of-use flex flex-col relative" 
      data-label="TERMS OF USE" data-slug="terms-of-use" data-length="12">
      <a class="flex hover:text-brand" href="https://app.termly.io/policy-viewer/policy.html?policyUUID=bc769a7f-f877-4f73-8fd4-f2f357fbbab6" 
        >
        <span>TERMS OF USE</span>
      </a>
    </li>
    <li class="nav-privacy-policy flex flex-col relative" 
      data-label="PRIVACY POLICY" data-slug="privacy-policy" data-length="14">
      <a class="flex hover:text-brand" href="https://app.termly.io/policy-viewer/policy.html?policyUUID=f5091b6d-c924-48f5-bafb-8d2d2cf934e3" 
        >
        <span>PRIVACY POLICY</span>
      </a>
    </li>
    <li class="nav-cookie-policy flex flex-col relative" 
      data-label="COOKIE POLICY" data-slug="cookie-policy" data-length="13">
      <a class="flex hover:text-brand" href="https://app.termly.io/policy-viewer/policy.html?policyUUID=4ac78a38-17a4-4838-8a22-98dd31070168" 
        >
        <span>COOKIE POLICY</span>
      </a>
    </li>
    <li class="nav-return-policy flex flex-col relative" 
      data-label="RETURN POLICY" data-slug="return-policy" data-length="13">
      <a class="flex hover:text-brand" href="https://app.termly.io/policy-viewer/policy.html?policyUUID=5d882a7a-18dd-464e-be13-ea8dc9d8fca4" 
        >
        <span>RETURN POLICY</span>
      </a>
    </li>
    <li class="nav-disclaimer flex flex-col relative" 
      data-label="DISCLAIMER" data-slug="disclaimer" data-length="10">
      <a class="flex hover:text-brand" href="https://app.termly.io/policy-viewer/policy.html?policyUUID=fae47447-5ac3-40c5-a89a-707c759810b2" 
        >
        <span>DISCLAIMER</span>
      </a>
    </li>
</ul>
          </nav>
        </div>

            <div class="flex flex-col gap-2 mt-2" data-footer-nav="categories">
              <span class="font-semibold">Categories</span>
              <nav class="">
                <ul class="flex flex-col items-start gap-2 text-typ-tone text-sm">
                    <li class="flex flex-col relative">
                      <a href="/tag/music/" class="flex hover:text-brand">Music</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/health/" class="flex hover:text-brand">Health</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/relationships/" class="flex hover:text-brand">Relationships</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/money/" class="flex hover:text-brand">Money</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/politics/" class="flex hover:text-brand">Politics</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/religion/" class="flex hover:text-brand">Religion</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/history/" class="flex hover:text-brand">History</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/law/" class="flex hover:text-brand">Law</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/tech/" class="flex hover:text-brand">Tech</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/matrix/" class="flex hover:text-brand">Matrix</a>
                    </li>
                    <li class="flex flex-col relative">
                      <a href="/tag/nature/" class="flex hover:text-brand">Nature</a>
                    </li>
                </ul>
              </nav>
            </div>
    </div>


    <div class="py-4 md:py-6 flex flex-wrap items-center gap-2 relative before:content-[''] before:absolute before:top-0 before:left-0 before:w-full before:h-[1px] before:bg-fading">
      <div class="text-sm text-typ-tone">
        <span data-footer-date>&copy;2026&nbsp;<a class="hover:underline nav-current" href="https://barnabynagy.com">Barnaby Nagy</a>.</span>
        <span data-footer-ghost>Published with&nbsp;<a class="hover:underline" href="https://ghost.org">Ghost</a></span>
        <span data-footer-theme>&&nbsp;<a class="hover:underline" href="https://brightthemes.com/themes/flair">Flair</a>.</span>
      </div>

      <button class="flex gap-0.5 p-[3px] border border-brd text-typ-tone rounded-theme hover:bg-bgr-tone" aria-label="Toggle color scheme"
  data-color-scheme-toggle @click="toggleColorScheme(event)">
  <span data-theme="light" class="px-[5px] py-0.5 border border-transparent opacity-50 rounded-theme">
    <i class="icon icon-sun size-4 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sun-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />
  <path d="M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z" stroke-width="0" fill="currentColor" />
  <path d="M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />
  <path d="M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />
  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />
  <path d="M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z" stroke-width="0" fill="currentColor" />
  <path d="M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />
  <path d="M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />
  <path d="M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />
</svg>
</i>  </span>
  <span data-theme="dark" class="px-[5px] py-0.5 border border-transparent opacity-50 rounded-theme">
    <i class="icon icon-moon size-4 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-moon-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
  <path d="M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z" stroke-width="0" fill="currentColor" />
</svg>
</i>  </span>
</button>    </div>
  </div>
</footer>
      <template data-toggle-template>
    <button class="ml-0.5" data-class="rotate-180" title="Menu toggle" aria-label="Menu toggle"
      aria-controls="" aria-expanded="false" @click="toggleSubmenu(event)"
    >
      <i class="icon icon-chevron-down size-4 stroke-2 stroke-2">
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
   <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
   <polyline points="6 9 12 15 18 9"></polyline>
</svg>
</i>    </button>
  </template>
  <script>
    function renderSubmenus() {
      const navItems = document.querySelectorAll('[data-nav] li')
      const subItems = document.querySelectorAll('.is-subitem')
      const mobileClass = "hidden pl-4 flex flex-col gap-0.5 py-1 px-1.5 basis-full"
      const desktopClass = "z-[50] min-w-[calc(100%_+_24px)] absolute flex flex-col gap-1 shadow-2xl border border-brd rounded-theme-xxs bg-bgr py-2 px-1.5 -ml-2 mt-11 opacity-0 invisible translate-y-1 transition-all"

      // Remove '-' signs
      subItems.forEach(item => {
        const itemName = item.querySelector('a span')
        itemName.innerText = itemName.innerText.slice(1)
      });

      // Add subitems in place
      let subMenu, hasItems
      navItems.forEach((item, index) => {
        if (item.classList.contains('is-subitem') && !navItems[index - 1].classList.contains('is-subitem')) {
          navItems[index - 1].classList.add('is-mainitem'); 
          navItems[index - 1].setAttribute('x-on:click.outside', 'closeSubmenus(event)')
        }
        subMenu = item.classList.contains('is-subitem') ? subMenu : document.createElement('ul');
        if (item.classList.contains('is-subitem')) { 
          subMenu.appendChild(item)
          subMenu.setAttribute('data-submenu', '')
          subMenu.getAttribute('id') === null ? subMenu.setAttribute('id', navItems[index - 1].getAttribute('data-slug')) : ''
          const menuType = subMenu.closest('nav').getAttribute('data-nav')
          subMenu.classList = menuType === 'desktop' ? desktopClass : mobileClass
        } else { 
          item.appendChild(subMenu)
        }
      });

      const dropdownMenus = document.querySelectorAll('[data-nav] .is-mainitem')
      const toggle = document.querySelector('[data-toggle-template]');

      dropdownMenus.forEach(menu => { 
        const toggleBtn = toggle.content.firstElementChild.cloneNode(true);
        toggleBtn.setAttribute('aria-controls', menu.getAttribute('data-slug'))
        menu.insertBefore(toggleBtn, menu.children[1]);
      });
    }
  </script>

  <script>
    window.socials = {
      rss: '/rss',
      threads: '',
      linkedin: '',
      discord: '',
      github: '',
      instagram: '',
      pinterest: '',
      reddit: '',
      telegram: '',
      tiktok: '',
      whatsapp: '',
      youtube: ''
    }

    document.addEventListener('alpine:init', () => {
      Alpine.data('socials', () => (window.socials))
    })
  </script>


    <!-- Remove post featured image 
<style>[data-post-hero] figure { display: none; }</style>
-->

<!-- Don't open on new tab for member only button -->
<script>
  document.addEventListener("DOMContentLoaded", function() {
    var link = document.querySelector("a.kg-product-card-button.kg-product-card-btn-accent[href='#/portal/signup']");
    if (link) link.removeAttribute('target');
  });
</script>

<!-- Target blank for email me button -->
<script>
document.addEventListener("DOMContentLoaded", () => {
  const button = document.querySelector("a.kg-btn.kg-btn-accent")
  if (button) button.target = "_blank";
})
</script>

<!-- CTA button text for paid only -->
<script>document.querySelector('.gh-post-upgrade-cta a[data-portal="signup"]').innerText = "GET ACCESS"</script>

<!-- BuySellAds -->
<script src="//m.servedby-buysellads.com/monetization.it.js"></script>
<script>(function() {if (typeof _bsa !== 'undefined' && _bsa) {_bsa.trackConv();}})();</script>
  </body>
</html>
