header.fixed-header .header-wrapper {
    z-index: 40;
}

#page-nav {
    z-index: 25;
}

.agenda-key-wrapper, .agenda-key-wrapper > div {
    height: 100%;
}

.agenda-key-wrapper {
    margin-top: 100px;
}

@media screen and (max-width: 991px) {
    .agenda-key-wrapper {
        display: none;
    }
}

.agenda__main-item.concurrent .concurrent__dp-item--content .description > p, .agenda__main-item--dropdown .description > p, .agenda__main-item--dropdown .description > div {
    margin-bottom: 15px;
}

.agenda__main-list .description {
    padding: 10px 0;
}

html body.print-agenda .agenda__main-list *, html body.print-agenda .agenda__main-list :after, html body.print-agenda .agenda__main-list :before {
    gap: unset !important;
}

html body.print-agenda .agenda__main-item--slot .content article .type span.annual {
    color: var(--agenda-color-primary--dark);
    border: 1px solid var(--agenda-color-primary--dark);
    background-color: unset;
}

html body.print-agenda .agenda__main-item--slot .content {
    margin-left: 20px;
}

    html body.print-agenda .agenda__main-item--slot .content article h3 {
        margin: 0 15px 0 50px;
        font-size: clamp(15px, 3.5vw, 17px);
    }

html body.print-agenda .agenda__main-item {
    break-inside: avoid;
}

html body.print-agenda .agenda__main-item--dropdown .right {
    margin-left: 15px;
}

html body.print-agenda html body main .agenda__nav, html body.print-agenda html body main .agenda__key {
    position: unset;
    top: unset;
}

html body.print-agenda html body.print-agenda main > :last-child {
    flex-wrap: wrap-reverse;
}

html body.print-agenda .agenda__main-item--dropdown {
    max-height: unset;
    visibility: visible;
    padding: 20px;
}

html body.print-agenda .agenda__nav.merchant-day-only {
    display: none;
}

html body.print-agenda .agenda__main-item--slot {
    grid-template-columns: 25% 1fr;
}

html body.print-agenda .agenda__main-item.concurrent:hover .agenda__main-item--slot, html body.print-agenda .agenda__main-item.concurrent:focus .agenda__main-item--slot, html body.print-agenda .agenda__main-item.concurrent.active .agenda__main-item--slot, html body.print-agenda .agenda__main-item.single:hover .agenda__main-item--slot, html body.print-agenda .agenda__main-item.single:focus .agenda__main-item--slot, html body.print-agenda .agenda__main-item.single.active .agenda__main-item--slot {
    background-color: unset;
    outline: unset;
}

    html body.print-agenda .agenda__main-item.concurrent:hover .agenda__main-item--slot h3, html body.print-agenda .agenda__main-item.concurrent:focus .agenda__main-item--slot h3, html body.print-agenda .agenda__main-item.concurrent.active .agenda__main-item--slot h3, html body.print-agenda .agenda__main-item.single:hover .agenda__main-item--slot h3, html body.print-agenda .agenda__main-item.single:focus .agenda__main-item--slot h3, html body.print-agenda .agenda__main-item.single.active .agenda__main-item--slot h3 {
        -webkit-text-decoration: unset;
        text-decoration: unset;
    }

html body.print-agenda .agenda__day_header div.link {
    border-radius: unset;
    margin-top: 0;
}

html body.print-agenda .agenda__main-item--dropdown .dropdown {
    margin-right: 35px;
}

html body.print-agenda .agenda__main-item .agenda__main-item--slot {
    border: 1px solid var(--agenda-color-primary--dark);
    background-color: unset;
    box-shadow: unset !important;
}

html body.print-agenda .agenda__key-inner {
    background-color: unset;
    border: 1px solid var(--agenda-color-primary--dark);
}

html body.print-agenda .agenda__main-item--dropdown .topics ul li {
    background-color: unset;
    border: 1px solid var(--agenda-color-primary--dark);
    margin-left: 20px;
}

html body.print-agenda .agenda__main-item--slot .content article .key > svg:not(:last-child) {
    margin-right: 15px;
}

@media screen and (max-width: 600px) {
    html body.print-agenda .agenda__main-item--slot .content article .type svg {
        margin-top: 10px;
    }
}

:root {
    --agenda-color-primary--dark: #1c3376;
    --agenda-color-primary--light: #2f68b1;
    --agenda-color-secondary: #258e32;
}

.agenda__key *, .agenda *, .agenda__key :after, .agenda :after, .agenda__key :before, .agenda :before {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
}

.agenda__key hr, .agenda hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

.agenda__key abbr:where([title]), .agenda abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

