.tab-control__top{box-shadow:0 0 2em #00000026;display:flex;flex-flow:row nowrap;align-items:stretch;align-content:normal;justify-content:space-between;gap:0;position:sticky;top:var(--nav-height);margin-bottom:2.4em;background-color:#5e5e5e;z-index:999}@media only screen and (max-width: 375px){.tab-control__top .button{margin-right:.8em}}.tab-control__nav{display:inline-flex;flex-flow:row nowrap;align-items:stretch;align-content:normal;justify-content:flex-start;gap:0}.tab-control__nav-item{--item-bg: hsl(0deg, 0%, 37%);--item-border-color: hsl(90deg, 2%, 10%);--item-color: hsl(0deg, 0%, 100%);--item-width: 10rem;--item-pad-x: 1.6em;--item-font-size: x-large;padding-right:var(--item-pad-x);padding-left:var(--item-pad-x);padding-top:.4em;padding-bottom:.4em;box-shadow:0 0 2em #00000026;width:var(--item-width);margin:0;background-color:var(--item-bg);border-width:0;border-top:.5em solid var(--item-border-color);color:var(--item-color);text-align:left;transition:background-color var(--trans-time) var(--anim-type);cursor:pointer}@media only screen and (max-width: 768px){.tab-control__nav-item{--item-width: 9rem;--item-font-size: large;border-top-width:.4em}}@media only screen and (max-width: 425px){.tab-control__nav-item{--item-font-size: medium;--item-width: auto;--item-pad-x: .8em}}@media (hover: hover){.tab-control__nav-item:hover{--item-bg: #525252;--anim-type: ease-in}}.tab-control__nav-item--active{--item-bg: hsl(200deg, 75%, 88%);--item-color: hsl(200deg, 75%, 58%);--item-border-color: hsl(200deg, 75%, 58%)}@media (hover: hover){.tab-control__nav-item--active:hover{--item-bg: #b3def4}}.tab-control__nav-item strong{display:block;font-size:var(--item-font-size)}.tab-control__nav-item strong:first-letter{text-transform:uppercase}.tab-control__nav-item>span{font-size:small;line-height:.4em}.tab-control .d-if{--padding-right: 1.6em;gap:1.6em;padding-right:var(--padding-right)}@media only screen and (max-width: 768px){.tab-control .d-if{--padding-right: .8em}}@media only screen and (max-width: 375px){.tab-control .d-if{--padding-right: .4em}}@media only screen and (max-width: 320px){.tab-control .d-if{--padding-right: 0}}.tab-control .d-if>span{color:#fff}@media only screen and (max-width: 768px){.tab-control .d-if>span{display:none}}.schedule{--schedule-template-columns: repeat(13, minmax(var.$size-gap-m, 1fr));--schedule-col-gap: 1.6em;--session-a-col-start: 2;gap:var(--schedule-col-gap);display:grid;grid-template-columns:var(--schedule-template-columns);align-items:flex-start;align-content:flex-start;justify-content:flex-start}@media only screen and (max-width: 768px){.schedule{--schedule-template-columns: 6.25rem auto}}@media only screen and (max-width: 425px){.schedule{--schedule-template-columns: 3.75rem auto;--schedule-col-gap: .8em}}.schedule--col-1{--session-col-span: 12}.schedule--col-2{--session-col-span: 6;--session-b-col-start: 8}.schedule--col-3{--session-col-span: 4;--session-b-col-start: 6;--session-c-col-start: 10}.schedule__time{--row-span: 3;grid-row-end:span var(--row-span);min-height:.8em;grid-column-start:1}@media only screen and (max-width: 768px){.schedule__time{--row-span: 1}}@media only screen and (max-width: 425px){.schedule__time{grid-column-end:span 2}}.schedule__time--intro,.schedule__time--break{--row-span: 1;min-height:0}.schedule__time>span{--time-font-size: 1.5rem;--time-pad-top: .2em;display:block;padding-top:var(--time-pad-top);font-size:var(--time-font-size);color:#1a1a19}@media only screen and (max-width: 1024px){.schedule__time>span{--time-font-size: x-large}}@media only screen and (max-width: 425px){.schedule__time>span{--time-font-size: large;--time-pad-top: 0}}.schedule__time>span:nth-child(2){--time-font-size: 1.25rem;color:#c9c9c9;transform:translateY(-.2em)}@media only screen and (max-width: 1024px){.schedule__time>span:nth-child(2){--time-font-size: large}}@media only screen and (max-width: 425px){.schedule__time>span:nth-child(2){--time-font-size: medium}}.schedule__break{--session-padding: 4.375rem;--break-border-color: hsl(0deg, 0%, 79%);--break-color: hsl(0deg, 0%, 44%);--col-span: 12;border-style:solid;border-color:var(--break-border-color);border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:.4em;box-shadow:0 0 2em #00000026;grid-column-end:span var(--col-span);grid-row-end:span 1;padding-top:.8em;padding-right:2.4em;padding-bottom:.8em;padding-left:var(--session-padding);background-color:#fff;grid-column-start:2}@media only screen and (max-width: 768px){.schedule__break{--col-span: 1;--session-padding: 4.375rem}}@media only screen and (max-width: 425px){.schedule__break{--col-span: 2;--session-padding: 3.5em;grid-column-start:1}}.schedule__break>strong{font-family:soleto,sans-serif;font-size:medium;color:var(--break-color)}.schedule__break>strong>span{font-weight:300}.schedule__break--intro{--break-border-color: hsl(200deg, 75%, 58%);--break-color: hsl(90deg, 2%, 10%)}
