:root{--black:#0b0b0b;--black-2:#141414;--ink:#161616;--charcoal:#1c1c1c;--panel:#222222;--line:#2e2e2e;--muted:#6d6a64;--paper:#f4f1ea;--paper-2:#ebe6dc;--white:#ffffff;--gold:#e0b125;--gold-2:#c79614;--gold-soft:#f3d37a;--red:#c8102e;--red-deep:#9b0d24;--silver:#d5d8de;--focus:#e0b125;--header-h:72px;--sticky-h:64px;--radius:4px;--shadow:0 18px 40px rgba(0,0,0,0.28);--font-display:var(--font-display-loaded),"Barlow Condensed","Arial Narrow",sans-serif;--font-body:var(--font-body-loaded),"Source Sans 3","Segoe UI",sans-serif;--space:clamp(1.1rem,2vw,1.6rem)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;background:var(--black);color:var(--ink)}body{font-family:var(--font-body);font-size:1.05rem;line-height:1.6;min-height:100%}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}button,input,select,textarea{font:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:.02em;line-height:.95;text-transform:uppercase;margin:0 0 .55em}h1{font-size:clamp(2.3rem,7vw,5.2rem)}h2{font-size:clamp(1.8rem,4.4vw,3.1rem)}h3{font-size:clamp(1.15rem,2vw,1.45rem)}p{margin:0 0 1em}p:last-child{margin-bottom:0}.skip-link{position:absolute;left:.75rem;top:-40px;background:var(--gold);color:var(--black);padding:.5rem .8rem;z-index:100;font-weight:700}.skip-link:focus{top:.75rem}.wrap{width:min(1180px,calc(100% - 2rem));margin:0 auto}.wrap-narrow{width:min(760px,calc(100% - 2rem));margin:0 auto}.section{padding:clamp(3.2rem,7vw,5.5rem) 0}.section-dark{background:var(--black);color:var(--white)}.section-charcoal{background:var(--charcoal);color:var(--white)}.section-paper{background:var(--paper);color:var(--ink)}.section-white{background:var(--white);color:var(--ink)}.section-red{background:var(--red);color:var(--white)}.section-gold{background:var(--gold);color:var(--black)}.kicker{display:inline-block;font-family:var(--font-display);font-size:.92rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}.hero .muted,.section-charcoal .muted,.section-dark .muted{color:#c5c1b7}.muted{color:var(--muted)}.lead{font-size:1.18rem;max-width:42rem}.center{text-align:center}.center .lead{margin-inline:auto}.grid-2{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid-3{display:grid;grid-gap:1rem;gap:1rem}.grid-6{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3,.grid-6{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid-6{grid-template-columns:repeat(6,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.8rem 1.2rem;border:2px solid transparent;border-radius:var(--radius);font-family:var(--font-display);font-size:1.05rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-1px)}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.btn-gold{background:var(--gold);color:var(--black)}.btn-gold:hover{background:var(--gold-soft)}.btn-red{background:var(--red);color:var(--white)}.btn-red:hover{background:var(--red-deep)}.btn-ghost{background:transparent;color:var(--white);border-color:var(--white)}.btn-ghost-dark{background:transparent;color:var(--black);border-color:var(--black)}.btn-outline-gold{background:transparent;color:var(--gold);border-color:var(--gold)}.btn-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.3rem}.card{background:var(--white);color:var(--ink);border:1px solid #ddd6c8;padding:1.15rem 1.15rem 1.25rem}.card-dark{background:var(--panel);color:var(--white);border:1px solid var(--line);padding:1.15rem}.card h3{color:var(--gold-2)}.card-dark h3{color:var(--gold)}.risk-card{background:var(--black-2);color:var(--white);border-top:3px solid var(--red);padding:1.1rem 1rem 1.2rem}.risk-card h3{color:var(--white);margin-bottom:.4rem}.price-card{background:var(--white);border:1px solid #ddd6c8;padding:1.4rem 1.2rem 1.5rem;display:flex;flex-direction:column;min-height:100%}.price-card.featured{background:var(--black);color:var(--white);border-color:var(--gold);box-shadow:var(--shadow)}.price-card .from{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;color:var(--gold-2)}.price-card.featured .from{color:var(--gold)}.price-card .amount{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.4rem);font-weight:800;line-height:1;margin:.25rem 0 .4rem}.price-card .note{color:var(--muted);margin-bottom:1.1rem}.price-card.featured .note{color:#cfc9bd}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(11,11,11,.96);border-bottom:1px solid #2a2a2a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{justify-content:space-between;min-height:var(--header-h);gap:1rem}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.7rem;text-decoration:none;min-width:0}.brand img{width:46px;height:46px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-name{font-family:var(--font-display);font-weight:800;font-size:1.55rem;letter-spacing:.04em;font-style:italic;color:var(--white);text-shadow:0 1px 3px rgba(0,0,0,.6)}.brand-name span{color:var(--gold);text-shadow:0 1px 3px rgba(0,0,0,.4)}.brand-desc{display:none;margin-top:.22rem;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:#cfc9bd}@media (min-width:720px){.brand-desc{display:block}}.nav-desktop{display:none;align-items:center;gap:1.05rem}.nav-desktop a{color:#eeeae3;text-decoration:none;font-family:var(--font-display);font-size:.98rem;letter-spacing:.08em;text-transform:uppercase}.nav-desktop a:hover{color:var(--gold)}.header-cta{display:none}.nav-toggle{width:46px;height:46px;border:1px solid #444;background:transparent;color:var(--white);display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.nav-toggle span{display:block;width:18px;height:2px;background:var(--white)}@media (min-width:980px){.nav-desktop{display:flex}.header-cta{display:inline-flex}.nav-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid #2a2a2a;background:var(--black);padding:.8rem 0 1rem}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:.75rem 0;color:var(--white);text-decoration:none;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #222}.hero{position:relative;color:var(--white);min-height:min(88vh,760px);display:grid;align-items:end;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.55) 48%,rgba(0,0,0,.28)),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.72))}.hero-content{position:relative;z-index:1;padding:4.5rem 0 3.2rem}.trust-line{margin-top:1.2rem;font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.92rem}.stat-block{display:grid;grid-gap:1.2rem;gap:1.2rem;align-items:center}.stat-number{font-family:var(--font-display);font-weight:800;font-size:clamp(3.4rem,10vw,6.4rem);line-height:.85;color:var(--gold)}.stat-copy h2{color:var(--white)}.footnote{margin-top:1rem;font-size:.95rem}.footnote summary{cursor:pointer;color:var(--gold);font-weight:700}.footnote p{margin-top:.7rem;color:#d7d2c8;max-width:40rem}.before-after{display:grid;grid-gap:0;gap:0;border:1px solid #d7d0c4}.before-after figure{margin:0;position:relative}.before-after img{width:100%;height:320px;object-fit:cover}.before-after figcaption{position:absolute;left:.8rem;top:.8rem;background:var(--black);color:var(--white);font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;padding:.28rem .55rem}@media (min-width:800px){.stat-block{grid-template-columns:.9fr 1.1fr}.before-after{grid-template-columns:1fr 1fr}.before-after img{height:420px}}.photo-grid{display:grid;grid-gap:.75rem;gap:.75rem}@media (min-width:800px){.photo-grid{grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr}.photo-grid .wide{grid-row:1/span 2}}.photo-grid img{width:100%;height:100%;object-fit:cover;min-height:220px}.warning-list{list-style:none;padding:0;margin:0 0 1.4rem;display:grid;grid-gap:.7rem;gap:.7rem}.warning-list li{display:flex;gap:.7rem;align-items:flex-start;font-size:1.12rem}.warning-list li:before{content:"!";flex:0 0 1.4rem;height:1.4rem;border:2px solid var(--white);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--font-display)}.faq details{border-bottom:1px solid #d7d0c4;padding:.85rem 0}.section-dark .faq details{border-bottom-color:#333}.faq summary{cursor:pointer;font-weight:700;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq details p{margin-top:.7rem;max-width:46rem}.form,.form-row{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:700px){.form-row{grid-template-columns:1fr 1fr}}.form label{display:grid;grid-gap:.35rem;gap:.35rem;font-weight:700;font-size:.95rem}.form input,.form select,.form textarea{width:100%;min-height:48px;padding:.7rem .75rem;border:1px solid #cfc7b8;background:var(--white);color:var(--ink);border-radius:var(--radius)}.form textarea{min-height:110px;resize:vertical}.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}.form-status{padding:.8rem .9rem;background:#eaf6ea;border:1px solid #b7d7b7}.form-status.error{background:#fde8ea;border-color:#e7b1b8}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;grid-template-columns:1fr 1.3fr;background:var(--black);border-top:1px solid #333}.sticky-cta a{min-height:var(--sticky-h);display:flex;align-items:center;justify-content:center;text-decoration:none;font-family:var(--font-display);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sticky-cta .call{background:var(--black);color:var(--gold)}.sticky-cta .check{background:var(--gold);color:var(--black)}.sticky-cta .wa{background:#128c7e;color:var(--white)}body.has-sticky-cta{padding-bottom:calc(var(--sticky-h) + env(safe-area-inset-bottom))}@media (min-width:980px){.sticky-cta{display:none}body.has-sticky-cta{padding-bottom:0}}.footer{background:var(--black);color:#d9d4cb;padding:3rem 0 2rem}.footer a{color:#eeeae3;text-decoration:none}.footer a:hover{color:var(--gold)}.footer-grid{display:grid;grid-gap:1.6rem;gap:1.6rem}@media (min-width:800px){.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr}}.footer h2,.footer h3{color:var(--gold);font-size:1rem}.footer ul{list-style:none;padding:0;margin:0}.footer li+li{margin-top:.4rem}.footer-legal{margin-top:2rem;padding-top:1.2rem;border-top:1px solid #2a2a2a;font-size:.88rem;color:#9c978c}.slogan-bar{background:var(--gold);color:var(--black);text-align:center;padding:.85rem 1rem;font-family:var(--font-display);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.page-hero{background:var(--black);color:var(--white);padding:3rem 0 2.4rem;border-bottom:4px solid var(--gold)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.9rem;color:#bdb7ac;margin-bottom:1rem}.breadcrumbs a{color:var(--gold);text-decoration:none}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:.55rem 0 .55rem 1.6rem;position:relative;border-bottom:1px solid #333}.checklist li:before{content:"";position:absolute;left:0;top:.85rem;width:.7rem;height:.7rem;background:var(--gold)}.badge{display:inline-block;border:1px solid var(--gold);color:var(--gold);padding:.35rem .6rem;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;font-size:.82rem}.cost-compare{display:grid;grid-gap:0;gap:0;border:1px solid var(--line)}.cost-pvdefend{background:var(--black);border-top:5px solid var(--gold);padding:1.6rem 1.4rem 1.8rem}.cost-repairs{background:var(--black-2);border-top:5px solid var(--red);padding:1.6rem 1.4rem 1.8rem}.cost-label{font-size:.88rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.cost-label,.cost-price{font-family:var(--font-display);color:var(--gold);margin:0 0 .5rem}.cost-price{font-size:clamp(2.8rem,7vw,4rem);font-weight:800;line-height:1}.cost-sub{color:#cfc9bd;font-size:1rem;margin:0}.cost-repair-rows{display:grid;grid-gap:0;gap:0;margin:.2rem 0 .8rem}.cost-repair-row{display:flex;justify-content:space-between;align-items:baseline;padding:.55rem 0;border-bottom:1px solid #2e2e2e;color:var(--white);font-size:1rem}.cost-repair-row:last-child{border-bottom:none}.cost-repair-amount{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--red);letter-spacing:.04em}.cost-disclaimer{color:var(--muted);font-size:.88rem;margin:.4rem 0 0}@media (min-width:680px){.cost-compare{grid-template-columns:1fr 1fr}}.prose{max-width:46rem}.prose h2{margin-top:1.4em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d6e015f239232eb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55b35d87b6156eea-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5fb5c05ff73c0616-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8599be8653318abe-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3352fdb488e19d84-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/437e5f23c97e320c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bd4099f982a70777-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/adc67d25e358ad72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/79f0f365efbf4f90-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed Fallback;src:local("Arial");ascent-override:130.73%;descent-override:26.15%;line-gap-override:0.00%;size-adjust:76.49%}.__className_7738d9{font-family:Barlow Condensed,Barlow Condensed Fallback;font-style:normal}.__variable_7738d9{--font-display-loaded:"Barlow Condensed","Barlow Condensed Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_aeb8b9{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_aeb8b9{--font-body-loaded:"Source Sans 3","Source Sans 3 Fallback"}