@charset "UTF-8";:root{--color-primary: #28425E;--color-secondary: #E8B04B;--color-navy: #28425E;--color-gold: #E8B04B;--color-bg: #ffffff;--color-bg-alt: #F5F5F5;--color-muted: #f5f7fa;--color-text: #0f172a;--color-text-light: #64748b;--color-text-on-dark: #ffffff;--color-border: rgba(15, 23, 42, .1);--font-family-sans: "Fira Sans", sans-serif;--font-family-mono: monospace;--font-family-serif: "Noto Serif", serif}html{box-sizing:border-box;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit}body{margin:0;font-family:var(--font-family-sans);font-size:1rem;line-height:1.5;color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1rem;font-weight:700;line-height:1.25;color:var(--color-primary)}h1{font-size:2.25rem}@media(min-width:1024px){h1{font-size:3rem}}h2{font-size:1.875rem}@media(min-width:1024px){h2{font-size:2.25rem}}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color .15s ease-in-out}a:hover{color:var(--color-secondary);text-decoration:underline}a:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}img,svg,video,canvas{max-width:100%}img{height:auto;display:block}.skip-link{position:absolute;top:-100px;left:0;padding:.75rem 1rem;background:var(--color-primary);color:var(--color-text-on-dark);z-index:1300;border-radius:0 0 .5rem;font-weight:600}.skip-link:focus{top:0}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.container{padding-left:3rem;padding-right:3rem}}.button{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.button:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.button{background-color:#28425e;color:#fff}.button:hover{background-color:#1c2e41;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button:active{transform:translateY(0)}.button--secondary{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.button--secondary:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.button--secondary{background-color:#e8b04b;color:#28425e}.button--secondary:hover{background-color:#e3a027;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button--secondary:active{transform:translateY(0)}.button--outline{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.button--outline:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.button--outline{background-color:transparent;color:#28425e;border:2px solid #28425E}.button--outline:hover{background-color:#28425e;color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button--outline:active{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.home-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#28425e}@media(min-width:768px){.home-hero{min-height:60vh;padding:6rem 2rem}}@media(min-width:1024px){.home-hero{min-height:80vh;padding:6rem 3rem}}@media(min-width:1400px){.home-hero{min-height:85vh}}.home-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#0009);z-index:1}.home-hero__content{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.home-hero__content{max-width:800px}}@media(min-width:1024px){.home-hero__content{max-width:1000px;padding:0 2rem}}@media(min-width:1400px){.home-hero__content{max-width:1100px}}.home-hero__title{margin:0 0 1.5rem;font-size:1.875rem;font-weight:700;line-height:1.25;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media(min-width:768px){.home-hero__title{font-size:2.25rem;margin-bottom:1.5rem}}@media(min-width:1024px){.home-hero__title{font-size:3.5rem;margin-bottom:2rem}}@media(min-width:1400px){.home-hero__title{font-size:4rem}}.home-hero__subtitle{margin:0 0 2rem;font-size:1rem;line-height:1.75;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);opacity:.95}@media(min-width:768px){.home-hero__subtitle{font-size:1.125rem}}@media(min-width:1024px){.home-hero__subtitle{font-size:1.25rem;margin-bottom:3rem}}@media(min-width:1400px){.home-hero__subtitle{font-size:1.5rem;margin-bottom:4rem}}.home-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button--hero{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.button--hero:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.button--hero{background-color:#e8b04b;color:#28425e;font-size:1rem;padding:1rem 1.5rem;font-weight:700;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media(min-width:768px){.button--hero{font-size:1.125rem;padding:1rem 2rem}}@media(min-width:1024px){.button--hero{font-size:1.125rem;padding:1.5rem 3rem}}@media(min-width:1400px){.button--hero{font-size:1.25rem;padding:1.5rem 4rem}}.button--hero:hover{background-color:#e3a027;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-decoration:none}.button--hero:active{transform:translateY(0)}.site-main{background:#fff}.home-section{padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.home-section{padding-top:6rem;padding-bottom:6rem}}.home-section:nth-child(2n){background-color:#f5f5f5}.home-section h2{margin:0 0 2rem;text-align:center}.home-section--factoids{background-color:#f5f5f5}.factoids-grid{display:grid;gap:2rem}@media(min-width:768px){.factoids-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.factoids-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.factoid{text-align:center;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease-in-out}.factoid:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.factoid--statistic .factoid__number{font-size:3rem;font-weight:700;line-height:1;color:#e8b04b;margin-bottom:.75rem;font-family:'"Noto Serif", serif'}.factoid--statistic .factoid__unit{font-size:1.125rem;font-weight:600;color:#28425e;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.factoid--statistic .factoid__description{font-size:.875rem;color:#64748b;line-height:1.5}.factoid--statistic .factoid__description p{margin:0}.factoid--quote{display:flex;flex-direction:column;justify-content:center}.factoid--quote .factoid__quote{font-size:1rem;font-style:italic;color:#0f172a;margin:0;padding:0;border:none}.factoid--quote .factoid__quote:before{content:'"';font-size:2.25rem;color:#e8b04b;line-height:0;display:block;margin-bottom:1rem}.factoid--quote .factoid__source{display:block;margin-top:1rem;font-size:.875rem;color:#64748b;font-weight:600;font-style:normal}.factoid--quote .factoid__source:before{content:"— "}.home-section--donation{position:relative;background-color:#28425e;background-size:cover;background-position:center;background-repeat:no-repeat;padding:6rem 0}@media(min-width:1024px){.home-section--donation{padding:80px 0}}.donation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#28425ef2,#28425ed9);z-index:1}.donation-content{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto;color:#fff}.donation-content__title{margin:0 0 2rem;font-size:1.875rem;font-weight:700;color:#fff}@media(min-width:1024px){.donation-content__title{font-size:2.25rem}}.donation-content__text{font-size:1.125rem;line-height:1.75;margin-bottom:3rem;opacity:.95}.donation-content__text p{margin:0 0 1rem}.donation-content__text p:last-child{margin-bottom:0}.donation-content__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button--donation{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.button--donation:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.button--donation{background-color:#e8b04b;color:#28425e;font-size:1.125rem;padding:1rem 3rem;font-weight:700;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.button--donation:hover{background-color:#eec478;transform:translateY(-3px);box-shadow:0 10px 30px #e8b04b66;text-decoration:none}.button--donation:active{transform:translateY(-1px)}.site-header{position:sticky;top:0;z-index:1100;background:#fff;box-shadow:0 2px 8px #0000000d}.topbar{background:#28425e;color:#fff;font-size:.875rem}.topbar a{color:#fff;text-decoration:none;transition:opacity .15s ease-in-out}.topbar a:hover{opacity:.8;text-decoration:underline}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}@media(min-width:1024px){.topbar__inner{padding:1rem 0}}.topbar__left{flex:1}.topbar__list{display:none;gap:1.5rem;padding:0;margin:0;list-style:none}@media(min-width:1024px){.topbar__list{display:flex}}.topbar__right{display:flex;align-items:center;gap:1.5rem}.topbar__search{display:none}@media(min-width:1024px){.topbar__search{display:block}}.search-form--topbar{display:flex;align-items:center;gap:0;background:#ffffff26;border-radius:.5rem;padding:.5rem .75rem;transition:background-color .15s ease-in-out}.search-form--topbar:focus-within{background:#ffffff40}.search-form--topbar .search-form__input{background:transparent;border:none;color:#fff;font-size:.875rem;padding:0;width:200px}.search-form--topbar .search-form__input::placeholder{color:#ffffffb3}.search-form--topbar .search-form__input:focus{outline:none}.search-form--topbar .search-form__button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.search-form--topbar .search-form__button:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.search-form--topbar .search-form__button{color:#fff;padding:0;display:flex;align-items:center}.search-form--topbar .search-form__button svg{width:16px;height:16px}.topbar__lang .lang-switcher{display:flex;gap:.75rem;padding:0;margin:0;list-style:none}.topbar__lang .lang-switcher__item a{padding:.5rem .75rem;border-radius:.25rem;font-weight:400}.topbar__lang .lang-switcher__item a:hover{background:#ffffff26;text-decoration:none}.topbar__lang .lang-switcher__item.is-current a{font-weight:700;background:#fff3}.site-header__main{border-bottom:1px solid rgba(15,23,42,.1)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;gap:2rem}.site-branding{flex-shrink:0}.site-branding img{max-height:50px;width:auto}.site-branding__link{display:block;font-size:1.25rem;font-weight:700;color:#28425e;text-decoration:none}.site-branding__link:hover{color:#e8b04b}.mobile-menu-toggle{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.mobile-menu-toggle:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.mobile-menu-toggle{display:flex;flex-direction:column;gap:4px;padding:.75rem;z-index:1001}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle__bar{display:block;width:24px;height:2px;background-color:#28425e;transition:all .3s ease-in-out;border-radius:2px}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__bar:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] .mobile-menu-toggle__bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-search{display:none}@media(min-width:1024px){.mobile-search{display:none!important}}.primary-nav__mobile-search{display:block;padding:1.5rem;margin-bottom:1.5rem;background:#f5f5f5;border-radius:.75rem}@media(min-width:1024px){.primary-nav__mobile-search{display:none}}.primary-nav__mobile-search .search-form--nav{display:flex;gap:.75rem}.primary-nav__mobile-search .search-form--nav .search-form__input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(15,23,42,.1);border-radius:.5rem;font-size:1rem;background:#fff}.primary-nav__mobile-search .search-form--nav .search-form__input:focus{outline:none;border-color:#e8b04b}.primary-nav__mobile-search .search-form--nav .search-form__button{padding:1rem 1.5rem;background:#28425e;color:#fff;border:none;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease-in-out}.primary-nav__mobile-search .search-form--nav .search-form__button:hover{background:#19293a}.primary-nav__mobile-search .search-form--nav .search-form__button svg{width:20px;height:20px}.search-form--mobile{display:flex;gap:.75rem}.search-form--mobile .search-form__input{flex:1;padding:.75rem 1rem;border:1px solid rgba(15,23,42,.1);border-radius:.5rem;font-size:1rem}.search-form--mobile .search-form__input:focus{outline:2px solid #E8B04B;outline-offset:2px}.search-form--mobile .search-form__button{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.search-form--mobile .search-form__button:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.search-form--mobile .search-form__button{background-color:#28425e;color:#fff}.search-form--mobile .search-form__button:hover{background-color:#1c2e41;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.search-form--mobile .search-form__button:active{transform:translateY(0)}.search-form--mobile .search-form__button{padding:.75rem 1rem;display:flex;align-items:center}.search-form--mobile .search-form__button svg{width:16px;height:16px}.primary-nav{display:none}@media(min-width:1024px){.primary-nav{display:block;flex:1}}@media(max-width:1023px){.primary-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;overflow-y:auto;padding:80px 1.5rem 3rem;transform:translate(100%);transition:transform .3s ease-in-out}.primary-nav.is-open{transform:translate(0);display:block}}.primary-nav__list{list-style:none;margin:0;padding:0}@media(max-width:1023px){.primary-nav__list{display:flex;flex-direction:column;gap:0}}@media(min-width:1024px){.primary-nav__list{display:flex;gap:0;align-items:center;justify-content:flex-end}}.primary-nav__list>li{position:relative}@media(max-width:1023px){.primary-nav__list>li{border-bottom:1px solid rgba(15,23,42,.1)}.primary-nav__list>li>a{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.125rem;font-weight:600;color:#28425e;text-decoration:none}.primary-nav__list>li>a:hover{color:#e8b04b}}@media(min-width:1024px){.primary-nav__list>li>a{display:flex;align-items:center;gap:.5rem;padding:1.5rem 1rem;font-size:1rem;font-weight:600;color:#28425e;text-decoration:none;position:relative;transition:color .15s ease-in-out}.primary-nav__list>li>a:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:3px;background-color:#e8b04b;transform:scaleX(0);transition:transform .3s ease-in-out}.primary-nav__list>li>a:hover{color:#e8b04b}.primary-nav__list>li>a:hover:after{transform:scaleX(1)}.primary-nav__list>li>a[aria-current=page]{color:#e8b04b}.primary-nav__list>li>a[aria-current=page]:after{transform:scaleX(1)}}.menu-item__icon{width:10px;height:6px;flex-shrink:0;transition:transform .15s ease-in-out}@media(max-width:1023px){.menu-item__icon{width:12px;height:8px}}.has-children:hover>a .menu-item__icon,.has-children[aria-expanded=true]>a .menu-item__icon{transform:rotate(180deg)}.sub-menu{list-style:none;margin:0;padding:0}@media(max-width:1023px){.sub-menu{display:none;padding:.75rem 0 .75rem 1.5rem;border-left:3px solid #E8B04B;margin-top:.75rem}.sub-menu.is-open{display:block}.sub-menu li{margin:0}.sub-menu li a{display:block;padding:.75rem 0;font-size:1rem;color:#0f172a;text-decoration:none}.sub-menu li a:hover{color:#e8b04b}}@media(min-width:1024px){.mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:600px;max-width:800px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;z-index:1000;opacity:0;visibility:hidden;transform:translate(-50%) translateY(10px);transition:all .3s ease-in-out}.has-mega-menu:hover>.mega-menu,.has-mega-menu:focus-within>.mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mega-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.mega-menu>li>a{display:block;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:#28425e;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out}.mega-menu>li>a:hover{background-color:#fff;color:#28425e}.mega-menu>li .sub-menu{padding:.75rem 0 0 1rem;border-left:2px solid rgba(15,23,42,.05);margin-top:.75rem;display:block}.mega-menu>li .sub-menu li a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:400;color:#0f172a;text-decoration:none;border-radius:.25rem}.mega-menu>li .sub-menu li a:hover{background-color:#f5f5f5;color:#e8b04b}.sub-menu:not(.mega-menu){position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.75rem;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease-in-out}.has-children:hover>.sub-menu:not(.mega-menu),.has-children:focus-within>.sub-menu:not(.mega-menu){opacity:1;visibility:visible;transform:translateY(0)}.sub-menu:not(.mega-menu) li a{display:block;padding:.75rem 1rem;font-size:.875rem;color:#0f172a;text-decoration:none;border-radius:.25rem;transition:all .15s ease-in-out}.sub-menu:not(.mega-menu) li a:hover{background-color:#f5f5f5;color:#e8b04b}}.cards{display:grid;gap:2rem;padding:0;margin:0}@media(min-width:768px){.cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem}}.card{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:.75rem;overflow:hidden;transition:all .3s ease-in-out}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.card{display:flex;flex-direction:column;height:100%}.card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.card__link:hover{text-decoration:none}.card__link:hover .card__image{transform:scale(1.05)}.card__link:hover .card__title{color:#e8b04b}.card__link:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.card__media{position:relative;overflow:hidden;aspect-ratio:16/9;background-color:#f5f7fa}.card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#0009);opacity:.8;transition:opacity .3s ease-in-out}.card__link:hover .card__overlay{opacity:1}.card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card__category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#e8b04b;margin-bottom:.75rem}.card__category--overlay{position:absolute;top:1rem;left:1rem;padding:.5rem .75rem;background-color:#e8b04b;color:#28425e;border-radius:.25rem;z-index:2}.card__kicker{font-size:.875rem;color:#64748b;margin:0 0 .75rem;font-style:italic}.card__title{font-size:1.25rem;font-weight:700;line-height:1.25;color:#28425e;margin:0 0 1rem;transition:color .15s ease-in-out}.card__excerpt{font-size:1rem;line-height:1.5;color:#0f172a;margin:0 0 1rem;flex:1}.card__excerpt p{margin:0}.card__read-more{font-size:.875rem;font-weight:600;color:#28425e;margin-top:auto}@media(min-width:1024px){.card--primary .card__link{flex-direction:row}.card--primary .card__media--primary{flex:0 0 40%;max-width:40%;aspect-ratio:auto}.card--primary .card__content{flex:1;padding:2rem}.card--primary .card__title{font-size:1.875rem}.card--primary .card__excerpt{font-size:1.125rem}}.card--secondary .card__media--secondary,.card--publication .card__media--secondary,.card--ressource .card__media--secondary,.card--actualite .card__media--secondary{aspect-ratio:3/2}.card--secondary .card__title--secondary,.card--publication .card__title--secondary,.card--ressource .card__title--secondary,.card--actualite .card__title--secondary{font-size:1.125rem}.card--event .card__media--event{aspect-ratio:4/3}.card--event .card__date-badge{position:absolute;top:1.5rem;right:1.5rem;background-color:#e8b04b;color:#28425e;padding:.75rem 1rem;border-radius:.5rem;text-align:center;z-index:2;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card--event .card__date-month{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.card--event .card__date-day{display:block;font-size:1.875rem;font-weight:700;line-height:1}.card--event .card__title--event{font-size:1.125rem}.card--event .card__location{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin:0 0 .75rem}.card--event .card__location svg{flex-shrink:0}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(15,23,42,.1)}.page-title{font-size:1.875rem;font-weight:700;color:#28425e;margin:0}@media(min-width:768px){.page-title{font-size:2.25rem}}.archive-filters{background-color:#f5f5f5;border:1px solid rgba(15,23,42,.1);border-radius:.75rem;margin-bottom:3rem;overflow:hidden}.archive-filters__summary{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;color:#28425e;cursor:pointer;list-style:none;transition:background-color .15s ease-in-out}.archive-filters__summary::-webkit-details-marker{display:none}.archive-filters__summary:after{content:"+";font-size:1.25rem;font-weight:700;color:#e8b04b;transition:transform .15s ease-in-out}.archive-filters__summary:hover{background-color:#28425e0d}.archive-filters[open] .archive-filters__summary:after{content:"−"}.archive-filters__form{display:grid;gap:3rem;padding:3rem;border-top:1px solid rgba(15,23,42,.1);background-color:#fff}@media(min-width:768px){.archive-filters__form{grid-template-columns:repeat(3,1fr);align-items:end;gap:2rem 3rem}}@media(min-width:1024px){.archive-filters__form{grid-template-columns:repeat(4,1fr)}}.archive-filters__form label{display:flex;flex-direction:column;gap:1rem}.archive-filters__form label span{font-size:1rem;font-weight:600;color:#28425e}.archive-filters__form select{width:100%;padding:.75rem 1rem;font-size:1rem;color:#0f172a;background-color:#fff;border:1px solid rgba(15,23,42,.1);border-radius:.5rem;cursor:pointer;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.archive-filters__form select:hover{border-color:#28425e}.archive-filters__form select:focus{outline:none;border-color:#e8b04b;box-shadow:0 0 0 3px #e8b04b33}.archive-filters__actions{display:flex;gap:1rem;align-items:center}@media(min-width:768px){.archive-filters__actions{grid-column:-2/-1}}.archive-filters__actions button{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.archive-filters__actions button:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.archive-filters__actions button{background-color:#28425e;color:#fff}.archive-filters__actions button:hover{background-color:#1c2e41;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.archive-filters__actions button:active{transform:translateY(0)}.archive-filters__actions button{flex:1}@media(min-width:768px){.archive-filters__actions button{flex:none}}.archive-filters__actions a{font-size:.875rem;color:#64748b;text-decoration:underline}.archive-filters__actions a:hover{color:#28425e}.posts-navigation,.post-navigation{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(15,23,42,.1)}.nav-links{display:flex;justify-content:space-between;gap:1.5rem}.nav-previous a,.nav-next a{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#28425e;background-color:#f5f5f5;border-radius:.5rem;text-decoration:none;transition:background-color .15s ease-in-out,color .15s ease-in-out}.nav-previous a:hover,.nav-next a:hover{background-color:#28425e;color:#fff}.nav-previous a:before{content:"←"}.nav-next a:after{content:"→"}.no-results{text-align:center;padding:4rem 2rem}.no-results p{font-size:1.125rem;color:#64748b}.sitemap{display:flex;flex-direction:column;gap:4rem}.sitemap__section{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.sitemap__header{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#28425e,#19293a);color:#fff}.sitemap__header h2{font-size:1.25rem;font-weight:700;margin:0;flex:1}.sitemap__icon{flex-shrink:0;opacity:.9}.sitemap__count{background:#fff3;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600}.sitemap__archive-link{color:#e8b04b;font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap}.sitemap__archive-link:hover{text-decoration:underline}.sitemap__list{list-style:none;padding:1.5rem 2rem;margin:0;display:flex;flex-direction:column;gap:0}.sitemap__list--grid{display:grid;gap:.75rem}@media(min-width:768px){.sitemap__list--grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sitemap__list--grid{grid-template-columns:repeat(3,1fr)}}.sitemap__list--tags{flex-direction:row;flex-wrap:wrap;gap:.75rem}.sitemap__item{border-bottom:1px solid rgba(15,23,42,.1)}.sitemap__item:last-child{border-bottom:none}.sitemap__list--grid .sitemap__item{border-bottom:none;background:#f5f5f5;border-radius:.5rem;transition:background-color .15s ease-in-out,transform .15s ease-in-out}.sitemap__list--grid .sitemap__item:hover{background:#e8b04b1a;transform:translate(4px)}.sitemap__item a{display:flex;justify-content:space-between;align-items:center;padding:1rem;color:#0f172a;text-decoration:none;transition:color .15s ease-in-out}.sitemap__item a:hover,.sitemap__item a:hover .sitemap__item-title{color:#28425e}.sitemap__item-title{font-weight:500;transition:color .15s ease-in-out}.sitemap__item-date{font-size:.875rem;color:#64748b;white-space:nowrap}.sitemap__tag a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f5f5f5;border-radius:1rem;color:#0f172a;text-decoration:none;font-size:.875rem;transition:background-color .15s ease-in-out,color .15s ease-in-out}.sitemap__tag a:hover{background:#e8b04b;color:#28425e}.sitemap__tag-count{background:#28425e1a;color:#28425e;padding:2px .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.sitemap__tag a:hover .sitemap__tag-count{background:#28425e4d}.page-template-default .entry-content h2{font-size:1.5rem;font-weight:700;color:#28425e;margin:3rem 0 1.5rem}.page-template-default .entry-content h2:first-child{margin-top:0}.page-template-default .entry-content ul{margin:1rem 0;padding-left:2rem}.page-template-default .entry-content ul li{margin-bottom:.75rem;line-height:1.75}.page-template-default .entry-content p{margin-bottom:1.5rem;line-height:1.75}.page-template-default .entry-content em{color:#64748b}.site-main__inner{max-width:1200px;margin:0 auto;padding-left:var(--space-lg, 1.5rem);padding-right:var(--space-lg, 1.5rem);padding-top:var(--space-3xl, 4rem);padding-bottom:var(--space-3xl, 4rem)}@media(min-width:768px){.site-main__inner{padding-top:var(--space-4xl, 6rem);padding-bottom:var(--space-4xl, 6rem)}}article{max-width:800px;margin:0 auto}.entry-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(15,23,42,.1)}@media(min-width:768px){.entry-header{margin-bottom:4rem}}.entry-title{font-size:1.875rem;font-weight:700;color:#28425e;line-height:1.25;margin-bottom:1rem;font-family:'"Noto Serif", serif'}@media(min-width:768px){.entry-title{font-size:2.25rem}}.entry-kicker{font-size:1.125rem;color:#e8b04b;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}.entry-meta-bar{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0;margin-bottom:2rem;border-bottom:1px solid rgba(15,23,42,.1)}@media(min-width:768px){.entry-meta-bar{flex-direction:row;align-items:center;justify-content:space-between}}.entry-meta-bar__info{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;color:#64748b;font-size:.875rem}.entry-meta-bar__author,.entry-meta-bar__date{display:flex;align-items:center;gap:.5rem}.entry-meta-bar__author svg,.entry-meta-bar__date svg{flex-shrink:0;opacity:.7}.entry-meta-bar__share{display:flex;align-items:center;gap:.75rem}.entry-meta-bar__share-label{font-size:.875rem;color:#64748b;font-weight:500;margin-right:.5rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f5f5f5;color:#64748b;border:none;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.share-btn:hover{transform:translateY(-2px)}.share-btn:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.share-btn svg{width:18px;height:18px}.share-btn--facebook:hover{background-color:#1877f2;color:#fff}.share-btn--twitter:hover{background-color:#000;color:#fff}.share-btn--linkedin:hover{background-color:#0a66c2;color:#fff}.share-btn--whatsapp:hover{background-color:#25d366;color:#fff}.share-btn--email:hover{background-color:#28425e;color:#fff}.share-btn--copy:hover{background-color:#e8b04b;color:#28425e}.share-btn--copy.copied{background-color:#27ae60;color:#fff}.entry-meta{list-style:none;padding:0;margin:0 0 3rem;display:flex;flex-wrap:wrap;gap:1rem 2rem;font-size:1rem;color:#64748b}.entry-meta li{display:flex;align-items:center}.entry-meta li:before{content:"•";margin-right:.75rem;color:#e8b04b;font-weight:700}.entry-meta li:first-child:before{display:none}.entry-content{font-size:1rem;line-height:1.75;color:#0f172a;margin-bottom:4rem}@media(min-width:768px){.entry-content{font-size:1.125rem}}.entry-content p{margin-bottom:1.5rem}.entry-content h2{font-size:1.5rem;font-weight:700;color:#28425e;margin-top:3rem;margin-bottom:1.5rem;font-family:'"Noto Serif", serif'}@media(min-width:768px){.entry-content h2{font-size:1.875rem}}.entry-content h3{font-size:1.25rem;font-weight:600;color:#28425e;margin-top:2rem;margin-bottom:1rem}@media(min-width:768px){.entry-content h3{font-size:1.5rem}}.entry-content h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin-top:1.5rem;margin-bottom:.75rem}.entry-content ul,.entry-content ol{margin-bottom:1.5rem;padding-left:2rem}.entry-content ul li,.entry-content ol li{margin-bottom:.75rem}.entry-content ul{list-style:disc}.entry-content ol{list-style:decimal}.entry-content blockquote{border-left:4px solid #E8B04B;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#64748b;font-size:1.125rem}.entry-content blockquote p:last-child{margin-bottom:0}.entry-content img{max-width:100%;height:auto;border-radius:.5rem;margin:2rem 0}.entry-content figure{margin:2rem 0}.entry-content figure img{margin:0}.entry-content figure figcaption{font-size:.875rem;color:#64748b;text-align:center;margin-top:.75rem;font-style:italic}.entry-content a{color:#e8b04b;text-decoration:underline;transition:color .3s ease-in-out}.entry-content a:hover{color:#28425e}.entry-content code{background-color:#f5f5f5;padding:2px 6px;border-radius:.25rem;font-size:.9em;font-family:monospace}.entry-content pre{background-color:#f5f5f5;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.entry-content pre code{background:none;padding:0}.entry-content table{width:100%;border-collapse:collapse;margin:2rem 0}.entry-content table th,.entry-content table td{padding:.75rem 1rem;border:1px solid rgba(15,23,42,.1);text-align:left}.entry-content table th{background-color:#f5f5f5;font-weight:600;color:#28425e}.related-posts{margin-top:6rem;padding-top:4rem;border-top:2px solid rgba(15,23,42,.1)}.related-posts h2{font-size:1.5rem;font-weight:700;color:#28425e;margin-bottom:2rem;font-family:'"Noto Serif", serif'}@media(min-width:768px){.related-posts h2{font-size:1.875rem}}.related-posts__grid{display:grid;gap:2rem}@media(min-width:768px){.related-posts__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.related-posts__grid{grid-template-columns:repeat(3,1fr)}}.related-posts__grid .card,.related-posts__grid article[class*=card]{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:all .3s ease-in-out;display:flex;flex-direction:column;height:100%}.related-posts__grid .card:hover,.related-posts__grid article[class*=card]:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.related-posts__grid .card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.related-posts__grid .card__media{position:relative;overflow:hidden;aspect-ratio:16/9;background-color:#f5f7fa}.related-posts__grid .card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.related-posts__grid .card:hover .card__media img{transform:scale(1.05)}.related-posts__grid .card__title{font-size:1.125rem;font-weight:700;color:#28425e;margin:0;padding:1rem 1.5rem 0;line-height:1.25;transition:color .15s ease-in-out}.related-posts__grid .card:hover .card__title{color:#e8b04b}.related-posts__grid .card__kicker{font-size:.875rem;color:#64748b;margin:0;padding:.5rem 1.5rem 0;font-style:italic}.related-posts__grid .card__excerpt{font-size:.875rem;color:#0f172a;padding:.75rem 1.5rem 1.5rem;flex:1;line-height:1.5}.related-posts__grid .card__excerpt p{margin:0}.related-posts__grid .card__meta{padding:0 1.5rem 1.5rem;margin:0}.related-posts__grid .card__download{display:inline-block;font-size:.875rem;font-weight:600;color:#28425e;text-decoration:underline}.related-posts__grid .card__download:hover{color:#e8b04b}article .button{display:inline-block;margin-top:1.5rem}.post-thumbnail{margin-bottom:3rem;border-radius:.75rem;overflow:hidden}.post-thumbnail img{width:100%;height:auto;display:block}.post-navigation{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(15,23,42,.1);display:flex;justify-content:space-between;gap:1.5rem}.post-navigation a{display:block;padding:1rem 1.5rem;background-color:#f5f5f5;border-radius:.5rem;transition:all .3s ease-in-out;text-decoration:none;color:#0f172a;flex:1}.post-navigation a:hover{background-color:#28425e;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.post-navigation a .nav-subtitle{display:block;font-size:.875rem;color:#64748b;margin-bottom:.5rem}.post-navigation a .nav-title{display:block;font-weight:600;font-size:1rem}.post-navigation a:hover .nav-subtitle,.post-navigation a:hover .nav-title{color:#fff}.page-header{margin-bottom:4rem;padding-bottom:3rem;border-bottom:2px solid rgba(15,23,42,.1);text-align:center}@media(min-width:768px){.page-header{margin-bottom:6rem}}.page-title{font-size:1.5rem;font-weight:700;color:#28425e;margin-bottom:2rem;font-family:'"Noto Serif", serif';line-height:1.25}@media(min-width:768px){.page-title{font-size:1.875rem}}.page-title span{color:#e8b04b;font-style:italic}.search-form{max-width:600px;margin:0 auto;display:flex;gap:.75rem;align-items:stretch}.search-form label{flex:1;display:block}.search-form label .screen-reader-text,.search-form label .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.search-form input[type=search],.search-form .search-field{width:100%;padding:1rem 1.5rem;border:2px solid rgba(15,23,42,.1);border-radius:.5rem;font-size:1rem;transition:all .3s ease-in-out}.search-form input[type=search]:focus,.search-form .search-field:focus{outline:none;border-color:#e8b04b;box-shadow:0 0 0 3px #e8b04b1a}.search-form button[type=submit],.search-form .search-submit{padding:1rem 2rem;background-color:#e8b04b;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;white-space:nowrap}.search-form button[type=submit]:hover,.search-form .search-submit:hover{background-color:#28425e;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.search-form button[type=submit]:active,.search-form .search-submit:active{transform:translateY(0)}.search-results .cards,.search .cards{display:grid;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.search-results .cards,.search .cards{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(min-width:1024px){.search-results .cards,.search .cards{grid-template-columns:repeat(3,1fr)}}.card--search{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid rgba(15,23,42,.1);transition:all .3s ease-in-out}.card--search:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#e8b04b}.card--search .card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;line-height:1.25}.card--search .card__title a{color:#28425e;text-decoration:none;transition:color .3s ease-in-out}.card--search .card__title a:hover{color:#e8b04b}.card--search .card__title mark{background-color:#e8b04b33;color:#28425e;font-weight:700;padding:2px 4px;border-radius:.25rem}.card--search .card__excerpt{color:#64748b;line-height:1.5;margin:0}.card--search .card__excerpt mark{background-color:#e8b04b33;color:#0f172a;font-weight:600;padding:2px 4px;border-radius:.25rem}.card--search .card__meta{margin-top:1rem;font-size:.875rem;color:#64748b;display:flex;gap:1rem;flex-wrap:wrap}.card--search .card__meta span{display:flex;align-items:center;gap:.5rem}.card--search .card__meta span:before{content:"•";color:#e8b04b}.card--search .card__meta span:first-child:before{display:none}.no-results{text-align:center;padding:6rem 2rem}.no-results .page-title{margin-bottom:1.5rem}.no-results p{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.no-results .search-form{margin-top:3rem}.posts-navigation,.pagination{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(15,23,42,.1);display:flex;justify-content:space-between;gap:1.5rem}.posts-navigation .nav-previous,.posts-navigation .nav-next,.posts-navigation .nav-links a,.posts-navigation .page-numbers,.pagination .nav-previous,.pagination .nav-next,.pagination .nav-links a,.pagination .page-numbers{display:inline-block;padding:.75rem 1.5rem;background-color:#f5f5f5;color:#0f172a;text-decoration:none;border-radius:.5rem;transition:all .3s ease-in-out;border:1px solid rgba(15,23,42,.1)}.posts-navigation .nav-previous:hover,.posts-navigation .nav-next:hover,.posts-navigation .nav-links a:hover,.posts-navigation .page-numbers:hover,.pagination .nav-previous:hover,.pagination .nav-next:hover,.pagination .nav-links a:hover,.pagination .page-numbers:hover{background-color:#e8b04b;color:#fff;border-color:#e8b04b;transform:translateY(-2px);box-shadow:0 1px 2px #0000000d}.posts-navigation .nav-previous.current,.posts-navigation .nav-next.current,.posts-navigation .nav-links a.current,.posts-navigation .page-numbers.current,.pagination .nav-previous.current,.pagination .nav-next.current,.pagination .nav-links a.current,.pagination .page-numbers.current{background-color:#28425e;color:#fff;border-color:#28425e;font-weight:700}.posts-navigation .nav-previous.dots,.posts-navigation .nav-next.dots,.posts-navigation .nav-links a.dots,.posts-navigation .page-numbers.dots,.pagination .nav-previous.dots,.pagination .nav-next.dots,.pagination .nav-links a.dots,.pagination .page-numbers.dots{background:none;border:none;pointer-events:none}.posts-navigation .nav-previous.dots:hover,.posts-navigation .nav-next.dots:hover,.posts-navigation .nav-links a.dots:hover,.posts-navigation .page-numbers.dots:hover,.pagination .nav-previous.dots:hover,.pagination .nav-next.dots:hover,.pagination .nav-links a.dots:hover,.pagination .page-numbers.dots:hover{transform:none;box-shadow:none}.posts-navigation .nav-links,.pagination .nav-links{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.site-footer{background-color:#28425e;color:#fff;margin-top:6rem}.site-footer a{color:#fff;text-decoration:none;transition:color .15s ease-in-out}.site-footer a:hover{color:#e8b04b}.site-footer__main{padding:6rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-grid{display:grid;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem}}.footer-column__title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.footer-column--about .footer-logo img{max-height:50px;width:auto;margin-bottom:1.5rem;filter:brightness(0) invert(1)}.footer-column--about .footer-brand{font-size:1.25rem;margin-bottom:1.5rem}.footer-column--about .footer-text,.footer-column--about .footer-description{font-size:.875rem;line-height:1.75;opacity:.9;margin-bottom:1.5rem}.footer-column--about .footer-text p,.footer-column--about .footer-description p{margin:0 0 .75rem}.footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-menu li a{display:block;padding:.5rem 0;font-size:.875rem}.footer-menu li a:hover{padding-left:.5rem;transition:padding .15s ease-in-out}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;transition:all .15s ease-in-out}.footer-social__link:hover{background-color:#e8b04b;color:#28425e;transform:translateY(-3px)}.footer-social__link svg{width:20px;height:20px}.footer-newsletter{font-size:.875rem}.footer-newsletter form{display:flex;gap:.75rem;flex-direction:column}@media(min-width:768px){.footer-newsletter form{flex-direction:row}}.footer-newsletter input[type=email],.footer-newsletter input[type=text]{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background-color:#ffffff1a;color:#fff;font-size:.875rem}.footer-newsletter input[type=email]::placeholder,.footer-newsletter input[type=text]::placeholder{color:#fff9}.footer-newsletter input[type=email]:focus,.footer-newsletter input[type=text]:focus{outline:2px solid #E8B04B;outline-offset:2px;background-color:#ffffff26}.footer-newsletter button[type=submit],.footer-newsletter input[type=submit]{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:all .15s ease-in-out;cursor:pointer;border:none;text-align:center}.footer-newsletter button[type=submit]:focus-visible,.footer-newsletter input[type=submit]:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.footer-newsletter button[type=submit],.footer-newsletter input[type=submit]{background-color:#e8b04b;color:#28425e;padding:.75rem 1.5rem;font-size:.875rem}.footer-newsletter button[type=submit]:hover,.footer-newsletter input[type=submit]:hover{background-color:#eec478}.footer-newsletter-text{font-size:.875rem;line-height:1.5;opacity:.9}.site-footer__bottom{padding:2rem 0}.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:1024px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom__left,.footer-bottom__right{flex:1}.footer-copyright{font-size:.75rem;margin:0;opacity:.8}.footer-legal{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:1024px){.footer-legal{justify-content:flex-end}}.footer-legal a{font-size:.75rem;opacity:.8}.footer-legal a:hover{opacity:1}.back-to-top{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.back-to-top:focus-visible{outline:2px solid #E8B04B;outline-offset:2px}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background-color:#e8b04b;color:#28425e;border-radius:50%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1100;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease-in-out}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background-color:#eec478;transform:translateY(-3px);box-shadow:0 8px 20px #e8b04b66}.back-to-top:active{transform:translateY(0)}.back-to-top svg{width:20px;height:20px}.cookie-banner{position:fixed;left:0;right:0;bottom:0;padding:12px;background:#0f172ad9;color:#fff;z-index:2000}.cookie-banner__inner{display:grid;gap:10px;max-width:980px;margin:0 auto}.cookie-banner a{color:#fff;text-decoration:underline}.cookie-banner__actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-banner__btn{background:#fff;color:#0f172a;border:0;border-radius:6px;padding:8px 12px}