.agenda__key h1, .agenda h1, .agenda__key h2, .agenda h2, .agenda__key h3, .agenda h3, .agenda__key h4, .agenda h4, .agenda__key h5, .agenda h5, .agenda__key h6, .agenda h6 {
    font-size: inherit;
    font-weight: inherit;
}

.agenda__key a, .agenda a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}

.agenda__key b, .agenda b, .agenda__key strong, .agenda strong {
    font-weight: bolder;
}

.agenda__key code, .agenda code, .agenda__key kbd, .agenda kbd, .agenda__key samp, .agenda samp, .agenda__key pre, .agenda pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

.agenda__key small, .agenda small {
    font-size: 80%;
}

.agenda__key sub, .agenda sub, .agenda__key sup, .agenda sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}

.agenda__key sub, .agenda sub {
    bottom: -.25em;
}

.agenda__key sup, .agenda sup {
    top: -.5em;
}

.agenda__key table, .agenda table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.agenda__key button, .agenda button, .agenda__key input, .agenda input, .agenda__key optgroup, .agenda optgroup, .agenda__key select, .agenda select, .agenda__key textarea, .agenda textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.agenda__key button, .agenda button, .agenda__key select, .agenda select {
    text-transform: none;
}

.agenda__key button, .agenda button, .agenda__key [type="button"], .agenda [type="button"], .agenda__key [type="reset"], .agenda [type="reset"], .agenda__key [type="submit"], .agenda [type="submit"] {
    -webkit-appearance: button;
    background-color: #0000;
    background-image: none;
}

.agenda__key :-moz-focusring, .agenda :-moz-focusring {
    outline: auto;
}

.agenda__key :-moz-ui-invalid, .agenda :-moz-ui-invalid {
    box-shadow: none;
}

.agenda__key progress, .agenda progress {
    vertical-align: baseline;
}

.agenda__key ::-webkit-inner-spin-button, .agenda ::-webkit-inner-spin-button, .agenda__key ::-webkit-outer-spin-button, .agenda ::-webkit-outer-spin-button {
    height: auto;
}

