@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Source Sans 3",sans-serif;background:#f5f5f5;color:#212121;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:#1565c0;text-decoration:none;transition:color .2s ease}a:hover{color:#2e7d32}h1,h2,h3,h4{font-family:"Source Serif 4",serif;line-height:1.25;color:#212121}.container{max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.site-header{background:linear-gradient(150deg,#2e7d32,#1565c0);position:sticky;top:0;z-index:100;box-shadow:0 2px 6px #0003}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.75rem}.site-header__logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0;text-decoration:none}.site-header__logo:hover .site-header__logo-img{opacity:.82}.site-header__logo:hover .site-header__logo-name{color:#f9a825}.site-header__logo-img{height:74px;width:auto;display:block;filter:brightness(0) invert(1);mix-blend-mode:screen;transition:opacity .2s ease}@media(max-width:768px){.site-header__logo-img{height:54px}}.site-header__life-logo{height:56px;width:auto;display:block;flex-shrink:0;border-radius:4px}@media(max-width:1100px){.site-header__life-logo{display:none}}.site-header__logo-name{font-family:"Source Serif 4",serif;font-size:1rem;font-weight:700;color:#fff;line-height:1.2;letter-spacing:.02em;transition:color .2s ease;max-width:8rem}@media(max-width:768px){.site-header__logo-name{display:none}}.primary-nav{display:flex;align-items:center;gap:clamp(1rem,2vw,2.5rem)}.primary-nav ul{list-style:none;display:flex;gap:clamp(.5rem,1.2vw,1.75rem)}.primary-nav li{position:relative}.primary-nav a{font-size:clamp(.8rem,1vw,.9375rem);font-weight:600;color:#ffffffe6;padding-block:.25rem;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.primary-nav a:hover,.primary-nav a.current-menu-item{color:#fff;border-bottom-color:#f9a825}.primary-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:200px;background:linear-gradient(150deg,#2e7d32,#1565c0);padding:.5rem 0 .375rem;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000040;z-index:100}.primary-nav .sub-menu li{display:block}.primary-nav .sub-menu a{display:block;padding:.5rem 1rem;white-space:nowrap;border-bottom:none}.primary-nav li:hover>.sub-menu{display:block}.primary-nav .sub-menu .sub-menu{top:-.5rem;left:100%;border-radius:4px}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin-block:5px;transition:transform .2s ease,opacity .2s ease}@media(max-width:900px){.nav-toggle{display:block}.primary-nav{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(150deg,#2e7d32,#1565c0);padding:1rem 1.5rem}.primary-nav.is-open{display:flex;flex-direction:column}.primary-nav ul{flex-direction:column;gap:0}.primary-nav a{display:block;padding-block:.625rem}.primary-nav .sub-menu{display:block;position:static;box-shadow:none;border-radius:0;padding:0 0 0 1rem;background:none}.primary-nav .sub-menu a{padding-block:.375rem;font-size:.875rem}.primary-nav .sub-menu .sub-menu{padding-left:1rem}.primary-nav .lang-switcher{order:-1;display:flex;flex-direction:row;gap:1rem;padding:0 0 .75rem;margin-bottom:.75rem;border-left:none;border-bottom:1px solid rgba(255,255,255,.25)}.primary-nav .lang-switcher a{display:inline-block;padding-block:.25rem}}.site-footer{background:#235f26;color:#fffc;padding-block:2.5rem;font-size:.875rem}.site-footer__inner{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-start}.site-footer a{color:#fffc}.site-footer a:hover{color:#f9a825}.site-footer__social{display:flex;align-items:center;gap:.75rem;margin-left:auto}.site-footer__social-link{display:flex;align-items:center;flex-shrink:0;color:#fffc;transition:color .2s ease}.site-footer__social-link:hover{color:#f9a825}.site-footer__logo{display:flex;align-items:center;flex-shrink:0}.site-footer__logo:hover .site-footer__logo-img{opacity:.75}.site-footer__logo-img{height:88px;width:auto;display:block;filter:brightness(0) invert(1);mix-blend-mode:screen;transition:opacity .2s ease}.site-footer__content{display:flex;align-items:flex-start;flex-wrap:wrap;gap:2rem}.site-footer__text{display:flex;flex-direction:column;gap:.85rem}.site-footer__funders{display:flex;flex-wrap:wrap;gap:1.75rem}.site-footer__funder{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.site-footer__funder-caption{margin:0;max-width:200px;font-size:.8125rem;line-height:1.4}.site-footer__contribution-logo{height:var(--funder-logo-h);width:auto;max-width:none;display:block;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:6px;box-shadow:0 1px 3px #0000002e;padding:.375rem .625rem}.site-footer__contribution-logo--life{--funder-logo-h: 72px}.site-footer__contribution-logo--green-fund{--funder-logo-h: 120px}@media(max-width:768px){.site-footer__contribution-logo--life{--funder-logo-h: auto;width:100%;max-width:240px}.site-footer__social{margin-left:0}.site-footer__funder{align-items:flex-start;text-align:left}}@media(max-width:375px){.site-footer__contribution-logo--life{max-width:180px}.site-footer__contribution-logo--green-fund{--funder-logo-h: 80px}}.site-main{padding-block:3rem}.site-main:has(>.home-hero){padding-block-start:0}.page-hero{background:linear-gradient(135deg,#2e7d32,#1e5020);color:#fff;padding-block:4rem;text-align:center}.page-hero h1{font-size:clamp(1.75rem,4vw,3rem);color:#fff;margin-bottom:1rem}.page-hero p{font-size:1.125rem;opacity:.9;max-width:700px;margin-inline:auto}.section-heading{font-size:clamp(1.375rem,2.5vw,2rem);color:#2e7d32;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #f9a825;display:inline-block}.prose{max-width:760px}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem}.prose li{margin-bottom:.5rem}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-block:2.5rem}@media(max-width:768px){.resources-grid{grid-template-columns:1fr}}.resource-card{display:flex;align-items:center;justify-content:center;min-height:120px;padding:2rem;border-radius:8px;background:#2e7d32;color:#fff;text-align:center;text-decoration:none;transition:background .2s ease,transform .2s ease}.resource-card:hover{background:#1565c0;color:#fff;transform:translateY(-2px)}.resource-card__title{font-family:"Source Serif 4",serif;font-size:clamp(1.1rem,2vw,1.375rem);font-weight:700;line-height:1.3}.home-hero{--hero-photo-h: clamp(180px, 37.5vw, 360px);position:relative;overflow:hidden;background:linear-gradient(150deg,#2e7d32,#1565c0);padding-top:var(--hero-photo-h);color:#fff}.home-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:var(--hero-photo-h);background-image:url(./home-page-background.jpg);background-size:contain;background-position:center top;background-repeat:no-repeat;z-index:0}.home-hero>.container{position:relative;z-index:1;padding-block:1.5rem 2.5rem}.home-hero__title{font-size:clamp(2rem,5vw,3.5rem);color:#fff;margin-bottom:.5rem}.home-hero__subtitle{font-size:1.25rem;opacity:.85;margin-bottom:1.25rem}.home-hero__body{max-width:820px;font-size:1.0625rem;line-height:1.75;opacity:.92}.home-hero__body p{margin-bottom:1.25rem}.home-hero__body p:last-child{margin-bottom:0}.home-hero__intro{margin-bottom:1.25rem}.home-hero__read-more{display:inline-flex;align-items:center;gap:.4rem;background:none;border:2px solid rgba(255,255,255,.6);color:#fff;font-size:.9375rem;font-weight:600;padding:.4rem 1rem;border-radius:4px;cursor:pointer;transition:border-color .2s ease,background .2s ease;margin-bottom:1rem}.home-hero__read-more:hover{border-color:#fff;background:#ffffff1a}.home-hero__read-more span{transition:transform .3s ease;display:inline-block}.home-hero__read-more[aria-expanded=true] span{transform:rotate(180deg)}.home-hero__expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease}.home-hero__expand.is-open{grid-template-rows:1fr}.home-hero__expand-inner{overflow:hidden}@media(max-width:768px){.home-hero>.container{padding-block:1.25rem 2rem}}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1.5rem}.meta-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1.25rem 1.5rem}.meta-card__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:.375rem}.meta-card__value{font-size:1.0625rem;font-weight:600;color:#fff}.objectives-list,.goals-list{list-style:none;display:flex;flex-direction:column;gap:.875rem}.objectives-list li,.goals-list li{display:flex;gap:.875rem;align-items:flex-start;padding:1rem 1.25rem;background:#fff;border-left:4px solid #f9a825;border-radius:0 6px 6px 0;box-shadow:0 1px 4px #0000000f;line-height:1.55}.objectives-list li:before,.goals-list li:before{content:counter(item);counter-increment:item;min-width:1.75rem;height:1.75rem;border-radius:50%;background:#2e7d32;color:#fff;font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.objectives-list,.goals-list{counter-reset:item}.partner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.partner-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000012;border-top:4px solid #2e7d32;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s ease,transform .2s ease}.partner-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.partner-card__header{display:flex;align-items:center;gap:.875rem}.partner-card__logo-wrap{flex-shrink:0;width:64px;display:flex;align-items:center;justify-content:center}.partner-card__logo{max-width:100%;max-height:48px;width:auto;height:auto;display:block}.partner-card__identity{min-width:0}.partner-card__acronym{font-size:1.25rem;font-weight:700;font-family:"Source Serif 4",serif;color:#2e7d32}.partner-card__name{font-size:.9375rem;font-weight:600;color:#212121;line-height:1.35}.partner-card__role{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px;background:#f9a825;color:#212121}.partner-card__country{font-size:.875rem;color:#757575}.partner-card__country:before{content:"🌍 "}.partner-card__description{font-size:.9rem;line-height:1.6;color:#212121;flex:1}.partner-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:auto}.partner-card__profile-link{font-size:.875rem;font-weight:600;color:#2e7d32;border:1px solid #2e7d32;padding:.25rem .75rem;border-radius:4px;transition:background .2s ease,color .2s ease}.partner-card__profile-link:hover{background:#2e7d32;color:#fff;text-decoration:none}.partner-card__link{font-size:.875rem;font-weight:600;color:#1565c0;align-self:flex-start}.partner-card__link:hover{color:#2e7d32;text-decoration:underline}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-block:2.5rem}@media(max-width:768px){.news-grid{grid-template-columns:1fr;gap:1.25rem}}.news-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.news-card:hover{box-shadow:0 10px 32px #0000001c;transform:translateY(-3px)}.news-card__thumb-wrap{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;text-decoration:none;flex-shrink:0}.news-card__thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.news-card:hover .news-card__thumb{transform:scale(1.05)}.news-card__thumb-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2e7d32,#1565c0)}.news-card__thumb-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1px);background-size:18px 18px}.news-card__type{position:absolute;top:.75rem;left:.75rem;z-index:1;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:.25rem .625rem;border-radius:999px;background:#1565c0;color:#fff}.news-card__type--event{background:#f9a825;color:#212121}.news-card__body{padding:1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:.4rem}.news-card__date{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#757575}.news-card__title{font-size:1.0625rem;font-weight:700;font-family:"Source Serif 4",serif;color:#212121;line-height:1.35}.news-card__title a{color:inherit}.news-card__title a:hover{color:#2e7d32}.news-card__excerpt{font-size:.875rem;line-height:1.6;color:#757575;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__link{font-size:.8125rem;font-weight:700;color:#2e7d32;align-self:flex-start;margin-top:.25rem;border-bottom:1.5px solid transparent;transition:color .2s ease,border-color .2s ease}.news-card__link:hover{color:#1565c0;border-bottom-color:#1565c0}.partner-back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#1565c0;margin-bottom:2rem;transition:color .2s ease}.partner-back-link:hover{color:#2e7d32;text-decoration:underline}.partner-back-link__icon{font-size:1rem;line-height:1}.partner-back-link--footer{margin-top:3rem;margin-bottom:0}.partner-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #f9a825}.partner-header__logo{flex-shrink:0;max-height:80px;width:auto;display:block;margin-top:.25rem}.partner-header__text{flex:1;min-width:0}@media(max-width:375px){.partner-header{flex-direction:column-reverse;gap:1rem}.partner-header__logo{max-height:56px}}.partner-header__acronym{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#757575;margin-bottom:.5rem}.partner-header__name{font-size:clamp(1.5rem,3vw,2.25rem);color:#2e7d32;margin-bottom:.75rem}.partner-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9375rem}.partner-header__role{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px;background:#f9a825;color:#212121}.partner-header__sep,.partner-header__country{color:#757575}.partner-header__url{font-weight:600;color:#1565c0}.partner-header__url:hover{color:#2e7d32;text-decoration:underline}.partner-header__cv-link{font-weight:600;color:#2e7d32;border:1px solid currentColor;padding:.15rem .6rem;border-radius:4px;font-size:.875rem;transition:background .2s ease,color .2s ease}.partner-header__cv-link:hover{background:#2e7d32;color:#fff;text-decoration:none}.cv-header{display:flex;gap:1.75rem;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #f9a825}.cv-header__photo{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #f9a825}.cv-header__img{width:100%;height:100%;object-fit:cover;display:block}.cv-header__name{font-size:clamp(1.375rem,3vw,2rem);color:#2e7d32;margin-bottom:.375rem}.cv-header__title{font-size:.9375rem;font-weight:600;color:#212121;margin-bottom:.25rem;line-height:1.4}.cv-header__institution{font-size:.875rem;color:#757575}@media(max-width:768px){.cv-header{flex-direction:column}.cv-header__photo{width:80px;height:80px}}.partner-featured-image{margin-bottom:2rem}.partner-featured-image--bottom{margin-top:2rem;margin-bottom:0}.partner-featured-image__img{width:100%;max-height:420px;object-fit:cover;border-radius:8px}.partner-content{font-size:1rem;line-height:1.75;color:#212121}.partner-content p{margin-bottom:1.25rem}.partner-content h2{font-size:1.375rem;color:#2e7d32;margin:2rem 0 .75rem;padding-bottom:.375rem;border-bottom:2px solid #f9a825}.partner-content h3{font-size:1.125rem;color:#212121;margin:1.5rem 0 .5rem}.partner-content ul,.partner-content ol{padding-left:1.75rem;margin-bottom:1.25rem}.partner-content li{margin-bottom:.5rem}.partner-content li>p{margin-bottom:.25rem}.partner-content strong{font-weight:700}.partner-content em{font-style:italic}.partner-content a{color:#1565c0;text-decoration:underline}.partner-content a:hover{color:#2e7d32}.partner-content mark{background:#fff3cd;padding:.1em .25em;border-radius:3px}.partner-content>*:last-child{margin-bottom:0}.single-news__header,.single-news__body,.single-news__hashtags,.single-news__back{max-width:760px;margin-inline:auto}.single-news__header,.single-news__body{margin-bottom:2rem}.single-news__back{margin-top:2.5rem}.single-news__meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1rem}.single-news__title{font-size:clamp(1.5rem,3vw,2.25rem)}.single-news__hashtags{padding-top:1.5rem;border-top:1px solid #e0e0e0;font-size:.875rem;color:#1565c0;word-break:break-word}.news-carousel{max-width:680px;margin-inline:auto;margin-bottom:2.5rem;outline:none}.news-carousel__viewport{position:relative;border-radius:10px;overflow:hidden;background:#0e1a0f;aspect-ratio:4/3;max-height:460px;cursor:pointer}.news-carousel:focus-visible .news-carousel__viewport{outline:3px solid #f9a825;outline-offset:3px}@media(max-width:768px){.news-carousel__viewport{max-width:100%;border-radius:6px}}.news-carousel__track{display:flex;height:100%;transition:transform .52s cubic-bezier(.4,0,.2,1);will-change:transform}.news-carousel__slide{flex:0 0 100%;height:100%;overflow:hidden}.news-carousel__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.news-carousel__img--lazy{opacity:0;background:linear-gradient(90deg,#1a2e1b 25%,#243b25,#1a2e1b 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite}.news-carousel__img.is-loaded{opacity:1}.news-carousel__counter{position:absolute;top:1rem;right:1rem;background:#0000007a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#ffffffeb;font-size:.75rem;font-weight:700;letter-spacing:.1em;font-variant-numeric:tabular-nums;padding:.3rem .8rem;border-radius:999px;display:flex;align-items:center;gap:.375rem;pointer-events:none;z-index:2}.news-carousel__counter-sep{opacity:.4}.news-carousel__counter-total{opacity:.55}.news-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.22);background:#00000059;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,transform .2s ease}.news-carousel__arrow svg{width:18px;height:18px;flex-shrink:0}.news-carousel__arrow:hover{background:#2e7d32bf;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.news-carousel__arrow:focus-visible{outline:2px solid #f9a825;outline-offset:2px}.news-carousel__arrow--prev{left:.875rem}.news-carousel__arrow--next{right:.875rem}@media(max-width:375px){.news-carousel__arrow{width:36px;height:36px}.news-carousel__arrow--prev{left:.5rem}.news-carousel__arrow--next{right:.5rem}.news-carousel__arrow svg{width:15px;height:15px}}.news-carousel__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;padding-top:1rem}.news-carousel__dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;background:#2121212e;cursor:pointer;transition:width .3s cubic-bezier(.4,0,.2,1),background .3s ease}.news-carousel__dot--active{width:26px;background:#2e7d32}.news-carousel__dot:hover:not(.news-carousel__dot--active){background:#2121216b}.news-carousel__dot:focus-visible{outline:2px solid #f9a825;outline-offset:3px}.news-carousel__expand{position:absolute;bottom:.75rem;right:.75rem;z-index:3;width:34px;height:34px;border-radius:6px;border:1px solid rgba(255,255,255,.25);background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#ffffffd9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,transform .2s ease}.news-carousel__expand svg{width:15px;height:15px;flex-shrink:0}.news-carousel__expand:hover{background:#2e7d32d1;color:#fff;transform:scale(1.08)}.news-carousel__expand:focus-visible{outline:2px solid #f9a825;outline-offset:2px}.news-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;background:#000000f0;align-items:center;justify-content:center;padding:0;overscroll-behavior:contain}.news-lightbox.is-open{display:flex}.news-lightbox__frame{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.news-lightbox__img{max-width:min(92vw,1400px);max-height:88vh;object-fit:contain;border-radius:4px;display:block;transition:opacity .25s ease;-webkit-user-select:none;user-select:none}.news-lightbox__img.is-loading{opacity:.15}.news-lightbox .news-lightbox__next,.news-lightbox .news-lightbox__prev,.news-lightbox .news-lightbox__close{position:fixed;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#fff;cursor:pointer;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.news-lightbox .news-lightbox__next:hover,.news-lightbox .news-lightbox__prev:hover,.news-lightbox .news-lightbox__close:hover{background:#2e7d32b3;transform:scale(1.08)}.news-lightbox .news-lightbox__next:focus-visible,.news-lightbox .news-lightbox__prev:focus-visible,.news-lightbox .news-lightbox__close:focus-visible{outline:2px solid #f9a825}@media(max-width:768px){.news-lightbox .news-lightbox__next,.news-lightbox .news-lightbox__prev,.news-lightbox .news-lightbox__close{width:42px;height:42px}}.news-lightbox__close{top:1rem;right:1rem;border-radius:8px;width:40px;height:40px}.news-lightbox__close svg{width:16px;height:16px}.news-lightbox__prev{left:1.25rem;top:50%;transform:translateY(-50%)}.news-lightbox__prev svg{width:20px;height:20px}.news-lightbox__prev:hover{transform:translateY(-50%) scale(1.08)}@media(max-width:375px){.news-lightbox__prev{left:.375rem}}.news-lightbox__next{right:1.25rem;top:50%;transform:translateY(-50%)}.news-lightbox__next svg{width:20px;height:20px}.news-lightbox__next:hover{transform:translateY(-50%) scale(1.08)}@media(max-width:375px){.news-lightbox__next{right:.375rem}}.news-lightbox__counter{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fffc;font-size:.8125rem;font-weight:600;letter-spacing:.08em;font-variant-numeric:tabular-nums;padding:.3rem 1rem;border-radius:999px;pointer-events:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.news-mosaic{--gap: 3px;--radius: 10px;--h: clamp(300px, 42vh, 520px);display:grid;gap:var(--gap);border-radius:var(--radius);overflow:hidden;height:var(--h);margin-bottom:2.5rem}.news-mosaic--1{grid-template-columns:1fr}.news-mosaic--2{grid-template-columns:1fr 1fr}.news-mosaic--3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.news-mosaic--3 .news-mosaic__item:first-child{grid-row:1/3}.news-mosaic--4{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr 1fr}.news-mosaic--4 .news-mosaic__item:first-child{grid-row:1/4}.news-mosaic__item{position:relative;overflow:hidden;cursor:pointer;background:#e0e0e0}.news-mosaic__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.news-mosaic__item:hover img,.news-mosaic__item:focus img{transform:scale(1.05)}.news-mosaic__item:focus{outline:3px solid #f9a825;outline-offset:-3px}.news-mosaic__item--more:after{content:attr(data-more);position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;display:flex;align-items:center;justify-content:center;color:#fff;font-family:"Source Serif 4",serif;font-size:2rem;font-weight:700;letter-spacing:.02em;pointer-events:none}@media(max-width:768px){.news-mosaic{--h: auto;grid-template-columns:1fr!important;grid-template-rows:auto!important;border-radius:6px}.news-mosaic .news-mosaic__item{grid-row:auto!important}.news-mosaic .news-mosaic__item img{height:240px}}.lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#000000ed;align-items:center;justify-content:center;padding:1rem}.lightbox.is-open{display:flex}.lightbox__figure{display:flex;flex-direction:column;align-items:center;max-width:min(90vw,1200px);max-height:90vh}.lightbox__img{max-width:100%;max-height:82vh;object-fit:contain;border-radius:4px;display:block;transition:opacity .2s ease}.lightbox__img.is-loading{opacity:.25}.lightbox__counter{color:#ffffff8c;font-size:.8125rem;margin-top:.75rem;font-variant-numeric:tabular-nums}.lightbox .lightbox__next,.lightbox .lightbox__prev,.lightbox .lightbox__close{position:fixed;background:#ffffff1f;border:none;color:#fff;cursor:pointer;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.375rem;line-height:1;transition:background .2s ease}.lightbox .lightbox__next:hover,.lightbox .lightbox__prev:hover,.lightbox .lightbox__close:hover{background:#ffffff47}.lightbox .lightbox__next:focus,.lightbox .lightbox__prev:focus,.lightbox .lightbox__close:focus{outline:2px solid #f9a825}.lightbox__close{top:1.25rem;right:1.25rem;font-size:1rem}.lightbox__prev{left:1.25rem;top:50%;transform:translateY(-50%)}.lightbox__next{right:1.25rem;top:50%;transform:translateY(-50%)}@media(max-width:375px){.lightbox__prev{left:.375rem}.lightbox__next{right:.375rem}}.news-gallery__caption{font-size:.75rem;color:#757575;padding:.375rem .5rem;text-align:center}.deliverables-table{width:100%;border-collapse:collapse;font-size:.9375rem}.deliverables-table th{text-align:left;padding:.625rem .875rem;background:#212121;color:#fff;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.deliverables-table td{padding:.75rem .875rem;border-bottom:1px solid #e0e0e0;vertical-align:middle}.deliverables-table tr:last-child td{border-bottom:none}.deliverables-table tr:nth-child(2n) td{background:#fafafa}.deliverables-table tr:hover td{background:#ecf4fd}.deliverables-table__code{font-weight:700;color:#1565c0;white-space:nowrap}.deliverables-table__status{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px}.deliverables-table__status--published{background:#c9ebcb;color:#276a2b}.deliverables-table__status--upcoming{background:#fde3ba;color:#b37105}@media(max-width:768px){.deliverables-table{font-size:.875rem}.deliverables-table th,.deliverables-table td{padding:.5rem .625rem}}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:768px){.contact-layout{grid-template-columns:1fr}}.contact-details{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000012}.contact-details__title{font-size:1.25rem;color:#2e7d32;margin-bottom:1.5rem}.contact-details dl{display:grid;grid-template-columns:auto 1fr;gap:.625rem 1rem;align-items:baseline}.contact-details dt{font-weight:700;font-size:.875rem;color:#757575;text-transform:uppercase;letter-spacing:.05em}.contact-details dd{font-size:.9375rem}.contact-form-wrap{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000012}.contact-form-wrap h2{font-size:1.25rem;color:#2e7d32;margin-bottom:1.5rem}.contact-form-wrap .wpcf7-form{display:flex;flex-direction:column;gap:1rem}.contact-form-wrap input[type=text],.contact-form-wrap input[type=email],.contact-form-wrap textarea{width:100%;padding:.625rem .875rem;border:1px solid #e0e0e0;border-radius:6px;font-family:"Source Sans 3",sans-serif;font-size:.9375rem;transition:border-color .2s ease,box-shadow .2s ease}.contact-form-wrap input[type=text]:focus,.contact-form-wrap input[type=email]:focus,.contact-form-wrap textarea:focus{outline:none;border-color:#1565c0;box-shadow:0 0 0 3px #1565c026}.contact-form-wrap textarea{resize:vertical;min-height:140px}.contact-form-wrap input[type=submit]{align-self:flex-start;padding:.625rem 1.75rem;background:#2e7d32;color:#fff;border:none;border-radius:6px;font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.contact-form-wrap input[type=submit]:hover{background:#235f26}.wp-page{padding-block-start:0}.wp-overview{padding-block:3rem 2.5rem;background:#fff;border-bottom:1px solid #e0e0e0}.wp-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}@media(max-width:768px){.wp-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:375px){.wp-cards{grid-template-columns:1fr}}.wp-card{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;border-top:4px solid #2e7d32;background:#fff;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease,border-top-color .2s ease}.wp-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px);border-top-color:#1565c0;color:inherit}.wp-card__id{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#2e7d32;padding:.2rem .6rem;border-radius:999px;background:#2e7d3214;align-self:flex-start;transition:background .2s ease,color .2s ease}.wp-card:hover .wp-card__id{background:#2e7d32;color:#fff}.wp-card__title{font-size:.9375rem;font-weight:600;font-family:"Source Serif 4",serif;color:#212121;line-height:1.45}.wp-scrollnav{position:sticky;top:var(--header-h, 0px);z-index:50;background:#fff;border-bottom:2px solid #e0e0e0;box-shadow:0 2px 8px #0000000f}.wp-scrollnav .container{display:flex;gap:0;align-items:stretch}.wp-scrollnav__item{display:inline-flex;align-items:center;padding:.875rem 1.5rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#757575;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s ease,border-color .2s ease;text-decoration:none}.wp-scrollnav__item:hover{color:#2e7d32}.wp-scrollnav__item.is-active{color:#2e7d32;border-bottom-color:#2e7d32}@media(max-width:375px){.wp-scrollnav__item{padding:.75rem 1rem;font-size:.8125rem}}.anchor-target{scroll-margin-top:calc(var(--header-h, 0px) + 1.5rem)}.wp-section{padding-block:5rem 4rem;border-bottom:1px solid #e0e0e0;scroll-margin-top:calc(var(--header-h, 0px) + var(--scrollnav-h, 0px) + 1.5rem)}.wp-section__label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:#2e7d32;padding:.2rem .75rem;border-radius:999px;margin-bottom:1.25rem}.wp-section__title{max-width:760px}.wp-section__title h3{font-size:clamp(1.375rem,2.5vw,1.875rem);color:#2e7d32;line-height:1.3;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #f9a825}.wp-section__summary{max-width:760px;margin-bottom:2.5rem}.wp-section__summary p{font-size:1.0625rem;line-height:1.85;color:#212121;margin-bottom:1.25rem}.wp-section__summary p:last-child{margin-bottom:0}.wp-deliverables{margin-top:2.5rem}.wp-deliverables__heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#757575;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.eu-logos{background:#fff;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.eu-logos img{height:56px;width:auto;opacity:.85;transition:opacity .2s ease}.eu-logos img:hover{opacity:1}.eu-logos img.eu-logos__tall{height:96px}.eu-logos img.eu-logos__xl{height:120px}.eu-logos img.eu-logos__elgo{height:210px}.eu-logos img.eu-logos__snf{height:68px}@media(max-width:375px){.eu-logos{gap:1.25rem}.eu-logos img{height:40px}.eu-logos img.eu-logos__tall{height:64px}.eu-logos img.eu-logos__xl{height:80px}.eu-logos img.eu-logos__elgo{height:150px}.eu-logos img.eu-logos__snf{height:46px}}.site-stats{display:inline-flex;align-items:center;gap:0;margin-top:1.5rem;padding:.875rem 1.75rem;background:#ffffff17;border:1px solid rgba(255,255,255,.18);border-radius:8px}.site-stats__item{display:flex;flex-direction:column;align-items:center;padding:0 1.75rem}.site-stats__item:first-child{padding-left:0}.site-stats__item:last-child{padding-right:0}.site-stats__number{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;font-family:"Source Serif 4",serif;color:#fff;line-height:1.1;font-variant-numeric:tabular-nums}.site-stats__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.65;margin-top:.25rem}.site-stats__sep{width:1px;height:2.5rem;background:#fff3;flex-shrink:0}@media(max-width:375px){.site-stats{padding:.75rem 1.25rem}.site-stats__item{padding:0 1.25rem}.site-stats__number{font-size:1.375rem}}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:640px;margin-top:1.75rem}.kpi-card{background:#fff;border-radius:8px;padding:2.25rem 1.5rem;text-align:center;box-shadow:0 2px 8px #00000012;border-top:4px solid #2e7d32;transition:box-shadow .2s ease,transform .2s ease}.kpi-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.kpi-card--secondary{border-top-color:#1565c0}.kpi-card__number{display:block;font-family:"Source Serif 4",serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1.1;color:#2e7d32;font-variant-numeric:tabular-nums}.kpi-card--secondary .kpi-card__number{color:#1565c0}.kpi-card__label{display:block;margin-top:.625rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#757575}.presentation-list{list-style:none;margin-top:2rem;margin-bottom:3rem}.presentation-item{display:flex;align-items:flex-start;gap:2rem;padding:1.75rem 0;border-bottom:1px solid #e0e0e0}.presentation-item:first-child{border-top:1px solid #e0e0e0}.presentation-item__body{flex:1 1 0;min-width:0}.presentation-item__title{font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:600;color:#212121;line-height:1.45;margin-bottom:.375rem}.presentation-item__meta{display:flex;flex-wrap:wrap;gap:.125rem 0;flex-direction:column;margin-top:.375rem;font-size:.875rem;color:#757575}.presentation-item__authors{font-style:italic}.presentation-item__abstract{margin-top:.875rem}.presentation-item__abstract details>summary{cursor:pointer;color:#1565c0;font-size:.8125rem;font-weight:600;letter-spacing:.02em;list-style:none;display:inline-flex;align-items:center;gap:.3rem;transition:color .2s ease}.presentation-item__abstract details>summary:before{content:"▶";font-size:.6em}.presentation-item__abstract details>summary:hover{color:#2e7d32}.presentation-item__abstract details[open]>summary:before{content:"▼"}.presentation-item__abstract details>p{margin-top:.625rem;font-size:.875rem;line-height:1.65;color:#212121;max-width:70ch}.presentation-item__actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;padding-top:.125rem}.presentation-item__download{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#2e7d32;color:#fff;border-radius:4px;font-size:.8125rem;font-weight:600;white-space:nowrap;transition:background .2s ease}.presentation-item__download:hover{background:#1565c0;color:#fff}.presentation-item__doi{display:inline-block;font-size:.8125rem;font-weight:600;color:#1565c0;text-align:center;transition:color .2s ease}.presentation-item__doi:hover{color:#2e7d32}@media(max-width:768px){.presentation-item{flex-direction:column;gap:1rem}.presentation-item__actions{flex-direction:row;flex-wrap:wrap}}.lang-switcher{padding-left:clamp(.5rem,1vw,1rem);border-left:1px solid rgba(255,255,255,.25)}.lang-switcher a{font-variant:small-caps;letter-spacing:.06em;font-size:1.375rem;font-weight:700}.lang-switcher .current-lang a{color:#fff;border-bottom-color:#f9a825}
