header{position:sticky;top:0;left:0;width:100%;height:90px;background-image:linear-gradient(180deg,#101010,hsla(0,0%,6%,.909) 42.71%,#10101087);z-index:10001}header .header-row{display:flex;align-items:center;justify-content:space-between;height:90px;max-width:1366px;margin:0 auto}@media (max-width:767px){header .header-row{height:57px}}header .nav-left-container,header .nav-right-container{display:flex;align-items:center}@media (max-width:767px){header{height:56px}}header .logo{padding-top:10px;padding-left:60px;z-index:10002}header .logo span{position:absolute;top:-500%}header .logo .logo-container img{width:65.1px;height:38px}@media (max-width:1023px){header .logo{padding-left:40px}}@media (max-width:767px){header .logo{padding-top:0;padding-left:25px}header .logo .logo-container img{height:35px}}header a.search{padding:29px 10px}@media (max-width:767px){header a.search{padding:13px 10px}header a.search svg{width:15px}}header .subscribe-nav{border:2px solid #f5b729;border-radius:15px;padding:5px 10px;color:#f5b729}header .burger-button{padding:26px 10px;margin-left:10px;margin-right:30px}header .burger-button.opened{background-color:#f5b729}header .burger-button.opened svg{fill:#101010}@media (max-width:767px){header .burger-button{padding:13px 10px;margin-right:15px}header .burger-button svg{width:15px}}header .burger-button,header a.search{display:block;cursor:pointer;position:relative}header .burger-button svg,header a.search svg{width:25px;fill:#b4b7bb}header .burger-button.active svg,header a.search.active svg{fill:#f2f2f2}header .burger-button.active:after,header a.search.active:after{content:"";height:3px;background:#f5b729;width:100%;position:absolute;bottom:0;left:0}header .burger-button:hover svg,header a.search:hover svg{fill:#f2f2f2}header .header-nav{white-space:nowrap}header .header-nav>ul{list-style:none;padding-left:50px;display:flex;position:relative}@media (max-width:1023px){header .header-nav>ul{padding-left:20px}}header .header-nav>ul li{padding:0;margin:0 5px}header .header-nav>ul li a{font-size:15px;font-weight:400;color:#b4b7bb;display:block;padding:35px 10px;cursor:pointer;position:relative}header .header-nav>ul li a.active{color:#f2f2f2}header .header-nav>ul li a.active:after{content:"";height:3px;background:#f5b729;width:100%;position:absolute;bottom:0;left:0}header .header-nav>ul li a:hover{color:#f2f2f2}@media (max-width:899px){header .header-nav{left:calc(50% - 35px)}}@media (max-width:767px){header .header-nav{display:none}}header .myCity{position:absolute;top:37px;right:60px;padding-right:30px;padding-top:2px;cursor:pointer;display:block;text-align:right}header .myCity span{display:block;color:#b4b7bb;transition:color .3s ease 0s;line-height:1}header .myCity .myCity-header{font-size:10px;font-weight:700;text-transform:uppercase}header .myCity .myCity-location{color:#fff;font-size:11px;font-weight:400}header .myCity svg{position:absolute;right:0;top:0;width:24px;height:24px;fill:#b4b7bb;transition:all .3s ease 0s;transition-property:fill,opacity}header .myCity svg:last-child{opacity:0;fill:#f5b729}header .myCity:hover span{color:#f2f2f2}header .myCity:hover svg{opacity:0}header .myCity:hover svg:last-child{opacity:1!important}@media (max-width:767px){header .myCity{top:15px;right:56px;padding-right:0}header .myCity svg{display:none}}header .burger-menu-wrapper{position:relative}header .burger-menu-wrapper .header-navMobile{position:absolute;top:100%;right:0;width:200px;display:none}header .burger-menu-wrapper .header-navMobile.header-navMobile-open{height:auto;display:block}header .burger-menu-wrapper .header-navMobile.header-navMobile-open .header-navMobile-inner{transform:translateY(0)}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main{padding:0 30px;background-color:#2b2b2b;box-shadow:-2px 4px 10px #0000004d}@media (max-width:767px){header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main{box-shadow:0 0 10px #00000040}}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;font-size:14px;font-family:Roboto,sans-serif}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul>li{margin:0;padding:0;background:none}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul>li:before{display:none}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul>li a:hover{text-decoration:none}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li{display:flex;align-items:center;height:40px;flex-direction:column}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a{color:#ebebeb;display:block;width:100%;height:100%;position:relative}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a.active,header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a:hover{font-weight:500;color:#f2f2f2}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li a.active:before{content:"";height:33px;width:3px;background-color:#f5b729;position:absolute;left:-30px;top:-10px}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li.has-breakpoint{margin-bottom:20px}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li.has-breakpoint:after{content:"";height:1px;width:100%;background-color:#101010;margin-bottom:0}header .burger-menu-wrapper .header-navMobile .header-navMobile-inner .header-navMobile-main ul li:first-child{padding-top:20px}.pageType-channel header:before{opacity:1}.header-mobile-overlay-wrapper{display:none;position:fixed;height:100%;width:100%;background:#0006;transition:.5s;z-index:100}@media (max-width:767px){.header-mobile-overlay-wrapper{display:block}}footer{box-sizing:border-box;margin-bottom:-1px;width:100%;font-family:Roboto,sans-serif;font-size:9px;background-color:#2c2c2c;color:#ebebeb}footer .container{padding:36px 83.2px 36px 55px;display:flex;justify-content:space-between;max-width:1227.8px;margin:0 auto}@media (max-width:767px){footer .container{flex-direction:column}}footer .container .leftSideOfFooter{width:490px}footer .container .leftSideOfFooter .footerNav-general ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}footer .container .leftSideOfFooter .footerNav-general ul>li{margin:0;padding:0;background:none}footer .container .leftSideOfFooter .footerNav-general ul>li:before{display:none}footer .container .leftSideOfFooter .footerNav-general ul>li a:hover{text-decoration:none}footer .container .leftSideOfFooter .footerNav-general ul li{padding-right:12px;padding-bottom:12px;height:12px}footer .container .leftSideOfFooter .footerNav-general ul li a{color:#ebebeb}footer .container .leftSideOfFooter .footerNav-general ul li li:last-child{padding-right:0}@media (max-width:767px){footer .container .leftSideOfFooter{width:100%;margin-bottom:12px}footer .container .copyright{display:none}}footer .container .copyright-mobile{display:none}@media (max-width:767px){footer .container .copyright-mobile{display:block;margin-top:20px}}footer .container .footerNav-logos-container{width:230px;font-size:12px;line-height:1.333;text-align:left}footer .container .footerNav-logos-container ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;height:24px}footer .container .footerNav-logos-container ul>li{margin:0;padding:0;background:none}footer .container .footerNav-logos-container ul>li:before{display:none}footer .container .footerNav-logos-container ul>li a:hover{text-decoration:none}footer .container .footerNav-logos-container ul li{padding-top:10.5px}footer .container .footerNav-logos-container ul li:first-child{padding-top:12.5px}@media (max-width:767px){footer .container .footerNav-logos-container ul{height:auto}footer .container .footerNav-logos-container{font-size:8px}}.back-button-container{max-width:1366px;margin:0 auto}.back-button-container .back-button{color:#ebebeb;opacity:.7;margin-left:30px;margin-top:20px;display:flex;justify-content:flex-start;flex-direction:row;align-items:center;cursor:pointer}.back-button-container .back-button .label{border:solid #ebebeb;border-width:0 2px 2px 0;display:inline-block;padding:6px;margin-right:6px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.back-button-container .back-button .title{text-transform:uppercase}@media (max-width:767px){.back-button-container .back-button{display:none}}.cookieConsent{position:fixed;left:0;bottom:0;background:#121212;box-shadow:0 0 20px #0009;color:#b4b7bb;font-size:12px;font-weight:400;line-height:1.5;display:flex;width:100%;z-index:9999999;padding:25px;box-sizing:border-box;transition:transform .3s ease 0s}.cookieConsent.cookieConsent-close{transform:translateY(100%)}.cookieConsent-button{appearance:none;position:relative;font-size:16px;font-weight:400;line-height:40px;display:inline-block;box-sizing:border-box;padding:0 25px;border-radius:4px;border:none;margin:0 0 0 25px;cursor:pointer;text-shadow:0 3px 9px #0006;transition:all .3s ease 0s;transition-property:background-color;background-color:#f5b729;color:#fff;white-space:nowrap}.cookieConsent-button:hover{background-color:#3d994b}@media (max-width:767px){.cookieConsent{flex-direction:column}.cookieConsent-button{margin-left:0;margin-top:20px;width:100%}}.defaultFieldOutline{outline:1px solid #000}.highlighted{color:#f5b729}.video-js.vjs-theme-hbcu .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-theme-hbcu .vjs-menu-button-inline:focus,.video-js.vjs-theme-hbcu .vjs-menu-button-inline:hover,.video-js.vjs-theme-hbcu.vjs-no-flex .vjs-menu-button-inline{width:10em}.video-js.vjs-theme-hbcu .vjs-controls-disabled .vjs-big-play-button{display:none!important}.video-js.vjs-theme-hbcu .vjs-control{width:3em}.video-js.vjs-theme-hbcu .vjs-menu-button-inline:before{width:1.5em}.vjs-menu-button-inline .vjs-menu{left:3em}.video-js.vjs-theme-hbcu.vjs-ended .vjs-big-play-button,.video-js.vjs-theme-hbcu.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js.vjs-theme-hbcu .vjs-big-play-button{display:block}.video-js.vjs-theme-hbcu .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none!important}.video-js.vjs-theme-hbcu .vjs-mouse-display:after,.video-js.vjs-theme-hbcu .vjs-play-progress:after{padding:0 .4em .3em!important}.video-js.vjs-theme-hbcu.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-theme-hbcu.vjs-ended .vjs-big-play-button{display:block!important}.video-js.vjs-theme-hbcu *,.video-js.vjs-theme-hbcu:after,.video-js.vjs-theme-hbcu:before{box-sizing:inherit;font-size:inherit;color:inherit;line-height:inherit}.video-js.vjs-theme-hbcu.vjs-fullscreen,.video-js.vjs-theme-hbcu.vjs-fullscreen .vjs-tech{width:100%!important;height:100%!important}.video-js.vjs-theme-hbcu{font-size:14px;overflow:hidden}.video-js.vjs-theme-hbcu .vjs-control{color:inherit}.video-js.vjs-theme-hbcu .vjs-menu-button-inline:hover,.video-js.vjs-theme-hbcu.vjs-no-flex .vjs-menu-button-inline{width:8.35em}.video-js.vjs-theme-hbcu .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content{height:3em;width:6.35em}.video-js.vjs-theme-hbcu .vjs-control:focus:before,.video-js.vjs-theme-hbcu .vjs-control:hover:before{text-shadow:0 0 1em #fff,0 0 1em #fff,0 0 1em #fff}.video-js.vjs-theme-hbcu .vjs-spacer,.video-js.vjs-theme-hbcu .vjs-time-control{display:flex;flex:1 1 auto;align-items:center}.video-js.vjs-theme-hbcu .vjs-time-control{flex:0 1 auto;width:auto}.video-js.vjs-theme-hbcu .vjs-time-control.vjs-time-divider{width:14px}.video-js.vjs-theme-hbcu .vjs-time-control.vjs-time-divider div{width:100%;text-align:center}.video-js.vjs-theme-hbcu .vjs-time-control.vjs-current-time{margin-left:1em}.video-js.vjs-theme-hbcu .vjs-time-control .vjs-current-time-display,.video-js.vjs-theme-hbcu .vjs-time-control .vjs-duration-display{width:100%}.video-js.vjs-theme-hbcu .vjs-time-control .vjs-current-time-display{text-align:right}.video-js.vjs-theme-hbcu .vjs-time-control .vjs-duration-display{text-align:left}.video-js.vjs-theme-hbcu .vjs-play-progress:before,.video-js.vjs-theme-hbcu .vjs-progress-control .vjs-play-progress:before,.video-js.vjs-theme-hbcu .vjs-remaining-time,.video-js.vjs-theme-hbcu .vjs-volume-level:after,.video-js.vjs-theme-hbcu .vjs-volume-level:before,.video-js.vjs-theme-hbcu.vjs-live .vjs-time-control.vjs-current-time,.video-js.vjs-theme-hbcu.vjs-live .vjs-time-control.vjs-duration,.video-js.vjs-theme-hbcu.vjs-live .vjs-time-control.vjs-time-divider,.video-js.vjs-theme-hbcu.vjs-no-flex .vjs-time-control.vjs-remaining-time{display:none}.video-js.vjs-theme-hbcu.vjs-no-flex .vjs-time-control{display:table-cell;width:4em}.video-js.vjs-theme-hbcu .vjs-progress-control{position:absolute;left:0;right:0;width:100%;height:.5em;top:-.5em}.video-js.vjs-theme-hbcu .vjs-progress-control .vjs-load-progress,.video-js.vjs-theme-hbcu .vjs-progress-control .vjs-play-progress,.video-js.vjs-theme-hbcu .vjs-progress-control .vjs-progress-holder{height:100%}.video-js.vjs-theme-hbcu .vjs-progress-control .vjs-progress-holder{margin:0}.video-js.vjs-theme-hbcu .vjs-progress-control:hover{height:1.5em;top:-1.5em}.video-js.vjs-theme-hbcu .vjs-control-bar{transition:transform .1s ease 0s}.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,.video-js.vjs-theme-hbcu.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar{visibility:visible;opacity:1;-webkit-backface-visibility:hidden;transform:translateY(3em);transition:transform 1s ease 0s}.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,.video-js.vjs-theme-hbcu.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control{height:.25em;top:-.25em;pointer-events:none;transition:height 1s,top 1s}.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,.video-js.vjs-theme-hbcu.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.video-js.vjs-theme-hbcu.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control{opacity:0;transition:opacity 1s ease 1s}.video-js.vjs-theme-hbcu.vjs-live .vjs-live-control{margin-left:1em;align-items:center}.video-js.vjs-theme-hbcu .vjs-big-play-button{top:50%;left:50%;margin-left:-1em;margin-top:-1em;width:2em;height:2em;line-height:2em;border:none;color:#fff;transition:border-color .4s,outline .4s,background-color .4s}.video-js.vjs-theme-hbcu .vjs-menu-button-popup .vjs-menu{left:-3em}.video-js.vjs-theme-hbcu .vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:initial;width:12em;left:-1.5em;padding-bottom:.5em}.video-js.vjs-theme-hbcu .vjs-menu-button-popup .vjs-menu .vjs-menu-item,.video-js.vjs-theme-hbcu .vjs-menu-button-popup .vjs-menu .vjs-menu-title{background-color:#151b17;margin:.3em 0;padding:.5em;border-radius:.3em}.video-js.vjs-theme-hbcu .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected{background-color:#2483d5}.video-js.vjs-theme-hbcu .vjs-big-play-button{background-color:#00000073;font-size:3.5em;border-radius:50%;height:2em!important;line-height:2em!important;margin-top:-1em!important}.video-js.vjs-theme-hbcu .vjs-big-play-button:active,.video-js.vjs-theme-hbcu .vjs-big-play-button:focus,.video-js.vjs-theme-hbcu:hover .vjs-big-play-button{background-color:#f5bc34e6}.video-js.vjs-theme-hbcu .vjs-loading-spinner{border-color:#fff;width:99px;height:99px;border-radius:50px;opacity:.8}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#f5b729;animation:vjs-spinner-spin 1.1s ease infinite}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#f5b729;animation:vjs-spinner-spin 1.1s ease infinite;animation-delay:.12s}@keyframes vjs-spinner-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.video-js.vjs-theme-hbcu .vjs-control-bar2{background-color:#000}.video-js.vjs-theme-hbcu .vjs-control-bar{background-color:#0000004d!important;color:#fff;font-size:16px}.video-js.vjs-theme-hbcu .vjs-play-progress,.video-js.vjs-theme-hbcu .vjs-volume-level{background-color:#f5bc34}.loader,.loader:after,.loader:before{border-radius:50%}.loader{color:#0000;font-size:11px;text-indent:-99999em;margin:55px auto;position:relative;width:10em;height:10em;box-shadow:inset 0 0 0 1em;transform:translateZ(0)}.loader:after,.loader:before{position:absolute;content:""}.loader:before{border-radius:10.2em 0 0 10.2em;left:-.1em;transform-origin:5.1em 5.1em;animation:load2 2s ease 1.5s infinite}.loader:after,.loader:before{width:5.2em;height:10.2em;background:#0dc5c1;top:-.1em}.loader:after{border-radius:0 10.2em 10.2em 0;left:4.9em;transform-origin:.1em 5.1em;animation:load2 2s ease infinite}@keyframes load2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}