.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%;inset-inline-start: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__day{margin-bottom:4rem}.agenda-section__day:last-child{margin-bottom:0}.agenda-section__header{margin-bottom:2rem}.agenda-section__date{font-size:2rem;font-weight:600;line-height:1.2}.agenda-section__list{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.agenda-section__item{position:relative;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:1.5rem 2rem;border-radius:15px;overflow:hidden;cursor:pointer;box-shadow:0 8px 20px #0003;transition:transform .2s ease,box-shadow .2s ease}.agenda-section__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#060a1700,#056fff 732.94%);border-radius:15px;opacity:.7;z-index:-1}.agenda-section__item:hover{transform:translateY(-2px);box-shadow:0 14px 30px #00000052}.agenda-section__item:focus-visible{outline:2px solid #4b9ef9;outline-offset:3px}@media(max-width:768px){.agenda-section__item{flex-direction:column;align-items:flex-start;gap:1.5rem}}.agenda-section__item-detail{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.4rem}.agenda-section__item-time{font-size:.938rem;font-weight:500;color:var(--graycolor)}.agenda-section__period{color:#4b9ef9;font-weight:600}.agenda-section__item-title{font-size:1.375rem;font-weight:600;color:#fff;margin:0}.agenda-section__item-speakers{display:flex;flex-shrink:0;gap:1.25rem}@media(max-width:768px){.agenda-section__item-speakers{flex-wrap:wrap;gap:1rem}}.agenda-section__mini-speaker{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;width:5.25rem}.agenda-section__mini-speaker-img-wrap{position:relative;width:4.5rem;height:4.5rem;border-radius:50%}.agenda-section__mini-speaker-img-wrap:after{content:"";position:absolute;top:-4px;inset-inline-start:-3px;width:106%;height:106%;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}.agenda-section__mini-speaker-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.agenda-section__mini-speaker-name{font-size:.875rem;font-weight:600;color:#fff;line-height:1.3}.agenda-section__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#03060fbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.agenda-section__modal-overlay.show{opacity:1}.agenda-section__modal{position:relative;width:100%;max-width:720px;max-height:85vh;overflow-y:auto;padding:2.5rem 2rem 2rem;border-radius:16px;background:#0a1326;border:1px solid rgba(94,162,255,.25);box-shadow:0 24px 60px #00000080;color:#fff;opacity:0;transform:translateY(24px) scale(.97);transition:transform .3s ease,opacity .3s ease}.agenda-section__modal-overlay.show .agenda-section__modal{opacity:1;transform:none}.agenda-section__modal-close{position:absolute;top:1rem;inset-inline-end:1rem;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff14;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.agenda-section__modal-close:hover{background:#ffffff2e}.agenda-section__modal-head{margin-bottom:1.25rem;padding-inline-end:2.5rem;display:flex;flex-direction:column;gap:.35rem}.agenda-section__modal-title{font-size:1.625rem;font-weight:700;margin:0}.agenda-section__modal-description{color:var(--graycolor);font-size:1rem;line-height:1.7;white-space:pre-line;margin:0 0 1.75rem}.agenda-section__modal-speakers{display:flex;flex-wrap:wrap;gap:1.5rem}.agenda-section__speaker{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;padding:.5rem;width:7.5rem;text-decoration:none;transition:all .3s ease}.agenda-section__speaker:hover .agenda-section__speaker-image{transform:scale(1.05)}.agenda-section__speaker-image-container{position:relative;width:5.5rem;height:5.5rem;flex-shrink:0}.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%;inset-inline-start:-3px}.agenda-section__speaker-image{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .5s ease}.agenda-section__speaker-info{width:100%;min-width:0}.agenda-section__speaker-name{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .2rem;line-height:1.3}.agenda-section__speaker-role{font-size:.813rem;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-inline-start:.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}
