.epg-program-tile{position:relative;display:inline-block;width:300px;height:370px;margin:30px 10px 0;white-space:normal;vertical-align:top;background-color:#fff;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:z-index 0s .1s,-webkit-transform .2s .1s;transition:z-index 0s .1s,-webkit-transform .2s .1s;transition:transform .2s .1s,z-index 0s .1s;transition:transform .2s .1s,z-index 0s .1s,-webkit-transform .2s .1s}@media (max-width:749px){.epg-program-tile{width:250px;height:300px;margin:10px 5px 0}}.app--full-features .epg-program-tile:active,.app--full-features .epg-program-tile:focus,.app--full-features .epg-program-tile:hover{-webkit-transform:scale(1.1);transform:scale(1.1);z-index:4}.app--full-features .epg-program-tile:active .epg-program-tile__border,.app--full-features .epg-program-tile:focus .epg-program-tile__border,.app--full-features .epg-program-tile:hover .epg-program-tile__border{opacity:1;-webkit-box-shadow:0 0 5px rgba(12,14,18,.75);box-shadow:0 0 5px rgba(12,14,18,.75)}.epg-program-tile__border{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;z-index:-1;background-color:#fff;opacity:0;-webkit-transition:opacity .1s ease-out;transition:opacity .1s ease-out}.epg-program-tile__header{background-color:#1c355a}.epg-program-tile__cover{width:100%;height:100%;max-height:170px}.epg-program-tile__hour{padding:4px 20px;color:#fff}.epg-program-tile__content{margin:10px 15px}@media (max-width:749px){.epg-program-tile__content{margin:5px 10px}}.epg-program-tile__name{text-transform:uppercase;font-weight:700;font-size:16px}.epg-program-tile__info{font-size:14px;color:#4b4f5a}.epg-program-tile__synopsis{color:rgba(37,39,44,.5);margin:20px 0 0;font-size:14px;display:-webkit-box;height:50.4px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media (max-width:749px){.epg-program-tile__synopsis{margin:10px 0}}@media (max-width:749px){.epg-page .header-image__content{padding-top:110px}}.epg-page__header{margin:100px 100px 0}@media (max-width:749px){.epg-page__header{margin:80px 10px 0}}.epg-page__title{margin-bottom:5px;padding-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.3);font-size:23px;color:#fff;text-align:center;text-transform:uppercase}.epg-page__title h1{margin:0}@media (max-width:749px){.epg-page__title{font-size:18px}}@media (min-width:1024px){.epg-page__list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.epg-page__group-links{display:table;text-align:right;margin:15px 100px 20px auto}@media (max-width:749px){.epg-page__group-links{margin-right:0}}.epg-page__link{margin:0 5px;color:hsla(0,0%,100%,.7);text-decoration:none;border:0;border-bottom:4px solid transparent;border-radius:0;background:none;outline:0}.epg-page__link--highlight,.epg-page__link:active,.epg-page__link:focus,.epg-page__link:hover{color:#fff;border-bottom-color:#fff}.epg-page__tab-list{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding-bottom:30px;overflow-x:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.epg-page__tab,.epg-page__tab-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.epg-page__tab{position:relative;margin:0 100px;padding:0 110px;height:98px;color:#81838b;-webkit-box-sizing:border-box;box-sizing:border-box}.epg-page__tab .channels-wrapper{border:0}.epg-page__tab>.slider{width:100%}@media (max-width:749px){.epg-page__tab{margin:0;padding:0 29px}}.epg-page__tab--arrow-left:after,.epg-page__tab--arrow-right:after,.epg-page__tab--nav-left:after,.epg-page__tab--nav-right:after{content:"";display:block;position:absolute;bottom:0;z-index:1;width:20px;height:70px;pointer-events:none}.epg-page__tab--arrow-left,.epg-page__tab--arrow-right{display:none;position:absolute;bottom:30px;width:29px;height:34px}@media (max-width:749px){.epg-page__tab--arrow-left,.epg-page__tab--arrow-right{display:block}}.epg-page__tab--nav-left,.epg-page__tab--nav-right{position:absolute;bottom:30px;z-index:5;padding:7px 10px;width:110px;text-decoration:none;font-size:13px}@media (max-width:749px){.epg-page__tab--nav-left,.epg-page__tab--nav-right{display:none}}.epg-page__tab--arrow-left,.epg-page__tab--nav-left{left:0}.epg-page__tab--arrow-left:after,.epg-page__tab--nav-left:after{right:-20px;background:-webkit-gradient(linear,left top,right top,color-stop(15%,#2f323b),to(transparent));background:linear-gradient(90deg,#2f323b 15%,transparent)}.epg-page__tab--arrow-right,.epg-page__tab--nav-right{right:0}.epg-page__tab--arrow-right:after,.epg-page__tab--nav-right:after{left:-20px;background:-webkit-gradient(linear,right top,left top,color-stop(15%,#2f323b),to(transparent));background:linear-gradient(270deg,#2f323b 15%,transparent)}.epg-page__tab--nav{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 18px;text-decoration:none}@media (min-width:1024px){.epg-page__tab--nav{padding:15px}}.epg-tab__description{font-weight:100}.epg-tab__day,.epg-tab__description{text-align:center;color:#fff;text-transform:uppercase}@media (max-width:749px){.epg-tab__day{font-size:13px}}.epg-page__services{position:relative}.epg-page__services .channels-wrapper{border:0}