.site-header{position:fixed;top:0;left:0;width:100%;z-index:10;padding:0 var(--wp--preset--spacing--xl);font-size:22px;font-stretch:condensed;font-weight:500}.site-header svg path{fill:var(--wp--preset--color--black)}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:0;height:48px;max-width:1440px;margin:0 auto}.header-actions{display:flex;align-items:stretch}.header-right{display:flex;align-items:stretch;gap:0}@media(min-width: 1100px){.header-right{flex:1}.wp-block-headread-menu-block{order:1;flex:1}.header-actions{order:2}}.site-logo a{display:flex;align-items:center;height:48px;padding:0 12px 0 0}.site-logo img{flex:0 0 auto;max-width:none;height:20px;width:auto}.locale-switcher-wrapper,.locale-list{display:flex;align-items:stretch;height:48px}.locale-list li{display:flex;align-items:stretch}.locale-list li a{display:flex;align-items:center;height:48px;padding:0 0 0 12px;line-height:1}.admin-bar .site-header{top:32px}.site-header::after{content:"";position:absolute;inset:0;height:125px;backdrop-filter:blur(8px) contrast(1.2) brightness(1.1);-webkit-backdrop-filter:blur(8px) contrast(1.2) brightness(1.1);mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:-1}.site-header.is-scrolled::after{opacity:1}body.has-open-menu .site-header::after{opacity:0 !important}.main-navigation{flex:1;display:flex;justify-content:center}.main-navigation ul.menu{display:flex;align-items:stretch;width:100%;list-style:none;margin:0;padding:0}.main-navigation .menu-item{display:flex;align-items:center;flex:1;justify-content:center}.main-navigation .menu-item>a{height:48px;width:100%;display:flex;align-items:center;justify-content:center;padding:0 12px;text-decoration:none;color:inherit;white-space:nowrap}.main-navigation .menu-item.current-menu-item>a,.main-navigation .menu-item.current-menu-ancestor>a{background-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white);border-radius:0 0 2px 2px}@media(min-width: 1100px){.main-navigation .menu-item>a:hover,.locale-list li a:hover,.site-logo a:hover{background-color:var(--wp--preset--color--accent);color:var(--wp--preset--color--black);border-radius:0 0 2px 2px}.site-logo a:hover{box-shadow:-9999px 0 0 9999px var(--wp--preset--color--accent);clip-path:inset(0 0 0 -9999px)}.locale-list li a:hover{box-shadow:9999px 0 0 9999px var(--wp--preset--color--accent);clip-path:inset(0 -9999px 0 0)}}.mobile-menu-toggle{display:none;background:none;border:none;padding:0;cursor:pointer}.mobile-menu-toggle .mobile-menu-toggle_icon{display:flex}.mobile-menu-toggle .mobile-menu-toggle_icon--close{display:none}@media(max-width: 1100px){.main-navigation .menu-item.current-menu-item>a{border-radius:2px}.main-navigation .menu-item>a{height:unset;padding:14px 0}.main-navigation{display:block}.header-inner{height:68px;padding:0 0 0 20px}.mobile-menu-toggle,.locale-list li a,.header-search{width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.locale-list li a{margin-top:1px;padding:0}body.has-open-menu .mobile-menu-toggle_icon--open{display:none}body.has-open-menu .mobile-menu-toggle_icon--close{display:flex}.main-navigation{position:fixed;top:68px;left:0;right:0;background-color:var(--wp--preset--color--accent);padding:12px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}body.has-open-menu .main-navigation{opacity:1;visibility:visible;transform:translateY(0)}body.has-open-menu{overflow:hidden;height:100vh;touch-action:none}body.has-open-menu::before{content:"";position:fixed;top:0;left:0;right:0;height:68px;background-color:var(--wp--preset--color--accent);z-index:1}.menu{flex-direction:column;align-items:flex-start;height:auto}}.main-navigation .header-social-links{display:none}.main-navigation .header-social-links .social-links__label{display:none}@media(max-width: 1100px){.main-navigation .header-social-links{display:flex;padding-top:24px;margin:0 auto;width:fit-content}}footer{background:var(--wp--preset--color--darkgray);color:var(--wp--preset--color--white);font-size:var(--wp--preset--font-size--sm)}footer svg path,footer svg polygon{fill:var(--wp--preset--color--white)}footer .footer-inner{max-width:1440px;margin:0 auto;padding:var(--wp--preset--spacing--xxl) var(--wp--preset--spacing--xl);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;column-gap:var(--wp--preset--spacing--xl);align-items:start}footer .footer-inner .wp-block-headread-social-links{grid-column:1;grid-row:1}footer .footer-inner .footer-sponsors{grid-column:2;grid-row:1}footer .footer-inner .footer-bottom{grid-column:1/-1;grid-row:2}@media(max-width: 1100px){footer .footer-inner{display:block;padding:var(--wp--preset--spacing--lg) var(--wp--preset--spacing--sm)}}footer .footer-sponsors{text-align:right;margin-bottom:var(--wp--preset--spacing--xl);display:flex;flex-direction:column;align-items:flex-end}footer .footer-sponsors__link{margin-top:var(--wp--preset--spacing--sm)}footer .footer-sponsors__link a{color:inherit;text-decoration:underline}footer .footer-sponsors .sponsors-footer__list{justify-content:flex-end;max-width:none;width:100%}@media(max-width: 1100px){footer .footer-sponsors{text-align:center;align-items:center;margin-bottom:var(--wp--preset--spacing--lg)}}footer .footer-bottom{display:flex;justify-content:space-between}footer .footer-bottom a{color:inherit}footer .footer-bottom p{margin:0}footer .footer-bottom__org{font-weight:700}@media(max-width: 1100px){footer .footer-bottom{display:block;text-align:center;margin-bottom:var(--wp--preset--spacing--lg)}footer .footer-bottom p.footer-bottom__email{margin-bottom:var(--wp--preset--spacing--lg)}}.sponsors{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--lg)}.sponsors__heading{margin:var(--wp--preset--spacing--sm) 0 var(--wp--preset--spacing--md);padding-bottom:var(--wp--preset--spacing--sm);border-bottom:1px solid #000;font-weight:700}.sponsors__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:var(--wp--preset--spacing--xl, 32px)}.sponsors__item{display:flex;align-items:center}.sponsors__logo-link{display:block;line-height:0}.sponsors__logo-link img,.sponsors__logo-link svg{display:block;width:auto;max-width:180px;object-fit:contain}.sponsors__list--major .sponsors__logo-link img,.sponsors__list--major .sponsors__logo-link svg{max-width:180px}.sponsors-footer__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;list-style:none;margin:0;padding:0;max-width:588px;gap:var(--wp--preset--spacing--m, 24px)}.sponsors-footer__list svg path,.sponsors-footer__list svg polygon{fill:var(--wp--preset--color--white)}@media(max-width: 1100px){.sponsors-footer__list{max-width:100%;justify-content:center}}.sponsors-footer__item{display:flex;align-items:center}.sponsors-footer__link{display:block;line-height:0}.sponsors-footer__link img,.sponsors-footer__link svg{display:block;width:auto;max-width:140px;height:60px;object-fit:contain}@media(max-width: 1100px){.sponsors__list,.sponsors-footer__list{gap:var(--wp--preset--spacing--s, 16px)}.sponsors-footer__link img,.sponsors-footer__link svg{height:38px;max-width:100px}}.wp-block-post-content *:first-child{margin-top:0}.wp-block-post-content p{font-size:var(--Body-L, 22px)}.wp-block-post-title{font-size:var(--Heading-XL, 96px);line-height:1.25;margin:48px 0 32px;font-stretch:condensed}.wp-block-headread-featured-image-caption{font-size:var(--Body-XS, 12px);line-height:1.25;margin-top:8px}.wp-block-post-featured-image{margin:0}.embedded-video{max-width:100%}.embedded-video--responsive{position:relative;width:100%;padding-bottom:56.25%}.embedded-video--responsive .embedded-video__inner,.embedded-video--responsive iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.is-style-secondary .wp-block-button__link{background:rgba(0,0,0,0);color:var(--wp--preset--color--black);border:1px solid var(--wp--preset--color--black)}.is-style-secondary .wp-block-button__link:hover{background:var(--wp--preset--color--accent);border:1px solid rgba(0,0,0,0)}.is-style-tertiary .wp-block-button__link{background:var(--wp--preset--color--black);color:var(--wp--preset--color--white);border:none}.is-style-tertiary .wp-block-button__link:hover{opacity:.7}button{all:unset;cursor:pointer}.wp-block-button__link{font-size:var(--Body-L, 22px);font-stretch:condensed;font-weight:600;line-height:1.2}@media(max-width: 1100px){.wp-block-button__link{font-size:1.125rem;padding:6px 8px}}.wp-block-headread-sponsors-block.alignwide,.wp-block-headread-sponsors-block.alignfull{position:relative;left:50%;transform:translateX(-50%);max-width:none}.wp-block-headread-sponsors-block.alignwide{width:min(100vw - var(--wp--preset--spacing--md),var(--wp--style--global--wide-size, 1440px))}.wp-block-headread-sponsors-block.alignfull{width:100vw}@media(max-width: 1100px){.wp-block-headread-sponsors-block{position:relative;left:50%;right:50%;width:100vw;margin-left:-50vw;margin-right:-50vw;transform:none;box-sizing:border-box;padding-left:12px;padding-right:12px}}.split-text-row{display:block}.split-w400{font-weight:400}.split-w500{font-weight:500}.split-w600{font-weight:600}.split-w700{font-weight:700}.template-front-page{z-index:1;background-color:var(--wp--preset--color--background);margin-top:var(--hero-block-height);margin-bottom:0;padding:0}.archive-author-template h1{font-size:var(--Heading-XL, 96px);font-weight:700;font-stretch:condensed;margin:48px 0}.single-author-template .wp-block-post-content p{max-width:640px}.single-author-template .wp-block-post-featured-image{min-height:700px}:root{--hero-block-height: 720px}html,body{font-size:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-weight:500;line-height:1.35;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main,.layout-main{margin-top:calc(var(--wp--preset--spacing--xxxl) + 48px);margin-bottom:144px;padding:0 var(--wp--preset--spacing--xl)}@media(max-width: 1100px){main,.layout-main{padding:0 20px}}:root :where(a:where(:not(.wp-element-button)):hover){color:inherit}.wp-block-template-part{z-index:1}:where(.wp-site-blocks){min-height:100vh;display:flex;flex-direction:column}:where(.wp-site-blocks)>:not(.wp-block-template-part){flex:1 0 0}
