@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:THEOplayer;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype")}.video-js .vjs-big-play-button,.video-js .vjs-play-control,.vjs-icon-play{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-big-play-button:before,.video-js .vjs-play-control:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing,.vjs-icon-pause{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-play-control.vjs-playing:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0,.video-js .vjs-volume-menu-button.vjs-vol-0,.vjs-icon-volume-mute{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-mute-control.vjs-vol-0:before,.video-js .vjs-volume-menu-button.vjs-vol-0:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1,.video-js .vjs-volume-menu-button.vjs-vol-1,.vjs-icon-volume-low{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-mute-control.vjs-vol-1:before,.video-js .vjs-volume-menu-button.vjs-vol-1:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2,.video-js .vjs-volume-menu-button.vjs-vol-2,.vjs-icon-volume-mid{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-mute-control.vjs-vol-2:before,.video-js .vjs-volume-menu-button.vjs-vol-2:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button,.vjs-icon-volume-high{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control,.vjs-icon-fullscreen-enter{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-fullscreen-control:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control,.vjs-icon-fullscreen-exit{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js.vjs-fullscreen .vjs-fullscreen-control:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subtitles-button,.vjs-icon-subtitles{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-subtitles-button:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button,.vjs-icon-captions{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-captions-button:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button,.vjs-icon-chapters{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-chapters-button:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-cog:before{content:"\f110"}.theoplayer-skin .theo-live-control-indicator,.video-js .vjs-mouse-display,.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle{font-family:THEOplayer;font-style:normal;font-weight:400}.theoplayer-skin .theo-live-control-indicator:before,.video-js .vjs-mouse-display:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button,.vjs-icon-cancel{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-control.vjs-close-button:before,.vjs-icon-cancel:before{content:"\f115"}.theoplayer-skin.vjs-ended .vjs-play-control,.vjs-icon-replay{font-family:THEOplayer;font-style:normal;font-weight:400}.theoplayer-skin.vjs-ended .vjs-play-control:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button,.vjs-icon-audio-description{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-descriptions-button:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button,.vjs-icon-audio{font-family:THEOplayer;font-style:normal;font-weight:400}.video-js .vjs-audio-button:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-previous-item:before{content:"\f120"}.vjs-icon-picture-in-picture{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-picture-in-picture:before{content:"\f121"}.vjs-icon-picture-in-picture-enter{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-picture-in-picture-enter:before{content:"\f122"}.vjs-icon-picture-in-picture-exit{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-picture-in-picture-exit:before{content:"\f123"}.vjs-icon-view-module{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-view-module:before{content:"\f124"}.theoplayer-skin .theo-close-button,.vjs-icon-close{font-family:THEOplayer;font-style:normal;font-weight:400}.theoplayer-skin .theo-close-button:before,.vjs-icon-close:before{content:"\f125"}.theoplayer-skin .theo-vr-button,.vjs-icon-cardboard{font-family:THEOplayer;font-style:normal;font-weight:400}.theoplayer-skin .theo-vr-button:before,.vjs-icon-cardboard:before{content:"\f126"}.vjs-icon-view-grid{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-view-grid:before{content:"\f127"}.vjs-icon-multi-view{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-multi-view:before{content:"\f128"}.vjs-icon-view-spotlight{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-view-spotlight:before{content:"\f129"}.vjs-icon-resize-handle-sw{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-resize-handle-sw:before{content:"\f12a"}.vjs-icon-expand-less{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-expand-less:before{content:"\f12b"}.vjs-icon-expand-more{font-family:THEOplayer;font-style:normal;font-weight:400}.vjs-icon-expand-more:before{content:"\f12c"}.video-js .vjs-big-play-button:before,.video-js .vjs-control:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content{height:100%;left:0;position:absolute;top:0;width:100%}.video-js .vjs-big-play-button:before,.video-js .vjs-control:before{text-align:center}.video-js{background-color:#000;box-sizing:border-box;color:#fff;display:block;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:1;padding:0;position:relative;vertical-align:top}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{height:100%!important;width:100%!important}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{height:0;max-width:100%;width:100%}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js .vjs-tech,.video-js.vjs-fill{height:100%;width:100%}.video-js .vjs-tech{left:0;top:0}body.vjs-full-window{height:100%;margin:0;overflow-y:auto;padding:0}.vjs-full-window .video-js.vjs-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){height:100%!important;padding-top:0!important;width:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{cursor:default;opacity:.5}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{background-color:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:18px;height:150px;margin:0 auto;padding:20px;text-align:center;width:300px}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{background-color:#2b333f;background-color:#2b333fb3;border:.06666em solid #fff;border-radius:.3em;cursor:pointer;display:block;font-size:3em;height:1.5em;left:10px;line-height:1.5em;opacity:1;padding:0;position:absolute;top:10px;transition:all .4s;width:3em}.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-1.5em;margin-top:-.75em;top:50%}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{background-color:#73859f;background-color:#73859f80;border-color:#fff;outline:0;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{appearance:none;background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;overflow:visible;text-decoration:none;text-transform:none;transition:none}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;font-family:Arial,Helvetica,sans-serif;margin:0;overflow:auto;padding:0}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{font-size:1.2em;line-height:1.4em;list-style:none;margin:0;padding:.2em 0;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80;outline:0}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{cursor:default;font-size:1em;font-weight:700;line-height:2em;margin:0 0 .3em;padding:0;text-align:center;text-transform:uppercase}.vjs-menu-button-popup .vjs-menu{border-top-color:#2b333fb3;bottom:0;display:none;height:0;left:-3em;margin-bottom:1.5em;position:absolute;width:10em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;bottom:1.5em;max-height:15em;position:absolute;width:100%}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{overflow:hidden;transition:all .4s}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.video-js .vjs-menu-button-inline.vjs-slider-active{transition:none}.vjs-menu-button-inline .vjs-menu{height:100%;left:4em;margin:0;opacity:0;padding:0;position:absolute;top:0;transition:all .4s;width:auto}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{height:100%;margin:0;overflow:hidden;width:auto}.video-js .vjs-control-bar{background-color:#2b333f;background-color:#2b333fb3;bottom:0;display:none;height:3em;left:0;position:absolute;right:0;width:100%}.vjs-has-started .vjs-control-bar{display:flex;opacity:1;transition:visibility .1s,opacity .1s;visibility:visible}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:0;transition:visibility 1s,opacity 1s;visibility:visible}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{flex:none;height:100%;margin:0;outline:none;padding:0;position:relative;text-align:center;width:4em}.video-js .vjs-control:before{font-size:1.8em;line-height:1.6666666667}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{align-items:center;display:flex;flex:auto;min-width:4em}.vjs-live .vjs-progress-control{display:none}.video-js .vjs-progress-holder{flex:auto;height:.3em;transition:all .2s}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-mouse-display:after,.video-js .vjs-progress-control:hover .vjs-play-progress:after,.video-js .vjs-progress-control:hover .vjs-time-tooltip{font-family:Arial,Helvetica,sans-serif;font-size:.6em;visibility:visible}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-tooltip-progress-bar{display:block;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:0}.video-js .vjs-mouse-display:before{display:none}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em}.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after,.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;content:attr(data-current-time);font-size:.9em;padding:6px 8px 8px;pointer-events:none;position:absolute;right:-1.9em;top:-3.4em;visibility:hidden}.video-js .vjs-play-progress:after,.video-js .vjs-play-progress:before,.video-js .vjs-time-tooltip{z-index:1}.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after{display:none}.video-js .vjs-load-progress{background:#bfc7d3;background:#73859f80}.video-js .vjs-load-progress div{background:#fff;background:#73859fbf}.video-js.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-time-tooltip{display:inline-block;float:right;height:2.4em;position:relative;right:-1.9em}.vjs-tooltip-progress-bar{visibility:hidden}.video-js .vjs-progress-control .vjs-mouse-display{background-color:#000;display:none;height:100%;position:absolute;width:1px;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after{opacity:0;transition:visibility 1s,opacity 1s;visibility:hidden}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after{display:none}.video-js .vjs-progress-control .vjs-mouse-display:after,.vjs-mouse-display .vjs-time-tooltip{background-color:#000;background-color:#000c;color:#fff}.video-js .vjs-slider{background-color:#73859f;background-color:#73859f80;cursor:pointer;margin:0 .45em;outline:0;padding:0;position:relative;-webkit-user-select:none;user-select:none}.video-js .vjs-slider:focus{box-shadow:0 0 1em #fff;text-shadow:0 0 1em #fff}.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{cursor:pointer;flex:none}.video-js .vjs-volume-control{align-items:center;display:flex;flex:none;width:5em}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{height:.3em;width:5em}.vjs-volume-bar.vjs-slider-vertical{height:5em;margin:1.35em auto;width:.3em}.video-js .vjs-volume-level{background-color:#fff;bottom:0;left:0;position:absolute}.video-js .vjs-volume-level:before{font-size:.9em;position:absolute}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{left:-.3em;top:-.5em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{right:-.5em;top:-.3em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu{border-top-color:#0000;display:block;height:0;width:0}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{height:8em;left:.5em}.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu{left:-2em}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content{height:0;overflow-x:hidden;overflow-y:hidden;width:0}.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-vertical:focus .vjs-menu-content,.vjs-volume-menu-button-vertical:hover .vjs-menu-content{height:8em;width:2.9em}.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,.vjs-volume-menu-button-horizontal:hover .vjs-menu-content{height:2.9em;width:8em}.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content{background-color:#0000!important}.vjs-poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;bottom:0;cursor:pointer;display:inline-block;height:100%;left:0;margin:0;position:absolute;right:0;top:0}.vjs-poster,.vjs-poster img{padding:0;vertical-align:middle}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{align-items:flex-start;display:flex;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;text-align:left;width:auto}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;padding-left:1em;padding-right:1em;width:auto}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer;flex:none}.vjs-text-track-display{bottom:3em;left:0;pointer-events:none;position:absolute;right:0;top:0}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{background-color:#000;background-color:#00000080;font-size:1.4em;margin-bottom:.1em;text-align:center}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;height:100%;left:0;line-height:2;position:absolute;text-align:center;top:0;width:100%}.vjs-playback-rate .vjs-menu{left:0;width:4em}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-align:center;text-shadow:.05em .05em .1em #000;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{background-clip:padding-box;border:6px solid #2b333fb3;border-radius:25px;box-sizing:border-box;display:none;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.85;position:absolute;text-align:left;top:50%;width:50px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:after,.vjs-loading-spinner:before{border:inherit;border-color:#fff #0000 #0000;border-radius:inherit;box-sizing:inherit;content:"";height:inherit;margin:-6px;opacity:1;position:absolute;width:inherit}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{animation-delay:.44s;border-top-color:#fff}@keyframes vjs-spinner-spin{to{transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button{display:none}.vjs-caption-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;font-size:12px;height:16em;margin:0 auto;padding:.5em;position:relative;top:1em;width:40em}.vjs-caption-settings .vjs-tracksettings{bottom:1em;left:0;overflow:auto;position:absolute;right:0;top:0}.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font{float:left}.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-controls:after,.vjs-caption-settings .vjs-tracksettings-font:after{clear:both}.vjs-caption-settings .vjs-tracksettings-controls{bottom:1em;position:absolute;right:1em}.vjs-caption-settings .vjs-tracksetting{border:none;margin:5px;min-height:40px;padding:3px}.vjs-caption-settings .vjs-tracksetting label,.vjs-caption-settings .vjs-tracksetting legend{display:block;margin-bottom:5px;width:100px}.vjs-caption-settings .vjs-tracksetting span{display:inline;float:right;margin-left:5px;vertical-align:top}.vjs-caption-settings .vjs-tracksetting>div{margin-bottom:5px;min-height:20px}.vjs-caption-settings .vjs-tracksetting>div:last-child{margin-bottom:0;min-height:0;padding-bottom:0}.vjs-caption-settings label>input{margin-right:10px}.vjs-caption-settings fieldset{margin-left:.5em;margin-top:1em}.vjs-caption-settings fieldset .vjs-label{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-caption-settings input[type=button]{height:40px;width:40px}.video-js .vjs-modal-dialog{background:#000c;background:linear-gradient(180deg,#000c,#fff0)}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.video-js .theo-player-wrapper{background-color:#000;bottom:0;left:0;position:absolute;right:0;top:0}.video-js .vjs-tech{position:absolute;z-index:0}.theo-related-showing .theo-chromecast-overlay,.theo-related-showing .theo-context-menu,.theo-related-showing .theo-menu-container,.theo-related-showing .theo-upcoming-ad-notification,.theo-related-showing .theo-upnext-bar,.theo-related-showing .theo-upnext-panel,.theo-related-showing .theo-verizonmedia-content-notification-bar,.theo-related-showing .theoplayer-chaptertitle,.theo-related-showing .vjs-big-play-button,.theo-related-showing .vjs-control-bar,.theo-social-showing .theo-chromecast-overlay,.theo-social-showing .theo-context-menu,.theo-social-showing .theo-menu-container,.theo-social-showing .theo-upcoming-ad-notification,.theo-social-showing .theo-upnext-bar,.theo-social-showing .theo-upnext-panel,.theo-social-showing .theo-verizonmedia-content-notification-bar,.theo-social-showing .theoplayer-chaptertitle,.theo-social-showing .vjs-big-play-button,.theo-social-showing .vjs-control-bar{display:none}.theo-disable-button,.theo-layout-menu-item,.theo-multi-view-menu-layout-select button.vjs-selected,.theo-primary-color,.theo-resize-button,.theo-switch-audio-button,.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-autoplay,.theoplayer-skin .theo-settings-control-menu-item-hd-label,.theoplayer-skin .theo-settings-control-menu-item-value,.theoplayer-skin .vjs-big-play-button,.theoplayer-skin .vjs-play-progress,.theoplayer-skin .vjs-slider-bar,.theoplayer-skin .vjs-volume-level{color:#ffc50f}.theo-primary-background,.theo-social .theo-social-container .theo-social-label,.theoplayer-skin .theo-menu-header,.theoplayer-skin .theo-settings-control-label-hd{background-color:#ffc50f;color:#000}.theo-primary-border,.theo-related-grid .theo-related-grid-tile:hover .theo-related-grid-tile-content .theo-related-grid-tile-title{border-color:#ffc50f}.theo-secondary-color,.theoplayer-skin,.theoplayer-skin .vjs-control-bar,.theoplayer-skin .vjs-loading-spinner,.theoplayer-skin .vjs-time-tooltip{color:#fff}.theo-secondary-background,.theoplayer-skin .theo-overlay-panel .theo-close-button{background-color:#fff;color:#000}.theo-tertiary-color,.theoplayer-skin .theo-control-bar-shadow{color:#000}.theo-related-grid .theo-related-grid-tile:hover .theo-related-grid-tile-content .theo-related-grid-tile-title,.theo-social .theo-social-container .theo-social-text-container .theo-social-content-container,.theo-tertiary-background,.theoplayer-skin .theo-menu.theo-menu-animatable .theo-menu-animation-container{background-color:#1c1c1ce6;color:#fff}.theoplayer-skin,.theoplayer-skin *{outline:none}.theoplayer-skin{font-size:12px}.theoplayer-skin .vjs-control-bar{background:none;z-index:0}.theoplayer-skin .theo-control-bar-shadow{background:currentColor;background:linear-gradient(180deg,#0000,currentColor);bottom:0;display:block;height:3.75em;left:0;pointer-events:none;position:absolute;right:0;z-index:-1}.theoplayer-skin .vjs-big-play-button{background:none;border-radius:100%;font-size:3em;height:0;left:50%;padding-bottom:20%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .1s ease-in-out;width:20%}.theoplayer-skin .vjs-big-play-button:before{display:none}.theoplayer-skin .vjs-big-play-button:after{border-radius:100%;box-shadow:0 0 2em currentColor;content:"";opacity:0;transition:all .1s ease-in-out}.theoplayer-skin .vjs-big-play-button svg,.theoplayer-skin .vjs-big-play-button:after{height:100%;left:0;position:absolute;top:0;width:100%}.theoplayer-skin .vjs-big-play-button,.theoplayer-skin .vjs-big-play-button:focus,.theoplayer-skin:hover .vjs-big-play-button{border:none}.theoplayer-skin .vjs-big-play-button:focus,.theoplayer-skin:hover .vjs-big-play-button{background:#0006;transition-duration:.2s}.theoplayer-skin .vjs-big-play-button:focus:after,.theoplayer-skin:hover .vjs-big-play-button:after{opacity:.6;transition-duration:.2s}.theoplayer-skin .theo-button-tooltip{background-color:#161719;border-radius:2px;bottom:100%;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:600;opacity:0;padding:.5em 1em;position:absolute;text-align:center;text-shadow:none;text-transform:none;transition:opacity .2s;white-space:nowrap;z-index:1}.theoplayer-skin .vjs-button:hover .theo-button-tooltip{opacity:1}.theoplayer-skin .vjs-play-progress,.theoplayer-skin .vjs-slider-bar,.theoplayer-skin .vjs-volume-level{background:currentColor}.theoplayer-skin .vjs-slider{background:#fff3}.theoplayer-skin .vjs-load-progress{background:#fff6}.theoplayer-skin .vjs-load-progress div{background:#fff9}.theoplayer-skin .vjs-slider-vertical .vjs-volume-level:before{left:-.25em;top:-.5em}.theoplayer-skin .vjs-slider-horizontal .vjs-volume-level:before{right:-.5em;top:-.25em}.theoplayer-skin .vjs-time-control{display:none;padding:0 .25em}.theoplayer-skin .vjs-current-time,.theoplayer-skin .vjs-duration,.theoplayer-skin .vjs-time-divider{display:block}.theoplayer-skin .vjs-time-divider{min-width:0}.theoplayer-skin.vjs-live .vjs-time-control{display:none}.theoplayer-skin.vjs-live .vjs-remaining-time{display:block}.theoplayer-skin .theo-live-control{align-items:center;cursor:pointer;display:flex;flex:none;min-width:4em;text-transform:uppercase;width:auto}.theoplayer-skin .theo-live-control-indicator{color:#888}.theoplayer-skin.theo-at-live .theo-live-control-indicator{color:red}.theoplayer-skin .theo-live-control-text{margin-left:.5em}.theoplayer-skin .vjs-progress-control{margin:0 .45em}.theoplayer-skin .vjs-progress-holder{margin:0}.theoplayer-skin.vjs-fullscreen{font-size:18px}.theoplayer-skin.theo-dvr .vjs-progress-control{display:flex}.theoplayer-skin .vjs-progress-control .vjs-progress-holder{height:.3em}.theoplayer-skin .vjs-progress-control:hover .vjs-progress-holder{font-size:inherit;height:.5em}.theoplayer-skin .vjs-control-bar{height:3.5em;padding:.5em .5em 0}.theoplayer-skin .vjs-control-bar .vjs-control.vjs-button{width:3em}@supports(padding:max(0px)){.theoplayer-skin.vjs-fullscreen .vjs-control-bar{height:calc(3.5em + env(safe-area-inset-bottom));padding-left:max(.5em,env(safe-area-inset-left));padding-right:max(.5em,env(safe-area-inset-right))}.theoplayer-skin.vjs-fullscreen .vjs-progress-control{height:calc(3em + env(safe-area-inset-bottom));padding-left:max(.5em,env(safe-area-inset-left));padding-right:max(.5em,env(safe-area-inset-right))}.theoplayer-skin.vjs-fullscreen:not(.theo-seekbar-inside-controls) .vjs-progress-control{bottom:calc(3em + env(safe-area-inset-bottom))}.theoplayer-skin.vjs-fullscreen .vjs-duration{padding-right:max(.5em,env(safe-area-inset-right))}.theoplayer-skin.vjs-fullscreen .vjs-button .theo-button-icon-blur{bottom:2em}.theoplayer-skin.vjs-fullscreen .theo-cast-button .theo-cast-svg-container{position:absolute;top:0}.theoplayer-skin.vjs-fullscreen .theoplayer-ima{margin-left:env(safe-area-inset-left);margin-right:env(safe-area-inset-right)}}.theoplayer-skin .theo-controlbar-button{align-items:center;cursor:pointer;display:flex;flex:none;position:relative;text-transform:uppercase}.theoplayer-skin .theo-settings-control-label-hd{border-radius:.125em;box-shadow:0 0 1px #000;display:none;font-family:Arial,Helvetica,sans-serif;font-size:.7em;font-weight:700;padding:.1em .15em .05em;position:absolute;right:.3em;top:.95em}.theoplayer-skin.theo-hd .theo-settings-control-label-hd{display:block}.theoplayer-skin .theo-no-transition{transition:none!important}.theoplayer-skin .vjs-progress-control .vjs-mouse-display:after,.theoplayer-skin .vjs-progress-control .vjs-play-progress:after,.theoplayer-skin .vjs-progress-control .vjs-time-tooltip{font-family:Arial,Helvetica,sans-serif;font-size:1em}.theoplayer-skin .vjs-progress-control:hover .vjs-mouse-display:after,.theoplayer-skin .vjs-progress-control:hover .vjs-play-progress:after,.theoplayer-skin .vjs-progress-control:hover .vjs-time-tooltip{font-size:inherit}.theoplayer-skin .vjs-play-progress:before{font-size:1.5em;pointer-events:none;right:0;top:50%;transform:translate(50%,-50%) scale(0);transition:transform .2s}.theoplayer-skin .vjs-progress-control:hover .vjs-play-progress:before{transform:translate(50%,-50%) scale(1)}.theoplayer-skin .vjs-time-tooltip{height:auto;top:100%;transform:translateY(-100%) translateY(-1em)}.theoplayer-skin .vjs-progress-control .vjs-mouse-display{pointer-events:none;z-index:2}.theoplayer-skin .vjs-play-progress:after,.theoplayer-skin .vjs-tooltip-progress-bar .vjs-time-tooltip{display:none}.theoplayer-skin .theo-time-tooltip-thumbnail{background:#000;display:none}.theoplayer-skin .theo-time-tooltip-has-thumbnail .vjs-time-tooltip{border-radius:0;box-shadow:0 0 .5em #000c;padding:0}.theoplayer-skin .theo-time-tooltip-has-thumbnail .theo-time-tooltip-thumbnail{display:block;width:10em}.theoplayer-skin .theo-time-tooltip-has-thumbnail .theo-time-tooltip-text{background-color:#000;background-color:#0009;border-radius:.3em;bottom:0;color:#fff;left:50%;padding:3px 4px;position:absolute;transform:translateX(-50%)}.theoplayer-skin .vjs-play-control{order:-100}.theoplayer-skin .vjs-volume-menu-button{order:-90}.theoplayer-skin .theo-live-control{order:-80}.theoplayer-skin .vjs-mute-control{order:-99;width:3em}.theoplayer-skin .vjs-volume-control{margin:0;order:-98;width:auto}.theoplayer-skin .vjs-volume-control .vjs-volume-bar{margin-right:1em;opacity:1;transition:margin .4s ease-in-out,opacity .4s ease-in-out,width .4s ease-in-out;width:5em}.theoplayer-skin .vjs-volume-control .vjs-volume-bar:focus{transition:margin .1s ease-in-out,opacity .1s ease-in-out,width .1s ease-in-out}.theoplayer-skin .vjs-mute-control:not(:hover)+.vjs-volume-control:not(:hover) .vjs-volume-bar:not(:hover):not(:focus){margin-right:0;opacity:0;width:0}.theoplayer-skin .theo-settings-control-button{order:95}.theoplayer-skin .theo-audio-track-control-button{order:94}.theoplayer-skin .theo-text-track-control-button{order:93}.theoplayer-skin .vjs-fullscreen-control{order:100}.theoplayer-skin:not(.theo-seekbar-inside-controls) .theo-control-bar-shadow{height:4.5em}.theoplayer-skin:not(.theo-seekbar-inside-controls) .vjs-progress-control{align-items:flex-end;bottom:3em;height:.5em;left:1em;margin:0;position:absolute;right:1em;width:auto}.theoplayer-skin:not(.theo-seekbar-inside-controls) .vjs-custom-control-spacer{display:block;flex:auto}.theoplayer-skin:not(.theo-seekbar-inside-controls) .theo-button-tooltip{margin-bottom:1em}.theoplayer-skin.vjs-live.theo-at-live .vjs-remaining-time{visibility:hidden}.theoplayer-skin.vjs-error .vjs-error-display:after,.theoplayer-skin.vjs-error .vjs-error-display:before{display:none}.theoplayer-skin.vjs-error .vjs-modal-dialog-content{display:flex;flex-direction:column;font-size:2em;justify-content:center}.theoplayer-skin.vjs-error .vjs-modal-dialog{animation:theo-noise-animation .2s linear infinite;background:#000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAACXBIWXMAAAsTAAALEwEAmpwYAAADG2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BUNTVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMWgx9DJcMqhgeM0oxRjPMYnzIZMjUwXWLWYG5kvstiwzKPlZk1m/UqmxPbJnYV9pkcAhydnKyczVzMXG3c3NwTeaR4lvIa8x7iC+Z7xl8tICSwWtBN8JFQo7Ci8GGRdFFe0a1iceKc4lslUiSFJY9KVUjrSj+RmSMbKicod1a+R8FHkVfxgtIU5SgVJZXXqlvVGtX9NGQ13mru05qonapjrSuk+0rviP58gxrDKCNLY0nj3yb3TA+brTDvt6iwTLTysbawUbUVsWOx+2r/3OG24wWnY857Xba6rndb6b7UY5HnQq8F3gt9Fvsu81vlvz5ga+DeoGPB50NuhT4L+xLBFCkYpRRtHOMWGxWXF9+SMDtxc9LZ5OepTGly6TYZUZlVWbOy9+Tcy2PKVy/wKSwuml18uORtmUS5S0Vh5byqs9V/a/Xq4usnNRxr/N1s0JLeOq/teodgp3dXe/fhXoY++/66Cfsm/p/sOKV16onpvDOCZ86a9WiO1tySefsWcC0MW7R48celDssmLH+40nhV6+qba3XXNa2/udFgU8fmB1uttk3d/mGn765Vezj2pu87fkD9YOeh10f8jm4+Ln6i9uST095ntpyTPd9+4dOluMunrlpcW3ZD9Gbrra930u/evO/z4MAj08ernyo+m/lC8GXXa+Y3dW9/vi/98OlTwed3X/O+vfuR//PD7+I/3/5V/f8PAC4MHYugPAkxAAA6L2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDgtMDRUMTY6MTA6MTYrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTA4LTA0VDE2OjEwOjE2KzAyOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wOC0wNFQxNjoxMDoxNiswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6MDQ2NTM1NjctOWJkNy03YTRhLWJiZWYtZWUzNGFkMmExZDRmPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MWQ1ZTdlMjQtNWE0ZC0xMWU2LWI1NjItZDZkNTk2NDhiNmUyPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjkyYjdkODktNDgxNC03MjQ1LTgwZjktNTZlM2YyZWFjYjRiPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY5MmI3ZDg5LTQ4MTQtNzI0NS04MGY5LTU2ZTNmMmVhY2I0Yjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wNFQxNjoxMDoxNiswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowNDY1MzU2Ny05YmQ3LTdhNGEtYmJlZi1lZTM0YWQyYTFkNGY8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDgtMDRUMTY6MTA6MTYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4xPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8cGhvdG9zaG9wOklDQ1Byb2ZpbGU+RG90IEdhaW4gMTUlPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz7EkfbeAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAmsSURBVHjahNhLdxtJcobhh5VgFaqIO0BQoEQNpW66Ty99vPSGW/8r/8tZdKvFISXeBBD3AqqAAr1onvaMN97nyROR8cUbX+TRf/13bqVho2Np4M6lqdJCXSp4MfIstvGL36XOfJFa++zeVgsdS8HcUKZQ8yQo0bCR4lSUqCmtnKmwMHSvpePKhcSLGJdKB7dSHYWDps/GhiJB04mpTGXii4l7pQqpSqXmxa1o6tFPzu09yszlgieVsRszQ1uJXNtn52JMnJgJgtxB07PfnVj6xdZIEIx8VEoEwV7budC9Hvomd6xuJ9U3Vlmoa6rj2NpG371jT/bWRg4e1BWGFk40DDBVqTuWyB3ZaZo60bI2Fl2YaAsozVUIRkYyS7HCOxvcK2WunKlLbFyaO7cEsd9UMiNNM4VK7kxNamPhTCx0ri8EHDT1rDX0fZF4EpxY2fjoSFff1JO2XK60k/ruyNrBxJVvWMv1vThW2Zuh7YedSLRx95bFUo6lH04QaZg5N1eA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);bottom:0;box-shadow:inset 0 0 10em #0000004d;box-sizing:border-box;left:0;pointer-events:none;right:0;top:0}@keyframes theo-noise-animation{0%{background-position:0 0}0.1%{background-position:-7px -7px}25%{background-position:-7px -7px}25.1%{background-position:7px -1px}50%{background-position:7px -7px}50.1%{background-position:5px 5px}75%{background-position:3px 2px}75.1%{background-position:-3px 4px}to{background-position:-3px 3px}}.theoplayer-skin.vjs-error.vjs-fullscreen .vjs-control-bar{display:flex!important}.theoplayer-skin.vjs-error.vjs-fullscreen .vjs-control{display:block}.theoplayer-skin.vjs-error.vjs-fullscreen .vjs-control,.theoplayer-skin.vjs-error.vjs-fullscreen .vjs-time-control{visibility:hidden}.theoplayer-skin.vjs-error.vjs-fullscreen .vjs-control.vjs-fullscreen-control{visibility:visible}.theoplayer-skin.vjs-user-inactive.vjs-fullscreen{cursor:inherit}.theoplayer-skin.vjs-user-inactive.vjs-playing:not(.theo-menu-opened){cursor:none}.theoplayer-skin.vjs-user-inactive.vjs-playing .vjs-control-bar .vjs-control{pointer-events:none}.theoplayer-skin .vjs-loading-spinner{border:none;border-radius:0;height:50px;margin:-25px 0 0 -25px;opacity:.7;pointer-events:none;width:50px}.theoplayer-skin .vjs-loading-spinner:after,.theoplayer-skin .vjs-loading-spinner:before{display:none}.theoplayer-skin .theo-loading-spinner-rotator{height:100%;left:0;position:absolute;top:0;width:100%}.theoplayer-skin .theo-loading-spinner-circle-left,.theoplayer-skin .theo-loading-spinner-circle-right{bottom:0;overflow:hidden;position:absolute;top:0}.theoplayer-skin .theo-loading-spinner-circle-left{left:0;right:49%}.theoplayer-skin .theo-loading-spinner-circle-right{left:49%;right:0}.theoplayer-skin .theo-loading-spinner-circle-left:before,.theoplayer-skin .theo-loading-spinner-circle-right:before{border:5px solid;border-bottom:5px solid #0000;border-radius:50%;box-sizing:border-box;content:"";height:100%;position:absolute;width:200%}.theoplayer-skin .theo-loading-spinner-circle-left:before{border-right-color:#0000;left:0;right:-100%}.theoplayer-skin .theo-loading-spinner-circle-right:before{border-left-color:#0000;left:-100%;right:0}.theoplayer-skin.vjs-seeking .vjs-loading-spinner,.theoplayer-skin.vjs-waiting .vjs-loading-spinner{animation:theo-spinner-linspin 1568.23529647ms linear infinite}.theoplayer-skin.vjs-seeking .theo-loading-spinner-rotator,.theoplayer-skin.vjs-waiting .theo-loading-spinner-rotator{animation:theo-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both}.theoplayer-skin.vjs-seeking .theo-loading-spinner-circle-left:before,.theoplayer-skin.vjs-waiting .theo-loading-spinner-circle-left:before{animation:theo-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.theoplayer-skin.vjs-seeking .theo-loading-spinner-circle-right:before,.theoplayer-skin.vjs-waiting .theo-loading-spinner-circle-right:before{animation:theo-spinner-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.theoplayer-skin.vjs-error .vjs-loading-spinner,.theoplayer-skin:not(.vjs-has-started) .vjs-loading-spinner{display:none}@keyframes theo-spinner-linspin{to{transform:rotate(1turn)}}@keyframes theo-spinner-easespin{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(3turn)}}@keyframes theo-spinner-left-spin{0%,to{transform:rotate(130deg)}50%{transform:rotate(-5deg)}}@keyframes theo-spinner-right-spin{0%,to{transform:rotate(-130deg)}50%{transform:rotate(5deg)}}.theoplayer-skin.vjs-has-started.vjs-user-inactive.vjs-playing:not(.theo-menu-opened) .vjs-control-bar{opacity:0}.theoplayer-skin.vjs-has-started.vjs-user-inactive.vjs-playing.theo-menu-opened .vjs-control-bar{opacity:1}.theoplayer-skin.theo-menu-opened .theo-button-tooltip{visibility:hidden}.theoplayer-skin .theo-menu{background-color:#1c1c1ce6;bottom:4em;cursor:pointer;max-height:21em;max-width:22em;min-width:10em;overflow-y:auto;position:absolute;text-shadow:none}.theoplayer-skin .theo-menu::-webkit-scrollbar-track{background-color:#424242}.theoplayer-skin .theo-menu::-webkit-scrollbar{width:10px}.theoplayer-skin .theo-menu::-webkit-scrollbar-thumb{background-color:#8e8e8e;border:1px solid #424242;border-radius:10px}.theoplayer-skin .theo-menu-header,.theoplayer-skin .theo-menu-item{font-family:Arial,Helvetica,sans-serif;font-size:1.2em;line-height:1.2em;padding:.4em 1em;text-transform:capitalize}.theoplayer-skin .theo-menu-header:focus,.theoplayer-skin .theo-menu-header:hover,.theoplayer-skin .theo-menu-item:focus,.theoplayer-skin .theo-menu-item:hover{outline:0}.theoplayer-skin .theo-menu-header{line-height:1.4em;margin-bottom:.2em;text-align:center}.theoplayer-skin .theo-menu-content{padding:0}.theoplayer-skin .theo-subtitle-options-menu-item{font-size:1.1em}.theoplayer-skin .theo-menu.theo-menu-animatable{background:none;overflow:visible}.theoplayer-skin .theo-menu.theo-menu-animatable .theo-menu-animation-container{bottom:0;max-width:22em;overflow:hidden;position:absolute;right:0;transition:width .2s cubic-bezier(.4,0,1,1),height .2s cubic-bezier(.4,0,1,1)}.theoplayer-skin .theo-menu.theo-menu-animatable .theo-menu-content-animatable{background:none;bottom:0;position:absolute;right:0;transition:opacity .3s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(.4,0,1,1)}.theoplayer-skin .theo-submenu .theo-menu-header{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.41 16.09-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;padding:5px 10px 5px 24px}.theoplayer-skin .theo-submenu .theo-menu-content{bottom:0;height:100%;overflow:hidden;padding:0;position:relative}.theoplayer-skin .theo-submenu .theo-menu-item{display:block;position:relative;text-align:right;text-transform:capitalize}.theoplayer-skin .theo-submenu .theo-menu-item.vjs-selected{font-weight:700}.theoplayer-skin .theo-menu .theo-menu-item{height:auto;list-style-type:none;text-align:center;width:100%}.theoplayer-skin .theo-menu .theo-menu-item:focus,.theoplayer-skin .theo-menu .theo-menu-item:hover{background-color:#ffffff1a;color:inherit}.theoplayer-skin .theo-menu .theo-menu-item.vjs-selected,.theoplayer-skin .theo-menu .theo-menu-item.vjs-selected:focus,.theoplayer-skin .theo-menu .theo-menu-item.vjs-selected:hover{background-color:#fff3;color:#ffc50f}.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item{display:flex;font-weight:400;justify-content:space-between;transition:all .2s}.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item .theo-text-track-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item .theo-text-track-menu-item-toggle{align-self:center;background-color:#fff3;border-radius:1em;display:flex;height:.9em;justify-content:flex-start;margin-left:1em;opacity:.3;transition:all .2s;width:2.2em}.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item .theo-multi-view-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item .theo-multi-view-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item .theo-text-track-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item .theo-text-track-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item .theo-multi-view-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item .theo-multi-view-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item .theo-text-track-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item .theo-text-track-menu-item-toggle .theo-text-track-menu-item-toggle-slider{align-self:center;background-color:#949494;border-radius:50%;height:1.2em;transition:all .2s;width:1.2em}.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-text-track-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item:hover .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item:hover .theo-text-track-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-text-track-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item:hover .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item:hover .theo-text-track-menu-item-toggle{background-color:#fff6;opacity:1}.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-multi-view-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-multi-view-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-text-track-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-text-track-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item:hover .theo-multi-view-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item:hover .theo-multi-view-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item:hover .theo-text-track-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item:hover .theo-text-track-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-multi-view-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-multi-view-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-text-track-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-text-track-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item:hover .theo-multi-view-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item:hover .theo-multi-view-menu-item-toggle .theo-text-track-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item:hover .theo-text-track-menu-item-toggle .theo-multi-view-menu-item-toggle-slider,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item:hover .theo-text-track-menu-item-toggle .theo-text-track-menu-item-toggle-slider{background-color:#d0d0d0}.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-multi-view-menu-item.vjs-selected .theo-text-track-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-multi-view-menu-item-toggle,.theoplayer-skin .theo-menu-item.theo-text-track-menu-item.vjs-selected .theo-text-track-menu-item-toggle{justify-content:flex-end}.theoplayer-skin .theo-menu.theo-settings-control-menu,.theoplayer-skin .theo-menu.theo-settings-control-menu .theo-menu-content-animatable{min-width:18em}.theoplayer-skin .theo-menu.theo-settings-control-menu .theo-submenu{min-width:10em}.theoplayer-skin .theo-menu.theo-settings-control-menu .theo-submenu .theo-menu-item:last-child{margin-bottom:.4em}.theoplayer-skin .theo-menu.theo-settings-control-menu .theo-submenu .theo-menu-item{padding-right:1em}.theoplayer-skin .theo-menu.theo-settings-control-menu .theo-menu-item{align-items:baseline;display:flex;justify-content:space-between;padding-right:2em;position:relative;white-space:nowrap}.theoplayer-skin .theo-menu.theo-settings-control-menu .theo-submenu.theo-leaf-submenu .theo-menu-item{display:block}.theoplayer-skin .theo-settings-control-menu-item-title{font-weight:600;padding-right:.5em}.theoplayer-skin .theo-settings-control-menu-item-value{font-size:.9em}.theoplayer-skin .theo-context-menu{background-clip:padding-box;background-color:#1c1c1ce6;box-shadow:0 6px 12px rgba(0,0,0,.175);cursor:pointer;left:0;list-style:none;margin:2px 0 0;overflow:hidden;padding:5px;position:absolute;text-align:left;text-decoration:none;text-shadow:none;top:0;z-index:1000}.theoplayer-skin .theo-context-menu:hover{background-color:#0e0e0ee6}.theoplayer-skin .theo-context-menu .theo-context-menu-a{text-decoration:none}.theoplayer-skin .theo-context-menu .theo-context-menu-a .theo-context-menu-logo{float:left;position:relative;top:4.3px}.theoplayer-skin .theo-context-menu .theo-context-menu-a .theo-context-menu-logo .theo-context-menu-logo-svg{height:15px;width:30px}.theoplayer-skin .theo-context-menu .theo-context-menu-a .theo-context-version{color:#fff;font-size:11px;line-height:20px;text-align:center;text-decoration:none;width:200px}.theoplayer-skin .theo-settings-control-menu-quality-automatic{color:#ffffffe6;font-size:.7em;text-transform:uppercase}.theoplayer-skin .theo-settings-control-menu-item-hd-label{content:"HD";display:inline;font-size:.7em;font-weight:700;margin-left:.2em;position:absolute;right:.6em;top:0}.theoplayer-skin .theo-settings-control-submenu-item-alternate-value{font-size:.55em;font-weight:400;margin-left:.5em;margin-top:1.5em;position:absolute;right:.6em;text-transform:none;vertical-align:sub}.theoplayer-skin.theo-mobile{-webkit-tap-highlight-color:rgba(0,0,0,0)}.theoplayer-skin.theo-mobile.vjs-fullscreen{font-size:12px}.theoplayer-skin.theo-mobile.video-js .vjs-control:before{font-size:2.1em;line-height:1.4em}.theoplayer-skin.theo-mobile .vjs-play-progress:before{transform:translate(50%,-50%) scale(1);transition:none}.theoplayer-skin.theo-mobile .vjs-duration.vjs-time-control{bottom:4.4em;height:auto;padding:0;position:absolute;right:1em;text-shadow:0 0 1em #000}.theoplayer-skin.theo-mobile .vjs-duration.vjs-time-control .vjs-duration-display{font-size:1.3333333333em;line-height:1em;padding:.3em}.theoplayer-skin.theo-mobile .vjs-current-time,.theoplayer-skin.theo-mobile .vjs-remaining-time,.theoplayer-skin.theo-mobile .vjs-time-divider,.theoplayer-skin.theo-mobile .vjs-volume-control{display:none}.theoplayer-skin.theo-mobile:not(.theo-seekbar-inside-controls) .vjs-control-bar{height:4em;padding-top:1em}.theoplayer-skin.theo-mobile:not(.theo-seekbar-inside-controls) .vjs-progress-control{margin-bottom:-.8em;padding-bottom:.8em;padding-top:2.5em}.theoplayer-skin.theo-mobile:not(.theo-seekbar-inside-controls) .vjs-progress-control .vjs-progress-holder{font-size:1.6666666667em;height:.3em}.theoplayer-skin.theo-mobile:not(.theo-seekbar-inside-controls) .vjs-progress-control .vjs-progress-holder .vjs-time-tooltip{font-size:.8em;padding:.3em;visibility:visible}.theoplayer-skin.theo-mobile:not(.theo-seekbar-inside-controls) .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before{font-size:.9em}@supports(padding:max(0px)){.theoplayer-skin.theo-mobile.vjs-fullscreen .vjs-duration.vjs-time-control{bottom:calc(4.4em + env(safe-area-inset-bottom))}.theoplayer-skin.theo-mobile.vjs-fullscreen .vjs-control-bar{height:calc(4em + env(safe-area-inset-bottom))}}.theoplayer-skin.theo-mobile .vjs-button,.theoplayer-skin.theo-mobile .vjs-button:before{transition:text-shadow .2s ease-in-out}.theoplayer-skin.theo-mobile .vjs-button:hover:before{text-shadow:none}.theoplayer-skin.theo-mobile .vjs-button.theo-mobile-button-hover,.theoplayer-skin.theo-mobile .vjs-button.theo-mobile-button-hover:before{text-shadow:0 0 1em #fff;transition:none}.theoplayer-skin.theo-mobile .theo-mobile-menu-background{opacity:0}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable{bottom:50%;left:15%;max-height:100%;max-width:70%;overflow-y:auto;position:absolute;right:15%;top:auto;transform:translateY(50%);transition:none;width:70%;z-index:2}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu,.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-animation-container{height:100%;max-height:none;max-width:none;overflow:visible;position:static;width:100%}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-header{padding:1em}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-item{height:4em;line-height:3.4em;padding-left:1em}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-item.theo-mobile-menu-item-hover{background-color:#ffffff1a}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-item:focus,.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-item:hover{background-color:#0000}.theoplayer-skin.theo-mobile .theo-menu.theo-menu-animatable .theo-menu-animation-container{bottom:auto;height:100%;max-height:100%;max-width:none;overflow-y:auto;right:auto;transition:none;width:100%}.theoplayer-skin.theo-mobile .theo-settings-control-menu-item-title{align-self:auto}.theoplayer-skin.theo-mobile .theo-settings-control-menu-item-value{font-size:1em}.theoplayer-skin.theo-mobile .theo-submenu .theo-submenu-content{overflow-y:hidden}.theoplayer-skin.theo-mobile .theo-subtitle-options-menu-item{float:left}.theoplayer-skin.theo-mobile.theo-mobile-portrait .theo-submenu.theo-leaf-submenu .theo-menu-item{float:left;width:50%}.theoplayer-skin.theo-mobile.theo-mobile-portrait .theo-submenu .theo-menu-item.theo-subtitle-options-menu-item{width:100%}.theoplayer-skin.theo-mobile.theo-mobile-landscape .theo-submenu .theo-menu-item{float:left;width:50%}.theoplayer-skin.theo-mobile.theo-mobile-landscape .theo-submenu.theo-leaf-submenu .theo-menu-item{float:left;width:33.33%}.theoplayer-skin.theo-mobile.theo-mobile-landscape .theo-submenu .theo-menu-item.theo-subtitle-options-menu-item{width:100%}.theoplayer-skin.theo-mobile .theoplayer-ad-overlay-component.theoplayer-ad-touch-clickthrough{top:2.7em}.theoplayer-skin.theo-mobile.theo-ad-playing .vjs-duration-display{display:none}.theoplayer-skin.theo-mobile .theo-button-tooltip{visibility:hidden}.theoplayer-chapterbar{height:100%;width:100%}.theoplayer-chapterbar .theoplayer-chapter-indicator{border-left:1px solid #000;height:100%;position:absolute}.theoplayer-chapterbar .theoplayer-chapter-indicator .theoplayer-chapter-indicator-highlight{border-top:2px solid #0000;bottom:100%;height:0;left:0;padding-top:2px;position:absolute;width:100%}.theoplayer-chapterbar .theoplayer-chapter-indicator.theoplayer-chapter-indicator-discontinuous{border-right:1px solid #000}.theoplayer-chapterbar .theoplayer-chapter-indicator:hover .theoplayer-chapter-indicator-highlight{border-top-color:#fffc}.theoplayer-chaptertitle{align-items:center;display:flex;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease-in;width:100%}.theoplayer-chaptertitle p{background-color:#0009;border-radius:.3em;color:#fff;font-size:2.5em;margin:0;padding:.3em}.vjs-user-active .theoplayer-chaptertitle.theoplayer-chapter-hovering{opacity:1}.theoplayer-skin.video-js .vjs-button .theo-button-icon-blur{background-color:#fff3;bottom:0;filter:blur(4px);height:70%;left:0;margin:auto;position:absolute;right:0;top:0;visibility:hidden;width:60%}.theoplayer-skin.video-js .vjs-button:focus .theo-button-icon-blur,.theoplayer-skin.video-js .vjs-button:hover .theo-button-icon-blur{visibility:visible}.video-js .theo-close-button{cursor:pointer;display:none;margin:0;outline:none;padding:0;position:absolute;right:0;top:0;z-index:11}.theoplayer-skin .theo-close-button{font-size:1.35em;font-weight:700;padding:.5em;text-align:center}.theoplayer-skin .theo-close-button:focus:before,.theoplayer-skin .theo-close-button:hover:before{text-shadow:0 0 1em #fff}.theoplayer-skin .theo-player-wrapper .vjs-control-bar.theo-top-controlbar{flex-direction:row-reverse;height:4em;margin:.75em;padding:0;top:0;visibility:hidden;width:auto}.theo-player-wrapper .vjs-control-bar.theo-top-controlbar .theo-control-bar-shadow{display:none}.theo-player-wrapper .vjs-control-bar.theo-top-controlbar .theo-button-tooltip{bottom:auto;margin-top:.3em;top:100%}.theo-pip.theoplayer-skin .theo-player-wrapper .vjs-control-bar.theo-top-controlbar{display:none}.theo-player-wrapper .vjs-control-bar.theo-top-controlbar .vjs-button{background-color:#212121cc;border-radius:100%;height:3em;margin:.5em;visibility:visible;width:3em}.theo-quality-label{align-items:right;cursor:default;display:none;flex-direction:row;font-family:Arial,Helvetica,sans-serif;height:45%;justify-content:flex-end;margin:auto;right:0;text-align:right;width:100px}.theo-quality-label-text{background-color:#333;border-radius:3px;font-size:.87em;margin-right:5px;padding:3px;text-align:right;vertical-align:middle}.theo-quality-label-show{display:flex}.theo-quality-label-fadeout{opacity:0;transition:opacity .25s linear}.vjs-descriptions-button{order:90}.theo-chromecast-button{order:93}.theo-chromecast-unavailable .theo-chromecast-button{display:none}.theo-chromecast-button .theo-chromecast-rings{clip-path:polygon(50% -100%,50% 50%,100% 50%,100% -100%)}.theo-chromecast-button .theo-chromecast-inner{opacity:0;transition:opacity .5s ease-in-out}.theo-chromecast-connected .theo-chromecast-button .theo-chromecast-inner{opacity:1}.theo-chromecast-connecting .theo-chromecast-button .theo-chromecast-ring{animation:.9s linear infinite}.theo-chromecast-connecting .theo-chromecast-button .theo-chromecast-ring1{animation-name:theo-chromecast-connecting-ring1}.theo-chromecast-connecting .theo-chromecast-button .theo-chromecast-ring2{animation-name:theo-chromecast-connecting-ring2}.theo-chromecast-connecting .theo-chromecast-button .theo-chromecast-ring3{animation-name:theo-chromecast-connecting-ring3}.theo-chromecast-connecting .theo-chromecast-button .theo-chromecast-ring4{animation-name:theo-chromecast-connecting-ring4}@keyframes theo-chromecast-connecting-ring1{0%,37.5%{transform:scale(0)}62.5%,to{transform:scale(1)}}@keyframes theo-chromecast-connecting-ring2{0%,20%{stroke-width:24;transform:scale(.25)}35%{stroke-width:10;transform:scale(.5)}55%,to{stroke-width:4;transform:scale(1)}}@keyframes theo-chromecast-connecting-ring3{0%,15%{stroke-width:6.66667;transform:scale(.6)}45%,to{stroke-width:4;transform:scale(1)}}@keyframes theo-chromecast-connecting-ring4{0%{stroke-width:4;stroke-dashoffset:0;stroke-dasharray:32,99;opacity:1;transform:scale(1)}35%{stroke-width:2.8571;stroke-dashoffset:-18;stroke-dasharray:0,99;opacity:1;transform:scale(1.4)}50%{stroke-width:0;stroke-dashoffset:-18;stroke-dasharray:0,99;opacity:1;transform:scale(1.5)}50.001%,to{opacity:0}}.theo-chromecast-overlay{bottom:0;display:none;left:0;pointer-events:none;position:absolute;right:0;top:0}.theo-chromecast-connected .theo-chromecast-overlay{display:block}.theo-chromecast-overlay .theo-chromecast-status{bottom:4em;left:35px;opacity:.7;position:absolute;right:35px}.theo-chromecast-overlay .theo-chromecast-status-icon{float:left;height:80px;width:80px}.theo-chromecast-overlay .theo-chromecast-status-info{font-size:130%;font-weight:500;text-transform:uppercase;top:18px}.theo-chromecast-overlay .theo-chromecast-status-title{font-size:250%;top:35px}.theo-chromecast-overlay .theo-chromecast-status-info,.theo-chromecast-overlay .theo-chromecast-status-title{left:75px;position:absolute;text-shadow:0 0 2px #00000080}.theo-airplay-button{order:94}.theo-airplay-unavailable .theo-airplay-button{display:none}.theo-airplay-button .theo-cast-inner{opacity:0;transition:opacity .5s ease-in-out}.theo-airplay-connected .theo-airplay-button .theo-cast-inner{opacity:1}.theo-airplay-connected .theo-audio-track-control-button,.theo-airplay-connected .theo-text-track-control-button,.theo-airplay-connected .vjs-mute-control,.theo-airplay-connected .vjs-volume-control{display:none}.video-js .vjs-control.theo-cast-button .theo-cast-svg-container{height:100%;line-height:0;width:100%}.video-js .vjs-control.theo-cast-button svg{color:inherit;margin:.5em;pointer-events:none;transform-origin:0 0}.theoplayer-skin .theoplayer-ad-overlay-component,.theoplayer-skin .theoplayer-ad-skip{background-color:#3339;color:#fff;cursor:pointer;font-size:1.25em;padding:1em;z-index:12}.theoplayer-skin .theoplayer-ad-overlay-component.theo-ad-remaining-container,.theoplayer-skin .theoplayer-ad-skip.theo-ad-remaining-container{padding:.5em;position:absolute;text-align:center;top:0;width:100%}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip-button,.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip-countdown,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip-button,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip-countdown{bottom:3.2em}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip{height:4em;line-height:4em;padding:0;position:absolute;right:0}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip.theo-size-xs .theoplayer-ad-skip-poster,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip.theo-size-xs .theoplayer-ad-skip-poster{display:none}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip.theo-size-xs.theoplayer-ad-skip-countdown,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip.theo-size-xs.theoplayer-ad-skip-countdown{bottom:3.5em;height:2em;line-height:2em}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip span,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip span{display:table-cell;padding:0 1em;position:relative}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip .theoplayer-ad-skip-poster,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip .theoplayer-ad-skip-poster{background-position:50%;background-size:cover;display:table-cell;height:4em;width:7em}.theoplayer-skin .theoplayer-ad-overlay-component.theo-ad-remaining-container,.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-skip-countdown,.theoplayer-skin .theoplayer-ad-skip.theo-ad-remaining-container,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-skip-countdown{cursor:default}.theoplayer-skin .theoplayer-ad-overlay-component.theoplayer-ad-touch-clickthrough,.theoplayer-skin .theoplayer-ad-skip.theoplayer-ad-touch-clickthrough{right:0;top:1em}.theoplayer-ad-nonlinear .theoplayer-ad-nonlinear-content .theoplayer-ad-nonlinear-close:before{color:#fff;content:"×";display:inline-block;padding:.1em .15em .12em .2em;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.theoplayer-ad-nonlinear .theoplayer-ad-nonlinear-content .theoplayer-ad-nonlinear-close:hover:before{text-shadow:-1px 0 .8em #000,0 1px .8em #000,1px 0 .8em #000,0 -1px .8em #000}.theo-ad-playing .vjs-progress-control{cursor:default;pointer-events:none}.theo-ad-playing .theo-settings-control-button,.theo-ad-playing .theo-settings-control-menu{display:none!important}.theo-dai-countdown{display:none;opacity:0}.video-js .theo-dai-clickthrough{background:#3339 none;color:#fff;cursor:pointer;font-weight:700;height:auto;padding:.65em;position:absolute;right:0;top:0;width:auto;z-index:10}.vjs-has-started.theo-dai-ad-playing .theo-top-controlbar{display:none}.vjs-has-started.theo-dai-ad-playing .theo-dai-countdown{background:#3336;bottom:4em;color:#fff;display:block;left:2em;min-width:0;opacity:1;padding:.65em;position:absolute;right:auto;visibility:visible;width:auto;z-index:10}.vjs-has-started.theo-dai-ad-playing .theo-dai-countdown:before{background:linear-gradient(0deg,#0000004d,#0000);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:-1}.vjs-has-started.theo-dai-ad-playing .theo-dai-clickthrough:focus{background-color:#333}.vjs-has-started.theo-dai-ad-playing.vjs-user-inactive.vjs-playing:not(.theo-menu-opened) .theo-dai-countdown{background-color:#0000;bottom:0;left:0;min-width:100%;padding-top:1em;text-shadow:#000 1px 1px 2px;transition-duration:0s;transition:left 0s .45s,min-width 0s .45s,text-shadow 0s .45s,bottom .15s .45s,background-color .15s .45s,padding-top .15s .45s}.vjs-has-started.theo-dai-ad-playing.vjs-user-inactive.vjs-playing:not(.theo-menu-opened) .theo-dai-countdown:before{opacity:1;transition:opacity 0s .45s}.theo-freewheel,.theo-freewheel-video{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.freewheel-nonlinear-ad .theo-freewheel{bottom:3.5em}.theo-pip-overlay{display:none}.theo-pip:not(.vjs-fullscreen) .theo-player-wrapper{position:fixed!important}.theo-pip:not(.vjs-fullscreen).theoplayer-skin:not(.theo-ios-sdk){background-color:#757575}.theo-pip:not(.vjs-fullscreen).theoplayer-skin .theo-control-bar-shadow{display:none}.theo-pip:not(.vjs-fullscreen).theoplayer-skin .theo-close-button:before,.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-control:before{text-shadow:0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000}.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-control,.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-time-divider{display:none}.theo-pip:not(.vjs-fullscreen).theoplayer-skin .theo-pip-close,.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-fullscreen-control,.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-mute-control,.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-play-control{display:block}.theo-pip:not(.vjs-fullscreen).theoplayer-skin .vjs-custom-control-spacer{display:block;flex:auto}.theo-pip:not(.vjs-fullscreen).theoplayer-skin .theo-pip-close{opacity:1;transition:opacity .1s}.theo-pip:not(.vjs-fullscreen).theoplayer-skin.vjs-user-inactive.vjs-playing .theo-pip-close{opacity:0;transition:opacity 1s}.theo-pip:not(.vjs-fullscreen).theoplayer-skin.theo-pip .theo-button-tooltip{margin-bottom:0}.theo-pip:not(.vjs-fullscreen).theo-pip-top-left .theo-player-wrapper{animation:theo-pip-top-left .3s forwards;bottom:auto!important;right:auto!important}.theo-pip:not(.vjs-fullscreen).theo-pip-top-right .theo-player-wrapper{animation:theo-pip-top-right .3s forwards;bottom:auto!important;left:auto!important}.theo-pip:not(.vjs-fullscreen).theo-pip-bottom-left .theo-player-wrapper{animation:theo-pip-bottom-left .3s forwards;right:auto!important;top:auto!important}.theo-pip:not(.vjs-fullscreen).theo-pip-bottom-right .theo-player-wrapper{animation:theo-pip-bottom-right .3s forwards;left:auto!important;top:auto!important}.theo-pip:not(.vjs-fullscreen) .theo-pip-overlay{background-color:#00000080;bottom:0;display:block;left:0;position:absolute;right:0;top:0}.theo-pip:not(.vjs-fullscreen) .theo-pip-overlay .theo-pip-overlay-text{bottom:4em;font-size:130%;font-weight:500;left:35px;opacity:.7;position:absolute;right:35px}@keyframes theo-pip-bottom-right{to{bottom:1.5em;height:180px;right:1.5em;width:320px;z-index:1000000000}}@keyframes theo-pip-bottom-left{to{bottom:1.5em;height:180px;left:1.5em;width:320px;z-index:1000000000}}@keyframes theo-pip-top-right{to{height:180px;right:1.5em;top:1.5em;width:320px;z-index:1000000000}}@keyframes theo-pip-top-left{to{height:180px;left:1.5em;top:1.5em;width:320px;z-index:1000000000}}.vjs-button.theo-related-button{cursor:pointer;order:20}.theoplayer-skin:not(.theo-related-available) .vjs-button.theo-related-button{display:none}.theo-related{height:100%;overflow:hidden;position:absolute;top:0;width:100%}.theoplayer-skin:not(.theo-related-showing) .theo-related{visibility:hidden}.theoplayer-skin:not(.theo-related-showing) .theo-related .theo-overlay-panel{opacity:0;top:50%}.theoplayer-skin.theo-related-showing .theo-button-tooltip{display:none}.theo-related-grid{align-content:flex-start;display:flex;flex-flow:row wrap;height:auto;width:100%}.theo-related-grid .theo-related-grid-tile{border:1px solid #000;flex:auto;padding:0;position:relative}.theo-related-grid .theo-related-grid-tile:hover .theo-related-grid-tile-content .theo-related-grid-tile-duration,.theo-related-grid .theo-related-grid-tile:hover .theo-related-grid-tile-content .theo-related-grid-tile-title{background-color:#000000d9;color:#ebebeb}.theo-related-grid .theo-related-grid-tile:hover .theo-related-grid-tile-content .theo-related-grid-tile-image{opacity:1}.theo-related-grid .theo-related-grid-tile .theo-related-grid-tile-content{background-size:cover;color:#cdcdcd;display:block;padding-bottom:56.25%;width:100%}.theo-related-grid .theo-related-grid-tile .theo-related-grid-tile-content .theo-related-grid-tile-image{background-size:cover;height:100%;opacity:.85;position:absolute;transition:opacity .3s;width:100%}.theo-related-grid .theo-related-grid-tile .theo-related-grid-tile-content .theo-related-grid-tile-duration,.theo-related-grid .theo-related-grid-tile .theo-related-grid-tile-content .theo-related-grid-tile-title{background-color:#000000b3;padding:.4em .6em;position:absolute;transition:background-color .3s,color .3s}.theo-related-grid .theo-related-grid-tile .theo-related-grid-tile-content .theo-related-grid-tile-title{border-bottom:.2em solid #0000;bottom:0;line-height:1.3em;width:100%}.theo-related-grid .theo-related-grid-tile .theo-related-grid-tile-content .theo-related-grid-tile-duration{border-bottom-right-radius:3px;left:0;top:0}.theo-1-item-grid .theo-related-grid-tile{width:100%}.theo-size-xs.theo-12-item-grid .theo-related-grid-tile,.theo-size-xs.theo-15-item-grid .theo-related-grid-tile,.theo-size-xs.theo-2-item-grid .theo-related-grid-tile,.theo-size-xs.theo-3-item-grid .theo-related-grid-tile,.theo-size-xs.theo-4-item-grid .theo-related-grid-tile,.theo-size-xs.theo-6-item-grid .theo-related-grid-tile,.theo-size-xs.theo-8-item-grid .theo-related-grid-tile,.theo-size-xs.theo-9-item-grid .theo-related-grid-tile{width:50%}.theo-size-xs.theo-12-item-grid .theo-related-grid-tile:nth-child(n+5),.theo-size-xs.theo-15-item-grid .theo-related-grid-tile:nth-child(n+5),.theo-size-xs.theo-3-item-grid .theo-related-grid-tile:nth-child(n+3),.theo-size-xs.theo-6-item-grid .theo-related-grid-tile:nth-child(n+5),.theo-size-xs.theo-8-item-grid .theo-related-grid-tile:nth-child(n+5),.theo-size-xs.theo-9-item-grid .theo-related-grid-tile:nth-child(n+5){display:none}.theo-size-m.theo-2-item-grid .theo-related-grid-tile,.theo-size-m.theo-4-item-grid .theo-related-grid-tile,.theo-size-s.theo-2-item-grid .theo-related-grid-tile,.theo-size-s.theo-4-item-grid .theo-related-grid-tile{width:50%}.theo-size-m.theo-12-item-grid .theo-related-grid-tile,.theo-size-m.theo-15-item-grid .theo-related-grid-tile,.theo-size-m.theo-3-item-grid .theo-related-grid-tile,.theo-size-m.theo-6-item-grid .theo-related-grid-tile,.theo-size-m.theo-8-item-grid .theo-related-grid-tile,.theo-size-m.theo-9-item-grid .theo-related-grid-tile,.theo-size-s.theo-12-item-grid .theo-related-grid-tile,.theo-size-s.theo-15-item-grid .theo-related-grid-tile,.theo-size-s.theo-3-item-grid .theo-related-grid-tile,.theo-size-s.theo-6-item-grid .theo-related-grid-tile,.theo-size-s.theo-8-item-grid .theo-related-grid-tile,.theo-size-s.theo-9-item-grid .theo-related-grid-tile{width:33.33%}.theo-size-m.theo-12-item-grid .theo-related-grid-tile:nth-child(n+7),.theo-size-m.theo-15-item-grid .theo-related-grid-tile:nth-child(n+7),.theo-size-m.theo-8-item-grid .theo-related-grid-tile:nth-child(n+7),.theo-size-s.theo-12-item-grid .theo-related-grid-tile:nth-child(n+7),.theo-size-s.theo-15-item-grid .theo-related-grid-tile:nth-child(n+7),.theo-size-s.theo-8-item-grid .theo-related-grid-tile:nth-child(n+7){display:none}.theo-size-l.theo-2-item-grid .theo-related-grid-tile,.theo-size-l.theo-4-item-grid .theo-related-grid-tile,.theo-size-xl.theo-2-item-grid .theo-related-grid-tile,.theo-size-xl.theo-4-item-grid .theo-related-grid-tile{width:50%}.theo-size-l.theo-3-item-grid .theo-related-grid-tile,.theo-size-l.theo-6-item-grid .theo-related-grid-tile,.theo-size-l.theo-9-item-grid .theo-related-grid-tile,.theo-size-xl.theo-3-item-grid .theo-related-grid-tile,.theo-size-xl.theo-6-item-grid .theo-related-grid-tile,.theo-size-xl.theo-9-item-grid .theo-related-grid-tile{width:33.33%}.theo-size-l.theo-12-item-grid .theo-related-grid-tile,.theo-size-l.theo-15-item-grid .theo-related-grid-tile,.theo-size-l.theo-8-item-grid .theo-related-grid-tile,.theo-size-xl.theo-12-item-grid .theo-related-grid-tile,.theo-size-xl.theo-8-item-grid .theo-related-grid-tile{width:25%}.theo-size-l.theo-15-item-grid .theo-related-grid-tile:nth-child(n+13){display:none}.theo-size-xl.theo-15-item-grid .theo-related-grid-tile{width:20%}.vjs-button.theo-social-button{cursor:pointer;order:10}.theoplayer-skin:not(.theo-social-available) .vjs-button.theo-social-button{display:none}.theo-social{height:100%;overflow:hidden;position:absolute;top:0;width:100%}.theoplayer-skin:not(.theo-social-showing) .theo-social{visibility:hidden}.theoplayer-skin:not(.theo-social-showing) .theo-social .theo-overlay-panel{opacity:0;top:50%}.theoplayer-skin.theo-social-showing .theo-button-tooltip{display:none}.theo-social .theo-social-container{max-width:750px;width:60%}.theo-social .theo-social-container .theo-social-icon-container .theo-social-text-container{width:100%}.theo-social .theo-social-container .theo-social-icon-container{display:flex;flex-wrap:wrap}.theo-social .theo-social-container .theo-social-icon-container .theo-social-iconurl{margin:.5em .5em .5em 0;min-height:25px;min-width:25px;width:7%}.theo-social .theo-social-container .theo-social-icon-container .theo-social-iconurl img{height:auto;width:100%}.theo-social .theo-social-container .theo-social-text-container .theo-social-content-container{word-wrap:break-word;cursor:copy;font-family:monospace;font-size:1.1em;line-height:1.1em;margin:.5em;max-height:5em;overflow:hidden;padding:.7em;text-overflow:ellipsis;-webkit-user-select:all;user-select:all;white-space:pre-wrap}.theo-social .theo-social-container .theo-social-text-container .theo-social-content-container:hover{background-color:#363636e6}.theo-social .theo-social-container .theo-social-text-container .theo-social-texturl a{color:#fff;font-style:italic}.theo-social .theo-social-container .theo-social-label{display:inline-block;font-family:monospace;margin-bottom:0;padding:.25em .5em}.theo-social.theo-size-xs .theo-social-container{width:90%}.theo-social.theo-size-xs .theo-social-container .theo-social-label{display:none}.theo-social.theo-size-xs .theo-social-container .theo-social-content-container{font-size:1em;padding:.4em;white-space:pre}.theo-upnext-panel{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;visibility:hidden;width:100%}.theo-upnext-panel .theo-upnext-panel-content{background-color:#141414d9;color:#fff}.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-image{background-size:cover;height:100%;position:absolute;width:100%}.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-autoplay svg{cursor:pointer;display:block;height:auto;left:50%;max-height:100%;padding:1em 0;position:absolute;top:50%;transform:translate(-50%,-50%);width:20%}.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-autoplay svg .theo-play-svg-circle{stroke-dasharray:458.6725274241;stroke-dashoffset:458.6725274241;transition:stroke-dashoffset 1s linear}.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-text{padding:8%;position:absolute;text-align:center;text-shadow:0 2px 4px #000;width:100%}.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-text .theo-upnext-panel-upnext{font-size:1.7em;font-weight:700;margin-bottom:.5em}.theo-upnext-panel .theo-upnext-panel-content .theo-upnext-panel-text .theo-upnext-panel-title{font-size:1.8em;height:3em;overflow:hidden}.theo-upnext-panel.theo-size-s .theo-upnext-panel-content .theo-upnext-panel-text .theo-upnext-panel-title{height:2em}.theo-upnext-panel.theo-size-xs .theo-upnext-panel-content .theo-upnext-panel-text .theo-upnext-panel-title{height:1em}.theoplayer-skin.vjs-has-started.theo-upnext-panel-showing .theo-upnext-panel{visibility:visible}.theoplayer-skin.vjs-has-started.theo-upnext-panel-showing .vjs-button.theo-related-button,.theoplayer-skin.vjs-has-started.theo-upnext-panel-showing .vjs-button.theo-social-button{display:none}.theo-upnext-bar{bottom:3.5em;cursor:pointer;font-size:1.25em;height:15%;max-height:5em;max-width:20em;min-height:3em;min-width:10em;overflow:hidden;position:absolute;right:0;width:33%}.theo-upnext-bar .theo-upnext-bar-content{background-color:#141414d9;bottom:0;color:#fff;cursor:inherit;display:flex;height:100%;left:100%;padding-right:.8em;position:absolute;right:0;text-decoration:none;top:0;transition:none;width:0}.theo-upnext-bar .theo-upnext-bar-content .theo-upnext-bar-image{background-size:cover;flex:1 1;height:100%;position:relative;width:0}.theo-upnext-bar .theo-upnext-bar-content .theo-upnext-bar-image .theo-upnext-bar-duration{background-color:#141414d9;border-top-left-radius:3px;bottom:0;color:#ebebeb;display:none;font-size:.8em;padding:.4em .6em;position:absolute;right:0}.theo-upnext-bar .theo-upnext-bar-content .theo-upnext-bar-text{flex:1 1;font-size:.8em;margin:.5em 0 .5em .5em;width:0}.theo-upnext-bar .theo-upnext-bar-content .theo-upnext-bar-text .theo-upnext-bar-upnext{font-weight:700;margin-bottom:.5em}.theo-upnext-bar .theo-upnext-bar-content .theo-upnext-bar-text .theo-upnext-bar-title{height:3em;overflow:hidden}.theo-upnext-bar.theo-size-s .theo-upnext-bar-content .theo-upnext-bar-text .theo-upnext-bar-title{height:2em}.theo-upnext-bar.theo-size-xs .theo-upnext-bar-content .theo-upnext-bar-text .theo-upnext-bar-title{height:1em}.theoplayer-skin:not(.theo-upnext-bar-showing) .theo-upnext-bar{pointer-events:none}.theoplayer-skin.vjs-has-started.theo-upnext-bar-showing.vjs-user-inactive.vjs-playing:not(.theo-menu-opened) .theo-upnext-bar{bottom:1em;transition:bottom .1s ease-out .6s}.theoplayer-skin.vjs-has-started.theo-upnext-bar-showing .theo-upnext-bar .theo-upnext-bar-content{left:0;transition:left .2s ease-in-out;width:100%}.theoplayer-skin.vjs-has-started.theo-upnext-bar-showing .theo-upnext-bar .theo-upnext-bar-image .theo-upnext-bar-duration{display:inline}.theoplayer-skin.theo-mobile .theo-upnext-bar{bottom:5em}.theoplayer-skin.theo-mobile .theo-upnext-bar .theo-upnext-bar-content .theo-upnext-bar-image .theo-upnext-bar-duration{font-size:.7em;padding:.2em .3em}.theoplayer-skin .theo-overlay-panel{align-items:center;background-color:#000;display:flex;height:100%;justify-content:center;opacity:1;position:absolute;top:0;transition:opacity .2s cubic-bezier(.4,0,1,1),top .2s cubic-bezier(.4,0,1,1);width:100%}.theoplayer-skin .theo-overlay-panel .theo-close-button{border-radius:50%;cursor:pointer;display:block;height:1.5em;line-height:1em;margin:.75em;padding:0;text-align:center;width:1.5em}.theoplayer-skin .theo-overlay-panel .theo-close-button:after{bottom:0;content:"";left:0;margin:-.75em;position:absolute;right:0;top:0}.theo-upnext-bar.theo-upnext-verizonmedia{cursor:default}.theo-verizonmedia-content-notification-bar{bottom:3.5em;position:absolute;text-align:center;width:100%}.theo-verizonmedia-content-notification-bar .theo-verizonmedia-content-notification{align-items:center;background-color:#3339;color:#fff;display:flex;font-size:1.25em;width:100%}.theo-verizonmedia-content-notification-bar .theo-verizonmedia-content-notification .theo-verizonmedia-content-notification-thumbnail{flex:1 1;height:100%;object-fit:contain;width:100%}.theo-verizonmedia-content-notification-bar .theo-verizonmedia-content-notification .theo-verizonmedia-content-notification-description{flex:2 1;margin:1em}.theo-verizonmedia-content-notification-bar .theo-verizonmedia-content-notification .theo-verizonmedia-content-notification-countdown{flex:1 1;margin:1em 1em 1em 0}.theo-verizonmedia-content-notification-bar.theo-verizonmedia-content-notification-bar-ios{bottom:6em}.theo-verizonmedia-adbreak-marker-controller{height:100%;position:absolute;width:100%}.theo-verizonmedia-marker{height:100%;position:absolute}.theo-verizonmedia-marker-adbreak{background-color:#ff00004d}.theo-verizonmedia-marker-asset{border-left:1px solid #000;border-right:1px solid #000}.theo-360-compass{border:.025em solid #fff;border-radius:100%;font-size:26px;height:1em;margin:.5em;pointer-events:none;position:absolute;right:0;top:0;width:1em;z-index:1}.theoplayer-skin.vjs-error .theo-360-compass,.theoplayer-skin:not(.vjs-has-started) .theo-360-compass{display:none}.theo-360-compass:after,.theo-360-compass:before{content:"";height:0;position:absolute;width:0}.theo-360-compass:before{border:.075em solid #fff;border-radius:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.theo-360-compass:after{border-bottom:.1em solid #fff;border-left:.1em solid #0000;border-right:.1em solid #0000;left:50%;top:0;transform:translate(-50%,-100%);transform-origin:50% 100%}.theo-360-fov{height:50%;left:0;overflow:hidden;position:absolute;top:0;transform:scale(.875) rotate(40deg) skew(-10deg);transform-origin:100% 100%;width:50%}.theo-360-fov:before{border:.35em solid #ffffffbf;border-radius:100%;box-sizing:border-box;content:"";height:200%;left:0;position:absolute;top:0;transform:skew(10deg);width:200%}.theoplayer-skin .theo-vr-container{order:94}.theo-upcoming-ad-notification{align-items:center;bottom:3.5em;display:flex;font-size:1.25em;height:auto;justify-content:flex-end;margin-right:1em;min-width:10em;overflow:hidden;position:absolute;right:0;width:auto;z-index:0}@media(max-width:375px){.theo-upcoming-ad-notification{bottom:3.6em;font-size:1.15em}}.theo-upcoming-ad-notification-text{color:#fff;height:100%;text-shadow:.1em .1em .2em #000}.theoplayer-skin:not(.theo-mobile).vjs-user-inactive.vjs-playing .theo-upcoming-ad-notification{bottom:1em;transition:all .5s ease-in-out}.theoplayer-skin.theo-mobile .theo-upcoming-ad-notification{bottom:auto;font-size:1.05em;left:1em;margin:0;right:auto;top:1em}.theo-probably-keyboard-focus .focus-within,.theo-probably-keyboard-focus :focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.theo-probably-keyboard-focus .focus-within :focus{box-shadow:none}.theo-probably-keyboard-focus .vjs-big-play-button:focus{border-radius:0}.theo-probably-keyboard-focus .vjs-progress-holder:focus{box-shadow:0 0 0 2px #1b7fcccc}.theo-probably-keyboard-focus .theo-related-grid a:focus,.theo-probably-keyboard-focus .theo-social-container a:focus{outline:none}.theo-probably-keyboard-focus .theo-related-grid-tile-content:focus:before{bottom:0;box-shadow:inset 0 0 0 2px #1b7fcccc;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.theo-view{position:relative}.theo-disable-button,.theo-resize-button,.theo-switch-audio-button{background-color:#0000;height:20px;opacity:0;pointer-events:none;position:absolute;width:20px}.theo-switch-audio-button{left:0;top:0}.theo-disable-button{right:0;top:0}.theo-resize-button{bottom:0;left:0}.theo-disable-button:before,.theo-layout-menu-item:before,.theo-resize-button:before,.theo-switch-audio-button:before{font-size:18px;padding-right:.5em;text-shadow:0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000}.theo-layout-overlay{display:block}.theo-layout-spotlight{align-items:center;display:grid}.theo-layout-gallery{display:flex;flex-wrap:wrap;justify-content:space-evenly}.theo-layout-spotlight .theo-main-view{grid-column:1;grid-row:1/7}.theo-layout-overlay .theo-main-view{height:100%!important;left:0!important;top:0!important;width:100%!important;z-index:0!important}.theo-layout-overlay .theo-view{position:absolute!important}.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-layout-overlay .theo-view:hover:not(.theo-main-view) .theo-disable-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-layout-overlay .theo-view:hover:not(.theo-main-view) .theo-resize-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-layout-spotlight .theo-view:hover:not(.theo-main-view) .theo-disable-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-switch-audio-button.vjs-icon-volume-high,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-view:hover .theo-switch-audio-button.vjs-icon-volume-mute,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-view:hover .video-js .theo-switch-audio-button.vjs-mute-control.vjs-vol-0,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-view:hover .video-js .theo-switch-audio-button.vjs-volume-menu-button.vjs-vol-0,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .video-js .theo-switch-audio-button.vjs-mute-control,.theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .video-js .theo-switch-audio-button.vjs-volume-menu-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-layout-overlay .theo-view:hover:not(.theo-main-view) .theo-disable-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-layout-overlay .theo-view:hover:not(.theo-main-view) .theo-resize-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-layout-spotlight .theo-view:hover:not(.theo-main-view) .theo-disable-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-switch-audio-button.vjs-icon-volume-high,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-view:hover .theo-switch-audio-button.vjs-icon-volume-mute,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-view:hover .video-js .theo-switch-audio-button.vjs-mute-control.vjs-vol-0,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-view:hover .video-js .theo-switch-audio-button.vjs-volume-menu-button.vjs-vol-0,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .video-js .theo-switch-audio-button.vjs-mute-control,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .video-js .theo-switch-audio-button.vjs-volume-menu-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-layout-overlay .theo-view:hover:not(.theo-main-view) .theo-disable-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-layout-overlay .theo-view:hover:not(.theo-main-view) .theo-resize-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-layout-spotlight .theo-view:hover:not(.theo-main-view) .theo-disable-button,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-switch-audio-button.vjs-icon-volume-high,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-view:hover .theo-switch-audio-button.vjs-icon-volume-mute,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-view:hover .video-js .theo-switch-audio-button.vjs-mute-control.vjs-vol-0,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-view:hover .video-js .theo-switch-audio-button.vjs-volume-menu-button.vjs-vol-0,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .video-js .theo-switch-audio-button.vjs-mute-control,.theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .video-js .theo-switch-audio-button.vjs-volume-menu-button,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-switch-audio-button.vjs-mute-control,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-switch-audio-button.vjs-volume-menu-button,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-view:hover .theo-switch-audio-button.vjs-mute-control.vjs-vol-0,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).theo-menu-opened .theo-view:hover .theo-switch-audio-button.vjs-volume-menu-button.vjs-vol-0,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-switch-audio-button.vjs-mute-control,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-switch-audio-button.vjs-volume-menu-button,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-view:hover .theo-switch-audio-button.vjs-mute-control.vjs-vol-0,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-paused .theo-view:hover .theo-switch-audio-button.vjs-volume-menu-button.vjs-vol-0,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-switch-audio-button.vjs-mute-control,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-switch-audio-button.vjs-volume-menu-button,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-view:hover .theo-switch-audio-button.vjs-mute-control.vjs-vol-0,.video-js .theoplayer-skin.vjs-has-started:not(.vjs-ended).vjs-user-active .theo-view:hover .theo-switch-audio-button.vjs-volume-menu-button.vjs-vol-0{opacity:1;pointer-events:auto}.theoplayer-skin.vjs-ended .theo-view-description,.theoplayer-skin:not(.vjs-has-started) .theo-view-description{opacity:0}.theo-multi-view-menu-item-position-zero .theo-multi-view-menu-item-toggle{background-color:#fff3!important}.theo-multi-view-menu-item-position-zero .theo-multi-view-menu-item-toggle-slider{background-color:#949494!important}.theo-view-description{bottom:10%;height:auto;overflow-wrap:break-word;position:absolute;text-align:center;unicode-bidi:plaintext;width:100%}.theo-view-description span{background-color:#fff3}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-\[-4px\]{margin-top:-4px}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-2{height:.5rem}.h-20{height:5rem}.h-full{height:100%}.min-h-16{min-height:4rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-32{width:8rem}.w-40{width:10rem}.w-56{width:14rem}.w-full{width:100%}.min-w-24{min-width:6rem}.max-w-\[1000px\]{max-width:1000px}.max-w-\[600px\]{max-width:600px}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-4{row-gap:1rem}.overflow-x-auto{overflow-x:auto}.text-wrap{text-wrap:wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.border,.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.border-orange-600{--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity,1))}.border-purple-600{--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.bg-\[\#fff9e7\]{--tw-bg-opacity:1;background-color:rgb(255 249 231/var(--tw-bg-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity,1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))}.bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgb(253 244 255/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-\[1px\]{padding:1px}.p-\[4px\]{padding:4px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-\[0\.5px\]{padding-bottom:.5px;padding-top:.5px}.py-\[1px\]{padding-bottom:1px;padding-top:1px}.py-\[2px\]{padding-bottom:2px;padding-top:2px}.py-\[3px\]{padding-bottom:3px;padding-top:3px}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}body>iframe{display:none}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-yellow-100:disabled{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.disabled\:text-white:disabled{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:w-2\/5{width:40%}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}}@media (min-width:1024px){.lg\:w-2\/5{width:40%}}@media (prefers-color-scheme:dark){.dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}}
/*# sourceMappingURL=main.1ddb386e.css.map*/