/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-manrope);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.h-full{height:100%}.min-h-full{min-height:100%}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--bg:#f7faf8;--surface:#fff;--surface-2:#f1f7f3;--text:#18332a;--muted:#6d7f78;--line:#dfe9e3;--green:#16945d;--green-dark:#0b5d3f;--lime:#b9db41;--shadow:0 16px 45px #14483417}.dark{--bg:#0c1713;--surface:#13231d;--surface-2:#172b23;--text:#edf8f1;--muted:#a0b5aa;--line:#294039;--green:#30bd78;--green-dark:#8ce0b2;--shadow:0 18px 45px #0000003d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-manrope),Arial,sans-serif;margin:0;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,select{cursor:pointer}.site-header{background:var(--surface);height:74px}@supports (color:color-mix(in lab,red,red)){.site-header{background:color-mix(in srgb,var(--surface) 94%,transparent)}}.site-header{border-bottom:1px solid var(--line);z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.nav-shell{justify-content:space-between;gap:30px;max-width:1240px;height:100%;margin:auto;padding:0 24px}.brand,.nav-shell{align-items:center;display:flex}.brand{flex-shrink:0;gap:10px}.brand-mark{background:var(--green);color:#fff;border-radius:10px;place-items:center;width:39px;height:39px;font-size:22px;display:grid;box-shadow:inset 0 0 0 5px #ffffff21}.brand>span:last-child,.footer-brand>div{flex-direction:column;display:flex}.brand b,.footer-brand b{letter-spacing:3px;font-size:19px;line-height:1}.brand small,.footer-brand small{letter-spacing:1.8px;color:var(--muted);margin-top:5px;font-size:7px}.nav-shell nav{align-items:center;gap:30px;margin-left:auto;display:flex}.nav-shell nav a{color:var(--muted);font-size:13px;font-weight:700;transition:color .2s}.nav-shell nav a:hover{color:var(--green)}.nav-actions{align-items:center;gap:14px;display:flex}.theme-toggle{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:99px;padding:3px;display:flex}.theme-toggle span{border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;display:grid}.theme-toggle .selected{background:var(--surface);color:var(--green);box-shadow:0 2px 8px #00000014}.quote-button{background:var(--green-dark);color:#fff;border-radius:8px;padding:12px 17px;font-size:12px;font-weight:800}.quote-button span{margin-left:10px}.menu-button{color:var(--text);background:0 0;border:0;font-size:23px;display:none}.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 75% 44%,#b9db4121,#0000 25%),linear-gradient(120deg,#f5faf4,#fbfdf5);min-height:510px;position:relative;overflow:hidden}.dark .hero{background:radial-gradient(circle at 75% 44%,#31b46f26,#0000 27%),linear-gradient(120deg,#10221a,#0e1915)}.hero:after{content:"";opacity:.25;background-image:linear-gradient(#286e4612 1px,#0000 0),linear-gradient(90deg,#286e4612 1px,#0000 0);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 75%);mask-image:linear-gradient(90deg,#0000,#000 75%)}.hero-inner{z-index:2;grid-template-columns:.95fr 1.05fr;align-items:center;max-width:1180px;min-height:510px;margin:auto;padding:62px 24px 50px;display:grid;position:relative}.eyebrow,.hero-pill{color:var(--green);letter-spacing:2px;font-size:10px;font-weight:800}.hero-pill{background:#19975e14;border:1px solid #19975e26;border-radius:99px;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.hero-pill i,.live-badge i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #16945d1f}.hero h1{letter-spacing:-3.5px;margin:20px 0;font-size:clamp(42px,5vw,65px);font-weight:800;line-height:1.04}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p{color:var(--muted);max-width:520px;font-size:15px;line-height:1.8}.hero-actions{align-items:center;gap:26px;margin-top:27px;display:flex}.hero-actions>a:first-child{background:var(--green);color:#fff;border-radius:8px;padding:15px 20px;font-size:13px;font-weight:800;box-shadow:0 9px 22px #16945d3b}.hero-actions>a span{margin-left:25px}.hero-actions .text-link{font-size:13px;font-weight:800}.hero-actions .text-link i{border:1px solid var(--line);width:28px;height:28px;color:var(--green);border-radius:50%;place-items:center;margin-right:8px;font-size:8px;display:inline-grid}.trust-row{align-items:center;gap:20px;margin-top:38px;display:flex}.trust-row span{flex-direction:column;display:flex}.trust-row b{font-size:15px}.trust-row small{color:var(--muted);margin-top:4px;font-size:8px}.trust-row>i{background:var(--line);width:1px;height:26px}.hero-visual{height:390px;position:relative}.sun-glow{color:#d4dd53;text-shadow:0 0 40px #e3e77e;background:#dee76a38;border-radius:50%;place-items:center;width:135px;height:135px;font-size:72px;display:grid;position:absolute;top:1px;right:48px}.solar-house{filter:drop-shadow(0 18px 20px #18443026);width:335px;height:230px;position:absolute;top:105px;left:140px}.roof{clip-path:polygon(15% 0,85% 0,100% 100%,0 100%);background:#135f42;grid-template-columns:repeat(3,1fr);gap:5px;padding:15px 25px;display:grid;position:absolute;inset:0 20px 88px 0;transform:skewY(-5deg)}.roof span{background:linear-gradient(135deg,#28795d,#164c3b);border:1px solid #ffffff59}.house-face{background:#eef3e9;border-left:11px solid #b8c1b2;height:95px;position:absolute;bottom:10px;left:46px;right:2px;transform:skewY(-5deg)}.house-face i{background:#8da394;width:48px;height:70px;position:absolute;bottom:0;left:55px}.house-face b{background:#adc9bb;border:5px solid #fff;width:72px;height:45px;position:absolute;top:18px;right:50px}.co2-card,.energy-card,.savings-card{background:var(--surface);position:absolute}@supports (color:color-mix(in lab,red,red)){.co2-card,.energy-card,.savings-card{background:color-mix(in srgb,var(--surface) 94%,transparent)}}.co2-card,.energy-card,.savings-card{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:4;border:1px solid #ffffffb3}.energy-card{border-radius:12px;gap:10px;width:210px;padding:17px;display:flex;top:45px;left:25px}.co2-card>span,.mini-icon,.savings-card>span{width:33px;height:33px;color:var(--green);background:#eaf6ee;border-radius:8px;flex-shrink:0;place-items:center;display:grid}.energy-card div{flex-direction:column;display:flex}.co2-card small,.energy-card small,.savings-card small{color:var(--muted);letter-spacing:1px;font-size:7px}.energy-card b{margin-top:3px;font-size:21px}.energy-card em,.savings-card em{color:var(--muted);font-size:9px;font-style:normal}.energy-card p{color:var(--green);margin:6px 0 0;font-size:7px}.energy-card p i{background:var(--green);border-radius:50%;width:5px;height:5px;display:inline-block}.energy-card svg{width:60px;color:var(--green);align-self:end;margin-left:auto}.savings-card{border-radius:10px;gap:10px;width:185px;padding:13px;display:flex;bottom:75px;right:8px}.co2-card div,.savings-card div{flex-direction:column;display:flex}.savings-card b{margin-top:4px;font-size:15px}.co2-card{border-radius:10px;gap:10px;width:150px;padding:12px;display:flex;bottom:3px;left:75px}.co2-card b{font-size:12px}.co2-card small{letter-spacing:0;margin-top:3px}.calculator-wrap{max-width:1240px;margin:auto;padding:64px 24px 80px}.calculator-heading{justify-content:space-between;align-items:end;margin-bottom:27px;display:flex}.calculator-heading h2,.why-section h2{letter-spacing:-1.3px;margin:8px 0 5px;font-size:30px}.calculator-heading p{color:var(--muted);margin:0;font-size:12px}.live-badge{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:99px;align-items:center;gap:9px;padding:9px 13px;font-size:9px;font-weight:700;display:flex}.calculator-grid{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;grid-template-columns:195px minmax(0,1fr) 300px;min-height:590px;display:grid;overflow:hidden}.calculator-tabs{background:var(--surface-2);border-right:1px solid var(--line);padding:24px 13px}.calculator-tabs>p{color:var(--muted);letter-spacing:1.5px;margin:0 10px 13px;font-size:8px;font-weight:800}.calculator-tabs button{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:34px 1fr 10px;align-items:center;margin-bottom:4px;padding:10px;display:grid}.calculator-tabs button.active{background:var(--surface);color:var(--green-dark);box-shadow:0 5px 15px #195a3e14}.calculator-tabs button span:nth-child(2){flex-direction:column;display:flex}.calculator-tabs button b{font-size:10px}.calculator-tabs button small{color:var(--muted);margin-top:3px;font-size:7px}.calculator-tabs button em{font-style:normal}.tab-icon{border:1px solid var(--line);border-radius:7px;place-items:center;width:27px;height:27px;font-size:13px;display:grid}.active .tab-icon{background:var(--green);color:#fff;border-color:var(--green)}.engineer-note{border-top:1px solid var(--line);grid-template-columns:25px 1fr;margin:80px 7px 0;padding:20px 5px;display:grid}.engineer-note>span{width:20px;height:20px;color:var(--green);background:#e2f3e9;border-radius:50%;place-items:center;font-size:9px;display:grid}.engineer-note b{font-size:9px}.engineer-note small{color:var(--muted);grid-column:2;margin-top:3px;font-size:7px;line-height:1.5}.calculator-panel{min-width:0;padding:28px}.panel-header{border-bottom:1px solid var(--line);align-items:center;gap:13px;margin-bottom:25px;padding-bottom:20px;display:flex}.panel-header>span{width:40px;height:40px;color:var(--green);background:#e8f5ed;border-radius:9px;place-items:center;font-size:19px;display:grid}.panel-header h3{margin:0;font-size:16px}.panel-header p{color:var(--muted);margin:5px 0 0;font-size:9px}.fields-grid{grid-template-columns:1fr 1fr;gap:19px 17px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field-label{font-size:10px;font-weight:800}.field small{color:var(--muted);font-size:7px}.input-shell,.joined-input{border:1px solid var(--line);background:var(--bg);border-radius:7px;align-items:center;height:42px;transition:border .2s,box-shadow .2s;display:flex;overflow:hidden}.input-shell:focus-within,.joined-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #16945d1a}.input-shell input,.input-shell select,.joined-input input{width:100%;height:100%;color:var(--text);background:0 0;border:0;outline:0;padding:0 12px;font-size:12px;font-weight:700}.input-shell>span{color:var(--muted);border-left:1px solid var(--line);padding:0 12px;font-size:9px}.joined-input select{border:0;border-left:1px solid var(--line);background:var(--surface-2);height:100%;color:var(--text);outline:0;padding:0 11px;font-size:9px;font-weight:800}.inline-results{background:var(--surface-2);border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;padding:13px;display:grid}.result-card{background:var(--surface);border:1px solid var(--line);border-radius:7px;flex-direction:column;padding:13px;display:flex}.result-card>span{color:var(--muted);font-size:8px}.result-card strong{margin-top:6px;font-size:19px}.result-card strong small{color:var(--muted);font-size:8px}.result-card.accent{background:#16945d0d;border-color:#16945d59}.result-card.accent strong{color:var(--green)}.summary-panel{border-left:1px solid var(--line);background:var(--surface);padding:22px}@supports (color:color-mix(in lab,red,red)){.summary-panel{background:color-mix(in srgb,var(--surface) 96%,var(--green) 4%)}}.summary-title{justify-content:space-between;align-items:center;display:flex}.summary-title div{align-items:center;gap:8px;display:flex}.summary-title div span{color:var(--green)}.summary-title b{font-size:11px}.summary-title small{color:var(--muted);font-size:7px}.capacity-visual{text-align:center;border-bottom:1px solid var(--line);padding:17px 0 15px}.sun-art{color:#d7c940;background:#f5f5ce;border-radius:50%;place-items:center;width:48px;height:48px;margin:auto;display:grid}.capacity-visual>small{letter-spacing:1.3px;color:var(--muted);margin-top:9px;font-size:7px;display:block}.capacity-visual strong{color:var(--green-dark);margin-top:3px;font-size:29px;display:block}.capacity-visual strong em{font-size:10px;font-style:normal}.capacity-visual p{color:var(--muted);margin:3px;font-size:8px}.summary-list{padding:10px 0}.summary-row{border-bottom:1px solid var(--line);grid-template-columns:30px 1fr auto;align-items:center;padding:9px 0;display:grid}.summary-row>span{background:var(--surface-2);width:24px;height:24px;color:var(--green);border-radius:6px;place-items:center;font-size:10px;display:grid}.summary-row div{flex-direction:column;display:flex}.summary-row b{font-size:8px}.summary-row small{color:var(--muted);margin-top:2px;font-size:7px}.summary-row>strong{font-size:9px}.estimate{background:var(--surface-2);border-radius:7px;grid-template-columns:1fr auto;padding:11px;display:grid}.estimate span{font-size:8px;font-weight:700}.estimate strong{color:var(--green);font-size:15px}.estimate small{color:var(--muted);font-size:6px}.summary-actions{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:11px;display:grid}.summary-actions button{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:5px;padding:8px 3px;font-size:7px;font-weight:700}.expert-button{background:var(--green-dark);color:#fff;border-radius:7px;justify-content:space-between;margin-top:12px;padding:12px 14px;font-size:9px;font-weight:800;display:flex}.disclaimer{text-align:center;color:var(--muted);margin:9px 8px;font-size:6px;line-height:1.5;display:block}.why-section{text-align:center;max-width:1100px;margin:auto;padding:35px 24px 90px}.why-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;display:grid}.why-grid article{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:27px}.why-grid article>span{background:var(--surface-2);width:40px;height:40px;color:var(--green);border-radius:10px;place-items:center;margin:auto;display:grid}.why-grid h3{font-size:14px}.why-grid p{color:var(--muted);font-size:10px;line-height:1.7}.site-footer{color:#dbe9e2;background:#0b3023}.footer-inner{grid-template-columns:1.4fr repeat(3,1fr);gap:50px;max-width:1150px;margin:auto;padding:45px 24px;display:grid}.footer-inner>div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-inner>div>b{color:#fff;font-size:11px}.footer-inner a,.footer-inner p{color:#a5bcb1;margin:0;font-size:9px;line-height:1.6}.footer-inner a:hover{color:#fff}.footer-brand{grid-template-columns:40px 1fr;display:grid!important}.footer-brand p{grid-column:1/3;margin-top:8px!important}.footer-brand .brand-mark{grid-row:1/2}.copyright{color:#77968a;border-top:1px solid #ffffff17;padding:16px max(24px,50% - 575px);font-size:8px}.copyright span{float:right}.content-page{max-width:920px;margin:0 auto;padding:75px 24px 100px}.content-page>span{color:var(--green);letter-spacing:2px;font-size:10px;font-weight:800}.content-page h1{letter-spacing:-2px;margin:12px 0;font-size:42px}.content-page>p{color:var(--muted);max-width:700px;font-size:15px;line-height:1.8}.content-cards{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px;display:grid}.contact-card,.content-cards article{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:24px}.content-cards h2{font-size:15px}.content-cards p,.legal-copy p{color:var(--muted);font-size:11px;line-height:1.7}.contact-card{gap:15px;margin-top:30px;display:grid}.contact-card input,.contact-card textarea{border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:7px;outline:0;padding:12px}.contact-card button{background:var(--green);color:#fff;border:0;border-radius:7px;padding:13px;font-weight:800}.legal-copy{margin-top:35px}.legal-copy h2{margin-top:30px;font-size:18px}@media (max-width:1000px){.nav-shell nav{background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;padding:20px;display:none;position:absolute;top:73px;left:0;right:0}.nav-shell nav.open{display:flex}.menu-button{margin-left:auto;display:block}.quote-button{display:none}.hero-inner{grid-template-columns:1fr}.hero-copy{max-width:650px}.hero-visual{display:none}.hero{min-height:auto}.calculator-grid{grid-template-columns:165px 1fr}.summary-panel{border-left:0;border-top:1px solid var(--line);grid-column:1/3;grid-template-columns:1fr 1fr;column-gap:25px;display:grid}.disclaimer,.expert-button,.summary-title{grid-column:1/3}.capacity-visual{border-bottom:0}.summary-actions{align-self:end}}@media (max-width:680px){.site-header{height:64px}.nav-shell{padding:0 16px}.nav-shell nav{top:63px}.nav-actions{display:none}.hero-inner{padding:48px 19px}.hero h1{letter-spacing:-2.5px;font-size:43px}.hero-copy>p{font-size:13px}.trust-row{gap:12px}.trust-row small{font-size:7px}.calculator-wrap{padding:45px 14px}.calculator-heading{align-items:start}.live-badge{display:none}.calculator-heading h2{font-size:26px}.calculator-grid{display:block}.calculator-tabs{border-right:0;border-bottom:1px solid var(--line);padding:10px;display:flex;overflow-x:auto}.calculator-tabs>p,.engineer-note{display:none}.calculator-tabs button{min-width:130px;margin:0}.calculator-tabs button em{display:none}.calculator-panel{padding:20px 15px}.fields-grid,.inline-results{grid-template-columns:1fr}.summary-panel{border-top:1px solid var(--line);padding:20px;display:block}.disclaimer,.expert-button,.summary-title{grid-column:auto}.content-cards,.why-grid{grid-template-columns:1fr}.why-section{padding-bottom:60px}.footer-inner{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/3}.copyright span{float:none;margin-top:6px;display:block}.content-page{padding-top:50px}.content-page h1{font-size:35px}}@media print{.calculator-heading,.calculator-panel,.calculator-tabs,.expert-button,.hero,.site-footer,.site-header,.summary-actions,.why-section{display:none!important}.calculator-grid,.calculator-wrap,.summary-panel,body{color:#17332a!important;box-shadow:none!important;background:#fff!important;border:0!important}.calculator-grid{display:block}.summary-panel{max-width:650px;margin:auto}.calculator-wrap{padding:20px}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-manrope:"Manrope","Manrope Fallback"}