@charset "UTF-8";.agenda-container{position:relative;z-index:1;padding:0rem 3rem}@media (max-width: 600px){.agenda-container{padding:0}}.agenda-container:before{content:"";position:absolute;scale:2;top:-50%;left:99%;transform:translate(-50%);width:100%;height:100%;background-image:url(/images/Arrow.svg);background-size:contain;background-position:center;background-repeat:no-repeat;opacity:.5;pointer-events:none;z-index:999;display:none}@media (min-width: 769px){.agenda-container:before{display:block}}.agenda-section{width:100%;color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.agenda-section__container{max-width:var(--container-max-width);margin:0 auto}.agenda-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}@media (max-width: 768px){.agenda-section__header{flex-direction:column;align-items:flex-start}}.agenda-section__date-container{flex:1}.agenda-section__date{font-size:2rem;font-weight:600;line-height:1.2}.agenda-section__search-container{flex:1;max-width:400px}@media (max-width: 768px){.agenda-section__search-container{width:100%;max-width:100%}}.agenda-section__search{position:relative;width:100%}.agenda-section__search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#ffffff80;z-index:1}.agenda-section__search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border-radius:10px;border:none;background-color:transparent;color:#fff;border:1px solid #a9a9a9;font-size:1rem;transition:all .3s ease}.agenda-section__search-input::placeholder{color:#ffffff80}.agenda-section__search-input:focus{outline:none;background-color:#ffffff26;box-shadow:0 0 0 2px var(--blue-primary)}.agenda-section__content{position:relative;z-index:1}@media (min-width: 768px){.agenda-section__content{min-height:1250px}}.agenda-section__content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:-1;pointer-events:none}.agenda-section__table-header{display:flex;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;color:var(--graycolor)}@media (max-width: 768px){.agenda-section__table-header{display:none}}.agenda-section__column-header.session-time{width:30%}.agenda-section__column-header.topic{width:70%}.agenda-section__session-container{margin-bottom:3rem}.agenda-section__session-container:last-child{margin-bottom:0}.agenda-section__session-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;margin:2rem 0 1.5rem}.agenda-section__session-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.agenda-section__session-icon{display:flex;align-items:center;justify-content:center}.agenda-section__icon-down{transform:rotate(90deg);color:#fff;width:24px;height:24px}.agenda-section__icon-up{transform:rotate(270deg);color:#fff;width:24px;height:24px}.agenda-section__session{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.agenda-section__event{position:relative;display:flex;padding:1.5rem 2rem;border-radius:15px;box-shadow:0 8px 20px #0003;overflow:hidden}.agenda-section__event:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,#060a1700,#056fff 732.94%);border-radius:15px;opacity:.7;z-index:-1;border:1px solid;border-image-source:linear-gradient(0deg,rgba(6,10,23,0) 90%,#056fff 232.94%)}@media (max-width: 768px){.agenda-section__event{flex-direction:column}}.agenda-section__event-no-description{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 768px){.agenda-section__event-no-description{flex-direction:column;align-items:flex-start}}.agenda-section__event-time{width:30%;padding-right:2rem;color:var(--color-text);font-size:1rem;font-weight:500}.agenda-section__event-time .agenda-section__period{color:#4b9ef9;font-weight:500}@media (max-width: 768px){.agenda-section__event-time{width:100%;margin-bottom:1rem;font-weight:600}}.agenda-section__event-details{width:70%}@media (max-width: 768px){.agenda-section__event-details{width:100%}}.agenda-section__event-title{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#fff}.agenda-section__event-title.agenda-section__event-title-end{margin:0;text-align:right}@media (max-width: 768px){.agenda-section__event-title.agenda-section__event-title-end{text-align:left}}.agenda-section__event-title-end{font-size:1.125rem;font-weight:600;margin:0;color:#fff;text-align:right}@media (max-width: 768px){.agenda-section__event-title-end{text-align:left;margin-top:.5rem}}.agenda-section__event-description{list-style-type:none;padding:0;margin:0}.agenda-section__event-description li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--graycolor);font-size:.875rem;line-height:1.6}.agenda-section__event-description li:before{content:"•";position:absolute;left:0;font-size:1rem}.agenda-section__event-description li:last-child{margin-bottom:0}.agenda-section__event-speakers{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.agenda-section__speaker{display:flex;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease;position:relative}.agenda-section__speaker:before{content:"";position:absolute;width:120px;height:120px;left:-20px;top:50%;transform:translateY(-50%);background-size:contain;opacity:.1;transition:opacity .3s ease}.agenda-section__speaker:hover:before{opacity:.2}.agenda-section__speaker:hover .agenda-section__speaker-image{transform:scale(1.05)}.agenda-section__speaker-image-container{position:relative;width:4rem;height:4rem}.agenda-section__speaker-image-wrapper{position:relative;width:100%;height:100%;border-radius:50%}.agenda-section__speaker-image-wrapper:after{content:"";position:absolute;top:-4px;border-radius:inherit;padding:1px;background:linear-gradient(180deg,#5ea2ff 10%,var(--blackcolor) 116.21%);-webkit-mask:linear-gradient(360deg,#5ea2ff 0%,var(--blackcolor) 116.21%) content-box,linear-gradient(360deg,#5ea2ff 0%,var(--blackcolor) 116.21%);-webkit-mask-composite:destination-out;mask-composite:exclude;width:106%;height:106%;left:-3px}.agenda-section__speaker-image{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .5s ease}.agenda-section__speaker-info{flex:1;position:relative;z-index:1}.agenda-section__speaker-name{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .25rem}.agenda-section__speaker-role{font-size:.875rem;color:#f9ccad;display:block}.agenda-header-section{width:100%;background-color:var(--blackcolor);color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.agenda-header-section__container{max-width:var(--container-max-width);margin:0 auto}.agenda-header-section__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}@media (max-width: 768px){.agenda-header-section__top{flex-direction:column;gap:1.5rem}}.agenda-header-section__content{max-width:70%}@media (max-width: 768px){.agenda-header-section__content{max-width:100%}}.agenda-header-section__title{font-size:3rem;font-weight:700;margin-bottom:1rem;letter-spacing:1px;text-transform:uppercase}@media (max-width: 768px){.agenda-header-section__title{font-size:2.25rem}}.agenda-header-section__subtitle{font-size:1.5rem;margin-bottom:0;color:var(--graycolor)}.agenda-header-section__subtitle span{color:#fff;font-weight:600}@media (max-width: 768px){.agenda-header-section__subtitle{font-size:1.25rem}}.agenda-header-section__download-container{display:flex;justify-content:flex-end}@media (max-width: 768px){.agenda-header-section__download-container{justify-content:flex-start}}.agenda-header-section__download-link{display:inline-flex;align-items:center;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.agenda-header-section__download-link svg{margin-left:.5rem;transition:transform .2s ease}.agenda-header-section__download-link:hover{opacity:.8}.agenda-header-section__download-link:hover svg{transform:translate(4px)}.agenda-header-section__description{margin-bottom:0}.agenda-header-section__description p{margin-bottom:1.5rem;font-size:1rem;line-height:1.6;color:var(--graycolor)}.agenda-header-section__description p:last-child{margin-bottom:0}.agenda-header-section__description span{color:#fff;font-weight:500}.agenda-section__session{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem;max-height:2000px;overflow:hidden;transition:max-height .3s ease-in-out}.agenda-section__session.collapsed{max-height:0;margin-bottom:0}.agenda-section__session.expanded{max-height:2000px}
