.event-page{width:100%;display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;gap:1rem;padding-bottom:24px}:is(.event-page .header) h1.category{color:var(--gsc-color-n-g1);margin-bottom:1.875rem;font-weight:700}:is(.event-page .header) h2.type{color:var(--gsc-color-n-g60)}:is(.event-page .header) p.date{margin-top:1.25rem;font-size:1.25rem;color:var(--gsc-color-n-g1);font-family:var(--font-family-sans)}.event-page .buttons{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;padding:.5rem 0;gap:.75rem;width:100%}.event-page .disclaimer{color:var(--gsc-color-n-g1);font-family:var(--font-family-sans);font-size:16px;font-style:normal;font-weight:400;line-height:24px}:is(.event-page .disclaimer) a{color:var(--gsc-color-eu110);text-decoration:underline}.event-page .content{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:flex-start;gap:24px;width:100%}:is(.event-page .content) .related-contents{margin-top:-2.3rem}:is(:is(.event-page .content) .related-contents) .event-category{display:none}:is(:is(.event-page .content) .related-contents) .event-date{border:none;font-size:1.25rem;margin-bottom:0}:is(:is(:is(.event-page .content) .related-contents) .event-item) .details{flex-direction:row;gap:1rem}:is(:is(:is(:is(.event-page .content) .related-contents) .event-item) .details) .event-type{display:none}:is(:is(:is(:is(.event-page .content) .related-contents) .event-item) .details) .link.event-title{font-size:1.125rem}@media screen and (max-width: 991.98px){.event-page .content{flex-flow:column nowrap}:is(.event-page .content) .buttons{flex-flow:row wrap}}@media screen and (max-width: 575.98px){.event-page .content{flex-flow:column nowrap}:is(.event-page .content) .buttons{flex-flow:row wrap}:is(.event-page .content) .related-contents{margin-top:0}}.dialog{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#0003;z-index:900;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;text-align:left}.dialog .container{display:grid;grid-template-columns:1fr;grid-template-rows:4.5rem 1fr;background:var(--gsc-color-light);width:50rem;max-height:88vh;overscroll-behavior:none}:is(.dialog .container) .header{grid-column:auto;grid-row:1 / span 1;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:.75rem .5rem .75rem 1.5rem;flex-shrink:0}:is(:is(.dialog .container) .header) h2{flex-grow:1;color:var( --gsc-color-n-g1);font-size:1.5rem;font-weight:700}:is(.dialog .container) .content{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;padding:1.5rem;gap:1rem;overflow:auto}@media screen and (max-width: 991.98px){.dialog .container{width:100vw;height:100vh;max-height:unset}}@media screen and (max-width: 575.98px){.dialog .container{width:100vw;height:100vh;max-height:unset}}.input-container{display:flex;align-items:flex-start;justify-content:center;flex-flow:column nowrap;gap:.5rem;width:100%;position:relative}.input-container .input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;height:46px;isolation:isolate;width:100%;border:1px solid var(--gsc-color-n-g30);border-radius:4px;flex:none;order:1;align-self:stretch;flex-grow:0;padding:0}.textarea:is(.input-container .input){height:auto;padding:0}.textarea:is(.input-container .input) textarea{width:100%;height:auto;padding:1rem}:is(.input-container .input):hover{background-color:var(--gsc-color-n-g20)}:is(.input-container .input):active{background-color:var(--gsc-color-n-g20);box-shadow:0 0 0 2px var(--gsc-color-b60)}:is(.input-container .input):focus,:is(.input-container .input):focus-within{border-radius:5px;--gsc-outline-size: max(2px, .15rem);outline:var(--focus-outline);outline-offset:var(--gsc-outline-size)}:is(.input-container .input) input{width:100%;font-size:1.125rem;font-weight:600;line-height:.875rem;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gsc-color-n-g1);background-color:transparent;padding:clamp(.4em,1vw,.5em) clamp(.8em,2vw,1em);cursor:text}[type=date]:is(:is(.input-container .input) input){clip-path:polygon(0 0,80% 0,80% 100%,0 100%)}[type=date]:is(:is(.input-container .input) input)::-webkit-calendar-picker-indicator{display:none}[type=date]:is(:is(.input-container .input) input){-moz-appearance:textfield}[type=date]:is(:is(.input-container .input) input)::-ms-clear{display:none}:is(:is(.input-container .input) input):focus-visible{outline:none;outline-offset:0}:is(.input-container .input) .label{font-size:1.125rem;font-weight:400;line-height:.875rem;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gsc-color-n-g1)}.has-icon:is(.input-container .input){padding-right:0}:is(.input-container .input) .icon{cursor:pointer;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;width:46px;height:46px;background:var(--gsc-color-light);border:1px solid var(--gsc-color-n-g30);border-radius:0 4px 4px 0;border-right:none;flex:none;order:1;flex-grow:0}:is(:is(.input-container .input) .icon):focus-visible{--gsc-outline-size: max(2px, .15em);outline:var(--focus-outline);outline-offset:var(--gsc-outline-offset, var(--gsc-outline-size))}.input-container.error{padding-bottom:24px}.input-container.error label{color:#e01010}.input-container.error .input{border-color:#e01010}.input-container.error .error-text{position:absolute;bottom:0;font-size:1rem;color:#e01010}.social-button{display:flex;width:40px;height:40px;padding:8px;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;cursor:pointer}.social-button svg{height:24px;width:24px}.social-button.secondary{border:1px solid #039;background:#fff;color:#039}.social-button.secondary svg,.social-button.secondary path,.social-button.secondary g{fill:var(--gsc-color-eu110)}.social-button.secondary:hover{background:var(--gsc-color-b30)}.social-button.primary{background:#039}.social-button.primary svg,.social-button.primary path,.social-button.primary g{fill:#fff}.social-button.primary:hover{background-color:var(--gsc-color-b100)}.social-button:active{box-shadow:0 0 0 2px var(--gsc-color-b60)}.theoplayer-container.theoplayer-skin .vjs-big-play-button:hover{background:none;transition-duration:.2s;transform:translate(-50%,-50%) scale(1.2);transition:transform .2s}.theoplayer-container.theoplayer-skin .vjs-big-play-button:before{content:"";background:url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM10 16.5V7.5L16 12L10 16.5Z" fill="%23FFFFFF" /></svg>') no-repeat 0 0;background-size:100%;display:block}.theoplayer-container.theoplayer-skin .vjs-big-play-button:after{display:none}.theoplayer-container .theo-big-play-button-svg-container svg{display:none}.theoplayer-container.theoplayer-skin .vjs-big-play-button{height:56px;width:56px;padding-bottom:0}.theoplayer-container.theoplayer-skin:hover .vjs-big-play-button:after,.theoplayer-container.theoplayer-skin .vjs-big-play-button:focus:after{opacity:0}.theoplayer-container .theo-primary-color,.theoplayer-container .vjs-selected{color:var(--gsc-color-b60)!important}.theoplayer-container .theo-primary-background{color:#fff!important;background-color:var(--gsc-color-b100)!important}.theoplayer-container .theo-menu{border-radius:8px}.theoplayer-container .theo-secondary-color{color:#fff!important}.theoplayer-container .theo-secondary-background{color:#000!important;background-color:#fff!important}.theoplayer-container .theo-tertiary-color{color:#000!important}.theoplayer-container .theo-tertiary-background{color:#fff!important;background:#0f0f0fe6!important;border-radius:8px}.theoplayer-container .vjs-current-time-display,.theoplayer-container .vjs-time-divider,.theoplayer-container .vjs-duration-display,.theoplayer-container .theo-time-tooltip-text{display:none!important}.theoplayer-container .theo-settings-control-menu-item-title{font-size:16px}.theoplayer-container .theo-settings-control-menu-item-value span:not(.theo-settings-control-menu-item-hd-label){font-size:16px}.theoplayer-container .theo-menu.theo-settings-control-menu .theo-menu-item{font-size:16px}.theoplayer-container .theo-settings-control-menu-quality-automatic{display:none}.theoplayer-container .theo-menu-animation-container{max-width:unset!important}:is(.theoplayer-container .theo-menu-animation-container) .theo-menu{position:initial;max-width:unset;width:-moz-fit-content;width:fit-content}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(1),li:first-child:nth-last-child(1)~li){grid-template-columns:repeat(1,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(2),li:first-child:nth-last-child(2)~li){grid-template-columns:repeat(1,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(3),li:first-child:nth-last-child(3)~li){grid-template-columns:repeat(1,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(4),li:first-child:nth-last-child(4)~li){grid-template-columns:repeat(1,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(5),li:first-child:nth-last-child(5)~li){grid-template-columns:repeat(1,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(6),li:first-child:nth-last-child(6)~li){grid-template-columns:repeat(1,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(7),li:first-child:nth-last-child(7)~li){grid-template-columns:repeat(2,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(8),li:first-child:nth-last-child(8)~li){grid-template-columns:repeat(2,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(9),li:first-child:nth-last-child(9)~li){grid-template-columns:repeat(2,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(10),li:first-child:nth-last-child(10)~li){grid-template-columns:repeat(2,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(11),li:first-child:nth-last-child(11)~li){grid-template-columns:repeat(2,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(12),li:first-child:nth-last-child(12)~li){grid-template-columns:repeat(2,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(13),li:first-child:nth-last-child(13)~li){grid-template-columns:repeat(3,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(14),li:first-child:nth-last-child(14)~li){grid-template-columns:repeat(3,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(15),li:first-child:nth-last-child(15)~li){grid-template-columns:repeat(3,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(16),li:first-child:nth-last-child(16)~li){grid-template-columns:repeat(3,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(17),li:first-child:nth-last-child(17)~li){grid-template-columns:repeat(3,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(18),li:first-child:nth-last-child(18)~li){grid-template-columns:repeat(3,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(19),li:first-child:nth-last-child(19)~li){grid-template-columns:repeat(4,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(20),li:first-child:nth-last-child(20)~li){grid-template-columns:repeat(4,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(21),li:first-child:nth-last-child(21)~li){grid-template-columns:repeat(4,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(22),li:first-child:nth-last-child(22)~li){grid-template-columns:repeat(4,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(23),li:first-child:nth-last-child(23)~li){grid-template-columns:repeat(4,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(24),li:first-child:nth-last-child(24)~li){grid-template-columns:repeat(4,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(25),li:first-child:nth-last-child(25)~li){grid-template-columns:repeat(5,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(26),li:first-child:nth-last-child(26)~li){grid-template-columns:repeat(5,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(27),li:first-child:nth-last-child(27)~li){grid-template-columns:repeat(5,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(28),li:first-child:nth-last-child(28)~li){grid-template-columns:repeat(5,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(29),li:first-child:nth-last-child(29)~li){grid-template-columns:repeat(5,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(30),li:first-child:nth-last-child(30)~li){grid-template-columns:repeat(5,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(31),li:first-child:nth-last-child(31)~li){grid-template-columns:repeat(6,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul:has(li:first-child:nth-last-child(32),li:first-child:nth-last-child(32)~li){grid-template-columns:repeat(6,1fr)}:is(:is(.theoplayer-container .theo-menu-animation-container) .theo-menu) ul{display:grid}.theoplayer-container .theo-menu-header{font-size:12px;padding:.5em 1em;border-bottom:1px solid rgba(255,255,255,.2);background:transparent!important}.theoplayer-container .theo-submenu .theo-menu-header{padding:5px 10px 5px 24px;background-image:url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E")!important;background-position:left center!important;background-repeat:no-repeat!important}.theoplayer-container .theo-settings-control-label-hd{padding-left:2px;padding-top:2px}.theoplayer-container .theo-settings-control-submenu-item-alternate-value{font-size:.65em;margin-top:.5em}.theoplayer-container .theo-button-tooltip{font-family:var(--font-family-sans);font-weight:600;border-radius:4px;background-color:#0f0f0fe6!important;display:block;position:absolute;bottom:100%;padding:.5em 1em;text-transform:none;white-space:nowrap;text-align:center;z-index:1;opacity:0;transition:opacity .2s;text-shadow:none;font-size:.9rem}.theoplayer-container .vjs-time-tooltip{font-family:var(--font-family-sans);font-weight:600;border-radius:4px;background-color:#0f0f0fe6!important;padding:.5em 1em}:is(.theoplayer-container .vjs-time-tooltip) span{font-size:.9rem!important}.theoplayer-container .theo-context-menu{display:none}.theoplayer-container .theo-live-control{margin-right:32px}.theoplayer-container .vjs-remaining-time{margin-left:2em!important}.event-player-content{position:relative;display:inline-block;width:100%;font-size:20px}.player-holding-image{position:absolute;display:inline-block;width:100%;font-size:20px;z-index:99}.player-holding-image img{width:100%;display:block}.player-holding-image-text{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;font-size:18px;font-weight:700;width:100%}.player-holding-image-text p{font-size:2em}.chapter-tooltip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#0f0f0fe6!important;color:#fff;font-size:14px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;pointer-events:none;z-index:99;font-weight:600;font-family:var(--font-family-sans);padding:.5em 1em;transition:opacity .2s;font-size:.9rem}.force-visible{visibility:visible!important;opacity:1!important;transition:none!important}.selection-marker{position:absolute;width:4px;height:100%;background:#fff;pointer-events:all}.fa-step-backward{order:-101;cursor:pointer}.fa-step-forward{order:-100;cursor:pointer}.dialog.download-share-dialog h5{font-size:1.25rem;font-weight:700}.dialog.download-share-dialog .container{width:58rem}.dialog.download-share-dialog .content{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;gap:1rem;overflow-x:hidden}.dialog.download-share-dialog .row{width:100%;display:flex;flex-flow:row nowrap;align-items:center;gap:1.5rem;padding:.75rem 0}.space-between:is(.dialog.download-share-dialog .row){justify-content:space-between}.center:is(.dialog.download-share-dialog .row){justify-content:center}.align-end:is(.dialog.download-share-dialog .row){align-items:flex-end}.dialog.download-share-dialog p.description{width:100%;text-align:left}.dialog.download-share-dialog .privacy-and-legal-notice{width:100%;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;gap:1rem;font-size:1rem;color:var(--gsc-color-eu110)}:is(.dialog.download-share-dialog .privacy-and-legal-notice):hover,:is(.dialog.download-share-dialog .privacy-and-legal-notice) a:hover{text-decoration:underline;text-decoration-thickness:max(.08em,1px);text-underline-offset:.15em}:is(.dialog.download-share-dialog .input-container) input{text-align:center}.dialog.download-share-dialog .section-copy{position:relative;width:100%;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:1rem;color:var(--gsc-color-n-g1);background-color:var(--gsc-color-n-g20);padding:1rem 1rem 1rem 2rem;border-radius:5px}:is(.dialog.download-share-dialog .section-copy) p{max-width:75%;line-height:1.2;font-size:1rem}@media screen and (max-width: 575.98px){.dialog.download-share-dialog .section-copy{flex-flow:column nowrap}:is(.dialog.download-share-dialog .section-copy) p{width:100%}}.dialog.download-share-dialog .section-embed-options{width:100%;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:1rem}.dialog.download-share-dialog .range{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:.5rem;height:-moz-fit-content;height:fit-content}:is(.dialog.download-share-dialog .range) label{font-family:var(--font-family-sans);font-style:normal;font-weight:400;font-size:1.125rem;color:var(--gsc-color-eu110);-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}:is(.dialog.download-share-dialog .range) input[type=range]{-webkit-appearance:none;width:100%;background:transparent}:is(:is(.dialog.download-share-dialog .range) input[type=range])::-webkit-slider-thumb{-webkit-appearance:none}:is(:is(.dialog.download-share-dialog .range) input[type=range]):focus{outline:none}:is(:is(.dialog.download-share-dialog .range) input[type=range])::-ms-track{width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent}:is(:is(.dialog.download-share-dialog .range) input[type=range])::-webkit-slider-thumb{-webkit-appearance:none;height:1.25rem;width:1.25rem;border-radius:50%;background:var(--gsc-color-eu110);cursor:pointer;margin-top:-.55rem}:is(:is(.dialog.download-share-dialog .range) input[type=range])::-moz-range-thumb{height:1.25rem;width:1.25rem;border-radius:50%;background:var(--gsc-color-eu110);cursor:pointer}:is(:is(.dialog.download-share-dialog .range) input[type=range])::-webkit-slider-runnable-track{width:100%;height:.25rem;cursor:pointer;background:var(--gsc-color-n-g30);border-radius:.125rem}:is(.dialog.download-share-dialog .range) input.input-number{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;height:46px;isolation:isolate;width:auto;border:1px solid var(--gsc-color-n-g30);border-radius:4px;flex:none;order:1;align-self:stretch;flex-grow:0;padding:0 1rem}@media screen and (max-width: 575.98px){.dialog.download-share-dialog .timing-row{flex-flow:row wrap}.dialog.download-share-dialog .timing-row .input-container,.dialog.download-share-dialog .timing-row .dropdown-container{width:calc(50% - .75rem)}.dialog.download-share-dialog .download-row{flex-flow:column nowrap}.dialog.download-share-dialog .download-row button{width:100%}}.report-dialog .content form{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:1rem}@media screen and (max-width: 575.98px){.report-dialog .content form{flex-grow:1}:is(.report-dialog .content form) .textarea{flex-grow:1}}.privacy-and-legal-notice{width:100%;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;gap:1rem;font-size:1rem;color:var(--gsc-color-eu110)}.privacy-and-legal-notice:hover,.privacy-and-legal-notice a:hover{text-decoration:underline;text-decoration-thickness:max(.08em,1px);text-underline-offset:.15em}.event-content{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.event-content .buttons{padding:.5rem 0}@media screen and (max-width: 991.98px){.event-content{width:100%}}@media screen and (max-width: 575.98px){.event-content{flex-basis:unset;width:100%}}.embed-event-content{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.embed-event-content .buttons{padding:.5rem 0}@media screen and (max-width: 991.98px){.embed-event-content{width:100%}}@media screen and (max-width: 575.98px){.embed-event-content{flex-basis:unset;width:100%}}.holding-image{position:relative;display:inline-block;width:100%;font-size:20px}.holding-image img{width:100%;display:block}.holding-image-text{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;font-size:18px;font-weight:700;width:100%}.holding-image-text p{font-size:2em}.close-clip-info{position:relative;top:0;right:0;width:1.25rem;height:1.25rem;border:none;border-radius:50%;background:var(--gsc-color-n-g1);color:var(--gsc-color-n-g10);font-size:16px;font-weight:700;cursor:pointer;line-height:5;display:flex;align-items:center;justify-content:center;transform:translate(50%,-50%)}.event-chapters{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%}.event-chapters .event-chapters-content{width:100%}.event-chapters .event-chapter{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:24px}:is(.event-chapters .event-chapter) .event-chapter-actions{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:1rem}:is(.event-chapters .event-chapter)>div:last-of-type{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;flex-grow:1;overflow:hidden}:is(:is(.event-chapters .event-chapter)>div:last-of-type) .event-chapter-title{padding-top:0;color:var(--gsc-color-n-g1);width:100%;font-family:var(--font-family-sans);font-weight:500;font-size:1.25rem;line-height:1.55}:is(:is(.event-chapters .event-chapter)>div:last-of-type) .event-chapter-description{padding-top:.5rem;color:var(--gsc-color-n-g1);width:100%}:is(:is(:is(.event-chapters .event-chapter)>div:last-of-type) .event-chapter-description) a{color:var(--gsc-color-eu110);text-decoration:underline}:is(:is(.event-chapters .event-chapter) .event-chapter-interventions,:is(.event-chapters .event-chapter) .event-chapter-metadata) .header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:.5rem}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions,:is(.event-chapters .event-chapter) .event-chapter-metadata) .header) svg{color:#818a92}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions,:is(.event-chapters .event-chapter) .event-chapter-metadata) .header) .title{color:#3e4951}:is(.event-chapters .event-chapter) .event-chapter-metadata{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;gap:1rem}:is(:is(.event-chapters .event-chapter) .event-chapter-metadata) .section{width:100%}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-metadata) .section)>div:last-child{display:flex;flex-flow:nowrap;align-items:center;justify-content:flex-start;gap:.5rem}:is(:is(.event-chapters .event-chapter) .event-chapter-metadata) .vote-result-name{padding:.25rem 1rem;font-family:var(--font-family-sans);font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.6;border-radius:.25rem}:is(:is(.event-chapters .event-chapter) .event-chapter-metadata) .vote-result-value{padding:.25rem 1rem;font-family:var(--font-family-sans);font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.6;border-radius:.25rem;width:-moz-fit-content;width:fit-content}.approved:is(:is(:is(.event-chapters .event-chapter) .event-chapter-metadata) .vote-result-value){color:var(--gsc-color-mg80);background:var(--gsc-color-bg20)}.rejected:is(:is(:is(.event-chapters .event-chapter) .event-chapter-metadata) .vote-result-value){color:#b40000;background:#fbb}:is(.event-chapters .event-chapter) .event-chapter-interventions{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%;overflow:visible}:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:.5rem}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .header) svg{color:#818a92}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .header) .title{color:#3e4951}:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;gap:.5rem;box-sizing:border-box;max-width:100%;overflow:visible}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container-fullwidth{flex:1 1 100%;max-width:100%}.delegation:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container-fullwidth){flex:1 1 100%;max-width:100%}:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:flex-start;border:1px solid var(--gsc-color-n-g30);border-radius:.25rem;width:-moz-fit-content;width:fit-content;max-width:100%;box-sizing:border-box;overflow:visible}.highlighted:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container){outline:2px solid #ffd617}:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .time{color:var(--gsc-color-n-g1);font-size:1.125rem}:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .freetext{color:var(--gsc-color-eu110)}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .person) .name{color:var(--gsc-color-eu110);line-height:1;font-size:1.125rem}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .person) .function{margin-left:.25rem;color:var(--gsc-color-n-g1);font-size:1.125rem}:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor{cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:.5rem;padding:0 .5rem;width:calc(100% - 40px);height:auto;min-height:40px;box-sizing:border-box}.delegation:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor){width:100%}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor):hover{background:var(--gsc-color-n-g20)}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor)>div:not(.time){width:calc(100% - 58px - .5rem)}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor) p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%}:is(:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor) p) span{text-overflow:ellipsis;white-space:nowrap}.freetext:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor) p span *{text-overflow:initial;white-space:normal}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .contributor) .tooltip-container{height:unset;min-height:unset}:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .tooltip-container{height:auto;min-height:40px}:is(:is(:is(:is(:is(.event-chapters .event-chapter) .event-chapter-interventions) .event-chapter-interventions-content) .event-chapter-intervention-container) .tooltip-container) .icon-button{height:100%;min-height:40px;max-height:100%}.chapter-markers{position:absolute;width:100%;height:100%;top:0;pointer-events:none}.chapter-marker{position:absolute;width:4px;height:100%;background:red;transform:translate(-50%);pointer-events:all;cursor:pointer}.chapter-marker.intervention{width:2px;background:#ff0}
