*{padding:0;margin:0;border:0px;outline:none;box-sizing:border-box}body{background-color:var(--color-gray-background);overflow:hidden}html{font-family:Inter,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-feature-settings:"salt"}svg,img{display:block}ul,li{list-style:none}a{text-decoration:none}button{font-size:1rem;font-family:Inter,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";background-color:#0000;cursor:pointer}input,textarea,select{font-size:1rem;font-family:Inter,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt"}@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont-Cl4AQHp9.ttf) format("truetype");font-weight:100 900;font-display:swap}.mt60{margin-top:3.75rem}.mt48{margin-top:3rem}.mt36{margin-top:2.25rem}.mt32{margin-top:2rem}.mt24{margin-top:1.5rem}.mt12{margin-top:.75rem}.mt8{margin-top:.5rem}.mt4{margin-top:.25rem}.mb48{margin-bottom:3rem}.mb36{margin-bottom:2.25rem}.mb32{margin-bottom:2rem}.mb24{margin-bottom:1.5rem}.mb12{margin-bottom:.75rem}.mb8{margin-bottom:.5rem}.mb4{margin-bottom:.25rem}.p0{padding:0}.pDefault{padding:1.5rem}.gridForm{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));grid-gap:1.5rem}.formColumn{display:flex;flex-direction:column;row-gap:1.5rem}.formRow{display:flex;flex-direction:row;column-gap:1.5rem}.formRow>div{flex:1}.leftButton{margin-right:auto}.wAuto{width:auto!important}.tabularNums{font-variant:tabular-nums}.webrazziModalContainer{z-index:900;background-color:#00000052;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .32s;display:flex;justify-content:center;align-items:flex-start;padding-block:3rem}.webrazziModalContainer.active{opacity:1}.webrazziModalContainer.active .webrazziModal{transform:scale(1)}.webrazziModal{border-radius:.75rem;box-shadow:0 0 14px #00000018;transform:scale(.82);transition:transform .32s}.webrazziModal:not(:has(.webrazziModalFooter)) .webrazziModalContent{border-radius:0px 0px .75rem .75rem}.webrazziModalHeader{border-radius:.75rem .75rem 0px 0px;background-color:var(--color-gray-background);padding-inline:1.5rem;height:3.375rem;border-bottom:.0625rem solid var(--color-white-background-border);display:flex;gap:1.5rem;justify-content:space-between;align-items:center}.webrazziModalHeader strong{color:var(--color-text-secondary);font-weight:500;font-size:.9375rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.webrazziModalHeader .circleIconButton{flex-shrink:0;border-radius:.1875rem}.webrazziModalContent{background-color:var(--color-white);padding:1.5rem}.webrazziModalFooter{background-color:var(--color-confirm-footer-background);border-top:.0625rem solid var(--color-confirm-footer-border);border-radius:0px 0px .75rem .75rem;padding-block:1rem;padding-inline:1.5rem;display:flex;justify-content:flex-start;flex-direction:row-reverse;gap:1rem}.radiusModalScrollbar .rc-scrollbars-container{border-radius:0px 0px .75rem .75rem}button.circleIconButton{width:2.5rem;height:2.5rem;border-radius:56.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .12s,opacity .12s;position:relative}button.circleIconButton svg{font-size:1.5rem;color:var(--color-text-secondary)}button.circleIconButton span{background-color:var(--color-notify-warning-icon-background);position:absolute;top:.1875rem;right:.1875rem;color:var(--color-white);width:1rem;height:1rem;border-radius:56.25rem;font-weight:500;font-size:.625rem;display:flex;align-items:center;justify-content:center}button.circleIconButton:hover{background-color:#0000000c}button.circleIconButton:active{background-color:#00000018}button.circleIconButton.disabled{opacity:.64;cursor:not-allowed;background-color:#0000}button.circleIconButton.small{width:2.125rem;height:2.125rem}button.circleIconButton.small svg{font-size:1.25rem}.webrazziDropdown{position:absolute;z-index:900;top:0;width:15rem;border-radius:.1875rem;background-color:var(--color-white);border:.0625rem solid var(--color-input-border-focus);box-shadow:0 1px 2px #00000010,0 0 0 3px #2038751f,0 10px 18px -16px #20387552;padding-bottom:.25rem;opacity:0;transform:translateY(1.5rem);transition:transform .12s,opacity .12s;pointer-events:none}.webrazziDropdown:not(:has(.webrazziDropdownTitle)){padding-top:.25rem}.webrazziDropdown.opened{transform:translate(0);opacity:1;pointer-events:auto}.webrazziDropdownTitle{border-radius:.125rem .125rem 0px 0px;background-color:var(--color-gray-background);color:var(--color-text-secondary);font-weight:500;font-size:.875rem;line-height:1.25rem;padding:.75rem 1rem;border-bottom:.0625rem solid var(--color-white-background-border);margin-bottom:.25rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.webrazziDropdownItem{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;text-align:left;transition:background-color .12s}.webrazziDropdownItem svg{color:var(--color-text-secondary);font-size:1.25rem}.webrazziDropdownItem img{width:1.25rem;height:1.25rem;object-fit:contain}.webrazziDropdownItem b{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.25rem;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1;-webkit-user-select:none;user-select:none}.webrazziDropdownItem.danger svg,.webrazziDropdownItem.danger b{color:var(--color-notify-error-icon-background)}.webrazziDropdownItem:hover{background-color:rgba(var(--color-text-secondary-rgba),.06)}.webrazziDropdownItem:active{background-color:rgba(var(--color-text-secondary-rgba),.12)}.webrazziDropdownItem.active{background-color:rgba(var(--color-text-active-rgba),.06)}.webrazziDropdownItem.active svg,.webrazziDropdownItem.active b{color:var(--color-text-active)}.webrazziDropdownItem.disabled{opacity:.64;cursor:not-allowed;background-color:#0000}.webrazziDropdownItem+.webrazziDropdownTitle{border-top:.0625rem solid var(--color-white-background-border);margin-top:.25rem}.webrazziDropdownSeperator{background-color:var(--color-white-background-border);height:.0625rem;margin-block:.25rem}button.webrazziButton{background-color:var(--color-webrazzi-yellow);box-shadow:0 1px 2px #00000010;border-radius:.1875rem;font-size:.9375rem;height:3.125rem;transition:background-color .12s,opacity .12s;display:flex}button.webrazziButton span{background-color:#00000010;width:3.125rem;height:3.125rem;display:flex;align-items:center;justify-content:center;border-radius:.1875rem 0px 0px .1875rem}button.webrazziButton span svg{color:var(--color-webrazzi-yellow-dark);font-size:1.25rem}button.webrazziButton span em.spin{width:1.25rem;height:1.25rem;border:.125rem solid var(--color-webrazzi-yellow-dark);border-radius:1.25rem;border-top-color:#0000;animation-name:webrazziSpin;animation-duration:.84s;animation-timing-function:linear;animation-iteration-count:infinite}button.webrazziButton b{padding:1rem 1.5rem;font-size:.9375rem;font-weight:538;color:var(--color-webrazzi-yellow-dark);-webkit-user-select:none;user-select:none}button.webrazziButton:hover{background-color:var(--color-button-primary-hover)}button.webrazziButton:active{background-color:var(--color-button-primary-active)}button.webrazziButton.secondary{background-color:var(--color-pale-blue)}button.webrazziButton.secondary b,button.webrazziButton.secondary span svg{color:var(--color-webrazzi-gray)}button.webrazziButton.secondary span{background-color:#0000000c}button.webrazziButton.secondary span em.spin{border-color:var(--color-webrazzi-gray);border-top-color:#0000}button.webrazziButton.secondary:hover{background-color:var(--color-button-secondary-hover)}button.webrazziButton.secondary:active{background-color:var(--color-button-secondary-active)}button.webrazziButton.danger{background-color:var(--color-button-danger-background)}button.webrazziButton.danger b,button.webrazziButton.danger span svg{color:var(--color-white)}button.webrazziButton.danger span{background-color:#00000013}button.webrazziButton.danger span em.spin{border-color:var(--color-white);border-top-color:#0000}button.webrazziButton.danger:hover{background-color:var(--color-button-danger-hover)}button.webrazziButton.danger:active{background-color:var(--color-button-danger-active)}button.webrazziButton.medium{height:2.8125rem;font-size:.875rem}button.webrazziButton.medium b{padding:.875rem 1.25rem;font-size:.875rem}button.webrazziButton.medium span{width:2.8125rem;height:2.8125rem}button.webrazziButton.small{height:2.5rem;font-size:.8125rem}button.webrazziButton.small b{padding:.75rem 1rem;font-size:.8125rem}button.webrazziButton.small span{width:2.5rem;height:2.5rem}button.webrazziButton.extraSmall{height:1.875rem;font-size:.75rem}button.webrazziButton.extraSmall b{padding:.5rem .8125rem;font-size:.75rem}button.webrazziButton.extraSmall span{width:1.875rem;height:1.875rem}button.webrazziButton.extraSmall span svg{font-size:1rem}button.webrazziButton.extraSmall span em{width:.875rem;height:.875rem;border-width:.0625rem}button.webrazziButton.extraSmallH31{height:1.9375rem}button.webrazziButton.extraSmallH31 span{width:1.9375rem;height:1.9375rem}button.webrazziButton:not(:has(b)) span{background-color:#0000!important}button.webrazziButton.widthFull{width:100%}button.webrazziButton.widthFull b{flex:1}button.webrazziButton.disabled{opacity:.64;cursor:not-allowed}button.webrazziButton.disabled:hover,button.webrazziButton.disabled:active{background-color:var(--color-webrazzi-yellow)}button.webrazziButton.disabled.secondary:hover,button.webrazziButton.disabled.secondary:active{background-color:var(--color-pale-blue)}button.webrazziButton.disabled.danger:hover,button.webrazziButton.disabled.danger:active{background-color:var(--color-button-danger-background)}@keyframes webrazziSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.profileButton{display:flex;align-items:center;gap:.75rem;margin-left:1rem}button.profileButton:hover .profileButtonSquircle{background-color:var(--color-notify-warning-icon-background)}.profileButtonSquircle{width:2.5rem;height:2.5rem;background-color:var(--color-webrazzi-yellow);padding:.125rem;transition:background-color .12s}.profileButtonSquircleEmpty{width:100%;height:100%;background-color:var(--color-gray-background);padding:.125rem}.profileButtonSquircleImage{width:100%;height:100%;display:flex}.profileButtonSquircleImage img{width:100%;height:100%;object-fit:cover}.profileButtonSquircleImage span{background-color:var(--color-webrazzi-yellow);flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-size:1rem;font-weight:500}.profileButtonTexts{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.profileButtonTexts strong{color:var(--color-text-primary);font-size:.875rem;font-weight:500;line-height:1.0625rem}.profileButtonTexts span{color:var(--color-text-secondary);font-size:.75rem;line-height:.9375rem}.squircleContainer{filter:drop-shadow(0 1px 2px rgba(0,0,0,.128))}.squircleContainer.empty{filter:drop-shadow(1px 1px 0px rgba(0,0,0,.064))}.squircleContainer.empty .squircle{background-color:var(--color-gray-background);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:1rem;font-weight:500}.squircle{-webkit-mask-image:url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M 100 0 C 20 0 0 20 0 100 C 0 180 20 200 100 200 C 180 200 200 180 200 100 C 200 20 180 0 100 0 Z"/></svg>');mask-image:url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M 100 0 C 20 0 0 20 0 100 C 0 180 20 200 100 200 C 180 200 200 180 200 100 C 200 20 180 0 100 0 Z"/></svg>')}.animatedAlert{width:.5rem;height:.5rem;border-radius:56.25rem;position:relative;display:flex;align-items:center;justify-content:center}.animatedAlert:before,.animatedAlert:after{content:"";display:block;position:absolute;width:3rem;height:3rem;border-radius:56.25rem;animation:animatedAlertPulse 1.2s infinite;opacity:0}.animatedAlert:after{animation-delay:.32s}.animatedAlert.animatedAlert_primary,.animatedAlert.animatedAlert_primary:before,.animatedAlert.animatedAlert_primary:after{background-color:var(--color-webrazzi-yellow)}.animatedAlert.animatedAlert_secondary,.animatedAlert.animatedAlert_secondary:before,.animatedAlert.animatedAlert_secondary:after{background-color:var(--color-progress-secondary)}.animatedAlert.animatedAlert_success,.animatedAlert.animatedAlert_success:before,.animatedAlert.animatedAlert_success:after{background-color:var(--color-notify-success-icon-background)}.animatedAlert.animatedAlert_error,.animatedAlert.animatedAlert_error:before,.animatedAlert.animatedAlert_error:after{background-color:var(--color-notify-error-icon-background)}.animatedAlert.animatedAlert_warning,.animatedAlert.animatedAlert_warning:before,.animatedAlert.animatedAlert_warning:after{background-color:var(--color-notify-warning-icon-background)}.animatedAlert.animatedAlert_info,.animatedAlert.animatedAlert_info:before,.animatedAlert.animatedAlert_info:after{background-color:var(--color-notify-info-icon-background)}@keyframes animatedAlertPulse{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}.skeletonLoading{width:7.25rem;height:3.125rem;border-radius:.1875rem;background-color:var(--color-progress-background);position:relative;overflow:hidden;animation:skeletonLoadingOpacity 1.2s infinite;animation-timing-function:linear}.skeletonLoading:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;animation:skeletonLoadingBackground 1.52s infinite;animation-timing-function:linear;background-image:radial-gradient(circle,rgba(255,255,255,.64) 0%,transparent 38%)}.skeletonLoading.minimalRadius{border-radius:.125rem}@keyframes skeletonLoadingOpacity{0%{opacity:1}50%{opacity:.64}to{opacity:1}}@keyframes skeletonLoadingBackground{0%{transform:translate(-75%)}to{transform:translate(75%)}}.skeletonLoadingTable{border-radius:.1875rem;box-shadow:0 1px 2px #00000010;border:.0625rem solid var(--color-white-background-border)}.skeletonLoadingTableRow{border-top:.0625rem solid var(--color-white-background-border);background-color:var(--color-white);display:flex;gap:1.5rem;padding-inline:1rem}.skeletonLoadingTableRow:last-child{border-radius:0px 0px .125rem .125rem}.skeletonLoadingTableRow span{flex-shrink:0;width:15rem;height:3rem;display:flex;align-items:center}.skeletonLoadingTableRow span .skeletonLoading{height:1rem}.skeletonLoadingTableHeader{border-radius:.125rem .125rem 0px 0px;background-color:var(--color-gray-background);border-top:none}.skeletonLoadingTableHeader span .skeletonLoading{background-color:rgba(var(--color-text-secondary-rgba),.08)}@container main (max-width: 850px){.skeletonLoadingTableRow span:nth-child(3){display:none}}@container main (max-width: 586px){.skeletonLoadingTableRow span:nth-child(2){display:none}}#react-html{line-height:normal}body{overflow:auto}body.overflowHidden{overflow:hidden}.eventLandingView *,.webrazziModalContainer *,.webrazziDropdown *{font-family:Inter,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.eventLandingView{background-color:#001c48}.grid{width:71.25rem;margin-inline:auto}.mt72{margin-top:4.5rem}.webrazziModalContainer{position:fixed!important;background-color:#000000b8}.webrazziButton44{height:2.75rem!important;align-items:center}.webrazziButton44 span{width:2.75rem!important;height:2.75rem!important}.webrazziButton44 b{padding:0px 1.25rem!important}.webrazziButton50{height:3.125rem!important;align-items:center}.webrazziButton50 span{width:3.125rem!important;height:3.125rem!important}.webrazziButton50 b{padding:0px 1.5rem!important}.darkContainer{background-color:#000b33;padding-block:4.5rem}h3.subTitle{font-size:1.875rem;line-height:2.5rem;font-weight:600;text-align:center;color:var(--color-white);margin-bottom:1.5rem}h3.subBigTitle{font-size:3rem;font-weight:600;text-align:center;color:var(--color-white);display:flex;align-items:center;justify-content:center;gap:1.5rem}h3.subBigTitle strong{font-weight:600}@media only screen and (max-width: 1204px){.grid{width:calc(100% - 3rem)}}@media only screen and (max-width: 620px){h3.subBigTitle{font-size:2.5rem}}header{border-top:4px solid var(--color-webrazzi-yellow);background-color:#0400143d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);height:5.375rem;position:sticky;top:0;z-index:5;display:flex;align-items:center}header .grid{display:flex;align-items:center}.hamburgerMenu{cursor:pointer;height:3.75rem;display:flex;align-items:center;margin-right:1.5rem}.hamburgerMenu svg{font-size:1.5rem;color:#ffffffd1;transition:color .12s}.hamburgerMenu:hover svg{color:var(--color-white)}a.logo{cursor:pointer;display:flex;align-items:center;width:8.625rem;height:3.75rem;background-image:url(/img/techeu.webp);background-size:contain;background-position:center center;background-repeat:no-repeat;text-indent:-9999em}.headerLine{background-color:#ffffff1f;width:.125rem;height:1.5rem;margin-inline:1.5rem}nav{display:flex;gap:2rem;justify-content:center}nav a,nav b{-webkit-user-select:none;user-select:none;color:#ffffffd1;cursor:pointer;padding-block:.75rem;font-size:1rem;font-weight:500;transition:all .12s}nav a:hover,nav b:hover{color:var(--color-white)}nav a.selected,nav b.selected{color:var(--color-webrazzi-yellow)}nav a.highlight,nav b.highlight{background-color:var(--color-webrazzi-yellow);border-radius:4px;color:var(--color-white);padding-inline:.75rem}.headerVideo{height:47.375rem;margin-top:-5.375rem;position:relative}.headerVideo video{object-fit:cover;position:absolute;width:100%;height:100%;z-index:1}.headerContent{position:absolute;top:5.375rem;z-index:4;bottom:0;left:0;right:0}.headerContent .grid{background-color:#0000008a;padding-block:3rem;padding-inline:3rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.headerContent .grid h1{background:linear-gradient(180deg,#fff,#ffffffd1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:3rem;font-weight:600;text-align:center}.headerContent .grid h2{color:#fff;font-weight:438;font-size:20px;line-height:34px;margin-top:8px;text-align:center}.headerContent .grid h2 strong{font-weight:648}.headerContent .grid h2 a:hover{color:#fff!important}.headerContent .grid h2+h2{margin-top:3rem}.headerButtons{display:flex;gap:.75rem;margin-top:1.5rem}.previousEventsDropdown{padding:0!important;width:14.875rem;background-color:#040014a3;-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);border-color:var(--color-webrazzi-yellow);border-width:.125rem;box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d}.previousEventsDropdown .webrazziDropdownItem svg{font-size:1.375rem}.previousEventsDropdown .webrazziDropdownItem b{font-size:.875rem;line-height:1.375rem}.previousEventsDropdown .webrazziDropdownItem svg,.previousEventsDropdown .webrazziDropdownItem b{color:#ffffffa3;transition:color .12s}.previousEventsDropdown .webrazziDropdownItem:hover svg,.previousEventsDropdown .webrazziDropdownItem:hover b{color:var(--color-white)}.previousEventsDropdown .webrazziDropdownItem.nested{padding-left:2rem}.previousEventsDropdown .webrazziDropdownTitle{margin:0;border-radius:0;background-color:#ffffff0f;border-color:#ffffff0f;color:#ffffffa3}.previousEventsDropdown:before{content:"";position:absolute;left:1.1875rem;top:-.625rem;border-style:solid;border-width:0px .5rem .5rem .5rem;border-color:transparent transparent var(--color-webrazzi-yellow) transparent}.previousEventsDropdown .webrazziDropdownSeperator{background-color:#ffffff1f}.hamburgerMenuDropdown{transform:translate(-1.0625rem,1.5rem)}.hamburgerMenuDropdown.opened{transform:translate(-1.0625rem)}.getYourTicket{background-color:var(--color-webrazzi-yellow)}.getYourTicket svg,.getYourTicket b{color:var(--color-white)!important}.getYourTicket:hover{background-color:var(--color-button-primary-hover)}.getYourTicket:active{background-color:var(--color-button-primary-active)}.partnerWithUsModal .webrazziModalContent iframe{padding:1.5rem;height:min(47.375rem,100svh - 6.375rem - 3rem)!important}.webrazziDropdownItem.hide{display:none}@media only screen and (max-width: 1080px){nav,a.logo+.headerLine{display:none}}@media only screen and (max-width: 960px){.headerContent .grid h1{font-size:2.625rem}}@media only screen and (max-width: 690px){.headerContent .grid h1{font-size:2rem}}@media only screen and (max-width: 500px){.headerContent .grid{padding:1.5rem}}footer{padding-block:1.5rem}footer .grid{display:flex;align-items:center;justify-content:space-between}.footerLeft,.footerCenter{color:#ffffff7a;font-size:.875rem;font-weight:500}.footerLeft a,.footerCenter a{color:var(--color-white);text-decoration-color:var(--color-webrazzi-yellow)}.footerLeft a:hover,.footerCenter a:hover{text-decoration-line:underline}.footerRight{display:flex;gap:.75rem}.footerRight a svg{color:#ffffff7a;font-size:1.5rem;transition:color .12s}.footerRight a:hover svg{color:var(--color-white)}.fixedGetYourTicket{display:none;align-items:center;justify-content:center;padding-inline:.75rem;color:var(--color-white);padding-block:1rem;background-color:var(--color-webrazzi-yellow);font-weight:538;font-size:.9375rem;position:fixed;bottom:0;z-index:1;left:0;right:0;opacity:0;pointer-events:none;transition:opacity .12s}.fixedGetYourTicket.active{opacity:1;pointer-events:all}@media only screen and (max-width: 690px){footer{padding-bottom:4.6875rem}footer .grid{flex-direction:column}.footerCenter{margin-top:.5rem;margin-bottom:1.5rem}.fixedGetYourTicket{display:flex}}.applySpeaker{display:flex;flex-direction:column;align-items:center}.applySpeakerModal .webrazziModalContent{padding:0;overflow:hidden}.applySpeakerModal .webrazziModalContent iframe{display:block;width:100%;height:calc(100svh - 9.375rem)}.eventInfo h3{font-size:1.875rem;line-height:2.5rem;font-weight:600;text-align:center;color:var(--color-white)}.eventInfo iframe,.eventInfo img{margin-inline:auto;width:76%;height:auto;margin-top:1.5rem;aspect-ratio:16/9;border-radius:8px;box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d;object-fit:cover;display:block}.footerText{margin-top:1.5rem;text-align:center;text-wrap:balance;color:#ffffffa3;font-size:1rem;line-height:1.5rem}.footerText a{cursor:pointer;color:var(--color-white);text-decoration-color:var(--color-webrazzi-yellow)}.footerText a:hover{text-decoration-line:underline}.forYouScrollContainer h3{font-size:1.875rem;line-height:2.5rem;font-weight:600;text-align:center;color:var(--color-white)}.forYouOptions{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}.forYouOption{background-color:#ffffff0a;border-radius:8px;padding:1.5rem;width:calc((100% - 2.25rem)/4);display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;user-select:none;gap:.75rem;box-shadow:0 6px 12px #0400141f,0 2px 4px #0400141f}.forYouOption span{flex-shrink:0;font-size:1.75rem;width:1em;height:1em;border-radius:1em;background-color:#ffffff0a;border:.125rem dashed rgba(255,255,255,.16);transition:all .12s;position:relative}.forYouOption span svg{color:var(--color-webrazzi-yellow);font-size:2.125rem;position:absolute;top:-.3125rem;left:-.3125rem;transform:scale(0);transition:transform .12s}.forYouOption b{color:#ffffff7a;font-size:1rem;line-height:1.5rem;font-weight:500;transition:all .12s;flex:1}.forYouOption b.showMobile{display:none}.forYouOption:hover span{border-color:#ffffff52}.forYouOption:hover b{color:#ffffffa3}.forYouOption.selected b{color:var(--color-webrazzi-yellow)}.forYouOption.selected span svg{transform:scale(1)}.forYouContainer{background-color:#ffffff0a;display:flex;margin-top:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 6px 12px #0400141f,0 2px 4px #0400141f}.forYouLeft{width:24rem;position:relative;overflow:hidden}.forYouImage{position:absolute;top:0;right:0;bottom:0;left:0}.forYouImage img{width:100%;height:100%;object-fit:cover}.forYouImage img.centerTop{object-position:center top}.forYouImage img.centerCenter{object-position:center center}.forYouImage img.rightTop{object-position:right top}.forYouTitle{position:absolute;background:linear-gradient(180deg,transparent 0%,rgb(0,11,51) 96%);bottom:0;left:0;right:0;padding:6rem 2rem 2rem;font-size:1.5rem;line-height:2.125rem;font-weight:600;color:var(--color-white);min-height:10.125rem}.forYouContent{flex:1;padding:2rem}.forYouContent h4{font-size:1.5rem;line-height:2.125rem;font-weight:600;color:var(--color-white)}.forYouContent p{color:#ffffffa3;font-size:1rem;line-height:1.5rem;margin-top:.75rem}.forYouContent ul{margin-top:.75rem}.forYouContent ul li{display:flex;align-items:flex-start;gap:.75rem}.forYouContent ul li span svg{color:#ffffffc7;font-size:1rem;position:relative;top:.25rem}.forYouContent ul li p{color:#ffffffa3;font-size:1rem;line-height:1.5rem;margin-top:0}.forYouContent ul li p b{font-weight:600;color:#ffffffc7}.forYouContent ul li+li{margin-top:.75rem}.forYouContent ul+h4{margin-top:2rem}@media only screen and (max-width: 1172px){.forYouOption{width:calc((100% - .75rem)/2)}}@media only screen and (max-width: 931px){.forYouLeft{width:18.25rem}}@media only screen and (max-width: 731px){.forYouContainer{flex-direction:column}.forYouLeft{width:100%;height:19.5rem}.forYouTitle{padding:4.5rem 1.5rem 1.5rem;min-height:8.625rem}.forYouContent{padding:1.5rem}}@media only screen and (max-width: 612px){.forYouOption{flex-direction:row;width:100%}.forYouOption b{text-align:left;display:none}.forYouOption b.showMobile{display:block}}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{-webkit-user-drag:none;cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:#0000004d;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}.gallery,.testimonial{position:relative}.gallery img,.testimonial img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.gallery em,.testimonial em{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-color:#0400147a;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:opacity .12s}.gallery em svg,.testimonial em svg{font-size:2rem;color:var(--color-white)}.gallery em:hover,.testimonial em:hover{opacity:1}.prevEl,.nextEl{position:absolute;top:calc(50% - 1.5rem);width:3rem;height:3rem;background-color:#0400143d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1;display:flex;align-items:center;justify-content:center;border-radius:56.25rem;cursor:pointer;transition:all .12s}.prevEl svg,.nextEl svg{color:var(--color-white);font-size:1.5rem;transition:all .12s;position:relative}.prevEl:hover,.nextEl:hover{background-color:#04001452}.prevEl{left:-1.5rem}.prevEl svg{left:0}.prevEl:hover svg{left:-.125rem}.nextEl{right:-1.5rem}.nextEl svg{right:0}.nextEl:hover svg{right:-.125rem}.pagi{position:absolute;bottom:-2rem;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:.25rem}.pagi span{border-radius:8px;width:.5rem;height:.5rem;background-color:#ffffff1f;transition:background-color .12s,width .12s;cursor:pointer}.pagi span:hover{background-color:#ffffff52}.pagi span.swiper-pagination-bullet-active{width:.75rem;background-color:#ffffffc7}.swiper-wrapper{height:auto!important}.pagiHeight{height:2rem}@media only screen and (max-width: 1204px){.prevEl,.nextEl{display:none}}.highlightingSpeakers{margin-top:4.5rem;display:flex;flex-direction:column;align-items:center}.highlightingSpeakers button{margin-top:3rem}.speakers{margin-top:3rem;display:flex;flex-wrap:wrap;column-gap:1.5rem;row-gap:3rem;justify-content:center}.speaker{width:calc((100% - 4.5rem)/4);display:flex;flex-direction:column;cursor:pointer}.speaker img{width:100%;height:auto;border-radius:8px;aspect-ratio:1;object-fit:cover;box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d;transition:transform .12s}.speaker b{color:var(--color-white);font-size:1.5rem;font-weight:600;line-height:2.125rem;margin-top:1rem;text-decoration-color:var(--color-webrazzi-yellow)}.speaker em,.speaker span{color:#ffffff7a;font-size:1rem;line-height:1.5rem;font-style:normal;font-weight:500;margin-top:.25rem;transition:color .12s}.speaker span{color:#ffffffa3}.speaker:hover img{transform:scale(1.048)}.speaker:hover b{text-decoration-line:underline}.speaker:hover em{color:#ffffffa3}.speaker:hover span{color:#ffffffc7}.speakerModal .webrazziModalContent,.allSpeakersModal .webrazziModalContent{padding:0}.speakerModal .rc-scrollbars-container,.allSpeakersModal .rc-scrollbars-container{border-radius:0px 0px .75rem .75rem}.speakerModalContainer{display:flex;gap:1.5rem;padding:1.5rem}.speakerModalLeft{width:11.375rem}.speakerModalLeft img{box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d;width:100%;height:auto;border-radius:8px;aspect-ratio:1;object-fit:cover}.speakerModalRight{flex:1}.speakerModalRight h1{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);line-height:2.375rem;margin-bottom:1rem}.speakerModalItem{display:flex;gap:.75rem}.speakerModalItem svg{font-size:1.5rem;color:var(--color-text-secondary)}.speakerModalItem span{flex:1;font-size:1rem;color:var(--color-text-secondary);line-height:1.5rem}.speakerModalItem span.bold{font-weight:500}.speakerModalItem span p{font-size:.875rem}.speakerModalItem span p+p{margin-top:1rem}.speakerModalItem+.speakerModalItem{margin-top:1rem}.speakerModalItemText{background-color:var(--color-gray-background);border-top:1px solid var(--color-white-background-border);border-radius:0px 0px .75rem .75rem;padding:1.5rem;gap:1rem}.speakerModalItemText svg{position:relative;top:.125rem}.speakerModalButtons{display:flex;gap:1rem;margin-top:1.5rem}.speakerModalButtonsMobile{display:none;margin-bottom:1.5rem;margin-inline:1.5rem;margin-top:0}.buttonLinkedIn{background-color:#0a66c2!important}.buttonLinkedIn:hover{background-color:#0b70d5!important}.buttonLinkedIn:active{background-color:#0c7ae7!important}.buttonX{background-color:#000!important}.buttonX span{background-color:#ffffff21!important}.buttonX:hover{background-color:#141414!important}.buttonX:active{background-color:#292929!important}.allSpeakersModal .speakers{background-color:#001c48;margin-top:0;padding:1.5rem}.speakersText{margin-top:4.5rem;text-align:center;text-wrap:balance;color:var(--color-white);font-size:1.25rem;font-weight:500;line-height:1.875rem}@media only screen and (max-width: 1204px){.speaker{width:calc((100% - 4.5rem)/4)}}@media only screen and (max-width: 1008px){.speaker{width:calc((100% - 4.5rem)/4)}}@media only screen and (max-width: 812px){.speaker{width:calc((100% - 3rem) / 3)}.highlightingSpeakers h3.subBigTitle{flex-direction:column}}@media only screen and (max-width: 640px){.speakerModalRight .speakerModalButtons button b{display:none}}@media only screen and (max-width: 590px){.speakerModalRight h1{font-size:1.5rem;line-height:2.125rem}.speakerModalRight .speakerModalButtons{display:none}.speakerModalLeft{width:7.125rem}.speakerModalButtonsMobile{display:flex}}@media only screen and (max-width: 620px){.speaker{width:calc((100% - 1.5rem)/2)}}.liteYouTube{position:relative;cursor:pointer;transition:transform .12s}.liteYouTube svg{width:4.25rem;height:3rem;position:absolute;top:calc(50% - 1.5rem);left:calc(50% - 2.125rem)}.liteYouTube:hover{transform:scale(1.012)}.partners{position:relative}.partners img{width:100%;height:auto;aspect-ratio:275/120;object-fit:cover;border-radius:8px}.partnersCategory+.darkContainer.venueScrollContainer{margin-top:0}.sponsorsTitle{text-align:center;font-size:1.25rem;color:#ffffffa3;font-weight:538}.sponsorsTitle:nth-child(1){margin-top:2rem}.sponsors{margin-top:1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.sponsors img{transition:transform .12s;width:14.375rem;height:6.25rem;object-fit:cover;border-radius:.5rem;box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d}.sponsors+.sponsorsTitle{margin-top:4rem}.sponsors a:hover img{transform:scale(1.032)}.partnersCategoryButton{margin-top:4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.partnersCategoryButton em{width:4rem;height:.125rem;border-radius:2px;background-color:#ffffff3d}@media only screen and (max-width: 540px){.sponsors img{width:9.8125rem;height:4.3125rem}}.press{position:relative}.pressSwiperContainer{background-color:var(--color-white);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;height:13.75rem;border-radius:8px;gap:1.5rem;padding:1.5rem}.pressSwiperContainer img{width:auto;height:1.875rem;object-fit:contain}@media only screen and (max-width: 800px){.pressSwiperContainer{height:15rem}}@media only screen and (max-width: 640px){.pressSwiperContainer img{height:1.5rem}}@media only screen and (max-width: 520px){.pressSwiperContainer img{height:1.25rem}}@media only screen and (max-width: 430px){.pressSwiperContainer{height:21rem}}.statistics{display:flex}.statistic{flex:1;display:flex;flex-direction:column;align-items:center;font-size:3rem;font-weight:600;color:var(--color-white);--number-flow-mask-height: 6px}.statistic>span{display:flex;align-items:center}.statistic>span em{font-style:normal;position:relative;top:-.25rem}.statistic p{font-weight:400;color:#ffffffc7;margin-top:.375rem;font-size:1.125rem}@media only screen and (max-width: 930px){.statistics{flex-wrap:wrap;justify-content:center;row-gap:2rem}.statistic{flex:unset;width:33.3333333333%}}@media only screen and (max-width: 590px){.statistic{width:50%}.statistic:first-child{width:100%}}.userContainer{margin-left:auto;cursor:pointer;height:3.75rem;display:flex;align-items:center}.userContainer svg{font-size:1.5rem;color:#ffffffd1;transition:color .12s}.userContainer:hover svg{color:var(--color-white)}.userContainerDropdown{width:19.875rem;background-color:#040014a3;-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);border-color:var(--color-webrazzi-yellow);border-width:.125rem;box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d;transform:translate(1.0625rem,1.5rem);padding:1rem!important}.userContainerDropdown.opened{transform:translate(1.0625rem)}.userContainerDropdown:before{content:"";position:absolute;right:1.1875rem;top:-.625rem;border-style:solid;border-width:0px .5rem .5rem .5rem;border-color:transparent transparent var(--color-webrazzi-yellow) transparent}.userContainerDropdown p{font-size:.875rem;line-height:1.5rem;color:#ffffffa3}.userContainerDropdownButtons{display:flex;gap:1rem;margin-top:1rem}.userContainerDropdownButtons button{flex:1;justify-content:center}button.profileButton{margin-left:auto;max-width:14.875rem}button.profileButton:hover .profileButtonTexts strong{color:var(--color-white)}button.profileButton:hover .profileButtonSquircle{background-color:var(--color-webrazzi-yellow)}.profileButtonSquircle{width:2.75rem;height:2.75rem;flex-shrink:0}.profileButtonSquircleEmpty{background-color:#0400141f}.profileButtonTexts{gap:.25rem}.profileButtonTexts strong{color:#ffffffd1;transition:color .12s;text-align:left}.profileButtonTexts span{color:#ffffff7a;text-align:left;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width: 1160px){.profileButtonTexts{display:none}}.venueScrollContainer{display:flex;flex-direction:column}.venueScrollContainer h4{font-weight:500;font-size:1.375rem;line-height:2rem;color:#ffffffc7;margin-top:1.5rem;text-align:center}.venueScrollContainer p{text-align:center;color:#ffffffc7;margin-top:1.5rem;font-size:1.125rem;line-height:1.75rem}.venueAssets{display:flex;gap:1.5rem;margin-top:3rem}.venueAssets>*{border-radius:8px;width:calc((100% - 1.5rem)/2);height:20rem;object-fit:cover;box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d}.venueAssets span{background-color:#ffffff0f;display:flex;align-items:center;justify-content:center}.venueAssets span svg{font-size:2rem;color:#ffffff3d}@media only screen and (max-width: 760px){.venueAssets{flex-direction:column}.venueAssets>*{width:100%}}.programContainer{margin-top:4.5rem;margin-bottom:9rem;display:flex;flex-direction:column}.programItemTimeline{width:1.5rem;height:1.5rem;border-radius:56.25rem;background-color:#ffffff1f;position:relative;top:.25rem;display:flex;align-items:center;justify-content:center}.programItem{position:relative;display:flex;gap:2.25rem}.programItem+.programItem{margin-top:4.5rem}.programItem:before{content:"";background:linear-gradient(to bottom,transparent,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12));background-size:.0625rem 1rem;width:.125rem;position:absolute;top:1.5rem;bottom:-4.5rem;left:.6875rem}.programItem:last-child:before{display:none}.programItemBreakTimeline{width:3.375rem;height:3.375rem;border-radius:56.25rem;background-color:#1f375f;display:flex;align-items:center;justify-content:center;position:absolute;left:-.9375rem;color:var(--color-white);font-size:1.75rem}.programItemTime{color:#ffffff7a;font-size:1.75rem;font-weight:300}.programItemTime i{font-style:normal;font-size:1.25rem;position:relative;top:-.3125rem}.programItemContainer{flex:1}.programItemContainer h3{font-size:1.5rem;font-weight:600;color:var(--color-white);line-height:2.125rem;margin-top:1rem}.currentSpeakers{display:flex;column-gap:3rem;row-gap:2rem;flex-wrap:wrap;margin-top:1.5rem}.currentSpeaker{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.currentSpeaker img{width:4.75rem;height:auto;border-radius:8px;aspect-ratio:1;object-fit:cover;box-shadow:0 6px 12px #0400141f,0 2px 4px #0400141f;transition:transform .12s}.currentSpeaker span{flex:1;display:flex;flex-direction:column;gap:.25rem}.currentSpeaker span b{font-size:1rem;color:var(--color-white);font-weight:600;line-height:1.5rem;text-decoration-color:var(--color-webrazzi-yellow)}.currentSpeaker span em{font-size:.875rem;color:#ffffff7a;font-weight:500;line-height:1.375rem;font-style:normal;transition:color .12s}.currentSpeaker span u{font-size:.875rem;color:#ffffffa3;font-weight:500;line-height:1.375rem;font-style:normal;transition:color .12s;text-decoration:none}.currentSpeaker:hover img{transform:scale(1.048)}.currentSpeaker:hover b{text-decoration-line:underline}.currentSpeaker:hover em{color:#ffffffa3}.currentSpeaker:hover u{color:#ffffffc7}.cursorDefault{cursor:default}.cursorDefault:hover img{transform:scale(1)}.cursorDefault:hover b{text-decoration-line:none}.cursorDefault:hover em{color:#ffffff7a}.cursorDefault:hover u{color:#ffffffa3}.programItemLive .programItemTimeline{background-color:var(--color-webrazzi-yellow)}.programItemLive .programItemTimeline .animatedAlert{width:.625rem;height:.625rem}.programItemLive .programItemTimeline .animatedAlert:before,.programItemLive .programItemTimeline .animatedAlert:after{width:4.875rem;height:4.875rem}.programItemLiveContainer{display:flex;gap:1rem}.programItemLiveBadge{height:2.125rem;background-color:var(--color-webrazzi-yellow);color:var(--color-webrazzi-yellow-dark);border-radius:2.125rem;padding-inline:1rem;font-size:.875rem;display:flex;font-weight:538;align-items:center}.moreSpeaker{display:flex;align-items:flex-start;gap:1rem}.moreSpeaker span{flex:1;display:flex;flex-direction:column;gap:.3125rem}.moreSpeaker span em{font-size:.875rem;color:#ffffff7a;font-weight:500;line-height:1.375rem;font-style:normal;transition:color .12s}.moreSpeaker .skeletonLoading{border-radius:8px;width:4.75rem;height:4.75rem;background-color:#ffffff0f;display:flex;align-items:center;justify-content:center}.moreSpeaker .skeletonLoading:before{background-image:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 38%)}.moreSpeaker .skeletonLoading i{background-image:url(/img/user.png);background-position:center center;background-size:contain;width:3rem;height:3rem;filter:brightness(.48)}@media only screen and (max-width: 760px){.currentSpeakers{row-gap:1.5rem}.currentSpeaker img{width:3.125rem}.moreSpeaker .skeletonLoading{width:3.125rem;height:3.125rem}.moreSpeaker .skeletonLoading i{width:2rem;height:2rem}}.downloadMobileAppContent{display:flex;gap:2rem;align-items:flex-start}.downloadMobileAppContent img{box-shadow:0 6px 12px #0400143d,0 2px 4px #0400143d;border-radius:8px;width:432px}.downloadMobileAppRight h3{font-size:1.25rem;line-height:1.875rem;font-weight:538;color:var(--color-white)}.downloadMobileAppRight ul{margin-top:1.5rem}.downloadMobileAppRight ul li{display:flex;align-items:flex-start;gap:.75rem}.downloadMobileAppRight ul li span svg{color:#ffffffc7;font-size:1rem;position:relative;top:.25rem}.downloadMobileAppRight ul li p{color:#ffffffa3;font-size:1rem;line-height:1.5rem;margin-top:0}.downloadMobileAppRight ul li p b{font-weight:600;color:#ffffffc7}.downloadMobileAppRight ul li+li{margin-top:.75rem}.downloadLinks{display:flex;margin-top:1.5rem;gap:.75rem}.downloadLinks a{display:flex;align-items:center;padding-block:.5rem;padding-inline:1rem;justify-content:center;background-color:var(--color-white);border-radius:3px;box-shadow:0 2px 4px #0000000a;border:1px solid var(--color-white-background-border);gap:1rem;transition:background-color .12s,transform .12s}.downloadLinks a svg{color:var(--color-text-primary);font-size:2rem;position:relative;top:-.0625rem}.downloadLinks a span{display:flex;flex-direction:column}.downloadLinks a span em{font-style:normal;font-size:.75rem;line-height:1rem;font-weight:400;color:var(--color-text-secondary)}.downloadLinks a span b{font-size:1rem;line-height:1.25rem;font-weight:538;color:var(--color-text-primary)}.downloadLinks a:last-child svg{top:0;font-size:1.75rem}.downloadLinks a:hover{background-color:var(--color-gray-background);transform:scale(1.048)}@media only screen and (max-width: 950px){.downloadMobileAppContent{flex-direction:column;gap:1.5rem}.downloadMobileAppContent img{width:100%}}@media only screen and (max-width: 420px){.downloadLinks{flex-direction:column}}.dateSelect{margin-inline:auto;margin-top:3rem;background-color:#000b33;height:3rem;border-radius:.5rem;display:flex;position:relative}.dateSelect em{width:.125rem;background-color:#ffffff1f;height:1rem;margin-top:1rem}.dateSelect span{color:#ffffff7a;font-size:1rem;display:flex;align-items:center;width:14.875rem;padding-inline:1.5rem;justify-content:center;transition:font-weight .12s,color .12s;position:relative;z-index:2;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center}.dateSelect span:hover{font-weight:500;color:#ffffffa3}.dateSelect span.active{font-weight:500;color:var(--color-white)}.dateSelect span.mobile{display:none;line-height:1.5rem}.dateSelect i{background-color:var(--color-webrazzi-yellow);background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 0);background-size:1.25rem 1.25rem;box-shadow:0 1px 2px #00000010;width:14.375rem;position:absolute;left:.25rem;top:.25rem;bottom:.25rem;border-radius:.25rem;z-index:1;transition:transform .24s}@media only screen and (max-width: 550px){.dateSelect{height:4.25rem}.dateSelect span{display:none;width:9.25rem}.dateSelect span.mobile{display:flex}.dateSelect i{width:8.75rem}}.hallSelect{margin-top:3rem;background-color:#000b33;border-radius:.5rem;display:flex;align-items:center;position:relative}.hallSelect em{width:.125rem;background-color:#ffffff1f;height:1rem}.hallSelect span{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;padding-block:1rem;position:relative;z-index:2;cursor:pointer;-webkit-user-select:none;user-select:none}.hallSelect span u{text-decoration:none;font-size:.8125rem;color:#ffffff3d;font-weight:400;font-style:normal;transition:font-weight .12s,color .12s}.hallSelect span b{font-size:1rem;color:#ffffff7a;font-weight:500;line-height:1.25rem;transition:color .12s;text-align:center}.hallSelect span:hover u{font-weight:500;color:#ffffffa3}.hallSelect span:hover b{color:#ffffffa3}.hallSelect span.active u{font-weight:500;color:#ffffffa3}.hallSelect span.active b{color:var(--color-white)}.hallSelect span.mobile{display:none}.hallSelect span.mobile b{line-height:1.5rem}.hallSelect i{background-color:var(--color-webrazzi-yellow);background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 0);background-size:1.25rem 1.25rem;box-shadow:0 1px 2px #00000010;position:absolute;left:.25rem;top:.25rem;bottom:.25rem;border-radius:.25rem;z-index:1;transition:transform .24s}@media only screen and (max-width: 550px){.hallSelect span{display:none;width:9.25rem}.hallSelect span.mobile{display:flex}}:root{--color-gray-background: #f1f5f9;--color-gray-background-rgba: 241, 245, 249;--color-white: #ffffff;--color-sidebar-hover: #051630;--color-sidebar-active: #ea1921;--color-text-primary: #1e293b;--color-text-primary-rgba: 30, 41, 49;--color-text-secondary: #64758b;--color-text-secondary-rgba: 100, 117, 139;--color-text-list: #58687e;--color-text-list-rgba: 88, 104, 126;--color-text-active: #5183f5;--color-text-active-rgba: 81, 131, 245;--color-input-border: #cbd5e1;--color-input-border-focus: #3d9cff;--color-white-background-border: #dcdfe2;--color-white-list-border: #e7e9eb;--color-confirm-footer-background: #f8fafc;--color-confirm-footer-border: #e2e8f0;--color-tooltip-background: #1e2229;--color-tooltip-text: #aeb1bd;--color-link-text: #6366f1;--color-progress-background: #eaf0f6;--color-progress-secondary: #17a2b8;--color-table-text: #3c4653;--color-badge-text: #2ecc71;--color-chart-grid: #f0f1f4;--color-printer-text-color: #19191a;--color-webrazzi-yellow-dark: #ffffff;--color-webrazzi-yellow-dark-rgba: 255, 255, 255;--color-webrazzi-yellow: #ea1921;--color-webrazzi-yellow-rgba: 237, 28, 36;--color-webrazzi-gray-dark: #030e1e;--color-webrazzi-gray-dark-100: #2e3132;--color-webrazzi-gray: #525659;--color-webrazzi-gray-rgba: 82, 86, 89;--color-webrazzi-gray-800: #7a8085;--color-webrazzi-gray-400: #b6b7b9;--color-pale-blue: #e4e6e7;--color-button-primary-hover: #f04047;--color-button-primary-active: #f15359;--color-button-secondary-hover: #dedee0;--color-button-secondary-active: #d3d3d7;--color-button-danger-background: #e53e3e;--color-button-danger-hover: #de1e1e;--color-button-danger-active: #cd1c1c;--color-notify-success-background: #f1faf7;--color-notify-success-text: #04543f;--color-notify-success-icon-background: #34c38e;--color-notify-success-icon-background-rgba: 52, 195, 142;--color-notify-error-background: #fdf1f1;--color-notify-error-text: #9a1c1d;--color-notify-error-icon-background: #e53e3d;--color-notify-error-icon-background-rgba: 229, 62, 61;--color-notify-warning-background: #fefdeb;--color-notify-warning-text: #8d4b0e;--color-notify-warning-icon-background: #e3a008;--color-notify-warning-icon-background-rgba: 227, 160, 8;--color-notify-info-background: #f6f4ff;--color-notify-info-text: #6763fe;--color-notify-info-icon-background: #9593fb;--color-notify-info-icon-background-rgba: 149, 147, 251}