.agenda__key [type="search"], .agenda [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.agenda__key ::-webkit-search-decoration, .agenda ::-webkit-search-decoration {
    -webkit-appearance: none;
}

.agenda__key ::-webkit-file-upload-button, .agenda ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.agenda__key summary, .agenda summary {
    display: list-item;
}

.agenda__key blockquote, .agenda blockquote, .agenda__key dl, .agenda dl, .agenda__key dd, .agenda dd, .agenda__key h1, .agenda h1, .agenda__key h2, .agenda h2, .agenda__key h3, .agenda h3, .agenda__key h4, .agenda h4, .agenda__key h5, .agenda h5, .agenda__key h6, .agenda h6, .agenda__key hr, .agenda hr, .agenda__key figure, .agenda figure, .agenda__key p, .agenda p, .agenda__key pre, .agenda pre {
    margin: 0;
}

.agenda__key fieldset, .agenda fieldset {
    margin: 0;
    padding: 0;
}

.agenda__key legend, .agenda legend {
    padding: 0;
}

.agenda__key ol, .agenda ol, .agenda__key ul, .agenda ul, .agenda__key menu, .agenda menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.agenda__key textarea, .agenda textarea {
    resize: vertical;
}

    .agenda__key input::placeholder, .agenda input::placeholder, .agenda__key textarea::placeholder, .agenda textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

.agenda__key button, .agenda button, .agenda__key [role="button"], .agenda [role="button"] {
    cursor: pointer;
}

.agenda__key :disabled, .agenda :disabled {
    cursor: default;
}

.agenda__key img, .agenda img, .agenda__key svg, .agenda svg, .agenda__key video, .agenda video, .agenda__key canvas, .agenda canvas, .agenda__key audio, .agenda audio, .agenda__key iframe, .agenda iframe, .agenda__key embed, .agenda embed, .agenda__key object, .agenda object {
    vertical-align: middle;
    display: block;
}

.agenda__key img, .agenda img, .agenda__key video, .agenda video {
    max-width: 100%;
    height: auto;
}

.agenda ul {
    list-style: none;
}

.agenda h3 {
    padding-bottom: 0;
}

.agenda svg {
    height: 22px;
    width: 22px;
    display: inline-block;
    overflow: visible;
}

    .agenda svg:hover, .agenda svg:focus {
        outline: none;
    }

.agenda__title {
    margin-bottom: 24px;
}

.agenda__nav {
    min-height: 90px;
    z-index: 10;
    background-color: #fff;
    justify-content: space-between;
    padding: 20px 0 40px;
    display: flex;
    position: sticky;
    top: 0;
}

@media screen and (max-width: 600px) {
    .agenda__nav {
        flex-direction: column;
    }
}

.agenda__nav .dropdown {
    cursor: pointer;
    color: var(--agenda-color-primary--dark);
    min-width: max-content;
    background-color: #fff;
    outline: none;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 600;
    display: none;
    position: relative;
}

@media screen and (max-width: 600px) {
    .agenda__nav .dropdown {
        padding: 8px 10px;
        font-size: 25px;
    }
}

.agenda__nav .dropdown p {
    margin: 0;
}

.agenda__nav .dropdown svg {
    height: 8px;
    width: 16px;
    transition: all .3s;
}

@media screen and (max-width: 1400px) {
    .agenda__nav .dropdown {
        display: flex;
    }
}

.agenda__nav .dropdown.active svg {
    transform: rotate(180deg);
}

.agenda__nav .dropdown.active ~ ul {
    max-height: 85vh;
    visibility: visible;
    background-color: #fff;
    overflow: auto;
}

.agenda__nav .dropdown.hidden {
    display: none;
}

.agenda__nav.search:after {
    background-color: var(--agenda-color-secondary);
}

.agenda__nav:after {
    content: "";
    height: 12px;
    width: 100%;
    background-color: var(--agenda-color-primary--dark);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.agenda__nav.merchant-day-only {
    padding-bottom: 80px;
}

    .agenda__nav.merchant-day-only:after {
        content: unset;
    }

    .agenda__nav.merchant-day-only .merchant__banner {
        display: flex;
    }

.agenda__nav .merchant__banner {
    height: max-content;
    width: 100%;
    background-color: var(--agenda-color-primary--dark);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .agenda__nav .merchant__banner svg {
        height: 36px;
        width: 36px;
    }

    .agenda__nav .merchant__banner p {
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

.agenda__nav--dates {
    gap: 20px;
    display: flex;
}

    .agenda__nav--dates button {
        color: var(--agenda-color-primary--dark);
        border: 2px solid var(--agenda-color-primary--dark);
        border-radius: 10px;
        padding: 7px 18px;
        font-size: clamp(16px, 1.5vw, 20px);
        font-weight: 600;
        transition: all .3s;
    }

        .agenda__nav--dates button:hover, .agenda__nav--dates button:focus, .agenda__nav--dates button.active {
            color: #fff;
            background-color: var(--agenda-color-primary--dark);
            outline: none;
        }

        .agenda__nav--dates button.disabled {
            color: #707070;
            cursor: not-allowed;
            background-color: #f3f4f8;
            border-color: #f3f4f8;
        }

@media screen and (max-width: 1400px) {
    .agenda__nav--dates {
        width: max-content;
        min-width: 100%;
        z-index: 99;
        max-height: 0;
        visibility: hidden;
        transition: max-height .5s;
        display: block;
        position: absolute;
        top: 80px;
        right: 0;
        overflow: hidden;
    }

        .agenda__nav--dates li {
            border: 1px solid var(--agenda-color-primary--dark);
        }

        .agenda__nav--dates button {
            color: var(--agenda-color-primary--dark);
            border: unset;
            border-radius: unset;
            width: 100%;
            background-color: #fff;
            padding: 10px;
            text-decoration: none;
            transition: background-color .3s;
            display: block;
        }

            .agenda__nav--dates button:hover:not([class~="disabled"]), .agenda__nav--dates button:focus:not([class~="disabled"]) {
                color: #fff;
                background-color: var(--agenda-color-primary--dark);
            }
}

.agenda__nav--search-form {
    flex: 1;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 20px;
    padding-right: 24px;
    display: grid;
}

@media screen and (max-width: 1200px) {
    .agenda__nav--search-form {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: max-content 1fr;
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .agenda__nav--search-form {
        grid-template-columns: unset;
        width: 100%;
        grid-template-rows: repeat(3, 1fr);
        justify-items: start;
        gap: 0;
    }
}

@media screen and (max-width: 600px) {
    .agenda__nav--search-form {
        margin-bottom: 20px;
    }
}

.agenda__nav--search-form label span {
    height: 100%;
    width: 2px;
    background-color: var(--agenda-color-primary--dark);
    margin-left: 10px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .agenda__nav--search-form label span {
        height: 2px;
        width: 100%;
        margin-left: unset;
        margin-top: 5px;
        display: block;
    }
}

.agenda__nav--search-form label, .agenda__nav--search-form input {
    color: var(--agenda-color-primary--dark);
    text-align: left;
    margin: unset;
    font-size: 21px;
    font-weight: 700;
}

.agenda__nav--search-form input {
    height: 100%;
    caret-color: #707070;
    border: none;
    padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
    .agenda__nav--search-form input {
        width: 100%;
    }
}

.agenda__nav--search-form input::placeholder {
    color: var(--agenda-color-primary--dark);
}

.agenda__nav--search-form input:focus {
    outline: none;
}

.agenda__nav--search-form button {
    text-transform: uppercase;
    color: #fff;
    background-color: var(--agenda-color-secondary);
    border-radius: 5px;
    margin-left: auto;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 700;
    transition: all .2s;
}

@media screen and (max-width: 768px) {
    .agenda__nav--search-form button {
        margin-left: unset;
    }
}

.agenda__nav--search-form button:hover, .agenda__nav--search-form button:focus {
    background-color: var(--agenda-color-primary--dark);
}

.agenda__nav--dates, .agenda__nav--search-form {
    transition: all .3s;
}

    .agenda__nav--dates.hidden, .agenda__nav--search-form.hidden {
        display: none;
    }

.agenda__nav--menu {
    align-items: center;
    gap: 10px;
    margin: 0;
    display: flex;
}

@media screen and (max-width: 1200px) {
    .agenda__nav--menu {
        align-items: flex-end;
    }
}

.agenda__nav--menu li {
    margin: 0;
}

.agenda__nav--menu button {
    color: var(--agenda-color-primary--dark);
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: all .3s;
}

    .agenda__nav--menu button:hover, .agenda__nav--menu button:focus, .agenda__nav--menu button.active {
        color: #fff;
        background-color: var(--agenda-color-primary--dark);
        outline: none;
    }

.agenda__banners .agenda__banner {
    color: var(--agenda-color-primary--dark);
    background-color: #f3f4f8;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 15px 20px;
    display: flex;
}

@media screen and (max-width: 600px) {
    .agenda__banners .agenda__banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.agenda__banners .agenda__banner p {
    margin: 0;
    font-size: clamp(18px, 3.5vw, 20px);
}

.agenda__banners .agenda__banner .clear {
    text-transform: uppercase;
    align-items: center;
    gap: 15px;
    font-size: clamp(12px, 3.5vw, 15px);
    font-weight: 700;
    text-decoration: underline;
    display: flex;
}

    .agenda__banners .agenda__banner .clear svg {
        width: 12px;
        height: 12px;
    }

    .agenda__banners .agenda__banner .clear:hover, .agenda__banners .agenda__banner .clear:focus {
        color: var(--agenda-color-primary--light);
    }

.agenda__filter {
    max-height: 0;
    visibility: hidden;
    transition: max-height .5s, visibility .5s, overflow .5s, padding .6s;
    overflow: hidden;
}

    .agenda__filter.active {
        max-height: 85vh;
        visibility: visible;
        overflow: visible;
    }

    .agenda__filter h3 {
        color: var(--agenda-color-primary--dark);
        margin: 15px 0;
        font-size: 18px;
        font-weight: 700;
    }

    .agenda__filter .dropdowns__container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 40px;
        display: grid;
    }

@media screen and (max-width: 900px) {
    .agenda__filter .dropdowns__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .agenda__filter .dropdowns__container {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 1600px) {
    .agenda__filter .dropdowns__container .agenda__filter .dropdowns__container {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px 30px;
    }
}

.agenda__filter--actions {
    width: 100%;
    grid-column: 1 / -1;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
    display: flex;
}

    .agenda__filter--actions button[aria-label~="reset"] {
        color: var(--agenda-color-primary--dark);
        text-transform: uppercase;
        align-items: center;
        gap: 15px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: underline;
        display: flex;
    }

        .agenda__filter--actions button[aria-label~="reset"] svg {
            width: 12px;
            height: 12px;
        }

        .agenda__filter--actions button[aria-label~="reset"]:hover, .agenda__filter--actions button[aria-label~="reset"]:focus {
            color: var(--agenda-color-primary--light);
            outline: none;
        }

    .agenda__filter--actions button[aria-label~="submit"] {
        color: #fff;
        border: 2px solid var(--agenda-color-primary--dark);
        background-color: var(--agenda-color-primary--dark);
        text-transform: uppercase;
        border-radius: 8px;
        padding: 8px 14px;
        font-size: 15px;
        font-weight: 700;
        transition: all .3s;
    }

        .agenda__filter--actions button[aria-label~="submit"]:hover, .agenda__filter--actions button[aria-label~="submit"]:focus {
            color: var(--agenda-color-primary--dark);
            background-color: #fff;
            outline: none;
        }

.agenda__main {
    width: 100%;
    padding: 20px 0;
}

.agenda__main-list > li {
    margin-bottom: 20px;
}

.agenda__main-item {
    color: var(--agenda-color-primary--dark);
    outline: none;
    font-weight: 500;
    transition: all .3s;
}

    .agenda__main-item.break .agenda__main-item--slot {
        background-color: #f3f4f8;
    }

    .agenda__main-item.single .agenda__main-item--slot, .agenda__main-item.concurrent .agenda__main-item--slot {
        background-color: #fff;
        box-shadow: 1px 2px 8px #00000026;
    }

        .agenda__main-item.single .agenda__main-item--slot:hover, .agenda__main-item.single .agenda__main-item--slot:focus, .agenda__main-item.single .agenda__main-item--slot.active, .agenda__main-item.concurrent .agenda__main-item--slot:hover, .agenda__main-item.concurrent .agenda__main-item--slot:focus, .agenda__main-item.concurrent .agenda__main-item--slot.active {
            cursor: pointer;
            background-color: #e1f4fd;
            outline: none;
        }

    .agenda__main-item.concurrent:hover .agenda__main-item--slot, .agenda__main-item.concurrent:focus .agenda__main-item--slot, .agenda__main-item.concurrent.active .agenda__main-item--slot, .agenda__main-item.single:hover .agenda__main-item--slot, .agenda__main-item.single:focus .agenda__main-item--slot, .agenda__main-item.single.active .agenda__main-item--slot {
        background-color: #e1f4fd;
        outline: none;
        box-shadow: 1px 2px 8px #00000026;
    }

        .agenda__main-item.concurrent:hover .agenda__main-item--slot h3, .agenda__main-item.concurrent:focus .agenda__main-item--slot h3, .agenda__main-item.concurrent.active .agenda__main-item--slot h3, .agenda__main-item.single:hover .agenda__main-item--slot h3, .agenda__main-item.single:focus .agenda__main-item--slot h3, .agenda__main-item.single.active .agenda__main-item--slot h3 {
            text-decoration: underline;
        }

    .agenda__main-item.single.search-result .agenda__main-item--slot {
        background-color: #fff;
        box-shadow: 1px 2px 8px #00000026;
    }

        .agenda__main-item.single.search-result .agenda__main-item--slot:hover, .agenda__main-item.single.search-result .agenda__main-item--slot:focus, .agenda__main-item.single.search-result .agenda__main-item--slot.active {
            outline: unset;
            cursor: auto;
            background-color: unset;
        }

            .agenda__main-item.single.search-result .agenda__main-item--slot:hover h3, .agenda__main-item.single.search-result .agenda__main-item--slot:focus h3, .agenda__main-item.single.search-result .agenda__main-item--slot.active h3 {
                font-weight: unset;
            }

    .agenda__main-item.active .agenda__main-item--slot {
        margin-bottom: 20px;
    }

    .agenda__main-item.active .dropdown {
        max-height: 85vh;
        visibility: visible;
    }

    .agenda__main-item.active.concurrent .agenda__main-item--slot {
        margin-bottom: 20px;
    }

        .agenda__main-item.active.concurrent .agenda__main-item--slot .concurrent__chevron {
            translate: 0 5px;
            rotate: 90deg;
        }

        .agenda__main-item.active.concurrent .agenda__main-item--slot .content {
            opacity: 0;
            visibility: hidden;
        }

@media screen and (max-width: 1100px) {
    .agenda__main-item.active.concurrent .agenda__main-item--slot .content {
        max-height: 0;
    }
}

.agenda__main-item.active.concurrent .agenda__main-item--slot .dropdown {
    max-height: 200vh;
    visibility: visible;
}

@media screen and (max-width: 600px) {
    .agenda__main-item.active.concurrent .agenda__main-item--slot .dropdown {
        max-height: 300vh;
    }
}

.agenda__main-item--slot {
    border-radius: 10px;
    grid-template-columns: 20% 1fr;
    align-items: center;
    padding: 15px 20px;
    transition: all .3s;
    display: grid;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--slot {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.agenda__main-item--slot time {
    align-items: center;
    font-size: clamp(12px, 3.5vw, 17px);
    font-weight: 500;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--slot time {
        font-weight: 700;
    }
}

.agenda__main-item--slot time .concurrent__chevron {
    margin-left: 10px;
    transition: all .3s;
}

.agenda__main-item--slot .content {
    transition: all .5s;
}

    .agenda__main-item--slot .content > :not(:last-child) {
        margin-bottom: 10px;
    }

    .agenda__main-item--slot .content article {
        grid-template-columns: min-content 1fr min-content;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
        display: grid;
    }

@media screen and (max-width: 1100px) {
    .agenda__main-item--slot .content article {
        gap: 20px;
    }
}

.agenda__main-item--slot .content article .type {
    text-align: center;
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--slot .content article .type {
        flex-direction: column;
    }
}

.agenda__main-item--slot .content article .type span {
    min-width: 70px;
    max-width: 70px;
    max-height: 19px;
    min-height: 19px;
    border: 1px solid;
    border-radius: 14px;
    align-self: center;
    font-size: 12px;
}

    .agenda__main-item--slot .content article .type span.all {
        color: var(--agenda-color-primary--dark);
    }

    .agenda__main-item--slot .content article .type span.annual,
    .agenda__main-item--slot .content article .type span.business {
        color: #fff;
        background-color: var(--agenda-color-primary--light);
    }

    .agenda__main-item--slot .content article .type span.tech {
        color: #fff;
        background-color: var(--agenda-color-secondary);
    }
    .agenda__main-item--slot .content article .type span.apac,
    .agenda__main-item--slot .content article .type span.asia,
    .agenda__main-item--slot .content article .type span.europe,
    .agenda__main-item--slot .content article .type span.international {
        color: #fff;
        background-color: #15a5b0;
    }

.agenda__main-item--slot .content article .type svg {
    position: absolute;
    top: 50%;
    right: -30px;
    translate: 0 -50%;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--slot .content article .type svg {
        translate: unset;
        align-self: center;
        position: static;
    }
}

.agenda__main-item--slot .content article h3 {
    font-size: clamp(15px, 3.5vw, 18px);
}

.agenda__main-item--slot .content article .key {
    color: var(--agenda-color-primary--dark);
    gap: 15px;
    display: flex;
}

.agenda__main-item--dropdown {
    cursor: auto;
    max-height: 0;
    visibility: hidden;
    gap: 5%;
    padding: 0 20px;
    transition: all .5s;
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--dropdown {
        flex-direction: column;
        gap: 20px;
    }
}

.agenda__main-item--dropdown .left {
    flex-direction: column;
    flex: 0 25%;
    gap: 20px;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--dropdown .left {
        flex-direction: row;
        gap: 50px;
    }
}

@media screen and (max-width: 600px) {
    .agenda__main-item--dropdown .left {
        flex-direction: column;
        gap: 20px;
    }
}

.agenda__main-item--dropdown .right {
    flex-direction: column;
    flex: 1;
    gap: 20px;
    display: flex;
}

.agenda__main-item--dropdown h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.agenda__main-item--dropdown p {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.agenda__main-item--dropdown .presenters > p:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item--dropdown .presenters {
        flex: 0 55%;
    }
}

@media screen and (max-width: 600px) {
    .agenda__main-item--dropdown .presenters {
        flex: unset;
    }
}

.agenda__main-item--dropdown .sponsor__image-container {
    margin-bottom: 20px;
}

    .agenda__main-item--dropdown .sponsor__image-container img {
        max-width: 150px;
    }

.agenda__main-item--dropdown .topics ul {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    display: flex;
}

    .agenda__main-item--dropdown .topics ul li {
        color: var(--agenda-color-primary--dark);
        text-align: center;
        background-color: #e1f4fd;
        border-radius: 12px;
        padding: 2px 20px;
    }

.agenda__main-item.concurrent .concurrent__dp {
    all: unset;
    max-height: 0;
    visibility: hidden;
    grid-column: 1 / -1;
    transition: all .5s;
    overflow: hidden;
}

    .agenda__main-item.concurrent .concurrent__dp > li:first-child {
        margin-top: 10px;
    }

    .agenda__main-item.concurrent .concurrent__dp > li:not(:last-child) {
        margin-bottom: 20px;
    }

.agenda__main-item.concurrent .concurrent__dp-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 1px 2px 8px #00000026;
}

.agenda__main-item.concurrent .concurrent__dp-item--slot {
    border-bottom: 1px solid #707070;
    grid-template-columns: 20% 1fr;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: grid;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item.concurrent .concurrent__dp-item--slot {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.agenda__main-item.concurrent .concurrent__dp-item--slot time {
    font-size: 17px;
    font-weight: 500;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item.concurrent .concurrent__dp-item--slot time {
        font-weight: 700;
    }
}

.agenda__main-item.concurrent .concurrent__dp-item--slot article {
    grid-template-columns: min-content 1fr min-content;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    display: grid;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item.concurrent .concurrent__dp-item--slot article {
        gap: 20px;
    }
}

.agenda__main-item.concurrent .concurrent__dp-item--slot article .type {
    text-align: center;
    gap: 10px;
    display: flex;
}

    .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span {
        min-width: 70px;
        max-width: 70px;
        max-height: 19px;
        min-height: 19px;
        border: 1px solid;
        border-radius: 14px;
        align-self: center;
        font-size: 12px;
    }

        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.all {
            color: var(--agenda-color-primary--dark);
        }

        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.annual,
        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.business {
            color: #fff;
            background-color: var(--agenda-color-primary--light);
        }

        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.tech {
            color: #fff;
            background-color: var(--agenda-color-secondary);
        }

        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.apac,
        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.asia,
        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.europe,
        .agenda__main-item.concurrent .concurrent__dp-item--slot article .type span.international {
            color: #fff;
            background-color: #15a5b0;
        }

.agenda__main-item.concurrent .concurrent__dp-item--slot article h3 {
    font-size: clamp(15px, 3.5vw, 18px);
    font-weight: 700;
}

.agenda__main-item.concurrent .concurrent__dp-item--slot article .key {
    color: var(--agenda-color-primary--dark);
    gap: 15px;
    display: flex;
}

.agenda__main-item.concurrent .concurrent__dp-item--content {
    gap: 5%;
    transition: all .5s;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .agenda__main-item.concurrent .concurrent__dp-item--content {
        flex-direction: column;
        gap: 20px;
    }
}

.agenda__main-item.concurrent .concurrent__dp-item--content .left {
    flex-direction: column;
    flex: 0 25%;
    gap: 20px;
    display: flex;
}

.agenda__main-item.concurrent .concurrent__dp-item--content .right {
    flex-direction: column;
    flex: 1;
    gap: 20px;
    display: flex;
}

.agenda__main-item.concurrent .concurrent__dp-item--content h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.agenda__main-item.concurrent .concurrent__dp-item--content p {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.agenda__main-item.concurrent .concurrent__dp-item--content .presenters > p:not(:last-child) {
    margin-bottom: 10px;
}

.agenda__main-item.concurrent .concurrent__dp-item--content .topics ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
    align-items: center;
    gap: 20px;
    display: grid;
}

    .agenda__main-item.concurrent .concurrent__dp-item--content .topics ul li {
        color: var(--agenda-color-primary--dark);
        text-align: center;
        background-color: #e1f4fd;
        border-radius: 12px;
        padding: 2px 20px;
    }

.agenda__key {
    position: sticky;
    top: 20px;
}

@media screen and (max-width: 991px) {
    .agenda__key {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .agenda__key {
        position: static;
    }
}

@media screen and (min-width: 992px) {
    .agenda__key {
        z-index: 24;
        max-width: 90%;
        margin: unset;
        position: sticky;
        top: 263px;
    }
}

@media screen and (min-width: 1400px) {
    .agenda__key {
        max-width: 70%;
        margin: 0 auto;
    }
}

.agenda__key-inner {
    background-color: #f3f4f8;
    border-radius: 16px;
    padding: 25px 35px;
}

    .agenda__key-inner h3 {
        text-transform: uppercase;
        color: #215eac;
        text-align: center;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 700;
    }

    .agenda__key-inner ul {
        margin: unset;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        display: flex;
    }

    .agenda__key-inner li {
        margin: unset;
        align-items: center;
        gap: 15px;
        display: flex;
    }

        .agenda__key-inner li svg {
            height: 27px;
            width: 27px;
            color: var(--agenda-color-primary--dark);
            display: inline-block;
            overflow: visible;
        }

        .agenda__key-inner li p {
            color: #000;
            margin: 0;
            font-size: 14px;
            font-weight: 500;
        }

.agenda__key.mobile {
    display: none;
}

    .agenda__key.mobile .agenda__key-inner ul {
        flex-direction: row;
        gap: 10px;
    }

@media screen and (max-width: 750px) {
    .agenda__key.mobile .agenda__key-inner ul {
        flex-direction: column;
    }
}

.agenda__key.mobile .agenda__key-inner ul li {
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .agenda__key.mobile {
        margin-bottom: 20px;
        display: block;
    }
}

.choices {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
    font-size: 17px;
    position: relative;
    overflow: hidden;
}

    .choices:focus {
        outline: none;
    }

    .choices:last-child {
        margin-bottom: 0;
    }

    .choices.is-open {
        overflow: visible;
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        cursor: not-allowed;
        -webkit-user-select: none;
        user-select: none;
        background-color: #eaeaea;
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed;
    }

    .choices [hidden] {
        display: none !important;
    }

    .choices[data-type*="select-one"] {
        cursor: pointer;
    }

        .choices[data-type*="select-one"] .choices__inner {
            padding-bottom: 4px;
        }

        .choices[data-type*="select-one"] .choices__input {
            width: 100%;
            background-color: #fff;
            border-bottom: 1px solid #1c3376;
            margin: 0;
            padding: 10px;
            display: block;
        }

        .choices[data-type*="select-one"] .choices__button {
            height: 20px;
            width: 20px;
            opacity: .25;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
            background-size: 8px;
            border-radius: 10em;
            margin-top: -10px;
            margin-right: 25px;
            padding: 0;
            position: absolute;
            top: 50%;
            right: 0;
        }

            .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
                opacity: 1;
            }

            .choices[data-type*="select-one"] .choices__button:focus {
                box-shadow: 0 0 0 2px #1c3376;
            }

        .choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
            display: none;
        }

        .choices[data-type*="select-one"]:after {
            content: "";
            pointer-events: none;
            height: 10px;
            width: 21px;
            background-image: url("https://imgsvr.edgereg.net/ERImg/04/40/76/down-chevron.a9ccd5a4.svg#icon");
            background-repeat: no-repeat;
            transition: all .3s;
            position: absolute;
            top: 22px;
            right: 11.5px;
            translate: 0 -50%;
        }

        .choices[data-type*="select-one"].is-open:after {
            rotate: 180deg;
        }

        .choices[data-type*="select-one"][dir="rtl"]:after {
            left: 11.5px;
            right: auto;
        }

        .choices[data-type*="select-one"][dir="rtl"] .choices__button {
            margin-left: 25px;
            margin-right: 0;
            left: 0;
            right: auto;
        }

    .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
        cursor: text;
    }

    .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
        width: 8px;
        opacity: .75;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
        background-size: 8px;
        border-left: 1px solid #12214d;
        border-radius: 0;
        margin: 0 -4px 0 8px;
        padding-left: 16px;
        line-height: 1;
        display: inline-block;
        position: relative;
    }

        .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
            opacity: 1;
        }

.choices__inner {
    vertical-align: top;
    width: 100%;
    min-height: 40px;
    color: #1c3376;
    background-color: #fff;
    border: 1px solid #1c3376;
    border-radius: 8px;
    flex-wrap: wrap;
    padding: 11px 7.5px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    display: flex;
    overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #0d1838;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    width: 100%;
    padding: 4px 16px 4px 4px;
    display: inline-block;
}

[dir="rtl"] .choices__list--single {
    padding-left: 16px;
    padding-right: 4px;
}

.choices__list--single .choices__item {
    width: 100%;
    opacity: 1;
    font-size: 17px;
}

.choices__list--multiple {
    display: inline;
}

    .choices__list--multiple .choices__item {
        vertical-align: middle;
        color: #fff;
        word-break: break-all;
        box-sizing: border-box;
        background-color: #1c3376;
        border: 1px solid #172a61;
        border-radius: 20px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        display: inline-block;
    }

        .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 10px;
        }

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-left: 3.75px;
    margin-right: 0;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #172a61;
    border: 1px solid #12214d;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 25;
    width: 100%;
    color: #1c3376;
    word-break: break-all;
    will-change: visibility;
    background-color: #fff;
    border: 1px solid #1c3376;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    margin-top: -1px;
    font-weight: 500;
    position: absolute;
    top: 100%;
    overflow: hidden;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
    visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: #0d1838;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
    border-radius: .25rem .25rem 0 0;
    margin-top: 0;
    margin-bottom: -1px;
    top: auto;
    bottom: 100%;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    max-height: 300px;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    position: relative;
    overflow: auto;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 10px;
    font-size: 14px;
    position: relative;
}

[dir="rtl"] .choices__list--dropdown .choices__item, [dir="rtl"] .choices__list[aria-expanded] .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 100px;
    }

        .choices__list--dropdown .choices__item--selectable:after, .choices__list[aria-expanded] .choices__item--selectable:after {
            content: attr(data-select-text);
            opacity: 0;
            font-size: 12px;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
        }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable, [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after, [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable:after {
            left: 10px;
            right: auto;
        }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
        opacity: .5;
    }

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
    opacity: .5;
}

.choices__heading {
    color: gray;
    border-bottom: 1px solid #26459f;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #0000;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}

    .choices__button:focus {
        outline: none;
    }

.choices__input {
    vertical-align: baseline;
    max-width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 4px 0 4px 2px;
    font-size: 14px;
    display: inline-block;
}

    .choices__input:focus {
        outline: 0;
    }

    .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
        display: none;
    }

    .choices__input::-ms-clear, .choices__input::-ms-reveal {
        width: 0;
        height: 0;
        display: none;
    }

[dir="rtl"] .choices__input {
    padding-left: 0;
    padding-right: 2px;
}

.choices__placeholder {
    opacity: .5;
}

.agenda input[type="search"] {
    margin-bottom: 0;
    padding: 0 0 0 2px;
    min-width: unset !important;
    width: unset !important;
    border: none !important;
}

    .agenda input[type="search"]::placeholder {
        color: #1c3376;
        translate: 0 -1px;
    }



.hidden, .agenda__key-inner ul li:not(:last-child) {
    display: none;
}
@media screen {
    .print-agenda main {
        max-width: 1024px;
        
        margin: auto;
    }
}
