<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.videoList{align-items:stretch;display:flex;flex-flow:row wrap;gap:2rem;place-content:flex-start center}.videoList__item{box-shadow:0 6px 14px rgba(0,0,0,.12);flex-basis:100%;flex-grow:0;flex-shrink:0;position:relative}.videoList__item__video{pointer-events:none}.videoList__item__video iframe{pointer-events:none;position:absolute}.videoList__item__cover{cursor:pointer;inset:0;position:absolute;width:100%;z-index:1}.videoList__item__cover:focus,.videoList__item__cover:focus-visible{outline:0}@media (min-width:640px){.videoList__item{flex-basis:calc(50% - 1rem)}}@media (min-width:768px){.videoList__item{flex-basis:calc(33.33% - 1.33333rem)}}@media (min-width:1024px){.videoList__item{flex-basis:calc(25% - 1.5rem)}}.modal{display:none;inset:0;position:fixed;z-index:99999999999}.modal__overlay{background-color:rgba(0,0,0,.5);cursor:default;display:block;inset:0;position:fixed;width:100%;z-index:1}.modal.is-open{display:block}.modal__inner{left:50%;margin:0 auto;max-width:1000px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.modal__inner__content{padding:12px}.modal__inner__content iframe{max-height:100vh}.modal__close{border-radius:3px;color:#fff;cursor:pointer;display:block;font-size:2rem;font-weight:700;height:1em;line-height:0;position:absolute;right:2rem;text-align:center;top:2rem;width:1em;z-index:2}.modal__close:focus,.modal__close:focus-visible{outline:2px solid #c34f2e}</pre></body></html>