*,*:before,*:after{box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:auto;margin:0;padding:0}#root{width:100%;height:100%;background-color:#b60909;position:relative;display:flex;color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root .app{width:100vw;height:100vh;flex:1;display:flex;flex-direction:row;overflow:hidden;position:relative}#root .app .main{position:absolute;width:100%;left:0;top:0;right:0;bottom:80px;display:flex;transition:bottom .25s ease}#root .app .footer{display:flex;flex-direction:row;position:absolute;transition:bottom .25s ease;bottom:0;height:80px;width:100%}#root .app .footer .clock{display:flex;height:80px;min-width:300px;flex-direction:row;background-color:#0003;padding:40px;font-size:30px}#root .app .footer .clock div{display:flex;justify-content:center;align-items:center;flex:1;font-weight:700}#root .app .footer .clock div:last-child{color:#f8ef22}#root .app.fullscreen .main{bottom:0}#root .app.fullscreen .footer{bottom:-80px}.slideshow{display:flex;width:100%;height:100%;position:relative}.template-image{width:100%;height:100%;position:relative;background-color:#b60909}.template-image img{display:block;width:100%;aspect-ratio:16/9}.template-container{width:100%;display:flex;flex-direction:row;background-color:#b60909;height:100%}.template-container .template-container-sidebar{display:flex;width:300px;min-width:300px;flex-direction:column;background-color:#0000001a}.template-container .template-container-sidebar .sidebar-content{padding:40px 20px 20px;display:flex;flex:1;justify-content:flex-start;align-items:center;flex-direction:column}.template-container .template-container-sidebar .sidebar-content .logo{width:100%;height:auto}.template-container .template-container-sidebar .sidebar-content .hastag{display:flex;justify-content:center;align-items:center;color:#fff;font-size:40px;border-top:4px white solid;border-bottom:4px white solid;font-weight:700}.template-container .template-container-content{flex:1}.template-container .template-container-content>:first-child{width:100%}.header h1{font-size:50px;text-transform:uppercase;padding-bottom:40px;line-height:50px}.header h1 span{margin-left:30px;color:#f8ef22}.template-schedule{display:flex;flex-direction:column;font-size:30px;text-transform:uppercase;font-weight:700;padding:40px;background-color:#b60909;height:100%;width:100%}.template-schedule .template-schedule-list{display:flex;flex-direction:column}.template-schedule .template-schedule-list .template-schedule-item{display:flex;flex-direction:row;padding:20px 0;gap:20px;border-bottom:4px solid rgba(0,0,0,.2)}.template-schedule .template-schedule-list .template-schedule-item .time{color:#f8ef22}.template-schedule .template-schedule-list .template-schedule-item:first-child{border-top:4px solid rgba(0,0,0,.2)}.template-sponsors{display:flex;flex-direction:column;font-size:24px;text-transform:uppercase;padding:40px;background-color:#b60909;height:100%}.template-sponsors .template-sponsors-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10px;grid-row-gap:20px}.template-sponsors .template-sponsors-list .template-sponsors-item{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.template-weather{display:flex;flex-direction:column;font-size:24px;text-transform:uppercase;padding:40px;background-color:#b60909;height:100%}.template-weather .template-weather-list{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#b60909;gap:30px;flex:1}.template-weather .template-weather-list .template-weather-item{font-weight:700;padding:40px 15px;background-color:#fff;flex-direction:column;display:flex;align-items:center}.template-weather .template-weather-list .template-weather-item .icon{width:200px;height:200px}.template-weather .template-weather-list .template-weather-item .temp{font-size:30px;color:#000}.template{flex:1;position:absolute;width:100%;height:100%;overflow:hidden;opacity:0;transition:opacity .5s ease;background-color:#000}.template.active{z-index:1;opacity:1}.tickertape{height:80px;width:100%;background-color:#fff;color:#000}.news-item{display:flex;height:100%;flex-direction:row;align-items:center;gap:20px;margin-right:20px;font-size:30px}.news-item img{display:flex;height:50px;width:auto}.news-item>:last-child{flex:1}
