@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@600;700&display=swap";@font-face{font-family:CaslonRegular;src:url(/fonts/ACaslonPro-Regular.otf)}@font-face{font-family:CaslonItalic;src:url(/fonts/ACaslonPro-Italic.otf)}@font-face{font-family:LibreThin;src:url(/fonts/LibreFranklin-Thin.ttf)}@font-face{font-family:LibreRegular;src:url(/fonts/LibreFranklin-Regular.ttf)}@font-face{font-family:LibreBold;src:url(/fonts/LibreFranklin-Bold.ttf)}@font-face{font-family:LibreItalic;src:url(/fonts/LibreFranklin-Italic.ttf)}:root{font-family:LibreRegular;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-purple: #221839;--color-blue: #2100b9}body{margin:0;padding:0;min-width:320px;min-height:100vh;display:flex;place-items:center;overflow:hidden;background:var(--color-purple);font-size:1svw}#app{width:100vw;height:100vh;margin:0;padding:0;display:flex;flex-direction:column}.headline-container{display:flex;flex-direction:row;align-items:center;justify-items:center;justify-content:center}h1{font-family:CaslonItalic;font-weight:400;font-style:italic;color:#fff;flex-grow:1;text-align:center}h2{font-family:CaslonItalic;font-size:2em;line-height:1.2em;font-weight:400;font-style:italic;color:#000;margin-top:.5em}.language-list{position:absolute;right:1em;bottom:-.5em;list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25em}.language-list li{display:block;overflow:hidden;width:1.8em;height:1.8em;border-radius:50%;background:#fff}.language-list li img{opacity:.5}.language-list li.active img{opacity:1}.language-list img{width:1.8em;height:1.8em}.accordion-container{display:flex;flex-direction:row;justify-content:left;width:100%;height:100%;overflow:hidden;gap:.5svw;margin-left:1em;margin-bottom:1rem}.accordion-item{position:relative;height:100%;display:flex;flex-direction:row;overflow:hidden;flex-shrink:0;border-radius:0 1svw 1svw 0}.accordion-header{position:absolute;width:2svw;height:100%;background-color:#fff;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer;z-index:10;flex-shrink:0;border-radius:1svw}.accordion-header.active{color:var(--color-blue)}.header-text{font-family:CaslonRegular;font-weight:400;font-style:normal;writing-mode:vertical-lr;transform:rotate(180deg);white-space:nowrap;font-size:1em;margin-bottom:2rem}.accordion-header.highlight{background-color:var(--color-blue)}.accordion-header.highlight .header-text{color:#fff}.accordion-header.highlight .arrow svg path{fill:#fff}.arrow{font-size:.1em}.arrow svg{width:1.9svw;height:1.9vw;border-radius:50%;transition:transform .3s;transform:rotate(180deg);transform-origin:center center}.arrow.open svg{transform:rotate(0);transform-origin:center center}.accordion-content{height:100%;min-width:0;overflow:hidden;flex-shrink:0;color:#333;background:#f1f1f1;border-radius:1svw}.accordion-content-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding:1.5em 1.5em 1.5em 4em;font-size:.66em;gap:2em;height:100%;box-sizing:border-box}.column{height:100%}.column.content{flex:0 0 60%;display:flex;flex-direction:column;justify-content:space-between;line-height:1.5em}.column.content p{margin-top:0;padding-top:0}.column.content dl{margin:0;padding:0}.column.content dl dt{border-bottom:.1em solid var(--color-blue);margin-top:1em}.column.content dl dd{margin:0;padding:.2em 0 0}.column.image{display:block}.quote{font-family:CaslonItalic;font-size:1.2em;font-style:italic!important;margin-bottom:.5em}.quote-source{text-align:left;font-size:.9em;color:#999}.gallery-container{width:15em;position:relative}.gallery-wrapper{position:relative;width:100%;overflow:hidden;border-radius:1rem;transform:translateZ(0)}.gallery-track{display:flex;width:max-content;cursor:grab;will-change:transform}.gallery-track:active{cursor:grabbing}.gallery-slide{width:100%;flex-shrink:0;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.gallery-wrapper img{width:15em!important;height:20em!important;display:block;pointer-events:none;object-fit:cover;overflow:hidden}.meta{display:flex}.photo-credit{display:block;width:17em;margin:0;padding:1.2em 1em 1.2em 0;font-size:.8em;color:#999;text-align:left}.pagination{display:flex;justify-content:center;gap:.25em;margin:1.2em 0 0;padding-right:.25em}.dot{width:.5em;height:.5em;border-radius:50%;border:1px solid #000;cursor:pointer;transition:background-color .3s}.dot.active{background-color:#000}.events-container{position:relative}.events-grid-container{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1em;width:100%;height:100%}.event-card{display:flex;flex-direction:column;width:100%;height:100%;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);overflow:visible}.event-card-image{width:100%;aspect-ratio:5 / 3;object-fit:cover;display:block}.event-card-content{padding:.25em;color:#333}.event-day{text-transform:uppercase;font-size:.5em}.event-date{display:block;font-family:LibreBold;font-size:.8em;border-bottom:.01em solid black}.event-date span{font-size:.5em;font-family:LibreRegular;margin-left:.75em}.event-category{text-transform:uppercase;font-size:.5em;margin-top:1em}.event-name{font-family:LibreBold;font-size:.75em;line-height:1.2em}.event-area{font-family:LibreBold;font-size:.5em;margin-top:.5em}.event-time{font-size:.5em}.events-cta{position:absolute;bottom:0;right:0;width:40%;padding:.75em .75em .5em 1em;border-radius:1em;display:flex;align-items:center;justify-content:center;gap:1em;background:#2100b9}.events-cta p{font-family:LibreBold;font-size:.6em;color:#fff}.events-cta svg{width:3em;height:3em;padding:.25em;background:#fff;border-radius:.5em}
