.cookie-modal{--background-overlay:#080807a6;position:fixed;inset:0;z-index:var(--z-index-xlg);display:flex;align-items:center;justify-content:center;padding:clamp(12px,3vw,32px)}.cookie-modal .cookie-modal__overlay{position:absolute;inset:0;background:var(--background-overlay);backdrop-filter:blur(4px)}@supports not (backdrop-filter:blur(1px)){.cookie-modal .cookie-modal__overlay{background:rgba(8,8,7,.851)}}.cookie-modal .cookie-modal__container{position:relative;z-index:1;display:flex;flex-direction:column;width:min(680px,100%);max-height:min(80dvh,720px);background-color:var(--neutral-0);color:var(--neutral-800);border-radius:12px;box-shadow:0 18px 48px rgba(26,31,35,.35);overflow:hidden}.cookie-modal .cookie-modal__container:focus{outline:none}.cookie-modal .cookie-modal__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:clamp(16px,2.5vw,24px) clamp(16px,2.5vw,24px) 8px}.cookie-modal .cookie-modal__title{font-family:var(--display-font),serif;font-size:clamp(1.05rem,2.2vw,1.4rem);margin:0}.cookie-modal .cookie-modal__close{flex:0 0 auto;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:var(--neutral-600);font-size:1.5rem;line-height:1;cursor:pointer}.cookie-modal .cookie-modal__close:is(:hover,:focus-visible){background:var(--neutral-100);color:var(--neutral-900)}.cookie-modal .cookie-modal__header{display:flex;gap:4px;padding-inline:clamp(16px,2.5vw,24px);border-bottom:1px solid var(--neutral-200)}.cookie-modal .cookie-modal__header-item{padding:10px 14px;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--neutral-600);font-size:.9rem;font-weight:600;cursor:pointer}.cookie-modal .cookie-modal__header-item:is(:hover,:focus-visible){color:var(--neutral-900)}.cookie-modal .cookie-modal__header-item--active{color:var(--blue-300);border-bottom-color:var(--blue-300)}.cookie-modal .cookie-modal__body{flex:1 1 auto;overflow-y:auto;padding:clamp(16px,2.5vw,24px);display:flex;flex-direction:column;gap:20px}.cookie-modal .cookie-modal__content-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.cookie-modal .cookie-modal__content-title{display:flex;align-items:center;gap:8px;margin:0 0 6px;font-size:1rem;font-weight:700}.cookie-modal .cookie-modal__badge{padding:2px 8px;border-radius:999px;background:var(--neutral-100);color:var(--neutral-600);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cookie-modal .cookie-modal__text{margin:0 0 8px;font-size:.875rem;line-height:1.55;color:var(--neutral-700)}.cookie-modal .cookie-modal__text--muted{color:var(--neutral-600);font-size:.8rem}.cookie-modal .cookie-modal__link{color:var(--blue-300);font-size:.875rem;text-decoration:underline}.cookie-modal .cookie-modal__record{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;margin:12px 0 0;padding:12px;border-radius:8px;background:var(--neutral-50);font-size:.8rem}.cookie-modal .cookie-modal__record dt{font-weight:600;color:var(--neutral-600)}.cookie-modal .cookie-modal__record dd{margin:0;overflow-wrap:anywhere}.cookie-modal .cookie-modal__provider{margin-top:10px;border:1px solid var(--neutral-200);border-radius:8px;padding:10px 12px}.cookie-modal .cookie-modal__provider-summary{cursor:pointer;font-size:.85rem;font-weight:600}.cookie-modal .cookie-modal__cookie{margin-top:10px;padding-top:10px;border-top:1px solid var(--neutral-150)}.cookie-modal .cookie-modal__cookie-name code{font-size:.8rem;background:var(--neutral-100);padding:1px 6px;border-radius:4px}.cookie-modal .cookie-modal__actions{display:flex;flex-wrap:wrap;gap:10px;padding:clamp(14px,2.5vw,20px) clamp(16px,2.5vw,24px);border-top:1px solid var(--neutral-200);background:var(--neutral-20)}.cookie-modal .cookie-modal__button{flex:1 1 160px;padding:12px 18px;border-radius:25px;border:1px solid transparent;font-size:.85rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background .24s ease,color .24s ease}.cookie-modal .cookie-modal__button--secondary{background:var(--neutral-0);border-color:var(--neutral-300);color:var(--neutral-800)}.cookie-modal .cookie-modal__button--secondary:is(:hover,:focus-visible){background:var(--neutral-100)}.cookie-modal .cookie-modal__button--primary{background:var(--blue-300);color:var(--neutral-0)}.cookie-modal .cookie-modal__button--primary:is(:hover,:focus-visible){background:var(--blue-200)}.cookie-settings-button{padding:0;border:none;background:none;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.footer-section .footer-section__section-item{display:flex;flex-direction:column;gap:var(--gap-spacing-tight)}@media(min-width:768px){.footer-section .footer-section__section-item{gap:var(--gap-spacing-base)}}.footer-section .footer-section__background{background-color:var(--color-bg-contrast)}.footer-section .footer-section__links{display:flex;flex-direction:column;gap:var(--gap-spacing-tight)}.footer-section .footer-section__link{font-size:var(--font-size-sm);font-weight:500}.footer-section .footer-section__section-title{font-weight:700;font-size:inherit}.footer-section{color:var(--color-fg-default);background-color:var(--color-bg-default);transition:all .3s ease-in}.footer-section__container{display:flex;flex-direction:column;min-height:0!important;max-width:none;padding:3% 2%!important;gap:var(--gap-spacing-48)}@media(min-width:1000px){.footer-section__container{flex-direction:row;align-items:flex-start;gap:clamp(var(--gap-spacing-60),8vw,180px)}}.footer-section__list-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));-moz-column-gap:var(--gap-spacing-base);column-gap:var(--gap-spacing-base);row-gap:var(--gap-spacing-48);align-items:start;flex:1;min-width:0}.footer-section__list-title{font-weight:600}.footer-section__item{list-style:none;margin-top:.7rem;font-size:14px}.footer-section__item a{color:#000}.footer-section__bottom__container{width:100%;margin:0 auto;padding:0 1%;display:flex;flex-direction:column;max-width:1500px}@media(min-width:768px){.footer-section__bottom__container{flex-direction:row;justify-content:space-between;align-items:center}}.footer-section__bottom__copyright-label{font-weight:600;font-size:12px}.footer-section__bottom__item-container{display:flex;justify-content:space-between}@media(min-width:768px){.footer-section__bottom__item-container{gap:70px}}.footer-section__bottom__item{list-style:none;margin-top:.7rem;color:#000;font-weight:700;font-size:12px}.footer-section__bottom__item a{color:#000}.footer-section .footer-section__contact-information,.footer-section .footer-section__resource-link{margin-bottom:6px}.footer-section .footer-section__content-title{font-weight:600}.footer-section .footer-section__logo-container{width:110px;height:60px}.footer-section .footer-section__logo-container .link #footer-logo path{fill:currentColor}.footer-section .footer-section__bottom-wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:20px}@media(min-width:1000px){.footer-section .footer-section__bottom-wrapper{flex-direction:row}}.footer-section .footer-section__item-wrapper{display:flex;flex-direction:column;gap:10px}@media(min-width:1000px){.footer-section .footer-section__item-wrapper{flex-direction:row}}.footer-section .footer-section__bottom{padding:5px 10px;background-color:#000}.footer-section .footer-section__section-item .footer-section__section-title{margin-bottom:var(--gap-spacing-tight)}.footer-section .footer-section__section-item .footer-section__link{font-size:var(--font-size-sm);opacity:.85}.footer-section .footer-section__section-item a:is(:hover,:focus-visible) .footer-section__link{opacity:1;text-decoration:underline}.footer-section__copyright{font-size:var(--font-size-sm)}.footer-section .footer-section__disclosure{display:block;max-width:70ch;margin-block-start:var(--type-spacing-tight);font-size:var(--font-size-xs);font-weight:400;line-height:var(--line-height-normal);color:var(--neutral-400)}.footer-section .footer-section__bottom-item,.footer-section__copyright-label{font-weight:600}.footer-section__copyright-label{color:gray}.footer-section .footer-section__bottom-item>*{color:#f5f5f5;font-size:12px}.header{--header-max-width:clamp(768px,100%,1980px);--header-height:clamp(80px,8vh,100px);--header-padding:var(--spacing-md) var(--spacing-lg);--header-logo-fill:var(--neutral-900);--header-offset:calc(var(--header-height) * 0.2);--space-xss:calc(var(--space-sm) * 0.10);position:fixed;top:0;left:0;right:0;z-index:var(--z-index-lg);padding-top:var(--header-offset);background:transparent;padding-left:var(--space-sm);padding-right:var(--space-sm)}.header .header__items{display:flex;margin:0 auto;align-items:center;min-height:100%;justify-content:space-between;background-color:hsla(0,0%,54%,.19);backdrop-filter:blur(14px);border-radius:var(--space-xl);padding:.02rem var(--space-xs);z-index:var(--z-index-lg);box-sizing:border-box}@media(min-width:768px){.header .header__items{padding:var(--space-xs) var(--space-xs)}}.header .header__logo path{fill:oklch(.15 0 0);transition:fill .3s ease,opacity .3s ease;will-change:auto}.header .header__breadcrumbs{position:absolute}.header .header__item-contents{display:flex;align-items:center}.header .header__logo-container{width:clamp(90px,7vw,110px);height:auto;position:relative;padding:0 var(--space-xs)}html.dark .header .header__logo path{fill:oklch(.99 0 0)}