:root{--ink:#07111e;--navy:#0b1727;--navy2:#10253d;--paper:#f4f7fa;--white:#fff;--text:#172333;--muted:#697789;--line:#dfe6ed;--green:#60d5a8;--blue:#75aaf8;--orange:#ffb24a;--radius:22px;--shadow:0 22px 60px rgba(10,30,55,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--paper);line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(820px,100%)}.topbar{background:#06101d;color:#d8e6f6;font-size:12px}.topbar-in{min-height:38px;display:flex;align-items:center;justify-content:space-between}.assist{display:flex;gap:10px;align-items:center}.assist a{color:#fff;font-weight:700}.pulse{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(96,213,168,.13)}.header{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(15,32,52,.07)}.nav{height:80px;display:flex;align-items:center;gap:34px}.logo{display:flex;align-items:center;gap:10px;margin-right:auto}.logo>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--ink);color:var(--green);font-size:22px;font-weight:900}.logo b,.logo small{display:block;line-height:1}.logo b{font-size:19px;letter-spacing:.03em}.logo small{font-size:9px;letter-spacing:.23em;color:#728093;margin-top:5px}.menu{display:flex;align-items:center;gap:7px}.menu>a,.dropdown>button{border:0;background:none;padding:12px 13px;font-weight:700;font-size:13px;color:#334256;cursor:pointer}.menu>a:hover,.dropdown>button:hover{color:#000}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:44px;left:-25px;width:310px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:10px}.dropdown:hover .dropdown-menu{display:grid}.dropdown-menu a{padding:10px 12px;border-radius:10px;font-size:13px;display:flex;align-items:center;gap:11px}.dropdown-menu a:hover{background:#f2f6f9}.dropdown-menu span{width:26px;height:26px;background:#edf3f7;border-radius:8px;display:grid;place-items:center}.nav-toggle{display:none;border:0;background:#eef2f6;border-radius:9px;width:40px;height:40px}.flash{margin-top:14px;padding:12px 16px;border:1px solid #a8dfc9;background:#e9faf3;border-radius:12px;color:#18704f}.section-kicker{font-size:11px;letter-spacing:.18em;font-weight:900;color:#4ead87;text-transform:uppercase}@keyframes spin{to{transform:rotate(360deg)}}.section{padding:105px 0}.page-hero h1{font-size:clamp(36px,5vw,58px);line-height:1.03;letter-spacing:-.04em;margin:10px 0}.page-hero{background:#0a1626;color:#fff;padding:105px 0 80px}.page-hero p{color:#a3b5c8;font-size:18px;max-width:720px}.prose{font-size:17px;line-height:1.85}.prose h2,.prose h3{line-height:1.2}.story-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px}.metric-stack{display:grid;gap:12px}.metric-stack>div{padding:22px;background:#fff;border:1px solid var(--line);border-radius:16px}.metric-stack b,.metric-stack span{display:block}.metric-stack b{font-size:42px}.metric-stack span{color:var(--muted)}.footer{background:#050d17;color:#fff;padding:75px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px}.footer h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#7c91a8}.footer p,.footer a{display:block;color:#8fa2b7;font-size:13px;margin:9px 0}.footer-bottom{margin-top:50px;padding-top:20px;border-top:1px solid #17283c;display:flex;justify-content:space-between;color:#60768d;font-size:11px}.cookie{position:fixed;left:20px;right:20px;bottom:20px;max-width:820px;margin:auto;background:#fff;border:1px solid #dbe4ed;box-shadow:0 25px 70px #05101f3d;border-radius:18px;padding:18px 20px;display:none;align-items:center;gap:25px;z-index:30}.cookie.show{display:flex}.cookie p{margin:5px 0 0;color:#708092;font-size:12px}.cookie>div:last-child{margin-left:auto;display:flex;gap:8px}.cookie button{border:1px solid #d6e0e9;background:#fff;padding:9px 13px;border-radius:9px;font-weight:800}.cookie button.primary{background:#07111e;color:#fff;border-color:#07111e}@media(max-width:920px){.menu{display:none;position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:10px;flex-direction:column;align-items:stretch}.menu.open{display:flex}.nav-toggle{display:block}.dropdown-menu{position:static;width:auto;box-shadow:none;margin-top:3px}.dropdown:hover .dropdown-menu{display:grid}.story-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.topbar-in{min-height:42px}.assist strong{display:none}.nav{height:68px}.section{padding:70px 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin:7px 0}.cookie{align-items:stretch;flex-direction:column}.cookie>div:last-child{margin-left:0}.page-hero{padding:75px 0 60px}}.cookie-modal{position:fixed;inset:0;background:rgba(4,12,22,.58);backdrop-filter:blur(6px);z-index:40;display:none;place-items:center;padding:20px}.cookie-modal.show{display:grid}.cookie-dialog{width:min(560px,100%);background:#fff;border:1px solid #dbe4ed;border-radius:22px;box-shadow:0 35px 90px rgba(5,16,31,.28);padding:24px}.cookie-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.cookie-dialog-head h3{margin:4px 0 0;font-size:28px;letter-spacing:-.03em}.cookie-dialog-head>button{border:0;background:#eef3f6;width:34px;height:34px;border-radius:10px;font-size:20px;cursor:pointer}.cookie-choice{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #e8edf2}.cookie-choice b,.cookie-choice small{display:block}.cookie-choice b{font-size:13px}.cookie-choice small{font-size:11px;color:#738296;margin-top:3px}.cookie-choice input{width:18px;height:18px}.cookie-choice.locked{opacity:.7}.cookie-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.cookie-dialog-actions button{border:1px solid #d6e0e9;background:#fff;padding:10px 13px;border-radius:9px;font-weight:800;cursor:pointer}.cookie-dialog-actions button.primary{background:#07111e;color:#fff;border-color:#07111e}@media(max-width:620px){.cookie-dialog-actions{flex-direction:column}.cookie-dialog-actions button{width:100%}}.skip-link{position:fixed;left:12px;top:-80px;z-index:999;background:#fff;color:#07111e;padding:10px 14px;border-radius:8px;font-weight:800}.skip-link:focus{top:12px}.topbar-in{min-height:42px}.fault-top-btn{display:inline-flex;align-items:center;justify-content:center;background:#d8333b;color:#fff!important;font-weight:900;letter-spacing:.02em;padding:9px 16px;border-radius:8px;box-shadow:0 7px 18px rgba(216,51,59,.22);transition:.18s}.fault-top-btn:hover{background:#b8222a;transform:translateY(-1px)}.header.is-sticky{position:sticky;top:0}.menu>a,.dropdown>button{position:relative}.menu>a:after,.dropdown>button:after{content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;border-radius:2px;background:#07111e;transform:scaleX(0);transform-origin:left;transition:.2s}.menu>a:hover:after,.dropdown>button:hover:after,.menu>a.active:after,.dropdown>button.active:after{transform:scaleX(1)}.menu>a.active,.dropdown>button.active{color:#07111e}.nav-contact{border:1px solid #dbe4ec;border-radius:11px}.nav-contact.active{background:#07111e;color:#fff!important;border-color:#07111e}.nav-contact.active:after{display:none}.language-menu>button{display:flex;align-items:center;gap:7px;border:1px solid #e0e7ee;border-radius:11px;background:#fff}.lang-dropdown{left:auto;right:0;width:210px}.lang-dropdown a{grid-template-columns:22px 34px 1fr}.lang-dropdown a.active{background:#f0f5f8}.mini-service-icon{width:34px!important;height:34px!important;padding:7px}.mini-service-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.7}.page-hero{padding:105px 0 80px;background:#07111e;color:#fff}.page-hero p{color:#b2c1d0;font-size:17px}.prose{font-size:17px;line-height:1.85}.prose h2{font-size:34px;margin:42px 0 14px}.prose h3{font-size:25px;margin:30px 0 12px}.prose a{color:#16745a;text-decoration:underline}.legal-meta{font-size:12px!important;color:#7f96ac!important}.footer-brand{display:flex;gap:10px;align-items:center;margin-bottom:18px}.footer-brand>span{width:38px;height:38px;border-radius:10px;background:#fff;color:#07111e;display:grid;place-items:center;font-weight:900}.footer-brand b,.footer-brand small{display:block;line-height:1}.footer-brand small{font-size:8px;letter-spacing:.18em;color:#8ea1b5;margin-top:4px}@media(max-width:980px){.language-menu{width:100%}.lang-dropdown{position:static!important;width:100%!important;box-shadow:none!important}.menu.open{max-height:80vh;overflow:auto}.topbar-in{gap:14px}.fault-top-btn{padding:7px 10px;font-size:10px}}@media(max-width:680px){.fault-top-btn{font-size:9px}.assist strong{display:none}.page-hero{padding:75px 0 55px}}:root{--brand-navy:#001b54;--brand-navy-2:#082b63;--brand-red:#d30000;--brand-red-dark:#a90c14;--brand-paper:#f4f6f9;--brand-muted:#5b6b8a;--brand-line:#d7dee8;--focus:#ffbf47;--green:var(--brand-red);--blue:#315f9d;--ink:#06142e;--navy:#001b54;--navy2:#082b63;--paper:var(--brand-paper);--text:#15213a;--muted:var(--brand-muted);--line:var(--brand-line)}html{scroll-padding-top:126px}.site-chrome{z-index:100}.site-chrome.is-sticky{position:sticky;top:0}.topbar{background:#06142e;color:#fff}.pulse{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.16)}.fault-top-btn{background:var(--brand-red);color:#fff!important}.fault-top-btn:hover{background:var(--brand-red-dark)}.header{position:relative;top:auto;background:#fff}.site-logo-image{display:block;width:auto;max-width:190px;height:52px;object-fit:contain}.logo>span{background:var(--brand-navy);color:#fff}.menu>a,.dropdown>button{color:#1c2942;border-radius:10px}.menu>a:after,.dropdown>button:after{display:none!important}.menu>a.active,.dropdown>button.active,.nav-contact.active{background:#06142e!important;color:#fff!important;border-color:#06142e!important}.menu>a:hover,.dropdown>button:hover{background:#eef2f7;color:#06142e}.language-menu>button{min-height:44px}.flag-img{display:block;width:22px;height:16px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.12)}.dropdown-menu{z-index:110}.dropdown.open>.dropdown-menu{display:grid}.dropdown-menu a:focus-visible,.dropdown>button:focus-visible,.menu>a:focus-visible,.nav-toggle:focus-visible,.footer a:focus-visible,.cookie button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--focus)!important;outline-offset:3px!important}.skip-link:focus{outline:3px solid var(--focus)}.section-kicker{color:#334c7d}.footer{background:#030d1b;color:#dbe3ef}.footer-grid{gap:54px}.footer-heading{color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:16px 0 13px!important}.footer p,.footer a{color:#c0ccdc}.footer a:hover{color:#fff}.footer-logo-image{display:block;width:auto;max-width:210px;height:58px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);margin-bottom:18px}.footer-certifications{display:flex;gap:12px;align-items:center;margin:18px 0}.footer-certifications img{max-width:130px;height:68px;object-fit:contain;background:#fff;border-radius:8px;padding:6px}.footer-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.footer-socials a{width:38px;height:38px;border:1px solid #53657d;border-radius:10px;display:grid;place-items:center;background:#0b1d36}.footer-socials a:hover{background:var(--brand-red);border-color:var(--brand-red)}.footer-socials img{filter:brightness(0) invert(1)}.footer-bottom{display:flex!important;justify-content:center!important;text-align:center!important;border-top:1px solid rgba(255,255,255,.12);padding-top:24px!important}.footer-bottom span{margin:0!important;color:#c0ccdc}.cookie{background:#fff;color:#15213a}.cookie p{color:#5b6b8a}.cookie button{min-height:44px}.cookie .primary,.cookie-dialog .primary{background:var(--brand-navy);color:#fff}.cookie-dialog-head h2{font-size:28px;margin:4px 0}.cookie-dialog-head [data-cookie-close]{width:44px;height:44px;border-radius:10px;font-size:24px;border:1px solid #b8c3d1;background:#fff;color:#15213a}form:tool-form-active{outline:3px dashed var(--brand-red);outline-offset:4px}button:tool-submit-active{outline:3px solid var(--focus);outline-offset:3px}@media(max-width:980px){.site-chrome.is-sticky{position:sticky}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.footer-grid{grid-template-columns:1fr}.footer-bottom{display:flex!important}.topbar-in{min-height:46px}.fault-top-btn{min-height:38px}.site-logo-image{height:44px;max-width:160px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fault-top-btn{transition:none!important}}.logo small{color:#5b6b8a}.legal-meta{color:#c6d0df!important}.menu>a.active,.dropdown>button.active,.nav-contact.active{background:#020814!important;color:#fff!important}.dropdown-menu> a > div{min-width:0}.dropdown-menu> a > div b,.dropdown-menu> a > div small{display:block}.dropdown-menu> a > div small{color:#5b6b8a;margin-top:2px}.fault-top-btn{padding:5px 12px!important;min-height:30px!important;line-height:1!important;border-radius:7px!important;box-shadow:none!important;margin:0!important;font-size:10px!important}.topbar-in{min-height:36px!important}@keyframes brand-marquee{to{transform:translateX(-50%)}}@media(max-width:680px){.fault-top-btn{padding:4px 9px!important;min-height:28px!important}}.footer-socials{display:flex}.footer-socials[aria-label]{outline:0}form:tool-form-active{outline:2px dashed var(--brand-red);outline-offset:4px}button:tool-submit-active{outline:3px solid #fff;outline-offset:3px}.page-hero{position:relative;overflow:hidden;min-height:350px;display:flex;align-items:center}.footer-social-title{color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin:20px 0 8px!important}.footer-contact-list{display:grid;gap:12px}.footer-contact-item{display:grid!important;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;margin:0!important;color:#c0ccdc!important}.footer-contact-icon{width:28px;height:28px;border:1px solid #435a75;border-radius:8px;display:grid;place-items:center;color:#fff;background:#0b1d36}.footer-contact-icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-contact-item>span:last-child{padding-top:3px;overflow-wrap:anywhere}.footer-contact-item:hover .footer-contact-icon{background:var(--brand-red);border-color:var(--brand-red)}@media(max-width:680px){.page-hero{min-height:300px}.footer-contact-item{grid-template-columns:28px minmax(0,1fr)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}.language-menu>button{
  min-height:46px!important;padding:0 13px!important;display:grid!important;
  grid-template-columns:24px auto 14px!important;align-items:center!important;justify-items:center!important;column-gap:8px!important;
  border:1px solid #dce4ed!important;border-radius:12px!important;background:#fff!important;
}.language-menu>button b{line-height:1;font-size:13px}.language-menu>button>span:last-child{width:14px;height:14px;display:grid;place-items:center;line-height:1;font-size:0}.language-menu>button>span:last-child::before{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}.flag-img{width:24px!important;height:16px!important;object-fit:cover!important;border-radius:2px!important;box-shadow:none!important;border:0!important;background:transparent!important}.lang-dropdown{width:218px!important;padding:8px!important;border-radius:15px!important;box-shadow:0 18px 42px rgba(12,31,54,.16)!important}.lang-dropdown a{display:grid!important;grid-template-columns:24px 32px minmax(0,1fr)!important;align-items:center!important;column-gap:8px!important;min-height:43px!important;padding:7px 10px!important;border-radius:10px!important}.lang-dropdown a .flag-img{justify-self:center}.lang-dropdown a b{font-size:12px;line-height:1;justify-self:start}.lang-dropdown a small{font-size:12px;line-height:1.15;color:#33455c;justify-self:start}.lang-dropdown a.active{background:#edf2f7!important}.lang-dropdown a.active .flag-img{box-shadow:none!important;border:0!important}.footer{padding-top:0!important}.footer-grid{grid-template-columns:1.12fr .82fr .88fr .98fr!important;gap:30px!important;padding-top:48px!important;padding-bottom:30px!important;align-items:start!important}.footer-company{max-width:278px}.footer-brand{margin-bottom:12px!important}.footer-logo-image{max-width:176px!important;height:42px!important;margin-bottom:0!important;object-fit:contain!important;object-position:left center!important}.footer-company>.footer-heading{margin-top:10px!important;margin-bottom:6px!important}.footer-company>p:not(.footer-heading):not(.footer-social-title){margin:0!important;max-width:260px!important;line-height:1.48!important;font-size:13px!important}.footer-certifications{display:flex!important;align-items:center!important;gap:7px!important;margin:11px 0 9px!important;flex-wrap:wrap!important}.footer-certifications img{width:auto!important;max-width:98px!important;height:43px!important;object-fit:contain!important;border-radius:7px!important;padding:5px!important}.footer-social-title{margin:9px 0 7px!important;font-size:9px!important;letter-spacing:.13em!important}.footer-socials{gap:6px!important;margin-top:0!important}.footer-socials a{width:31px!important;height:31px!important;border-radius:8px!important;border:1px solid rgba(158,186,220,.26)!important;background:rgba(255,255,255,.018)!important;display:grid!important;place-items:center!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}.footer-socials a:hover{background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.55)!important;transform:translateY(-1px)!important}.footer-socials img{width:15px!important;height:15px!important;opacity:.92!important}.footer-grid>div>.footer-heading{margin:0 0 11px!important}.footer-grid>div>a:not(.footer-brand):not(.footer-contact-item){margin-bottom:6px!important;line-height:1.3!important;font-size:13px!important}.footer-contact-list{display:grid!important;gap:6px!important;margin-top:0!important}.footer-contact-item{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;line-height:1.38!important;margin:0!important;padding:0!important;font-size:13px!important}.footer-contact-icon{width:24px!important;height:24px!important;border-radius:7px!important;border:1px solid rgba(158,186,220,.25)!important;background:rgba(255,255,255,.018)!important;display:grid!important;place-items:center!important;margin-top:1px!important}.footer-contact-icon svg{width:13px!important;height:13px!important;stroke-width:1.7!important}.footer-contact-item>span:last-child{max-width:190px!important;padding-top:2px!important;overflow-wrap:anywhere!important}.footer-bottom{padding-top:13px!important;padding-bottom:18px!important;margin-top:0!important;font-size:11px!important}@media(max-width:980px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important}.footer-company{max-width:none}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr!important;gap:28px!important;padding-top:42px!important}.footer-company{max-width:320px}.footer-bottom{text-align:left!important}}.language-menu>button{border:0!important;background:transparent!important;box-shadow:none!important;border-radius:10px!important;padding:0 8px!important;min-height:44px!important}.language-menu>button:hover,.language-menu>button:focus-visible{background:#f1f4f8!important}.fault-top-btn{min-height:30px!important;padding:7px 15px!important;border-radius:8px!important;font-size:10.5px!important;line-height:1!important;letter-spacing:.015em!important;margin:0!important;box-shadow:0 5px 14px rgba(211,0,0,.20)!important;border:1px solid rgba(255,255,255,.08)!important}.fault-top-btn:hover{transform:translateY(-1px)!important;box-shadow:0 7px 18px rgba(211,0,0,.28)!important}.services-nav-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;line-height:1!important}.services-nav-toggle .services-nav-label{display:block;line-height:1.15}.services-nav-toggle .nav-chevron{display:block!important;flex:0 0 auto!important;width:7px!important;height:7px!important;margin:0!important;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transform-origin:center;transition:transform .18s ease}.services-nav-toggle[aria-expanded="true"] .nav-chevron{transform:translateY(2px) rotate(225deg)}.footer-certification-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;color:inherit!important;font-size:inherit!important;border-radius:8px!important;cursor:pointer!important;transition:transform .18s ease,opacity .18s ease!important}.footer-certification-link:hover{transform:translateY(-1px)!important;opacity:.96!important}.footer-certification-link:focus-visible{outline:2px solid #fff!important;outline-offset:3px!important}.footer-certification-link img{display:block!important}.topbar .pulse{background:#60d5a8!important;box-shadow:0 0 0 3px rgba(96,213,168,.22)!important}/* v1.7.7 — shared PageShell hero for About, legal/information and Report Fault pages. */
.ldt-page-hero.global-hero-fade{--ldt-hero-dissolve:linear-gradient(to bottom,#000 0%,#000 64%,rgba(0,0,0,.995) 70%,rgba(0,0,0,.965) 77%,rgba(0,0,0,.90) 83%,rgba(0,0,0,.78) 89%,rgba(0,0,0,.58) 94%,rgba(0,0,0,.30) 97.5%,rgba(0,0,0,.12) 99%,transparent 100%);position:relative!important;overflow:hidden!important;isolation:isolate!important;display:flex!important;align-items:center!important;min-height:390px!important;padding:92px 0 104px!important;background:var(--paper,#f4f6f9)!important;color:#fff!important}
.ldt-page-hero--fault.global-hero-fade{background:#edf2f6!important}
.ldt-page-hero.global-hero-fade::after{display:none!important}
.ldt-page-hero.global-hero-fade::before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 15% 28%,rgba(45,96,165,.22),transparent 27%),radial-gradient(circle at 83% 16%,rgba(211,0,0,.08),transparent 22%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#071526!important;background-size:auto,auto,72px 72px,72px 72px,auto!important;-webkit-mask-image:var(--ldt-hero-dissolve)!important;mask-image:var(--ldt-hero-dissolve)!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important}
.ldt-page-hero--legal.global-hero-fade::before{background:radial-gradient(circle at 18% 22%,rgba(45,96,165,.16),transparent 25%),radial-gradient(circle at 86% 14%,rgba(211,0,0,.055),transparent 20%),linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),#071526!important;background-size:auto,auto,78px 78px,78px 78px,auto!important}
.ldt-page-hero .page-hero-content{position:relative!important;z-index:3!important}
.ldt-page-hero .section-kicker{color:#7395ca!important}
.ldt-page-hero h1{color:#fff!important;max-width:780px;margin:12px 0 14px!important}
.ldt-page-hero p,.ldt-page-hero .lead-copy,.ldt-page-hero .lead-copy p{color:#b9c7d8!important;max-width:720px!important;font-size:17px!important;line-height:1.65!important;margin-top:0}
.ldt-page-hero .legal-meta{color:#c9d4e2!important;font-size:12px!important;letter-spacing:.02em!important}
.ldt-page-hero-art{position:absolute!important;inset:0!important;z-index:1!important;pointer-events:none!important;-webkit-mask-image:var(--ldt-hero-dissolve)!important;mask-image:var(--ldt-hero-dissolve)!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important}
.ldt-page-hero-art>span{position:absolute;display:block}
.ldt-page-hero-grid{inset:0!important;background:linear-gradient(135deg,transparent 34%,rgba(84,139,205,.18) 34.08%,rgba(84,139,205,.18) 34.18%,transparent 34.26%),linear-gradient(18deg,transparent 68%,rgba(211,0,0,.10) 68.08%,rgba(211,0,0,.10) 68.18%,transparent 68.26%)}
.ldt-page-hero-arc{border:1px solid rgba(111,151,205,.23);border-radius:50%}
.ldt-page-hero-arc-a{width:430px;height:430px;left:-205px;top:-220px}
.ldt-page-hero-arc-b{width:560px;height:560px;right:-260px;top:-350px;border-style:dashed;border-color:rgba(255,255,255,.10)}
.ldt-page-hero-beam{height:1px;transform-origin:left center;background:linear-gradient(90deg,transparent,rgba(91,157,232,.35),transparent)}
.ldt-page-hero-beam-a{width:420px;left:5%;top:34%;transform:rotate(-24deg)}
.ldt-page-hero-beam-b{width:560px;right:-120px;top:54%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(211,0,0,.17),transparent)}
.ldt-page-hero--legal .ldt-page-hero-arc,.ldt-page-hero--legal .ldt-page-hero-beam{opacity:.72}
@media(max-width:680px){
  .ldt-page-hero.global-hero-fade{min-height:340px!important;padding:72px 0 84px!important}
  .ldt-page-hero h1{font-size:clamp(42px,11vw,58px)!important;line-height:1.02!important}
  .ldt-page-hero p,.ldt-page-hero .lead-copy,.ldt-page-hero .lead-copy p{font-size:16px!important}
  .ldt-page-hero-arc-a{left:-305px;top:-260px}.ldt-page-hero-arc-b{right:-390px;top:-385px}
  .ldt-page-hero-beam-a{width:300px;left:-8%}.ldt-page-hero-beam-b{width:360px;right:-150px}
}
