/*!
 * @instantencore/livenote-player v0.4.6
 * UNLICENSED Licensed
 */.LiveNotePlayerApp #player{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;flex-direction:column}.LiveNotePlayerApp .swipe-wrapper{z-index:2;flex:1 1 0;display:flex;min-height:0}.LiveNotePlayerApp .dot{height:9px;width:9px;border-radius:50%;display:inline-block;margin-left:9px}.LiveNotePlayerApp .dot.dot-red{background-color:red}.LiveNotePlayerApp .dot.dot-white{background-color:#fff}.LiveNotePlayerApp i.arrow{border:solid #000;display:inline-block;padding:3px}.LiveNotePlayerApp i.arrow.big{border:solid #fff;border-width:0 5px 5px 0;padding:18px}.LiveNotePlayerApp i.arrow.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.LiveNotePlayerApp i.arrow.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.LiveNotePlayerApp i.arrow.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.LiveNotePlayerApp i.arrow.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.LiveNotePlayerApp .no-display{display:none}.LiveNotePlayerApp .timeline-wrapper{max-height:25px;overflow:hidden;position:absolute;width:100%;bottom:0;text-align:center;z-index:2;transition:max-height .3s ease-out}.LiveNotePlayerApp .timeline-wrapper.expanded{max-height:250px}.LiveNotePlayerApp :focus{outline:none}.LiveNotePlayerApp{height:100%;background-color:#000}.LiveNotePlayerApp .livenote-color{color:#0039a6}.LiveNotePlayerApp .livenote-bg-color{color:#fff;background-color:#0039a6}.LiveNotePlayerApp .player__slide{background-color:#060713;flex:1 1 0;display:flex;justify-content:flex-end;margin-bottom:25px}@media (orientation:portrait){.LiveNotePlayerApp .player__slide{flex-direction:column-reverse;margin-bottom:67px}}.LiveNotePlayerApp .slide-pill{position:absolute;left:1rem}.LiveNotePlayerApp .slide-pill.top{top:1.5rem}.LiveNotePlayerApp .slide-pill>span{border-radius:16px;background-color:#666;color:#fff;font-size:.8rem;padding:.5rem;text-transform:uppercase}.LiveNotePlayerApp .container{display:flex;height:100%}.LiveNotePlayerApp .split-text{overflow:auto;flex:1 1 50%;height:100%}.LiveNotePlayerApp .split-text>div{color:#fff;line-height:1.6rem;margin:3.5rem 1.5rem 1.5rem}.LiveNotePlayerApp .split-photo{flex:1 1 50%}.LiveNotePlayerApp .full-photo,.LiveNotePlayerApp .split-photo{overflow:hidden;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat}.LiveNotePlayerApp .full-photo{flex:1 1 100%}.LiveNotePlayerApp .full-text{color:#fff;line-height:1.6rem;margin:3.5rem 1.5rem 1.5rem;overflow:auto}.LiveNotePlayerApp .font-16{font-size:16px!important}.LiveNotePlayerApp .font-18{font-size:18px!important}.LiveNotePlayerApp .font-20{font-size:20px!important}.LiveNotePlayerApp .font-22{font-size:22px!important}.LiveNotePlayerApp .font-24{font-size:24px!important}.LiveNotePlayerApp .section-dot{position:absolute;top:20px;left:22px;height:20px;width:20px;border-radius:50%;display:inline-block}.LiveNotePlayerApp .player{position:absolute;top:0;left:0;height:375px;width:667px;background-color:#000;display:flex;flex-direction:column}.LiveNotePlayerApp .player__select-track{flex:0 0 auto}.LiveNotePlayerApp .player__slide-content{flex:1 1 0;color:#fff;overflow:auto;-webkit-overflow-scrolling:touch}.LiveNotePlayerApp .player__slide-content p:first-child{margin:0!important}.LiveNotePlayerApp .player__slide-image{flex:1 1 0;background-size:contain;background-position:50%;background-repeat:no-repeat}@media (orientation:portrait){.LiveNotePlayerApp .player__slide-image{margin-bottom:0}}.LiveNotePlayerApp .player__slide-content-container{padding:20px 20px 0}.LiveNotePlayerApp .tutorial{position:absolute;top:50px;bottom:0;width:100%;background-color:rgba(0,0,0,.95);z-index:4}.LiveNotePlayerApp .tutorial h1{font-size:1rem;text-transform:uppercase;color:red;margin-bottom:0;font-weight:700}.LiveNotePlayerApp .tutorial p{font-size:1rem;color:#fff;margin-top:5px}.LiveNotePlayerApp .tutorial__track{position:absolute;top:0;max-width:43%;left:5%}.LiveNotePlayerApp .tutorial__track-title{display:flex;align-items:baseline}.LiveNotePlayerApp .tutorial__track svg{height:60px;color:#fff}.LiveNotePlayerApp .tutorial__audio{position:absolute;top:0;right:5%;max-width:43%;text-align:right}.LiveNotePlayerApp .tutorial__audio svg{margin-right:10px;width:20px;color:#fff}.LiveNotePlayerApp .tutorial__settings{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-51%);transform:translate(-51%,-51%);width:250px;text-align:center}@media (orientation:landscape){.LiveNotePlayerApp .tutorial__settings{top:65%}}.LiveNotePlayerApp .tutorial__start{position:absolute;bottom:10px;width:100%;text-align:center}.LiveNotePlayerApp .html-editor,.LiveNotePlayerApp .html-editor h1,.LiveNotePlayerApp .html-editor h2,.LiveNotePlayerApp .html-editor li,.LiveNotePlayerApp .html-editor p{color:#fff;line-height:1.2;font-family:sans-serif;font-weight:400;font-size:100%}.LiveNotePlayerApp .html-editor p{margin-top:20px;margin-bottom:20px}.LiveNotePlayerApp .html-editor h1{font-size:175%;margin-top:20px;margin-bottom:20px}.LiveNotePlayerApp .html-editor h2{font-size:150%;margin-top:20px;margin-bottom:20px}.LiveNotePlayerApp .html-editor ul{list-style:initial;padding-left:2em;margin-top:20px;margin-bottom:20px}.LiveNotePlayerApp .html-editor ol{list-style:decimal;padding-left:2em;margin-top:20px;margin-bottom:20px}.LiveNotePlayerApp .html-editor ul>li{list-style:initial}.LiveNotePlayerApp .html-editor ol>li{list-style:decimal}.LiveNotePlayerApp .html-editor em{font-style:italic}.LiveNotePlayerApp .html-editor strong{font-weight:700}.LiveNotePlayerApp .html-editor .ql-align-center{text-align:center}.LiveNotePlayerApp .html-editor .ql-align-right{text-align:right}.LiveNotePlayerApp .html-editor .ql-align-justify{text-align:justify}.LiveNotePlayerApp .html-editor .term{text-decoration:none;color:#ff0}.LiveNotePlayerApp .html-editor a{color:#ff0}.LiveNotePlayerApp #audio-control{flex:0 0 auto;margin:10px 10px 0;font-size:16px;font-weight:400}.LiveNotePlayerApp #audio-control .btn-group{display:flex;color:#fff}.LiveNotePlayerApp #audio-control .btn-group button{outline:none;box-shadow:none;color:#fff;border-top-left-radius:15px;border-bottom-left-radius:15px;padding:6px 6px 6px 12px;cursor:pointer;border:none}.LiveNotePlayerApp #audio-control .btn-red{background-color:red;border-color:red}.LiveNotePlayerApp #audio-control .wrap{display:flex;height:30px;background-color:#087ec1;border-radius:15px;padding:0 15px 0 6px}.LiveNotePlayerApp #audio-control .wrap button{height:30px;width:36px;background-color:#087ec1}.LiveNotePlayerApp #audio-control .headphones-on{background-color:#087ec1;height:18px;width:20px;padding:6px;box-sizing:unset}.LiveNotePlayerApp #audio-control .elapsed{background-color:#087ec1;padding:6px}.LiveNotePlayerApp #audio-control .wrap-blue{background-color:#087ec1;border-radius:15px;padding:0 15px 0 6px}.LiveNotePlayerApp #audio-control .wrap-red{background-color:inherit}.LiveNotePlayerApp #audio-control .wrap-red button{background-color:red;border-width:0;border-radius:15px;width:30px;padding:6px}.LiveNotePlayerApp #audio-control .select-track-arrow{background-color:#087ec1;border-top-right-radius:15px;border-bottom-right-radius:15px;padding:6px 12px 2px 6px;cursor:pointer;width:16px;box-sizing:unset;height:22px}.LiveNotePlayerApp #audio-control .select-track-options{position:absolute;z-index:3}.LiveNotePlayerApp #audio-control .select-track-options>div{background-color:#087ec1;position:relative;top:2px;right:118px;text-transform:uppercase;padding:6px;width:140px;border:solid #fff;border-width:0 0 1px;cursor:pointer}.LiveNotePlayerApp #audio-control .select-track-options>div:last-of-type{border-width:0}.LiveNotePlayerApp #audio-control .select-track-options>div.active{background-color:#08c168}.LiveNotePlayerApp #audio-control button.sound-on{background-image:url(sound-on.eb3becf0.png);background-repeat:no-repeat;background-position:left 4px center;background-size:contain;width:38px}.LiveNotePlayerApp #audio-control button.sound-off{background-image:url(sound-off.04a57622.png);background-repeat:no-repeat;background-position:left 4px center;background-size:contain;width:38px}.LiveNotePlayerApp #audio-control .switch{position:relative;display:inline-block;width:40px;height:26px}.LiveNotePlayerApp #audio-control .switch input{opacity:0;width:0;height:0}.LiveNotePlayerApp #audio-control .slider{position:absolute;cursor:pointer;top:4px;left:0;right:0;bottom:0;background-color:#fff;transition:.4s}.LiveNotePlayerApp #audio-control .slider:before{position:absolute;content:"";height:18px;width:18px;left:1px;bottom:1px;background-color:#fff;transition:.4s;outline:none;border:1px solid #d9dadc;border-radius:50px;box-shadow:inset -20px 0 0 0 #fff}.LiveNotePlayerApp #audio-control input:checked+.slider{background-color:#4ed164}.LiveNotePlayerApp #audio-control input:checked+.slider:before{-webkit-transform:translateX(18px);transform:translateX(18px);border:1px solid #4ed164}.LiveNotePlayerApp #audio-control .slider.round{border-radius:34px}.LiveNotePlayerApp #audio-control .slider.round:before{border-radius:50%}.LiveNotePlayerApp #sync-btn{background-color:red!important;color:#fff;border:none;border-radius:40px;font-size:20px;line-height:20px;height:80px;width:80px;padding:0 15px}.LiveNotePlayerApp .player-controls{background-color:rgba(0,0,0,.7);display:flex;position:absolute;z-index:3;width:100%;height:100%}.LiveNotePlayerApp .player-controls__buttons{flex-grow:1;display:flex;align-items:stretch;align-self:center}.LiveNotePlayerApp .player-controls__buttons-live{width:90px;flex:0 0 auto;text-align:center}.LiveNotePlayerApp .player-controls__buttons-prev{flex:1 1 0;text-align:right;align-self:center}.LiveNotePlayerApp .player-controls__buttons-next{flex:1 1 0;align-self:center}.LiveNotePlayerApp .player-controls__buttons button{background:none;border:none;padding:20px}.LiveNotePlayerApp .player-controls__buttons button:focus{outline:none}.LiveNotePlayerApp .player-controls__menu{width:80px;padding:5% 0;flex-grow:0;display:flex;flex-direction:column;justify-content:space-evenly}.LiveNotePlayerApp .player-controls__menu button{position:relative;height:45px;width:45px;background:none;border:none}.LiveNotePlayerApp .player-controls__menu svg{color:#fff}.rc-slider{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{width:100%;background-color:#e9e9e9}.rc-slider-rail,.rc-slider-track{position:absolute;height:4px;border-radius:6px}.rc-slider-track{left:0;background-color:#abe2fb}.rc-slider-handle{position:absolute;width:14px;height:14px;cursor:pointer;cursor:-webkit-grab;margin-top:-5px;cursor:grab;border-radius:50%;border:2px solid #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle:focus{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa;outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-left:0;margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:block!important;-webkit-animation-play-state:paused;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{-webkit-animation-name:rcSliderTooltipZoomDownIn;animation-name:rcSliderTooltipZoomDownIn;-webkit-animation-play-state:running;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{-webkit-animation-name:rcSliderTooltipZoomDownOut;animation-name:rcSliderTooltipZoomDownOut;-webkit-animation-play-state:running;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@-webkit-keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}}@keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.LiveNotePlayerApp .control-slider-wrapper{position:absolute;outline:none;box-shadow:0 0 10px #957a1d;width:150px;left:-190px;height:25px;padding:6px 15px 5px;border-radius:25px;background-color:#000}.LiveNotePlayerApp .control-slider-wrapper.brightness-slider,.LiveNotePlayerApp .control-slider-wrapper.font-slider{top:0}.LiveNotePlayerApp .control-slider{position:relative;top:5px;background-color:inherit}.LiveNotePlayerApp .control-slider .rc-slider-rail,.LiveNotePlayerApp .control-slider .rc-slider-track{background-color:#fff;height:2px}.LiveNotePlayerApp .control-slider .rc-slider-handle{border:none;background-color:#fff;box-shadow:0 0 3px #333;margin-top:-9px;margin-left:-10px;height:20px;width:20px}.LiveNotePlayerApp .timeline-slider{position:relative;top:5px;background-color:inherit}.LiveNotePlayerApp .timeline-slider .rc-slider-rail{background-color:hsla(0,0%,39.2%,.5);border-radius:0}.LiveNotePlayerApp .timeline-slider .rc-slider-track{background-color:red;border-radius:0}.LiveNotePlayerApp .timeline-slider .rc-slider-handle{z-index:3;border:none;background-color:red;box-shadow:0 0 3px #333}.LiveNotePlayerApp .white-dot{z-index:3;border:none;background-color:#fff;box-shadow:0 0 3px #333;width:14px;height:14px;border-radius:50%;position:relative;display:block;margin-bottom:-14px;margin-left:-7px;top:5px}.LiveNotePlayerApp .timeline-slider.no-red-marker .rc-slider-handle,.LiveNotePlayerApp .timeline-slider .rc-slider-dot{display:none}.LiveNotePlayerApp .slide-marks{position:relative;z-index:2}.LiveNotePlayerApp .slide-marks>div{height:6px;width:6px;background-color:#fff;border-radius:50%;display:inline-block;position:absolute;margin-left:-3px;top:8px}.LiveNotePlayerApp .slide-marks.audio>div{background-color:#087ec1}.LiveNotePlayerApp #message{border:0 solid #957a1d;outline:none;box-shadow:0 0 10px #957a1d;position:absolute;top:16%;left:8%;min-height:50%;width:80%;padding:1rem;background-color:#000;color:#fff;font-size:1.5rem;text-align:center;z-index:4}.LiveNotePlayerApp #message-close{margin:-1rem;float:right}.LiveNotePlayerApp #message-close>button{width:30px;height:30px;margin:3px;color:#fff;background:none;border:none}.LiveNotePlayerApp #message-title{font-size:2rem;margin-bottom:1rem}.LiveNotePlayerApp #message button.btn-cancel{font-size:14px;border:none;background-color:#0069e9;border-radius:40px;padding:5px 13px;color:#fff}.LiveNotePlayerApp #message circle{transition:stroke-dashoffset .35s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.LiveNotePlayerApp .message-sync{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:red;outline:none;padding:.6rem;color:#fff;z-index:4;width:80%}.LiveNotePlayerApp .message-sync__close{display:inline-block;background-color:red;height:32px;width:32px;color:#fff;border:none;outline:none;touch-action:none;position:absolute;top:8px;right:10px}.LiveNotePlayerApp .message-sync__content{display:inline-block;font-size:1rem;line-height:1.8rem;text-align:left}.LiveNotePlayerApp .message-sync__content div{line-height:1.4rem;margin:10px 20px 10px 5px}.LiveNotePlayerApp .message-sync__button{width:100%;font-size:.9rem;color:#fff;background-color:#000;padding:8px;margin:5px 0;border:none}.LiveNotePlayerApp #brightness-overlay{width:100%;height:100%;z-index:10;top:0;left:0;position:fixed;pointer-events:none}.LiveNotePlayerApp .track-tabs__container{display:flex;background-color:#333;color:#fff}.LiveNotePlayerApp .track-tabs__button-back{flex:0 0 auto;height:50px;width:50px;text-align:center}.LiveNotePlayerApp .track-tabs__button-back i{margin-top:15px}.LiveNotePlayerApp .track-tabs__button-back i.arrow{padding:6px}.LiveNotePlayerApp .track-tabs{flex:1 1 0;height:50px;line-height:50px;text-transform:uppercase;font-size:80%;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.LiveNotePlayerApp .track-tab{margin:0 15px;display:inline-block}.LiveNotePlayerApp .track-tab.active{font-weight:700}.LiveNotePlayerApp .current-slide-container{position:absolute;bottom:30px;right:20px;z-index:2}.LiveNotePlayerApp .button-go-live{background-color:red;color:#fff}.LiveNotePlayerApp .button-go-live,.LiveNotePlayerApp .button-live{border:none;border-radius:40px;padding:0 13px;font-size:15px;line-height:26px}.LiveNotePlayerApp .button-live{background-color:rgba(0,0,0,.6);color:red;font-weight:700}.LiveNotePlayerApp .slide-counter{border:none;background-color:rgba(0,0,0,.6);border-radius:40px;padding:5px 13px;font-size:15px;line-height:26px;color:#fff;margin-left:5px}.LiveNotePlayerApp #status-msg{font-size:12px;position:absolute;left:10px;bottom:30px;z-index:2;color:#fff;background-color:rgba(0,0,0,.6);padding:10px}.LiveNotePlayerApp .message-link{color:#ff0}.LiveNotePlayerApp .buttons-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;display:flex;align-items:center;justify-content:space-between;z-index:2;bottom:2em}.LiveNotePlayerApp .buttons-next button,.LiveNotePlayerApp .buttons-prev button{background:none;border:none;margin:3em}.LiveNotePlayerApp #event-detail{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;flex-direction:column}.LiveNotePlayerApp .event-body{flex:1 1 0;display:flex;flex-direction:column}.LiveNotePlayerApp #event-image{position:relative;height:225px;width:100%;background-size:cover;background-position:50%;text-align:center;vertical-align:middle;flex:0 0 auto}.LiveNotePlayerApp .event-title{position:absolute;top:0;width:100%;color:#fff;text-align:left;text-transform:uppercase;background:linear-gradient(0deg,transparent,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0)}.LiveNotePlayerApp .event-title-content{padding:10px 25px 20px}.LiveNotePlayerApp #event-image>img{width:100%}.LiveNotePlayerApp #event-image>button{height:70px;width:70px;border-radius:35px;font-size:16px;line-height:70px;border:none;outline:none;position:absolute;left:50%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:red;color:#fff}.LiveNotePlayerApp .event-tabbed-content{flex:1 1 0;display:flex;flex-direction:column}.LiveNotePlayerApp #event-synopsis{color:#fff;margin-left:2rem;margin-right:2rem;font-size:1.2rem;flex:1 1 0;overflow:auto;-webkit-overflow-scrolling:touch;min-height:0}.LiveNotePlayerApp #event-tabs{padding:10px;color:#fff;text-align:center;flex:0 0 auto}.LiveNotePlayerApp #event-tabs>div{display:inline-block;*display:inline;zoom:1;font-size:.8rem;text-transform:uppercase;padding:5px 20px}.LiveNotePlayerApp #event-tabs>div.active{border-radius:30px;outline:none}.LiveNotePlayerApp #event-pieces{color:#fff;font-size:1rem;margin:0 10px;flex:1 1 0;overflow:auto;-webkit-overflow-scrolling:touch;padding:0 10px;min-height:0}.LiveNotePlayerApp .event-piece{display:flex;align-items:center}.LiveNotePlayerApp .event-piece__title{flex:1 0 0;overflow-x:hidden}.LiveNotePlayerApp .event-piece__arrow{flex:0 0 auto;margin-right:10px}.LiveNotePlayerApp i.arrow{border:solid #fff;border-width:0 3px 3px 0}.LiveNotePlayerApp #event-pieces>div{padding:10px 0 10px 15px;margin:10px 0 0}.LiveNotePlayerApp #event-pieces>div>span:first-child{float:none;display:inline-block;width:230px}.LiveNotePlayerApp .ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LiveNotePlayerApp #event-pieces>div.active{border:0 solid;outline:none;box-shadow:0 0 10px #fff;border-radius:10px}@-webkit-keyframes glow{0%{border-color:#be0000;box-shadow:0 0 5px rgba(255,0,0,.2),inset 0 0 7px rgba(255,0,0,.1),0 3px 0 #000}to{border-color:red;box-shadow:0 0 20px rgba(255,0,0,.6),inset 0 0 12px rgba(255,0,0,.4),0 3px 0 #000}}@keyframes glow{0%{border-color:#be0000;box-shadow:0 0 5px rgba(255,0,0,.2),inset 0 0 7px rgba(255,0,0,.1),0 3px 0 #000}to{border-color:red;box-shadow:0 0 20px rgba(255,0,0,.6),inset 0 0 12px rgba(255,0,0,.4),0 3px 0 #000}}.LiveNotePlayerApp #event-pieces>div>span{float:right;margin-right:10px}.LiveNotePlayerApp .share-btn-icon{height:50px;width:50px;background:none;border:none;padding:15px}.LiveNotePlayerApp .share-btn-icon svg{color:#fff}.LiveNotePlayerApp .share-btn{display:inline-block;height:30px;border-radius:30px;outline:none;color:#fff;text-transform:uppercase;line-height:30px;padding:0 20px;font-size:15px;margin:10px 10px 10px auto}.LiveNotePlayerApp .event-detail__header{flex:0 0 auto;background-color:#333;display:flex}.LiveNotePlayerApp .event-detail__button-back{flex:0 0 auto;height:50px;width:50px;text-align:center}.LiveNotePlayerApp .spacer{flex:1 1 0}.LiveNotePlayerApp .event-detail__button-back i{margin-top:15px}.LiveNotePlayerApp .event-detail__button-back i.arrow{padding:6px}@media (orientation:landscape){.LiveNotePlayerApp .event-body{flex-direction:row}.LiveNotePlayerApp #event-image{flex:2 1 0;height:inherit}.LiveNotePlayerApp .event-tabbed-content{flex:3 1 0}}.LiveNotePlayerApp .event-list__page{color:#fff;display:flex;flex-direction:column;height:100%}.LiveNotePlayerApp .event-list__no-event{padding:20px}.LiveNotePlayerApp #event-list-page .event-list-tab{background-color:#333;display:flex;text-transform:uppercase;padding-left:1em}.LiveNotePlayerApp #event-list-page .event-list-tab>div{padding:1em;font-size:80%}.LiveNotePlayerApp #event-list-page .event-list-tab>div.active{background-color:#999}.LiveNotePlayerApp .event-tabs__container{display:flex;background-color:#333;color:#fff;padding-left:10px;flex:0 0 auto}.LiveNotePlayerApp .event-tabs__button-back{flex:0 0 auto;height:50px;width:50px;text-align:center;display:none}.LiveNotePlayerApp .event-tabs__button-back i{margin-top:15px}.LiveNotePlayerApp .event-tabs__button-back i.arrow{padding:6px}.LiveNotePlayerApp .event-tabs__button-help{flex:0 0 auto;height:20px;width:20px;text-align:center;margin:15px}.LiveNotePlayerApp .event-tabs{flex:1 1 0;height:50px;line-height:50px;text-transform:uppercase;font-size:80%;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.LiveNotePlayerApp .event-tab{margin:0 15px;display:inline-block}.LiveNotePlayerApp .event-tab.active{font-weight:700}.LiveNotePlayerApp .arrow-up{position:relative;top:-5px;left:45%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff}.LiveNotePlayerApp .event{position:relative;min-height:125px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,transparent,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0)}.LiveNotePlayerApp .event__image{height:225px;background-size:cover;background-position:50%}@media (orientation:landscape){.LiveNotePlayerApp .event__image{height:150px}}.LiveNotePlayerApp .event__text-container{padding:20px 25px 10px;background:linear-gradient(180deg,transparent,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0)}.LiveNotePlayerApp .event__title{padding:.5rem 0;width:100%;text-transform:uppercase}.LiveNotePlayerApp .event__open{position:absolute;top:1.5rem;left:1.5rem;background-color:red;padding:.5rem 1rem;font-size:80%;color:#fff;text-transform:uppercase;border:none;border-radius:20px}.LiveNotePlayerApp #event-list-page .help{position:absolute;top:0;left:0;box-sizing:border-box;background-color:rgba(0,0,0,.9);width:100%;height:100%;padding:3rem;z-index:2}.LiveNotePlayerApp #event-list-page .help .close{position:absolute;right:10px;top:10px;flex:0 0 auto;height:50px;width:50px;text-align:center;padding:15px;color:#fff;background:none;border:none}.LiveNotePlayerApp .rehearsal-warning{text-align:center;background-color:#fff;color:#000;padding:10px;flex:0 0 auto}.LiveNotePlayerApp .event-list__container{min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;flex:1 1 0}.LiveNotePlayerApp .glossary{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;display:flex;flex-direction:column}.LiveNotePlayerApp .glossary__header{flex:0 0 auto;height:50px;display:flex;justify-content:space-between}.LiveNotePlayerApp .exit-btn{position:absolute;top:10px;right:10px;background-color:#000;height:32px;width:32px;color:#fff;border:none;margin:5px;padding:7px;outline:none;touch-action:none}.LiveNotePlayerApp .glossary__header-center{align-self:center}.LiveNotePlayerApp .glossary__container{display:flex;align-items:stretch;height:100%}.LiveNotePlayerApp .glossary__nav{flex:0 0 auto;width:30%;border:1px solid red;overflow:auto}.LiveNotePlayerApp .glossary__nav-category{padding:5px 15px;text-transform:uppercase;background-color:rgba(255,0,0,.3);border-bottom:1px solid red;font-size:14px}.LiveNotePlayerApp .glossary__nav-term{padding:12px 15px;border-bottom:1px solid red;font-size:18px}.LiveNotePlayerApp .glossary__nav-term.active{background-color:#666}.LiveNotePlayerApp .glossary__term-container{padding:0 30px 15px 40px;overflow:auto}.LiveNotePlayerApp .glossary__term{font-size:40px;margin-bottom:15px}.LiveNotePlayerApp .glossary__definition{line-height:1.5rem;font-size:18px}