
      .cookie-overlay__body{max-width:1100px;padding:32px 40px 100px}
      .cookie-pref *{margin:0;padding:0;box-sizing:border-box}
      .cookie-pref .box{display:flex;flex-direction:column;max-width:980px;margin:0 auto;width:100%;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.16);max-height:calc(100vh - 150px);border:1px solid var(--rule)}
      .cookie-pref .hdr{padding:14px 20px;border-bottom:2px solid var(--gold);display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-shrink:0}
      .cookie-pref .logo{font-family:var(--mono);font-size:8px;letter-spacing:2px;text-transform:uppercase;color:#8B7539}
      .cookie-pref .hdr h2{font-family:var(--serif);font-size:20px;font-weight:400;color:#0A1628;line-height:1.15;margin-top:4px}
      .cookie-pref .ver{font-family:var(--mono);font-size:8px;color:#5C6B78;line-height:1.5;text-align:right}
      .cookie-pref .cls{background:none;border:none;font-size:22px;color:#5C6B78;cursor:pointer;padding-left:10px;line-height:1}
      .cookie-pref .cls:hover{color:#0A1628}
      .cookie-pref .mid{display:flex;flex:1;overflow:hidden;min-height:420px}
      .cookie-pref .tabs{width:190px;flex-shrink:0;background:#FAFAF8;border-right:1px solid #E8E6E0;overflow-y:auto}
      .cookie-pref .tab{display:block;width:100%;text-align:left;padding:12px 14px;border:none;border-left:3px solid transparent;background:none;font-family:var(--sans);font-size:11px;color:#3D4F5F;cursor:pointer}
      .cookie-pref .tab:hover{background:rgba(182,157,94,.06)}
      .cookie-pref .tab.on{border-left-color:var(--gold);background:#fff;font-weight:600;color:#0A1628}
      .cookie-pref .ct{flex:1;overflow-y:auto;padding:18px 20px}
      .cookie-pref .pn{display:none}
      .cookie-pref .pn.on{display:block}
      .cookie-pref .pn h3{font-family:var(--serif);font-size:16px;font-weight:400;color:#0A1628;margin:0 0 8px}
      .cookie-pref .pn p,.cookie-pref .pn li{font-size:11px;color:#3D4F5F;line-height:1.6;margin:0 0 6px}
      .cookie-pref .pn a{color:#8B7539}
      .cookie-pref .pn ul{margin:0 0 6px 18px}
      .cookie-pref .rw{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px}
      .cookie-pref .bg{padding:3px 8px;background:rgba(182,157,94,.12);font-family:var(--mono);font-size:8px;letter-spacing:1px;color:#8B7539;text-transform:uppercase;white-space:nowrap}
      .cookie-pref .sh{font-size:11px;font-weight:700;color:#0A1628;margin:10px 0 3px}
      .cookie-pref .tw{margin-top:10px;padding:10px;background:#FAFAF8;border:1px solid #E8E6E0}
      .cookie-pref .tt{font-family:var(--mono);font-size:7px;letter-spacing:1.5px;text-transform:uppercase;color:#8B7539;margin-bottom:6px}
      .cookie-pref .tb{width:100%;font-size:9px;color:#3D4F5F;border-collapse:collapse}
      .cookie-pref .tb td{padding:4px 0;vertical-align:top}
      .cookie-pref .tb tr:not(:last-child){border-bottom:1px solid #E8E6E0}
      .cookie-pref .vd{font-size:8px;color:#5C6B78;margin-top:8px}
      .cookie-pref .vd a{color:#8B7539}
      .cookie-pref .sw{position:relative;display:inline-block;width:42px;height:22px;cursor:pointer;flex-shrink:0}
      .cookie-pref .sw input{opacity:0;width:0;height:0;position:absolute}
      .cookie-pref .sw .t{position:absolute;inset:0;background:#D0CDC6;border-radius:11px;transition:.3s}
      .cookie-pref .sw .dot{position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 2px rgba(0,0,0,.15)}
      .cookie-pref .sw input:checked+.t{background:var(--gold)}
      .cookie-pref .sw input:checked~.dot{transform:translateX(20px)}
      .cookie-pref .ft{padding:10px 20px;background:rgba(21,42,74,.03);border-top:1px solid #E8E6E0;flex-shrink:0}
      .cookie-pref .ft p{font-size:9px;color:#5C6B78;line-height:1.5}
      .cookie-pref .ft a{color:#8B7539}
      .cookie-pref__status{min-height:14px;margin-bottom:6px;font-family:var(--mono);font-size:8px;letter-spacing:1px;text-transform:uppercase;color:#8B7539}
      .cookie-pref .bts{padding:12px 20px;display:flex;gap:8px;border-top:1px solid #E8E6E0;flex-shrink:0}
      .cookie-pref .bt{flex:1;padding:10px 0;font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;text-align:center;border:1px solid #D0CDC6;background:#fff;color:#3D4F5F;transition:opacity .2s}
      .cookie-pref .bt:hover{opacity:.85}
      .cookie-pref .bt-n{background:#0A1628;color:#fff;border-color:#0A1628}
      .cookie-pref .bt-g{background:var(--gold);color:#0A1628;border-color:var(--gold)}
      .tnbg-consent-notice{position:fixed;left:24px;right:24px;bottom:24px;z-index:600;display:block}
      .tnbg-consent-notice.is-hidden{display:none}
      .tnbg-consent-notice__card{max-width:1120px;margin:0 auto;background:rgba(3,28,83,.96);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px rgba(0,0,0,.28);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
      .tnbg-consent-notice__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;padding:22px 24px}
      .tnbg-consent-notice__eyebrow{font-family:var(--mono);font-size:8px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
      .tnbg-consent-notice__title{font-family:var(--serif);font-size:26px;line-height:1.05;color:#fff;margin-bottom:10px}
      .tnbg-consent-notice__text{max-width:720px;font-size:12px;line-height:1.7;color:rgba(255,255,255,.74)}
      .tnbg-consent-notice__text a{color:var(--gold)}
      .tnbg-consent-notice__actions{display:flex;align-items:center;gap:10px}
      .tnbg-consent-notice__btn{min-width:168px;padding:12px 16px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease,background .2s ease,border-color .2s ease}
      .tnbg-consent-notice__btn:hover{opacity:.88}
      .tnbg-consent-notice__btn--primary{background:var(--gold);border-color:var(--gold);color:#0A1628}
      .tnbg-consent-notice__btn--ghost{background:rgba(255,255,255,.04)}
      .investor-overview{max-width:1120px;padding:0 40px 96px}
      .investor-overview__hero{position:relative;overflow:hidden;padding:104px 0 64px;border-bottom:1px solid var(--rule)}
      .investor-overview__hero::before{content:"";position:absolute;inset:0;background:url('../hero_bg.png') center/cover no-repeat;filter:grayscale(100%) sepia(20%) brightness(1.1) contrast(.8);opacity:.18;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.02) 0%,rgba(0,0,0,.05) 35%,rgba(0,0,0,.4) 55%,rgba(0,0,0,.85) 75%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to right,rgba(0,0,0,.02) 0%,rgba(0,0,0,.05) 35%,rgba(0,0,0,.4) 55%,rgba(0,0,0,.85) 75%,rgba(0,0,0,1) 100%)}
      .investor-overview__hero-inner{position:relative;z-index:1;max-width:760px}
      .investor-overview__hero .hero__eyebrow,.investor-overview__hero .hero__title,.investor-overview__hero .hero__line,.investor-overview__hero .hero__desc{opacity:1;animation:none}
      .investor-overview__hero .hero__desc{max-width:620px}
      .investor-overview__tagline{margin-top:28px;max-width:760px;font-family:var(--serif);font-size:clamp(16px,2vw,22px);font-weight:400;line-height:1.5;color:var(--navy)}
      .investor-overview__tagline em{color:var(--gold)}
      .investor-overview__section{padding:56px 0;border-bottom:1px solid var(--rule)}
      .investor-overview__section:last-child{padding-bottom:32px;border-bottom:none}
      .investor-overview__copy,.investor-overview__legal-copy,.investor-overview__notice{max-width:900px}
      .investor-overview__notice{padding-bottom:16px;margin-bottom:48px;border-bottom:1px solid var(--rule);font-family:var(--mono);font-size:9px;letter-spacing:.3px;line-height:1.7;color:#9a9a9a}
      .investor-overview__notice-link{color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold)}
      .investor-overview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule)}
      .investor-overview__card{background:var(--ivory);padding:14px}
      .investor-overview__card-title{margin:0 0 4px;font-family:var(--serif);font-size:13px;font-weight:600;color:var(--navy)}
      .investor-overview__card-copy{font-size:10px;line-height:1.5;color:var(--slate)}
      .investor-overview__legal{padding-top:32px;border-top:2px solid var(--gold)}
      .investor-overview__legal-copy{font-size:11px;line-height:1.85;color:var(--slate)}
      .investor-overview__legal-copy p{margin-bottom:8px}
      .investor-overview__legal-copy p:last-child{margin-bottom:0}
      .investor-overview__actions{display:flex;gap:12px;flex-wrap:wrap}
      .investor-overview__button{display:inline-block;padding:14px 36px;border:1px solid var(--rule);font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}
      .investor-overview__button--primary{background:#152A4A;border-color:#152A4A;color:#fff}
      .investor-overview__button--secondary{background:transparent;color:var(--navy)}
      .investor-overview__button:hover{border-color:var(--gold);color:var(--navy);background:rgba(182,157,94,.08)}
      .investor-overview__button--primary:hover{background:var(--gold);border-color:var(--gold)}
      .pol-overlay__back{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;font-size:0;line-height:1;color:var(--slate-lt);transition:color .22s ease}
      .pol-overlay__back::before{content:"";width:18px;height:18px;flex:0 0 18px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 19-7-7 7-7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 12H5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 19-7-7 7-7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 12H5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;transform:translateX(0);transition:transform .22s ease}
      .pol-overlay__back::after{content:"Back";font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase}
      .pol-overlay__back:hover{color:var(--gold)}
      .pol-overlay__back:hover::before{transform:translateX(-2px)}
      .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
      @media (max-width:900px){
        .cookie-overlay__body{padding:20px 20px 80px}
        .cookie-pref .box{max-height:none}
        .cookie-pref .mid{flex-direction:column}
        .cookie-pref .tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-right:none;border-bottom:1px solid #E8E6E0}
        .tnbg-consent-notice{left:16px;right:16px;bottom:16px}
        .tnbg-consent-notice__inner{grid-template-columns:1fr;align-items:start}
        .tnbg-consent-notice__actions{flex-wrap:wrap}
        .tnbg-consent-notice__btn{flex:1 1 220px}
        .investor-overview{padding:0 28px 80px}
        .investor-overview__hero{padding:92px 0 56px}
        .investor-overview__section{padding:48px 0}
        .investor-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      }
      @media (max-width:600px){
        .cookie-overlay__body{padding:12px 12px 60px}
        .cookie-pref .hdr{padding:12px 14px}
        .cookie-pref .hdr h2{font-size:18px}
        .cookie-pref .tabs{grid-template-columns:1fr}
        .cookie-pref .ct{padding:14px}
        .cookie-pref .bts{flex-direction:column}
        .cookie-pref .rw{align-items:flex-start}
        .tnbg-consent-notice{left:10px;right:10px;bottom:10px}
        .tnbg-consent-notice__inner{padding:18px 16px}
        .tnbg-consent-notice__title{font-size:22px}
        .tnbg-consent-notice__actions{flex-direction:column}
        .tnbg-consent-notice__btn{width:100%}
        .investor-overview{padding:0 20px 72px}
        .investor-overview__hero{padding:84px 0 44px}
        .investor-overview__hero .hero__title{font-size:clamp(28px,7vw,40px)}
        .investor-overview__grid{grid-template-columns:1fr}
        .investor-overview__actions{flex-direction:column}
        .investor-overview__button{width:100%;text-align:center;padding:14px 20px}
      }
      html.tnbg-guarded,
      html.tnbg-guarded body{
        -webkit-user-select:none;
        user-select:none;
        -webkit-touch-callout:none;
      }
      html.tnbg-guarded img{
        -webkit-user-drag:none;
      }
      html.tnbg-guarded input,
      html.tnbg-guarded textarea,
      html.tnbg-guarded select,
      html.tnbg-guarded [contenteditable="true"],
      html.tnbg-guarded [contenteditable="plaintext-only"]{
        -webkit-user-select:text;
        user-select:text;
        -webkit-touch-callout:default;
      }
      @media print{
        body{display:none!important}
      }
    