.schedule-button{border-radius:var(--wp--custom--spacing--corner);background-color:var(--wp--context--button-base-color);color:var(--wp--context--button-text-color)}.schedule-button:hover{background-color:var(--wp--context--button-hover-color);color:var(--wp--context--button-text-color)}.schedule-button{font-family:inherit;font-size:1em;font-weight:700;line-height:1;white-space:nowrap;padding-block:1.25em;padding-inline:2em;text-decoration:none;text-transform:uppercase;text-shadow:none;outline:none;cursor:pointer}@media screen and (min-width: 768px){.schedule-button{transform:scale(1)}.schedule-button:hover{transform:scale(1.05)}.schedule-button{transition:transform .2s}}.is-style-outline .schedule-button{border:2px solid currentColor;background-color:var(--wp--context--background-color);--wp--context--button-text-color: var(--wp--context--foreground-color);--wp--context--button-hover-color: var(--wp--context--foreground-color);--wp--context--button-base-color: var(--wp--context--foreground-color)}.schedule-app{position:relative;min-height:8rem}.schedule-buttons{display:flex;justify-content:center;gap:.5rem}.schedule-icon{color:color-mix(in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 60%)}.schedule-loading-spinner{position:absolute;opacity:0;z-index:var(--wp--custom--z--loading);top:50%;left:50%;transform:translate(-50%, -50%);display:flex;justify-content:center;align-items:center;pointer-events:none;transition:opacity .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:10cqw}.schedule-loading-spinner.active{opacity:.66;pointer-events:auto}.schedule-modal-veil{position:fixed;z-index:var(--wp--custom--z--modal-veil);top:0;left:0;width:100%;height:100%;background:#000;opacity:0;pointer-events:none;transition:opacity .2s}.schedule-modal-veil.open{opacity:.75;pointer-events:all;cursor:pointer}.schedule-modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:clamp(0px,100vw - 2*var(--wp--context--gap),var(--wp--style--global--content-size));max-height:calc(100vh - 2*var(--wp--context--gap));z-index:var(--wp--custom--z--modal)}.schedule-modal.v-enter-active,.schedule-modal.v-leave-active{transition:opacity .25s ease,transform .25s ease}.schedule-modal.v-enter-from,.schedule-modal.v-leave-to{opacity:0;transform:scale(0.9em)}.schedule-modal-close-container{text-align:right;position:relative;right:calc(-1*var(--wp--context--gap))}.schedule-modal-close{display:inline-block;font-size:var(--wp--preset--font-size--80);text-align:right}.schedule-modal-close a{position:relative;left:1rem;padding:1rem;line-height:1}.schedule-modal-inner{position:relative;margin-inline:auto;padding-block:var(--wp--context--gap);padding-inline:calc(2*var(--wp--context--gap));background:#fff;box-shadow:var(--wp--preset--shadow--light);max-width:clamp(0px,100vw - 2*var(--wp--context--gap),var(--wp--style--global--content-size));max-height:calc(100vh - 2*var(--wp--context--gap));overflow-y:scroll;container-type:inline-size}.schedule-modal-scroll{padding-right:var(--wp--context--gap)}.schedule-modal-breadcrumbs{margin-block-end:1rem;text-transform:uppercase}.schedule-columns{display:flex;gap:var(--wp--context--gap)}@media screen and (max-width: 767px){.schedule-columns{flex-direction:column;align-items:center;justify-content:center;position:relative}}@media screen and (min-width: 768px){.schedule-columns{align-items:stretch}}@media screen and (min-width: 768px){.schedule-column-sidebar{position:relative;flex:0 0 20rem}}@media screen and (max-width: 767px){.schedule-column-sidebar{width:100%}}.schedule-sidebar{position:sticky;top:calc(var(--header-height) + var(--wp--context--gap));bottom:0;--wp--context--background-color: var(--wp--custom--context--default--background-color);--wp--context--foreground-color: var(--wp--custom--context--default--foreground-color);--wp--context--muted-color: color-mix( in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 33% );--wp--context--faint-color: color-mix( in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 80% );--wp--context--heading-text-color: var(--wp--custom--context--default--heading-text-color);--wp--context--link-text-color: var(--wp--custom--context--default--link-text-color);--wp--context--link-hover-color: var(--wp--custom--context--default--link-hover-color);--wp--context--link-text-decoration: var(--wp--custom--context--default--link-text-decoration);--wp--context--button-base-color: var(--wp--custom--context--default--button-base-color);--wp--context--button-hover-color: var(--wp--custom--context--default--button-hover-color);--wp--context--button-text-color: var(--wp--custom--context--default--button-text-color);--wp--context--button-hover-text-color: var(--wp--custom--context--default--button-hover-text-color);--wp--context--input-background-color: var(--wp--custom--context--default--input-background-color);--wp--context--input-foreground-color: var(--wp--custom--context--default--input-foreground-color);--wp--context--input-border-color: var(--wp--custom--context--default--input-border-color);background-color:var(--wp--context--background-color);color:var(--wp--context--foreground-color);width:100%;border:1px solid var(--wp--custom--color--gray-border);border-radius:8px}@media print{.schedule-sidebar{display:none}}.schedule-sidebar-header{padding:.5rem 1rem;font-size:var(--wp--preset--font-size--30);text-transform:uppercase;position:relative;cursor:pointer}@media screen and (min-width: 768px){.schedule-sidebar-header{display:none}}.schedule-sidebar-header-arrow{position:absolute;top:50%;right:1rem;transform:translateY(-50%);transform-origin:center;transition:transform .2s}.schedule-sidebar-header-arrow.open{transform:translateY(-50%) rotate(180deg)}.schedule-sidebar-inner{padding-block-start:.5rem;padding-block-end:var(--wp--context--gap)}@media screen and (max-width: 767px){.schedule-sidebar-inner{position:relative;opacity:1;transform:translateY(0);transition:opacity .2s,transform .2s}.schedule-sidebar-inner:not(.open){position:absolute;pointer-events:none;opacity:0;transform:translateY(-2rem)}}.schedule-sidebar-panels{max-width:20rem;margin-inline:auto;position:relative}.schedule-sidebar-panels-inner{display:flex;flex-direction:column}.schedule-search{position:relative}.schedule-search input[type=text]{height:3.5rem;width:100%;display:flex;align-items:center;padding:.75rem 1.5rem .75rem 2.5rem;font-size:var(--wp--preset--font-size--60)}.schedule-search input[type=text],.schedule-search input[type=text]:active,.schedule-search input[type=text]:focus{background:rgba(0,0,0,0)}.schedule-search input[type=text]{border:1px solid var(--wp--custom--color--gray-border);border-radius:var(--wp--custom--spacing--corner);background:var(--wp--custom--color--gray);outline:none;color:var(--wp--context--foreground-color)}.schedule-search input[type=text]:focus{border-color:var(--wp--custom--color--secondary);border-width:2px;background:var(--wp--custom--color--gray)}.schedule-search input[type=text]::-moz-placeholder{color:var(--wp--context--muted-color)}.schedule-search input[type=text]::placeholder{color:var(--wp--context--muted-color)}.schedule-search .schedule-search-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--wp--context--muted-color)}.schedule-sidebar-panel{display:flex;flex-direction:column;gap:1rem;padding-block:1.5rem;padding-inline:var(--wp--context--gap);position:relative}.schedule-sidebar-panel-collapse{position:absolute;top:1rem;right:1rem}.schedule-sidebar-panel-heading{margin-block:0 1rem;text-transform:uppercase;font-size:1em}.schedule-sidebar-panel-heading .schedule-icon{margin-inline-end:.25rem}.schedule-sidebar-clear{font-size:smaller}.schedule-checkboxes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.schedule-checkbox{display:grid;grid-template-columns:1rem 1fr;gap:.75rem;cursor:pointer}.schedule-checkbox-input{line-height:1.2}li.active .schedule-checkbox-input{color:var(--wp--custom--color--secondary)}.schedule-checkbox-label{display:flex;align-items:center;line-height:1.2}.schedule-range-labels{margin-block-start:.5rem;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.schedule-content{width:100%}}@media screen and (min-width: 768px){.schedule-content{flex:1}}.schedule-content-inner{container-type:inline-size}.schedule-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-block-end:var(--wp--context--gap)}@media screen and (max-width: 767px){.schedule-controls{flex-direction:column;width:100%;align-items:stretch}}@media print{.schedule-controls{display:none}}.schedule-header-breadcrumb{font-size:var(--wp--preset--font-size--30);color:var(--wp--context--muted-color);--wp--context--link-text-color: var(--wp--context--muted-color)}.schedule-date-nav{list-style:none;padding:0;margin:0;display:flex;flex-wrap:nowrap;gap:.5rem}@media screen and (max-width: 767px){.schedule-date-nav{flex-direction:column;gap:.25rem;width:100%;align-items:stretch;padding-inline:var(--wp--context--gap)}}.schedule-date-nav li{padding:.5rem 1rem}@media screen and (max-width: 767px){.schedule-date-nav li{padding:.25rem 1rem}}.schedule-date-nav li{color:var(--wp--context--button-base-color);border:2px solid var(--wp--context--button-base-color);border-radius:var(--wp--custom--spacing--corner);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;text-align:center}.schedule-date-nav li.active{background-color:var(--wp--context--button-base-color);color:var(--wp--context--button-text-color)}.schedule-date-nav span{white-space:nowrap}.schedule-content-heading{margin-block:1rem;color:var(--wp--context--foreground-color)}.schedule-date+.schedule-date{margin-block-start:4rem}.schedule-date-heading{text-transform:uppercase;font-size:1rem;color:var(--wp--context--foreground-color);margin-block-start:0;padding-block-end:1rem;border-bottom:1px solid var(--wp--context--foreground-color)}.schedule-search-overview{margin-block:1rem}.schedule-overview-description>*:first-child{margin-top:0}.schedule-overview-description>*:last-child{margin-bottom:0}.schedule-overview-count{font-size:var(--wp--preset--font-size--40);color:var(--wp--context--muted-color)}.schedule-overview-empty{margin-block-start:var(--wp--context--gap);font-weight:700}.schedule-overview-clear{font-size:var(--wp--preset--font-size--40);color:var(--wp--context--muted-color)}.schedule-index{margin-block:1rem;display:flex;flex-direction:column;align-items:stretch;gap:var(--wp--context--gap);position:relative}.schedule-index.v-enter-active,.schedule-index.v-leave-active{transition:opacity .25s ease,transform .25s ease}.schedule-index.v-enter-from,.schedule-index.v-leave-to{opacity:0;transform:scale(0.9)}.schedule-index-item{position:relative;cursor:pointer}.schedule-index-item.v-enter-active,.schedule-index-item.v-leave-active{transition:opacity .2s ease,transform .2s ease}.schedule-index-item.v-enter-from,.schedule-index-item.v-leave-to{opacity:0;transform:scale(0.8)}.schedule-index-item-inner{--wp--context--background-color: var(--wp--custom--context--default--background-color);--wp--context--foreground-color: var(--wp--custom--context--default--foreground-color);--wp--context--muted-color: color-mix( in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 33% );--wp--context--faint-color: color-mix( in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 80% );--wp--context--heading-text-color: var(--wp--custom--context--default--heading-text-color);--wp--context--link-text-color: var(--wp--custom--context--default--link-text-color);--wp--context--link-hover-color: var(--wp--custom--context--default--link-hover-color);--wp--context--link-text-decoration: var(--wp--custom--context--default--link-text-decoration);--wp--context--button-base-color: var(--wp--custom--context--default--button-base-color);--wp--context--button-hover-color: var(--wp--custom--context--default--button-hover-color);--wp--context--button-text-color: var(--wp--custom--context--default--button-text-color);--wp--context--button-hover-text-color: var(--wp--custom--context--default--button-hover-text-color);--wp--context--input-background-color: var(--wp--custom--context--default--input-background-color);--wp--context--input-foreground-color: var(--wp--custom--context--default--input-foreground-color);--wp--context--input-border-color: var(--wp--custom--context--default--input-border-color);background-color:var(--wp--context--background-color);color:var(--wp--context--foreground-color);padding:1rem 4rem 1rem 1rem;border:1px solid var(--wp--custom--color--gray-border);border-radius:var(--wp--custom--spacing--corner);transform:scale(1);transition:opacity .2s ease,transform .2s ease;position:relative;cursor:initial;display:flex}@media screen and (min-width: 768px){.schedule-index-item-inner{align-items:flex-start;gap:var(--wp--context--gap)}}@media screen and (max-width: 767px){.schedule-index-item-inner{flex-direction:column;gap:.5rem}}.schedule-index-item-prefix{font-size:smaller}@media screen and (min-width: 768px){.schedule-index-item-prefix{flex:0 0 15ch}}.schedule-index-item-supertitles{margin-block:0 .5rem;font-size:var(--wp--preset--font-size--40);text-transform:uppercase;list-style:none;padding:0;margin-inline:0;display:flex;row-gap:0;flex-wrap:wrap}.schedule-index-item-supertitles li{cursor:pointer}.schedule-index-item-supertitles li:not(:last-child):after{display:inline;content:"|";margin-inline:.5em}.schedule-index-item-title{margin-block:0;font-size:1.2rem}.schedule-index-item-title.matched{border-left:.25rem solid var(--wp--custom--color--secondary);padding-inline-start:.5rem}.schedule-index-item-metas{margin-block-start:.5rem;display:flex;gap:1rem}.schedule-index-item-meta.matched{border-left:.25rem solid var(--wp--custom--color--secondary);padding-inline-start:.5rem}.schedule-index-item-meta .schedule-icon{margin-inline-end:.25rem}.schedule-index-item-tags{margin-block-start:.5rem;display:flex;gap:1rem}.schedule-index-item-tag{padding:.25rem 1rem;border:1px solid var(--wp--custom--color--gray-border);border-radius:999px;font-size:smaller;text-transform:uppercase}.schedule-index-item-tag.matched{background-color:var(--wp--custom--color--secondary);color:var(--wp--custom--color--white);border-color:var(--wp--custom--color--secondary)}.schedule-index-item-description{margin-block-start:.5em;font-size:smaller;color:var(--wp--context--muted-color)}.schedule-index-item-description.matched{border-left:.25rem solid var(--wp--custom--color--secondary);padding-inline-start:.5rem}.schedule-index-item-speakers{margin-block-start:.5rem;display:flex;gap:1rem}.schedule-index-item-speaker{display:flex;gap:.5rem;align-items:center;font-size:smaller}.schedule-index-item-speaker.matched{border-left:.25rem solid var(--wp--custom--color--secondary);padding-inline-start:.5rem}.schedule-index-item-speaker-photo img{width:4rem;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:50%}.schedule-index-item-speaker-badge{font-size:smaller;text-transform:uppercase}.schedule-index-item-speaker-name{font-weight:bold;color:var(--wp--custom--color--primary)}.schedule-sep{padding-inline:.25rem;color:var(--wp--context--faint-color)}.schedule-index-item-details{margin-block-start:1rem;display:flex;gap:1rem;flex-wrap:wrap}.schedule-index-item-details>div{flex:1 0 6rem}.schedule-index-item-details>div>div{margin-block-end:1rem}.schedule-index-item-details h4{margin-block:0 .25rem;text-transform:uppercase}.schedule-index-item-details .schedule-icon{display:inline-block;width:1rem;text-align:right}.schedule-modal-title{margin-block-start:0}.schedule-modal-subtitles{margin-block:0 .25rem;text-transform:uppercase;list-style:none;padding:0;margin-inline:0;display:flex;row-gap:0}.schedule-modal-subtitles li{cursor:pointer}.schedule-modal-subtitles li:not(:last-child):after{display:inline;content:"|";margin-inline:.5em}.schedule-modal-meta{margin-block-start:1rem}.schedule-modal-meta-item{display:flex;align-items:center;border-bottom:1px solid var(--wp--context--faint-color)}.schedule-modal-meta-item:first-child{border-top:1px solid var(--wp--context--faint-color)}@media screen and (min-width: 768px){.schedule-modal-meta-item{padding-block:.5rem;gap:.5rem}}@media screen and (max-width: 767px){.schedule-modal-meta-item{padding-block:.5rem;flex-direction:column;gap:.25rem}}@media screen and (min-width: 768px){.schedule-modal-meta-item h4{flex:0 0 12rem}}.schedule-modal-meta-item h4{margin-block:0;text-transform:uppercase;white-space:nowrap}.schedule-modal-meta-item p,.schedule-modal-meta-item ul{flex:1;margin:0;padding:0}.schedule-modal-meta-item ul{list-style-type:none;display:flex;row-gap:.5em;flex-wrap:wrap;align-items:flex-start}.schedule-modal-meta-item li{cursor:pointer}.schedule-modal-meta-item li:not(:last-child):after{display:inline;content:"|";margin-inline:.5em;color:var(--wp--context--faint-color)}.schedule-modal-description{margin-block:var(--wp--context--gap);font-size:var(--wp--preset--font-size--40)}.schedule-modal-photo{float:left;margin-block:var(--wp--context--gap);margin-inline-end:var(--wp--context--gap)}.schedule-photo-placeholder{line-height:1}.schedule-photo-image{width:10em;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:50%}.schedule-related-heading{clear:both}.schedule-related{margin-block:var(--wp--context--gap);display:grid;grid-template-columns:1fr;gap:0}@media screen and (max-width: 767px){.schedule-related{grid-template-columns:1fr}}.schedule-related-item{margin:0;border-top:1px solid var(--wp--context--foreground-color);padding-block:1rem;display:flex;gap:var(--wp--context--gap);cursor:pointer;transition:transform .2s}@media screen and (min-width: 768px){.schedule-related-item{align-items:center}}@media screen and (max-width: 767px){.schedule-related-item{flex-direction:column;text-align:center}}@media screen and (min-width: 768px){.schedule-related-item{transform:scale(1)}.schedule-related-item:hover{transform:scale(1.05)}.schedule-related-item{transition:transform .2s}}@media screen and (min-width: 768px){.schedule-related-photo{flex:0 0 6rem;align-items:center}}.schedule-related-photo-placeholder{line-height:1}.schedule-related-photo-image{width:6rem;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:50%}.schedule-related-title{font-weight:700}.schedule-related-details{margin-block:.5em;line-height:1.2;font-size:var(--wp--preset--font-size--30)}.schedule-related-details-supertitle{margin-block:0 .25rem;font-size:var(--wp--preset--font-size--30);color:var(--wp--context--muted-color);text-transform:uppercase}.section-content:has(.schedule-app){container-type:normal}