/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{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}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, 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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{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{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-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{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--navy:#0b234a;--blue:#145fb2;--green:#4ca268;--amber:#f6b52d;--orange:#f27a3d;--red:#d63e42;--violet:#9d59ad;--warm:#f8f7f3;--paper:#fff;--muted:#5d6877;--line:#dfe4e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--navy);font-family:var(--font-inter),Arial,sans-serif;margin:0}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.75}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand strong{font-family:var(--font-lora),Georgia,serif}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e8e8e5;height:104px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1380px;height:100%;margin:auto;padding:0 48px;display:flex}.brand{align-items:center;gap:14px;min-width:440px;display:flex}.brand img{object-fit:contain;width:64px;height:64px}.brand span{flex-direction:column;display:flex}.brand strong{font-size:27px;line-height:1.1}.brand small{color:#445b7a;margin-top:5px;font-size:12px}.desktop-nav{align-items:center;gap:31px;display:flex}.desktop-nav a{place-items:center;height:104px;font-size:14px;font-weight:600;display:grid;position:relative}.desktop-nav a:after{content:"";background:var(--blue);height:3px;transition:right .18s;position:absolute;bottom:27px;left:0;right:100%}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.mobile-menu{display:none}.hero{grid-template-columns:48% 52%;align-items:center;max-width:1440px;min-height:620px;margin:auto;padding:76px 48px 36px;display:grid;overflow:hidden}.hero-copy{padding-bottom:32px;animation:.45s ease-out rise}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--blue);margin-bottom:25px;font-size:13px;font-weight:700}.eyebrow:after{content:"";background:var(--blue);width:42px;height:3px;margin-top:14px;display:block}.hero h1{letter-spacing:-.045em;margin-bottom:26px;font-size:70px;line-height:1.04}.lead{max-width:610px;font-size:20px;line-height:1.6}.hero .lead{max-width:560px}.actions{flex-wrap:wrap;gap:22px;margin-top:34px;display:flex}.button{border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:24px;min-height:56px;padding:0 30px;font-weight:700;transition:transform .18s,background .18s,color .18s;display:inline-flex}.button span{font-size:22px;transition:transform .18s}.button:hover{transform:translateY(-2px)}.button:hover span{transform:translate(4px)}.primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #145fb22e}.primary:hover{background:#0f4f98}.secondary{border-color:var(--blue);color:var(--navy);background:#fff}.secondary:hover{background:#eff6fd}.white{color:var(--navy);background:#fff}.network-visual{height:550px;animation:.65s ease-out softIn;position:relative}.network-visual img{object-fit:contain;z-index:4;filter:drop-shadow(0 14px 20px #0b234a14);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orb{filter:saturate(.9);opacity:.34;border-radius:50%;position:absolute}.orb-a{background:#4e9fe6;width:310px;height:310px;top:2%;left:13%}.orb-b{background:#ffc04a;width:350px;height:350px;top:12%;right:2%}.orb-c{background:#fa6d5d;width:300px;height:300px;bottom:2%;right:-5%}.orb-d{background:#55aa71;width:300px;height:300px;bottom:3%;left:9%}.orb-e{background:#a35eb1;width:270px;height:270px;bottom:-4%;right:12%}.orbit{border:1.5px solid #145fb259;border-radius:50%;position:absolute;inset:8% 0 6% 4%;transform:rotate(14deg)}.orbit-b{top:0;left:15%;right:3%;transform:rotate(-22deg)}.node{z-index:5;border:3px solid #fff;border-radius:50%;width:17px;height:17px;position:absolute;box-shadow:0 2px 5px #8391a2}.n1{background:var(--blue);top:23%;left:20%}.n2{background:var(--green);top:19%;right:18%}.n3{background:var(--orange);bottom:28%;right:7%}.n4{background:var(--violet);bottom:13%;left:21%}.proof-bar{z-index:8;background:#fff;border-radius:18px;grid-template-columns:repeat(3,1fr);max-width:1340px;margin:-22px auto 74px;padding:28px 18px;display:grid;position:relative;box-shadow:0 12px 34px #0b234a1a}.proof-bar div{border-right:1px solid var(--line);align-items:center;gap:22px;padding:0 31px;display:flex}.proof-bar div:last-child{border:0}.proof-bar strong{font-family:var(--font-lora),Georgia,serif;font-size:18px}.proof-icon{border-radius:50%;flex:none;place-items:center;width:58px;height:58px;font-size:25px;display:grid}.proof-icon.blue{color:var(--blue);background:#e9f3fd}.proof-icon.green{color:#278349;background:#eaf6ed}.proof-icon.orange{color:#eb711d;background:#fff1e5}.section{max-width:1240px;margin:auto;padding:100px 48px}.intro-section,.two-col{grid-template-columns:44% 56%;gap:90px;display:grid}.section h2{letter-spacing:-.025em;font-size:46px;line-height:1.15}.section h3{font-size:23px}.section p{font-size:16px}.text-link{color:var(--blue);margin-top:10px;font-weight:700;display:inline-block}.soft{background:var(--warm);max-width:none}.soft>*{max-width:1144px;margin-left:auto;margin-right:auto}.section-heading{text-align:center;margin-bottom:50px;max-width:720px!important}.section-heading .eyebrow:after{margin-left:auto;margin-right:auto}.card-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.service-card{background:#fff;border:1px solid #e8e8e4;border-radius:18px;padding:34px;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #0b234a14}.service-card>span{color:var(--blue);letter-spacing:.13em;margin-bottom:30px;font-size:13px;font-weight:800;display:inline-block}.service-card h3{margin-bottom:12px}.center{text-align:center;margin-top:42px!important}.cta-band{background:var(--navy);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:50px;max-width:1340px;margin:50px auto 90px;padding:68px 70px;display:flex}.cta-band h2{max-width:720px;margin:0;font-size:42px}.eyebrow.light{color:#a9cdf7}.inner-hero{background:var(--warm);grid-template-columns:60% 40%;align-items:center;min-height:460px;padding:88px max(48px,50vw - 620px);display:grid;overflow:hidden}.inner-hero h1{letter-spacing:-.04em;font-size:62px;line-height:1.07}.mini-network{background:radial-gradient(circle at 35% 30%,#4ca26873,#0000 45%),radial-gradient(circle at 70% 35%,#f6b52d8c,#0000 47%),radial-gradient(circle at 55% 75%,#9d59ad61,#0000 48%),#edf4fb;border-radius:50%;justify-self:end;place-items:center;width:330px;height:330px;display:grid;position:relative}.mini-network:before,.mini-network:after{content:"";border:1px solid #145fb24d;border-radius:50%;position:absolute;inset:-15px 25px;transform:rotate(35deg)}.mini-network:after{inset:25px -18px;transform:rotate(-24deg)}.mini-network img{z-index:2;width:195px}.values-grid,.steps{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.values-grid article,.steps article{background:#fff;border-radius:18px;padding:34px}.values-grid span,.steps span{color:var(--blue);font-size:13px;font-weight:800}.delegation{justify-content:space-between;align-items:flex-end;gap:80px;display:flex}.delegation>div{max-width:760px}.services-full{grid-template-columns:repeat(3,1fr)}.notice{border-left:4px solid var(--blue);background:#edf5fd;border-radius:4px 14px 14px 4px;margin-top:42px;padding:28px 32px}.notice p{margin:8px 0 0}.project-note{max-width:760px;margin-bottom:50px}.project-list article{border-top:1px solid var(--line);grid-template-columns:70px 1fr auto;align-items:center;gap:30px;padding:38px 0;display:grid}.project-list article:last-child{border-bottom:1px solid var(--line)}.project-list>article>span{color:var(--blue);font-size:13px;font-weight:800}.project-list small{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.project-list h2{margin:8px 0;font-size:32px}.project-list p{max-width:680px;margin:0}.project-list a{color:var(--blue);font-weight:700}.news-feature{background:var(--navy);color:#fff;border-radius:24px;grid-template-columns:2fr 1fr;align-items:center;gap:50px;padding:60px;display:grid}.news-feature p{color:#d8e1ed}.news-feature span{letter-spacing:.18em;color:#9ec6f3;font-size:12px}.news-mark{font-family:var(--font-lora);color:#fff;opacity:.14;text-align:center;font-size:66px}.topic-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px;display:grid}.topic-grid article{background:var(--warm);border-radius:16px;padding:28px}.topic-grid p{margin:8px 0 0}.steps span{background:#e8f2fc;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:20px;display:grid}.rights{grid-template-columns:1fr 1fr;gap:24px;display:grid}.rights>div{border:1px solid var(--line);border-radius:18px;padding:36px}.rights li{color:var(--muted);margin:14px 0;line-height:1.6}.contact-grid{grid-template-columns:42% 58%;gap:80px;display:grid}.address{font-size:20px!important}.contact-note{background:var(--warm);border-radius:14px;margin-top:45px;padding:25px}.contact-note p{margin:6px 0 0}.contact-form{background:var(--warm);border-radius:20px;grid-template-columns:1fr 1fr;gap:20px;padding:42px;display:grid}.contact-form h2{grid-column:1/-1;font-size:32px}.contact-form label{flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.contact-form label:nth-of-type(5){grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{width:100%;font:inherit;color:var(--navy);background:#fff;border:1px solid #ced5dc;border-radius:8px;padding:14px}.contact-form button{cursor:pointer;border:0;justify-self:start}.form-status{grid-column:1/-1;margin:0;font-size:12px!important}footer{color:#fff;background:#071a38;padding:70px 48px 26px}.footer-grid,.footer-bottom{max-width:1240px;margin:auto}.footer-grid{grid-template-columns:2fr 1.1fr 1.4fr .8fr;gap:50px;display:grid}.footer-brand{gap:18px;display:flex}.footer-brand img{object-fit:contain;background:#fff;border-radius:50%;width:72px;height:72px}.footer-brand div{flex-direction:column;display:flex}.footer-brand strong{font-family:var(--font-lora);font-size:22px}.footer-brand span,footer p,footer a{color:#b8c6d8;font-size:13px;line-height:1.75}footer h3{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.14em;color:#8eb8e7;font-size:13px}.footer-bottom{color:#8191a7;border-top:1px solid #ffffff24;justify-content:space-between;margin-top:50px;padding-top:22px;font-size:12px;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(12px)}}@keyframes softIn{0%{opacity:0;transform:scale(.97)}}@media (width<=1100px){.header-inner{padding:0 24px}.brand{min-width:0}.brand strong{font-size:22px}.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}.hero h1{font-size:58px}.proof-bar{margin-left:24px;margin-right:24px}.proof-bar div{padding:0 18px}.proof-bar strong{font-size:15px}}@media (width<=860px){.site-header{height:84px}.brand img{width:52px;height:52px}.brand strong{font-size:19px}.brand small{font-size:10px}.desktop-nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{cursor:pointer;place-content:center;gap:5px;width:44px;height:44px;list-style:none;display:grid}.mobile-menu summary span{background:var(--navy);width:24px;height:2px;display:block}.mobile-menu nav{background:#fff;border-radius:12px;width:250px;padding:12px;display:grid;position:absolute;top:55px;right:0;box-shadow:0 16px 34px #0b234a29}.mobile-menu nav a{border-radius:7px;padding:12px;font-weight:600}.mobile-menu nav a:hover{background:var(--warm)}.hero{grid-template-columns:1fr;padding:68px 28px 20px}.hero-copy{text-align:center}.hero .eyebrow:after,.hero .lead{margin-left:auto;margin-right:auto}.actions{justify-content:center}.network-visual{height:420px}.proof-bar{grid-template-columns:1fr;margin-top:20px}.proof-bar div{border-right:0;border-bottom:1px solid var(--line);padding:18px}.section,.inner-hero{padding:70px 28px}.intro-section,.two-col,.inner-hero,.contact-grid{grid-template-columns:1fr;gap:35px}.mini-network{display:none}.card-grid,.services-full,.values-grid,.steps,.topic-grid{grid-template-columns:1fr 1fr}.cta-band{flex-direction:column;align-items:flex-start;margin:30px 24px 70px;padding:48px 35px}.delegation{flex-direction:column;align-items:flex-start}.project-list article{grid-template-columns:45px 1fr}.project-list a{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=560px){.header-inner{padding:0 16px}.brand span small{display:none}.hero{padding-top:50px}.hero h1,.inner-hero h1{font-size:43px}.hero .lead,.lead{font-size:17px}.actions{flex-direction:column}.button{width:100%}.network-visual{height:320px}.network-visual img,.orb-a,.orb-b,.orb-c,.orb-d,.orb-e{width:190px;height:190px}.proof-bar{margin:0 16px 55px;padding:8px}.section h2{font-size:36px}.section{padding:60px 22px}.card-grid,.services-full,.values-grid,.steps,.topic-grid,.rights{grid-template-columns:1fr}.cta-band h2{font-size:34px}.contact-form{grid-template-columns:1fr;padding:26px}.contact-form label,.contact-form h2{grid-column:1}.news-feature{grid-template-columns:1fr;padding:36px 28px}.news-mark{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:10px}.project-list article{grid-template-columns:1fr}.project-list a{grid-column:1}.project-list>article>span{margin-bottom:-18px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.contact-form button:disabled{cursor:wait;opacity:.72}.privacy-consent{grid-template-columns:20px 1fr;align-items:start;line-height:1.45;grid-column:1/-1!important;gap:11px!important;font-weight:500!important;display:grid!important}.privacy-consent input{height:18px;margin:2px 0 0;width:18px!important;padding:0!important}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.form-status.sent{color:#24753e;font-weight:700}.form-status.error{color:#ad2d2d;font-weight:700}.analytics-consent{z-index:1000;color:#fff;background:#172c29;border:1px solid #fff3;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;max-width:760px;margin:0 auto;padding:18px 20px;display:flex;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 10px 35px #00000047}.analytics-consent p{margin:0;font-size:14px;line-height:1.5}.analytics-consent div{flex-shrink:0;gap:10px;display:flex}.analytics-consent button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:8px;padding:9px 16px;font-weight:700}.analytics-consent button.primary{color:#172c29;background:#d7a449;border-color:#d7a449}.analytics-consent button:focus-visible{outline-offset:3px;outline:3px solid #fff}@media (width<=640px){.analytics-consent{flex-direction:column;align-items:stretch}.analytics-consent div{grid-template-columns:1fr 1fr;display:grid}.analytics-consent button{width:100%}}.delegation-title{align-items:center;gap:28px;margin-bottom:20px;display:flex}.delegation-title img{object-fit:contain;flex:none;width:142px;height:142px}.delegation-title .eyebrow{margin-bottom:18px}.delegation-title h2{margin-bottom:0}@media (width<=700px){.delegation-title{align-items:flex-start;gap:18px}.delegation-title img{width:102px;height:102px}.delegation-title h2{font-size:30px}}.news-page{max-width:1120px}.news-article{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px #0b234a14}.news-article-header{background:var(--navy);color:#fff;grid-template-columns:minmax(0,3fr) 1fr;align-items:center;gap:44px;padding:58px 62px;display:grid}.news-category{letter-spacing:.16em;color:#9ec6f3;font-size:12px;font-weight:800}.news-date{margin:10px 0 18px;color:#b8c6d8!important;font-size:13px!important}.news-article-header h2{margin-bottom:22px;font-size:43px}.news-summary{line-height:1.65;color:#d8e1ed!important;font-size:18px!important}.news-article-body{max-width:850px;margin:auto;padding:64px 62px}.news-article-body>p{font-size:17px}.news-article-body h3{margin:48px 0 18px;font-size:27px}.news-article-body li{color:var(--muted);margin:13px 0;line-height:1.7}.news-article-body li strong,.news-benefits strong{color:var(--navy)}.news-benefits{grid-template-columns:1fr 1fr;gap:18px;display:grid}.news-benefits>div{background:var(--warm);border-radius:14px;padding:24px}.news-benefits p{margin:8px 0 0;line-height:1.6}.news-checklist{border-left:4px solid var(--blue);background:#edf5fd;border-radius:4px 16px 16px 4px;margin-top:48px;padding:30px 34px}.news-checklist h3{margin:0 0 14px}.news-checklist ul{margin-bottom:0}.news-sources{border-top:1px solid var(--line);margin-top:50px;padding-top:28px}.news-sources p{margin:10px 0}.news-sources a{color:var(--blue);font-weight:700}.news-sources a:hover{text-decoration:underline}.news-sources small{color:var(--muted);line-height:1.55;display:block}.grants-section{margin-bottom:72px}.grants-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;margin-bottom:34px;display:grid}.grants-heading h2{margin:14px 0 16px;font-size:42px}.grants-heading p{max-width:820px;margin-bottom:0;font-size:17px}.grants-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.grant-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;min-height:100%;padding:28px;display:flex;box-shadow:0 12px 30px #0b234a0d}.grant-card.featured{background:#f6fbff;border-color:#b9d7f5}.grant-card-top{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.grant-card-top small{color:var(--muted);text-align:right;font-size:12px;line-height:1.45}.grant-status{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.grant-status.open{color:#24753e;background:#e9f7ee}.grant-status.upcoming{color:#9b5a00;background:#fff3da}.grant-status.caution{color:#ad2d2d;background:#fff0ef}.grant-card h3{margin-bottom:12px;font-size:25px}.grant-card p{margin-bottom:16px}.grant-card ul{margin:0 0 22px;padding-left:20px}.grant-card li{color:var(--muted);margin:9px 0;line-height:1.55}.grant-card a{color:var(--blue);margin-top:auto;font-weight:800}.grant-card a:hover{text-decoration:underline}.grants-note{border-left:4px solid var(--blue);background:#edf5fd;border-radius:4px 16px 16px 4px;margin-top:28px;padding:26px 30px}.grants-note p{margin:8px 0 0}@media (width<=860px){.news-article-header{grid-template-columns:1fr;padding:46px 38px}.news-article-header .news-mark{display:none}.news-article-body{padding:52px 38px}.news-benefits,.grants-grid,.grants-heading{grid-template-columns:1fr}.grants-heading{align-items:start}.grants-heading .button{justify-self:start;width:auto}}@media (width<=560px){.news-page{padding-left:16px;padding-right:16px}.news-article-header{padding:36px 24px}.news-article-header h2{font-size:32px}.news-summary{font-size:16px!important}.news-article-body{padding:38px 24px}.news-article-body h3{font-size:24px}.news-checklist{padding:25px 22px}.grants-heading h2{font-size:32px}.grant-card{padding:24px}.grant-card-top{display:block}.grant-card-top small{text-align:left;margin-top:10px;display:block}.grants-note{padding:24px}}.brand img{width:78px;height:78px}.network-visual img{width:380px;height:380px}.mini-network img{object-fit:contain;width:260px;height:260px}.footer-brand img{width:88px;height:88px}@media (width<=860px){.brand img{width:60px;height:60px}.mini-network{justify-self:center;width:250px;height:250px;margin:8px auto 0;display:grid}.mini-network img{width:190px;height:190px}}@media (width<=560px){.brand img{width:56px;height:56px}.mini-network{width:220px;height:220px}.mini-network img{width:170px;height:170px}}
