@charset "UTF-8";.icon{display:flex;justify-content:center;align-items:center}.icon--xxl{width:32px;height:32px}.icon--xl{width:24px;height:24px}.icon--lg{width:20px;height:20px}.icon--md{width:16px;height:16px}.icon--sm{width:12px;height:12px}.spinner-wrapper{display:flex;align-items:center;height:300px}.spinner{margin:auto;max-width:24px;max-height:24px}.spinner svg{animation:rotating 1s linear infinite}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner--fixed{position:absolute;left:50%;top:50%;z-index:100;transform:translate(-50%,-50%);color:var(--color-accent)}.button{font-family:var(--primary-font-medium);border-radius:8px;border:none;cursor:pointer;background-color:transparent;color:inherit;position:relative;white-space:nowrap;transition:all .2s}.button a{color:inherit}.button-text{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.button-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.button--xxl{min-height:52px;padding:13px 24px;font-size:16px;line-height:26px}.button--xl{min-height:48px;padding:11px 24px;font-size:16px;line-height:26px}.button--lg{min-height:40px;padding:9px 20px;font-size:14px;line-height:22px}.button--md{min-height:36px;padding:7px 20px;font-size:14px;line-height:22px}.button--sm{min-height:32px;padding:5px 17px;font-size:14px;line-height:22px}.button--sm .icon{width:20px;height:20px}.button--xs{min-height:24px;border-radius:4px;padding:3px 12px;font-size:12px;line-height:18px}.button--xs .icon{width:18px;height:18px}.button--icon{padding-left:10px;padding-right:10px;height:auto;min-height:auto}.button--icon,.button--icon-left,.button--icon-right{display:flex;justify-content:center;align-items:center;gap:10px}.button--icon-left .icon{order:0}.button--icon-right .icon{order:1}.button--primary{background-color:var(--color-accent);color:var(--color-white)}.button--primary:hover:not(.button--disabled){background-color:var(--color-onAccent)}.button--primary:active{background-color:var(--color-onPressed)}.button--primary:focus:not(.button--disabled){outline:2px solid var(--color-tab)}.button--secondary.button{background-color:transparent}.button--secondary.button:not(.button--disabled){color:var(--color-accent)}.button--secondary.button:hover:not(.button--disabled){background-color:color-mix(in lch,var(--color-accent) 10%,transparent)}.button--secondary.button:focus:not(.button--disabled){background-color:color-mix(in lch,var(--color-accent) 10%,transparent);outline:2px solid var(--color-tab)}.button--deleted{color:var(--color-red100ToRed60);background-color:transparent}.button--deleted.button--disabled{background-color:transparent}.button--deleted:hover:not(.button--disabled){background-color:var(--color-red10ToRed140)}.button--deleted:focus:not(.button--disabled){background-color:color-mix(in lch,var(--color-red100ToRed60) 10%,transparent);outline:2px solid var(--color-red100ToRed60)}.button--disabled{cursor:not-allowed}.button--stretch{width:100%;flex:1 1}.button--padding0{padding:0}.button--padding-lr0{padding-left:0;padding-right:0}.button--padding-tb0{padding-top:0;padding-bottom:0}.element-group{display:flex;gap:16px}.element-group--left{justify-content:flex-start}.element-group--right{justify-content:flex-end}.element-group--center{justify-content:center}.element-group--between{justify-content:space-between}.element-group--row{flex-direction:row}.element-group--column{flex-direction:column;max-width:100%}.element-group--stretch{width:100%}.element-group--stretch>div{flex-grow:1;flex-basis:0}.element-group--wrap{flex-wrap:wrap}.title-xxl{font:32px var(--primary-font-bold);line-height:40px;text-wrap:balance}.title-xl{font:30px var(--primary-font-bold);line-height:38px;text-wrap:balance}.title-lg{font:28px var(--primary-font-bold);line-height:36px;text-wrap:balance}.title-md{font:26px var(--primary-font-bold);line-height:34px;text-wrap:balance}.title-sm{font:24px var(--primary-font-bold);line-height:30px;text-wrap:balance}.text-xxl{font-size:20px;line-height:30px}.text-xl{font-size:18px;line-height:28px}.text-lg{font-size:16px;line-height:26px}.text-md{font-size:14px;line-height:22px}.text-sm{font-size:12px;line-height:18px}.text-vgap2{margin-bottom:2px}.text-vgap4{margin-bottom:4px}.text-vgap8{margin-bottom:8px}.text-vgap12{margin-bottom:12px}.text-vgap16{margin-bottom:16px}.text-vgap24{margin-bottom:24px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-bold{font-family:var(--primary-font-bold)}.text-medium{font-family:var(--primary-font-medium)}.text-regular{font-family:var(--primary-font-regular)}.Toastify .Toastify__toast-container{display:flex;flex-direction:column;gap:16px;max-width:480px;width:auto;padding:0;left:16px;bottom:16px}@media (max-width: 520px){.Toastify .Toastify__toast-container{right:16px}}.Toastify .Toastify__toast{gap:16px;border-radius:16px;padding:16px;margin-bottom:0}.Toastify .Toastify__toast-icon{width:auto;margin:0;align-self:flex-start}.Toastify .Toastify__toast-body{display:flex;gap:16px;padding:0;font-size:16px;line-height:26px}.Toastify .Toastify__toast-body+.button{align-self:flex-start}.toast-content{display:flex;flex-direction:column;gap:8px}.toast-content-title{font-family:var(--primary-font-medium);text-wrap:balance}.toast-content-message{display:flex;flex-flow:column;gap:10px}.Toastify__toast.Toastify__toast--success{background-color:var(--color-bgToastSuccess);color:var(--color-white)}.Toastify__toast.Toastify__toast--success .Toastify__toast-body{color:var(--color-white)}.Toastify__toast.Toastify__toast--warning{background-color:var(--color-orange100ToOrange60);color:var(--color-whiteToPrimary)}.Toastify__toast.Toastify__toast--error{background-color:var(--color-red100ToRed60);color:var(--color-white)}.Toastify__toast.Toastify__toast--error .Toastify__toast-body{color:var(--color-white)}.error-boundary{display:flex;width:100%;min-height:100vh;gap:10px;justify-content:center;align-items:center;padding:20px}.surface-common{width:500px;max-width:100%;background-color:var(--color-whiteToPrimary);border-radius:16px;margin:0 auto;padding:16px}@media (min-width: 520px){.surface-common{padding:32px}}.text-color{display:inline-block}.text-error{color:var(--color-red60ToRed100)}.text-success{color:var(--color-textTextColorSuccess)}.text-info-light{color:var(--color-grey60ToGrey100)}.text-info-dark{color:var(--color-grey100ToGrey60)}.input{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-appearance:none;font-family:var(--primary-font-regular);border:none;outline:1px solid var(--color-grey30ToGrey120);border-radius:12px;transition:outline-color .1s;background-color:var(--color-grey01ToGrey140);color:var(--color-primaryToWhite)}.input-label{display:inline-block;margin-bottom:8px}.input-error{font-size:12px;line-height:18px;color:var(--color-red100ToRed60);margin-top:4px}.input-description{color:var(--color-grey100ToGrey60);margin-top:4px}::-webkit-input-placeholder{color:var(--color-grey60ToGrey100)}::-moz-placeholder{color:var(--color-grey60ToGrey100);opacity:1}:-ms-input-placeholder{color:var(--color-grey60ToGrey100)}.input-wrapper{position:relative}.input-wrapper .input~*{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;right:24px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23AAABAD' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z'/%3e%3c/svg%3e");background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}.input[type=search]::-webkit-textfield-decoration-container{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23AAABAD' d='M11 3C15.4183 3 19 6.58172 19 11C19 12.8482 18.3733 14.55 17.3207 15.9045L21.2071 19.7929L19.7929 21.2071L15.9045 17.3207C14.55 18.3733 12.8482 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3ZM11 5C7.68629 5 5 7.68629 5 11C5 14.3137 7.68629 17 11 17C14.3137 17 17 14.3137 17 11C17 7.68629 14.3137 5 11 5Z'/%3e%3c/svg%3e");background-position:100% 50%;background-repeat:no-repeat}.input[disabled],.input[readonly]:not(.input--dpicker){background-color:var(--color-sandToGrey140);color:var(--color-grey60ToGrey100);outline:none;cursor:not-allowed}.input[disabled]:hover,.input[disabled]:focus,.input[readonly]:not(.input--dpicker):hover,.input[readonly]:not(.input--dpicker):focus{outline:none}.input:hover,.input:focus{outline:2px solid var(--color-accent)}.input--xxl{min-height:52px;padding:13px 12px;font-size:16px;line-height:26px}.input--xl{min-height:48px;padding:9px 12px;font-size:16px;line-height:26px}.input--lg{min-height:40px;padding:9px 12px;font-size:14px;line-height:22px}.input--md{min-height:36px;padding:7px 12px;font-size:14px;line-height:22px}.input--sm{min-height:32px;padding:5px 12px;font-size:14px;line-height:22px}.input--xs{min-height:24px;border-radius:4px;padding:3px 8px;font-size:12px;line-height:18px}.input--stretch{width:100%}.input--invalid{background-color:var(--color-red10ToRed140);outline:1px solid var(--color-red100ToRed60);transition:outline-width .1s}.input--invalid:hover,.input--invalid:focus{outline:2px solid var(--color-red100ToRed60)}.input--dpicker{z-index:1}.input--dpicker~.button{right:40px!important}.input[type=date]::-webkit-calendar-picker-indicator,.input[type=datetime-local]::-webkit-calendar-picker-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;right:0;background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}.input[type=time]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23AAABAD' d='M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6C12.5523 6 13 6.44772 13 7V11.5858L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V7C11 6.44772 11.4477 6 12 6Z'/%3e%3c/svg%3e");width:24px;height:24px;margin:0}.input[type=date]::-webkit-calendar-picker-indicator,.input[type=datetime-local]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23AAABAD' d='M9 2C9.55228 2 10 2.44772 10 3V4H14V3C14 2.44772 14.4477 2 15 2C15.5523 2 16 2.44772 16 3V4H19C20.1046 4 21 4.89543 21 6V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V6C3 4.89543 3.89543 4 5 4H8V3C8 2.44772 8.44772 2 9 2ZM8 6H5V9H19V6H16V7C16 7.55228 15.5523 8 15 8C14.4477 8 14 7.55228 14 7V6H10V7C10 7.55228 9.55228 8 9 8C8.44772 8 8 7.55228 8 7V6ZM19 11H5V19H19V11Z'/%3e%3c/svg%3e")}.input[type=search]{outline-offset:inherit}.input--filled[type=search]::-webkit-textfield-decoration-container{background-image:none}.input--filled[type=search]::-webkit-search-cancel-button{right:0}.footer{padding:32px 0;font-size:14px;line-height:22px;border-top:1px solid var(--color-grey10ToGrey140);color:var(--color-grey100ToGrey60)}.footer .wrapper{margin:0 auto;max-width:1248px;display:flex;flex-flow:row;justify-content:space-between;gap:12px 24px}@media (max-width: 920px){.footer .wrapper{flex-flow:column}}@media (min-width: 920px){.footer__legal-info{max-width:50%;min-width:570px}}.layout{display:flex;flex-direction:column;min-height:100vh;position:relative}@media (max-width: 920px){.layout footer{display:none}}.main-wrapper{flex:1 1;display:flex;flex-direction:column;margin-left:88px;position:relative}@media (max-width: 920px){.main-wrapper{margin-left:0;margin-bottom:68px}}.wrapper{width:100%;padding:0 15px;container-type:inline-size;container-name:main-wrapper}.layout--auth{background:url(/static/auth-bg-CmXeRX7d.jpg) no-repeat 50% 50%;background-attachment:fixed;background-size:cover}.layout--auth:after,.layout--auth:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.layout--auth:after{background:linear-gradient(90deg,var(--color-whiteToPrimary) 0%,color-mix(in lch,var(--color-whiteToPrimary) 90%,transparent) 60.06%,color-mix(in lch,var(--color-whiteToPrimary) 60%,transparent) 100%)}.layout--auth:before{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.layout--auth .main-wrapper{margin-left:0}.layout--auth main{display:flex;align-items:center;justify-content:center;margin:30px 0 60px}@media (min-width: 920px){.layout--auth footer .wrapper{padding-left:96px;padding-right:96px}}.layout--auth>*{position:relative;z-index:1}.layout--home,.layout--main{flex-direction:row}@media (max-width: 920px){.layout--home,.layout--main{flex-direction:column-reverse}}.layout--home main>.wrapper,.layout--main main>.wrapper{padding:32px 32px 0}@media (max-width: 920px){.layout--home main>.wrapper,.layout--main main>.wrapper{padding:32px 16px}}.layout--home main>.wrapper>div:last-child,.layout--main main>.wrapper>div:last-child{margin-bottom:50px}@media (max-width: 920px){.layout--home main>.wrapper>div:last-child,.layout--main main>.wrapper>div:last-child{margin-bottom:20px}}.layout--home footer .wrapper,.layout--main footer .wrapper{padding-left:32px;padding-right:32px;margin:0 auto}.skeleton-container{display:flex;width:100%}.skeleton-container--channels-template-inner,.skeleton-container--programs-hr-template-inner,.skeleton-container--programs-vr-template-inner,.skeleton-container--profiles,.skeleton-container--avatars{display:grid}.skeleton-container--channels-template-inner>div,.skeleton-container--programs-hr-template-inner>div,.skeleton-container--programs-vr-template-inner>div,.skeleton-container--profiles>div,.skeleton-container--avatars>div{display:flex;justify-content:center}.skeleton-container--profiles,.skeleton-container--avatars{gap:16px}.skeleton-container--channels-template-inner,.skeleton-container--profiles,.skeleton-container--avatars{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.skeleton-container--channels-template-inner{grid-template-columns:repeat(auto-fill,minmax(201px,1fr))}@media (max-width: 520px){.skeleton-container--channels-template-inner{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.skeleton-container--programs-vr-template-inner{grid-template-columns:repeat(auto-fill,minmax(201px,1fr))}@media (max-width: 920px){.skeleton-container--programs-vr-template-inner{grid-template-columns:repeat(auto-fill,minmax(172px,1fr))}}@media (max-width: 520px){.skeleton-container--programs-vr-template-inner{grid-template-columns:repeat(auto-fill,minmax(152px,1fr))}}.skeleton-container--channels-template-inner>div,.skeleton-container--programs-hr-template-inner>div,.skeleton-container--programs-vr-template-inner>div{padding:8px}.skeleton-container--programs-hr-template-inner{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.skeleton-container--channels-template-default,.skeleton-container--programs-hr-template-default,.skeleton-container--programs-vr-template-default,.skeleton-container--chips,.skeleton-container--promo-square{display:flex;gap:16px;margin-bottom:32px;overflow:initial}.skeleton-container--channels-template-default>div{min-width:201px}@media (max-width: 520px){.skeleton-container--channels-template-default>div{min-width:150px}}.skeleton-container--programs-hr-template-default>div{min-width:310px}.skeleton-container--programs-vr-template-default>div{min-width:201px}@media (max-width: 920px){.skeleton-container--programs-vr-template-default>div{min-width:172px}}@media (max-width: 520px){.skeleton-container--programs-vr-template-default>div{min-width:152px}}.skeleton-container--promo-hero{position:relative;margin:-32px -32px 32px;width:auto}.skeleton-container--promo-hero-desc{position:absolute;left:32px;top:33%}@media (max-width: 920px){.skeleton-container--promo-hero-desc{top:66%}}.skeleton-container--packets{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.skeleton-container--packets>div{position:relative}.skeleton-container--packet-desc{position:absolute;left:20px;bottom:25px}.skeleton-container--profiles{grid-template-columns:repeat(auto-fill,minmax(174px,1fr))}.skeleton-container--avatars{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.skeleton-container--devices,.skeleton-container--schedule{display:flex;flex-direction:column;justify-content:center;gap:25px}.skeleton-container--devices>div{margin:0 auto}@container main-wrapper (max-width: 1024px){.skeleton-container--programs-hr-template-inner{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.skeleton-container--programs-hr-template-default>div{min-width:190px}}.modal-portal~.modal-portal .modal-overlay{background-color:transparent}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;opacity:0;padding:0;background-color:var(--color-bgModalOverlay)}.modal-content{position:relative;background:var(--color-whiteToPrimary);border-radius:16px;max-width:calc(100% - 30px);margin:80px auto 20px;padding:32px;opacity:0;box-shadow:var(--sh-xl);transform:scale(.5)}@media (max-width: 520px){.modal-content{padding:15px}}.modal-content>.button{background-color:var(--color-whiteToPrimary);border-radius:50%;color:var(--color-primaryToWhite);padding:8px;position:absolute;right:16px;top:16px;z-index:11}.modal-content-header{display:flex;justify-content:space-between}.modal-content-header>.button{align-self:flex-start}.modal-content-header>.button svg{flex-shrink:0}.modal-content-header,.modal-content-main{color:var(--color-primaryToWhite)}.modal-content__content-notice{margin:5px 0 10px}.modal-content__footer{margin-top:24px}.ReactModal__Overlay--after-open{opacity:1;transition:opacity .3s;overflow:auto}.ReactModal__Overlay--after-open .modal-content{opacity:1;transform:translate(0);transition:opacity .3s,transform .3s}.ReactModal__Overlay--before-close{opacity:0;transition:opacity .3s}.ReactModal__Overlay--before-close .modal-content{opacity:0;transform:scale(.5);transition:opacity .3s,transform .3s}.modal-overlay--img{z-index:9999}.modal-overlay--img .modal-content{background:transparent}.modal-overlay--img .modal-content__header{margin:0}.modal-overlay--img .modal-content__header button{background-color:var(--color-white);border-radius:50%;color:var(--color-primary);padding:8px;position:absolute;right:16px;top:16px;z-index:10}.modal-overlay--img .modal-content__content img{max-width:100%;border-radius:16px}.modal-overlay--img-story .modal-content{width:375px;padding:0;height:100%;max-height:700px;min-height:655px}.modal-overlay--img-story .modal-content .swiper{height:100%}.modal-overlay--img-default .modal-content{max-width:none;height:100%;margin:0}.modal-overlay--img-default .modal-content__content{display:flex;justify-content:center;max-height:none;height:100%;padding:30px 15px}.modal-overlay--img-default .modal-content__content>span{display:flex;align-items:center;height:100%}.modal-overlay--img-default .modal-content__content img{max-height:100%}.modal-content--xs{width:368px}.modal-content--sm{width:500px}.modal-content--md{width:650px}.modal-content--lg{width:960px}.input-pin{width:100%;max-width:91px;height:48px;background-color:var(--color-grey05ToGrey140);color:var(--color-primaryToWhite);border-radius:8px;border:2px solid transparent;text-align:center}.input-pin:focus{border-color:var(--color-accent)}.round{display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--color-sandToGrey140)}.round--xxl{width:80px;min-height:80px;border-radius:24px;font:32px var(--primary-font-bold);line-height:40px;text-wrap:balance;font-family:var(--primary-font-bold)}.round--xxl svg{width:40px;height:40px}.round--xxl>img{max-width:100%;height:40px}.round--xl{width:60px;min-height:60px;border-radius:15px;font:24px var(--primary-font-bold);line-height:30px;text-wrap:balance;font-family:var(--primary-font-bold)}.round--xl>img{max-width:100%;height:40px}.round--lg{width:48px;min-height:48px;border-radius:12px;font-size:20px;line-height:30px}.round--lg svg{width:24px;height:24px}.round--lg>img{max-width:100%;height:24px}.round--md{width:40px;min-height:40px;border-radius:10px;font-size:16px;line-height:26px}.round--md>img{max-width:100%;height:20px}.round--max{border-radius:50%}.round--error{color:var(--color-red100ToRed60)!important;background-color:var(--color-red10ToRed140)}.round--warning{color:var(--color-orange100ToOrange60)!important;background-color:var(--color-orange10ToOrange140)}.round--success{color:var(--color-green100ToGreen60)!important;background-color:var(--color-green10ToGreen140)}.round--disabled{color:var(--color-grey30ToGrey120)!important;background-color:var(--color-sandToGrey140)}.selection-channel{cursor:pointer;padding:8px;border-radius:16px;transition:.2s}.selection-channel:hover{background-color:var(--color-whiteToPrimary);box-shadow:var(--sh-xl)}.selection-channel:hover .media-status{opacity:1}.selection-media-preview{position:relative;aspect-ratio:16/9;border-radius:10px;background-color:var(--color-grey10ToGrey140);overflow:hidden}.selection-media-preview img{object-fit:cover;width:100%;height:100%;aspect-ratio:16/9;outline:.3px color-mix(in lch,var(--color-primaryToWhite) 20%,transparent) solid}.selection-media-desc{display:none}.selection-channels .template-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(201px,1fr));margin:0 -8px}@media (max-width: 520px){.selection-channels .template-page-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.template-row-channels-simple .swiper-slide{width:216px}@media (max-width: 920px){.template-row-channels-simple .swiper-slide{width:160px}}.template-row-channels-simple .selection-media-desc{display:none}.selection-channels .swiper-slide.swiper-slide--show-more{height:130px}.cell-item{display:block;width:100%;border-radius:16px;border:none;text-align:left;background-color:var(--color-whiteToPrimary);color:var(--color-primaryToWhite);cursor:default;transition:.2s}.cell-item[disabled]{cursor:not-allowed}.cell-item[disabled] .icon-wrapper{background-color:var(--color-sandToGrey140)}.cell-item[disabled] svg use{fill:var(--color-grey60ToGrey100)}.cell-item:hover,.cell-item:active{background-color:var(--color-grey05ToGrey140)}.cell-item .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;align-self:center;flex-shrink:0;background-color:var(--color-sandToGrey140);border-radius:16px;width:48px;height:48px}.cell-item .icon-wrapper svg{transform:none!important}.cell-item .icon-wrapper svg use{fill:var(--color-sandToGrey140)}.cell-item .img-wrapper{display:flex;align-items:center;justify-content:center;border-radius:12px;width:48px;height:48px}.cell-item-wrapper{display:flex;flex:1 1;gap:16px;align-items:center}.cell-item-content{display:flex;align-items:center;flex:1;flex-wrap:wrap;gap:5px 10px}.cell-item-content__label{flex:1 1}.cell-item-content__name{display:flex;gap:10px;color:var(--color-primaryToWhite);min-width:95px}.cell-item-content__headline,.cell-item-content__desc{color:var(--color-grey60ToGrey100)}.cell-item-content__desc{font-size:14px;line-height:22px}.cell-item-content__extra{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;min-width:80px;align-self:stretch;gap:16px;position:relative}.cell-item-content__extra .badge{top:auto}.cell-item-content+.icon{align-self:center;flex-shrink:0}.cell-item--lg{padding:16px}.cell-item--lg .cell-item-content__name{font-size:16px}.cell-item--md{padding:15px 12px}.cell-item--md .cell-item-wrapper,.cell-item--md .cell-item-content,.cell-item--md .cell-item-content__extra{gap:12px}.cell-item--md .cell-item-content__name{font-size:14px;line-height:22px}.cell-item.cell-item--disable-hover:focus,.cell-item.cell-item--disable-hover:hover{background-color:var(--color-whiteToPrimary);color:var(--color-primaryToWhite)}.cell-item-content__extra--width50{width:100%}@media (min-width: 520px){.cell-item-content__extra--width50{width:50%}}.timeline{width:200px}.timeline-bar{position:relative;height:8px;background-color:var(--color-grey05ToGrey140);border-radius:25px;overflow:hidden}.timeline-duration{height:100%;max-width:100%;position:absolute;left:0;top:0}.timeline--stretch{width:100%}.template-element-content-vr .card-channel-media-preview,.template-element-content-vr .card-channel-media-preview img{aspect-ratio:2/3}.template-element-content-vr .card-channel-media-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-element-content-vr .card-channel-media-desc__title>div:first-child{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.selection-programs .template-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));margin:0 -8px}.selection-programs .template-page-grid.template-element-content-vr{grid-template-columns:repeat(auto-fill,minmax(201px,1fr))}@media (max-width: 920px){.selection-programs .template-page-grid.template-element-content-vr{grid-template-columns:repeat(auto-fill,minmax(172px,1fr))}}@media (max-width: 520px){.selection-programs .template-page-grid.template-element-content-vr{grid-template-columns:repeat(auto-fill,minmax(152px,1fr))}}@container main-wrapper (max-width: 1024px){.selection-programs .template-page-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.template-row-contents-hr .swiper-slide{width:310px}@media (max-width: 520px){.template-row-contents-hr .swiper-slide{width:260px}}.template-row-contents-vr .swiper-slide{width:215px}@media (max-width: 520px){.template-row-contents-vr .swiper-slide{width:160px}}.selection-programs .swiper-slide.swiper-slide--show-more{height:130px}.template-element-vr-default .card-channel-media-preview,.template-element-vr-default .card-channel-media-preview img{aspect-ratio:2/3}.template-element-vr-default .card-channel-media-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-element-vr-default .card-channel-media-desc__title>div:first-child{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.selection-promotions .template-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));margin:0 -8px}.selection-promotions .template-page-grid.template-element-vr-default{grid-template-columns:repeat(auto-fill,minmax(201px,1fr))}@media (max-width: 920px){.selection-promotions .template-page-grid.template-element-vr-default{grid-template-columns:repeat(auto-fill,minmax(172px,1fr))}}@media (max-width: 520px){.selection-promotions .template-page-grid.template-element-vr-default{grid-template-columns:repeat(auto-fill,minmax(152px,1fr))}}.selection-promotions .template-element-vr-default .card-channel-media-desc{display:block}.selection-promotions .template-row-vr-default .card-channel-media-desc{display:none}@container main-wrapper (max-width: 1024px){.selection-promotions .template-page-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.promotion-slide{height:900px;margin:-32px -32px 0;position:relative;background-color:var(--color-whiteToPrimary);overflow:hidden}@media (max-width: 1200px){.promotion-slide{height:600px}}@media (max-width: 920px){.promotion-slide{height:550px}}.promotion-slide__description-wrapper{display:flex;flex-direction:column;gap:20px;width:50em;max-width:100%;height:100%;padding:150px 32px 260px;position:relative;z-index:10}@media (max-width: 1200px){.promotion-slide__description-wrapper{padding-top:32px;padding-bottom:32px;justify-content:end}}.promotion-slide__description-wrapper .title{font:40px var(--primary-font-bold);line-height:140%;text-wrap:balance}@media (max-width: 520px){.promotion-slide__description-wrapper .title{font:28px var(--primary-font-bold);line-height:36px;text-wrap:balance}}.promotion-slide__description-wrapper .description{font-size:20px;line-height:30px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 520px){.promotion-slide__description-wrapper .description{font-size:16px;line-height:26px}}.promotion-slide__img span{position:absolute;top:0;right:0;aspect-ratio:16/9}@media (max-width: 920px){.promotion-slide__img span{width:100%;height:100%;aspect-ratio:4/3}}.promotion-slide__img span:before,.promotion-slide__img span:after{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.promotion-slide__img span:before{background:linear-gradient(90deg,var(--color-whiteToPrimary) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%)}@media (max-width: 920px){.promotion-slide__img span:before{background:linear-gradient(0deg,var(--color-whiteToPrimary) 0%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%)}}@media (min-width: 920px){.promotion-slide__img span:after{background:linear-gradient(0deg,var(--color-whiteToPrimary) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%)}}.promotion-slide__img span img{width:100%;height:100%;object-fit:cover}@media (max-width: 920px){.promotion-slide__img span img{height:auto}}.template-promo-hero-slider .swiper-pagination{position:absolute;top:0;left:0;bottom:auto;width:auto}@media (max-width: 1200px){.template-promo-hero-slider .swiper-pagination{position:relative;text-align:right}}.template-promo-hero-slider .swiper-pagination-bullet{border-radius:20px;transition:opacity 1s,background-color 1s,width 1s;transition-delay:1s,1s,0s}.template-promo-hero-slider .swiper-pagination-bullet-active{width:20px;transition-delay:0s}.promotion.element-content-vr{cursor:pointer;display:flex;flex-direction:column;gap:12px}.promotion.element-content-vr .promotion-media-preview{border-radius:10px;background-color:var(--color-grey10ToGrey140);overflow:hidden;aspect-ratio:1/1;position:relative}.promotion.element-content-vr .promotion-media-preview img{border-radius:10px}.template-promo-sqr-default .swiper-slide{width:310px;height:310px}@media (max-width: 520px){.template-promo-sqr-default .swiper-slide{width:160px;height:160px}}.template-promo-sqr-lbl .swiper-slide{width:180px;height:214px}@media (max-width: 520px){.template-promo-sqr-lbl .swiper-slide{width:136px;height:170px}}.template-row-vr-big .swiper-wrapper{margin:0 -8px}.template-row-vr-big .swiper-slide{width:635px}@media (max-width: 920px){.template-row-vr-big .swiper-slide{width:300px}}.template-row-vr-big .card-channel{position:relative}.template-row-vr-big .card-channel-media-preview:after{content:"";position:absolute;width:100%;height:100%;bottom:0;background:linear-gradient(0deg,var(--color-onPrimary) 0%,rgba(255,255,255,0) 100%)}.template-row-vr-big .card-channel-media-preview,.template-row-vr-big .card-channel-media-preview img{object-fit:cover;aspect-ratio:16/9}@media (max-width: 920px){.template-row-vr-big .card-channel-media-preview,.template-row-vr-big .card-channel-media-preview img{aspect-ratio:3/4}}.template-row-vr-big .card-channel-media-desc{position:absolute;left:24px;right:24px;bottom:24px;justify-content:space-between}@media (max-width: 920px){.template-row-vr-big .card-channel-media-desc{flex-direction:column;text-align:center}}.template-row-vr-big .card-channel-media-desc .button{align-self:flex-end}@media (max-width: 920px){.template-row-vr-big .card-channel-media-desc .button{margin:0 auto}}.template-row-vr-big .card-channel-media-desc__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font:24px var(--primary-font-bold);line-height:30px;text-wrap:balance;margin-bottom:4px}@media (max-width: 920px){.template-row-vr-big .card-channel-media-desc__title{font-size:16px;line-height:26px;font-family:var(--primary-font-medium)}}.template-row-vr-big .card-channel-media-desc__short{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 920px){.template-row-vr-big .card-channel-media-desc__short{margin:0 auto;font-size:14px;line-height:22px}}.template-row-vr-default .swiper-wrapper{align-items:center}.template-row-vr-default .swiper-slide{width:260px;opacity:.5;transition:opacity .3s;will-change:width,opacity}@media (max-width: 520px){.template-row-vr-default .swiper-slide{width:220px}}.template-row-vr-default .swiper-slide .card-channel-media-preview:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.template-row-vr-default .swiper-slide-prev,.template-row-vr-default .swiper-slide-active,.template-row-vr-default .swiper-slide-next{width:280px;opacity:1}@media (max-width: 520px){.template-row-vr-default .swiper-slide-active{width:240px}}@media (max-width: 520px){.template-row-vr-default .swiper-slide-prev,.template-row-vr-default .swiper-slide-next{width:215px;opacity:.5}}.template-row-vr-lbl .swiper-wrapper{margin:0 -8px}.template-row-vr-lbl .swiper-slide{width:635px}@media (max-width: 920px){.template-row-vr-lbl .swiper-slide{width:300px}}.template-row-vr-lbl .card-channel{position:relative}.template-row-vr-lbl .card-channel-media-preview:after{content:"";position:absolute;width:100%;height:100%;bottom:0;background:linear-gradient(0deg,var(--color-onPrimary) 0%,rgba(255,255,255,0) 100%)}.template-row-vr-lbl .card-channel-media-preview,.template-row-vr-lbl .card-channel-media-preview img{object-fit:cover;aspect-ratio:16/9}@media (max-width: 920px){.template-row-vr-lbl .card-channel-media-preview,.template-row-vr-lbl .card-channel-media-preview img{aspect-ratio:3/4}}.template-row-vr-lbl .card-channel-media-desc{position:absolute;left:24px;right:24px;bottom:24px;justify-content:space-between}@media (max-width: 920px){.template-row-vr-lbl .card-channel-media-desc{flex-direction:column;text-align:center}}.template-row-vr-lbl .card-channel-media-desc .button{align-self:flex-end}@media (max-width: 920px){.template-row-vr-lbl .card-channel-media-desc .button{margin:0 auto}}.template-row-vr-lbl .card-channel-media-desc__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font:24px var(--primary-font-bold);line-height:30px;text-wrap:balance;margin-bottom:4px}@media (max-width: 920px){.template-row-vr-lbl .card-channel-media-desc__title{font-size:16px;line-height:26px;font-family:var(--primary-font-medium)}}.template-row-vr-lbl .card-channel-media-desc__short{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 920px){.template-row-vr-lbl .card-channel-media-desc__short{margin:0 auto;font-size:14px;line-height:22px}}.selections-navigation.selections-navigation--home{display:flex;flex-direction:column;position:relative}.selections-navigation.selections-navigation--home>.selection-navigation--promotions:nth-of-type(1){margin-bottom:0}@media (max-width: 1200px){.selections-navigation.selections-navigation--home>.selection-navigation--promotions:nth-of-type(1){margin-bottom:50px}}.selections-navigation.selections-navigation--home>.selection-navigation--promotions:nth-of-type(1)+.selection-navigation--channels:nth-of-type(2),.selections-navigation.selections-navigation--home>.selection-navigation--promotions:nth-of-type(1)+.selection-navigation--programs:nth-of-type(2){position:absolute;width:100%;height:816px;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:0}@media (max-width: 1200px){.selections-navigation.selections-navigation--home>.selection-navigation--promotions:nth-of-type(1)+.selection-navigation--channels:nth-of-type(2),.selections-navigation.selections-navigation--home>.selection-navigation--promotions:nth-of-type(1)+.selection-navigation--programs:nth-of-type(2){position:relative;height:auto;margin-bottom:50px}}.selection-navigation{margin-bottom:50px}.selection-navigation:last-child{margin-bottom:0}.selection-navigation:not(.selection-navigation--promotions) .swiper-wrapper{margin:0 -8px}.selection-navigation .swiper-slide.swiper-slide--show-more{width:165px;height:auto;cursor:pointer;position:static}.selection-navigation .swiper-slide.swiper-slide--show-more>div{width:165px;position:absolute;top:50%;transform:translateY(-50%);text-align:center}.selection-navigation .swiper-slide.swiper-slide--show-more .button{width:40px;background-color:var(--color-orange30ToOrange120);align-self:center}.selection-navigation-title{width:fit-content;position:relative;z-index:1}.selection-navigation-title .element-group{align-items:center}.selection-navigation-title .element-group span{opacity:0;transition:.2s}.selection-navigation-title .element-group:hover span{opacity:1}.is-mobile .selection-navigation-title{display:block}.is-mobile .selection-navigation-title .element-group{justify-content:space-between}.is-mobile .selection-navigation-title .element-group span{opacity:1!important}.other-network-note{display:none;padding:16px;gap:16px;justify-content:space-between;border-bottom:1px solid var(--color-primaryToGrey30)}.other-network-note button{align-self:flex-start;min-height:auto}.other-network-note--visible{display:flex}.avatar{position:relative;border-radius:50%;background-color:var(--color-grey10ToGrey140);margin:0 auto;cursor:pointer}.avatar img{max-width:100%;height:100%;object-fit:cover}.avatar--sm{min-width:48px;max-width:48px;height:48px}.avatar--md{min-width:56px;max-width:56px;height:56px}.avatar--lg{min-width:120px;max-width:120px;height:120px}@media (max-width: 520px){.avatar--lg{min-width:90px;max-width:90px;height:90px}}.avatar--xl{min-width:150px;max-width:150px;height:150px}@media (max-width: 520px){.avatar--xl{min-width:90px;max-width:90px;height:90px}}.avatar--icon>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.avatar.avatar--sm svg{width:24px;height:24px}.avatar.avatar--md svg{width:28px;height:28px}.avatar.avatar--lg svg{width:50px;height:50px}.avatar.avatar--xl svg{width:75px;height:75px}.user-profile-content{flex:1 1;flex-direction:column;position:relative;background-color:var(--color-whiteToPrimary);container-type:inline-size;container-name:subscriptions}.user-profile-content-wrapper{position:relative;overflow:auto;z-index:1;display:flex;flex-direction:column}.user-profile-content-navigation{display:flex;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;padding:32px 32px 16px}@media (max-width: 920px){.user-profile-content-navigation{padding:16px}}.content-navigation-title{font:24px var(--primary-font-bold);line-height:30px;text-wrap:balance}@media (max-width: 520px){.content-navigation-title{font-size:20px;line-height:30px}}.user-profile-content-main{display:flex;flex-direction:column;overflow:auto;height:100vh;z-index:1;padding:0 32px 32px}.user-profile-content-main::-webkit-scrollbar{width:6px}.user-profile-content-main::-webkit-scrollbar-track{background-color:var(--color-grey30ToGrey120);border-radius:10px}.user-profile-content-main::-webkit-scrollbar-thumb{background-color:var(--color-accent);border-radius:10px}@media (max-width: 920px){.user-profile-content-main{margin-bottom:68px;padding-left:16px;padding-right:16px}}@media (max-width: 520px){.user-profile-content-main .surface-common{padding:0}}.user-profile-content-main .profile-thumbnail{width:174px}@media (max-width: 520px){.user-profile-content-main .profile-thumbnail{width:130px}}.divider{height:1px;background-color:var(--color-grey05ToGrey140)}.user-profile-sidebar{position:relative;width:360px;height:100%;background-color:var(--color-whiteToPrimary)}@media (max-width: 920px){.user-profile-sidebar{width:100%;position:absolute}}.user-profile-sidebar-wrapper{position:fixed;width:360px;height:100%;overflow:auto;padding:12px 16px;background-color:var(--color-whiteToPrimary);border-width:0 1px 0 0;border-color:var(--color-grey10ToGrey140);border-style:solid}.user-profile-sidebar-wrapper::-webkit-scrollbar{width:6px}.user-profile-sidebar-wrapper::-webkit-scrollbar-track{background-color:var(--color-grey30ToGrey120);border-radius:10px}.user-profile-sidebar-wrapper::-webkit-scrollbar-thumb{background-color:var(--color-accent);border-radius:10px}@media (max-width: 920px){.user-profile-sidebar-wrapper{width:100%;z-index:10;height:calc(100vh - 68px)}}.user-profile-sidebar-wrapper>div:not(.cell-item.divider){margin:6px 0}.user-profile-sidebar-wrapper a.active .cell-item{background-color:var(--color-grey05ToGrey140)}.user-profile-sidebar-wrapper a.active .cell-item .icon-wrapper{background-color:var(--color-orange10ToOrange140)}.user-profile-sidebar-wrapper a.active .cell-item svg{color:var(--color-accent)}.user-profile-current-profile .cell-item-content__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.user-profile-area{display:flex;position:absolute;left:-500px;top:0;z-index:101;width:360px;height:100vh;transition:left .3s ease,right .3s ease,opacity .2s linear}@media (max-width: 920px){.user-profile-area{left:auto;right:-920px;width:100%!important}}.user-profile-area--opened{left:88px}@media (max-width: 920px){.user-profile-area--opened{left:auto;right:0}}.nav-sidebar{display:flex;position:fixed;z-index:111;width:88px;min-height:100%;box-shadow:var(--sh-lg);background-color:var(--color-whiteToPrimary);padding:32px 16px}.nav-sidebar .element-group{position:relative;height:100%}@media (max-width: 920px){.nav-sidebar{width:100%;min-height:auto;height:80px;display:flex;align-items:center;padding:0 16px;z-index:111;position:fixed;bottom:0}.nav-sidebar .element-group{flex-direction:row}.nav-sidebar .element-group>*{flex-grow:0;width:48px;height:48px}}.nav-sidebar-wrapper{width:100%}.nav-sidebar-wrapper a{display:flex;align-items:center;justify-content:center;color:var(--color-primaryToWhite)}.nav-sidebar-wrapper a.active{color:var(--color-accent)}.nav-sidebar-wrapper a.active .round{background-color:var(--color-orange10ToOrange140)!important}@media (max-width: 920px){.nav-sidebar-wrapper{display:flex;align-items:center}.nav-sidebar-wrapper .element-group{justify-content:space-between;align-items:center;width:100%}.nav-sidebar-wrapper>div{margin:0!important}}.avatar-wrapper{display:flex;justify-content:center;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width: 920px){.avatar-wrapper{position:relative;left:auto;transform:none}}.profile-content-opened .main-wrapper{display:none}.profile-content-opened .user-profile-content{display:flex}@media (max-width: 920px){.profile-content-opened .user-profile-content{width:100%;height:100%;position:absolute;z-index:101}}.profile-content-opened .user-profile-area{width:calc(100% - 88px)}@media (max-width: 920px){.profile-content-opened .user-profile-area{z-index:11}}.badge{display:inline-flex;justify-content:center;align-items:center;min-width:24px;font-size:14px;line-height:22px;position:relative;z-index:1;transition:.2s}.badge:before,.badge:after{content:"";width:8px;height:100%}.badge--info{background-color:var(--color-grey10ToGrey140);color:var(--color-primaryToWhite)}.badge--info.badge--info.badge--active,.badge--info:hover{background-color:var(--color-grey30ToGrey120)}.badge--error{background-color:var(--color-red60ToRed100);color:var(--color-white)}.badge--success{background-color:var(--color-bgBadgeActive);color:var(--color-textBadgeActive)}.badge--xs{padding:1px 2px;border-radius:6px;min-width:18px;height:18px}.badge--xs:before,.badge--xs:after{width:5px}.badge--sm{padding:2px 4px;border-radius:8px;height:24px}.badge--md{padding:4px 8px;border-radius:10px;height:32px}.badge--lg{padding:8px;border-radius:12px;height:40px}.badge--roundest{padding:0;border-radius:32px}.channel-schedule-program{display:flex;align-items:center;gap:16px;padding:8px;cursor:pointer;transition:.2s all}@media (max-width: 1024px){.channel-schedule-program{border-bottom:.3px solid var(--color-grey30ToGrey120)}}.channel-schedule-program:hover{background-color:var(--color-grey30ToGrey120)}.channel-program-poster{align-self:flex-start;flex-shrink:0;max-width:138px;width:35%;aspect-ratio:16/9;background-color:var(--color-sandToGrey140);outline:.3px color-mix(in lch,var(--color-primaryToWhite) 20%,transparent) solid;border-radius:16px;overflow:hidden;position:relative}@media (max-width: 1024px){.channel-program-poster{display:none}}.channel-program-poster img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.channel-program-poster--mobile{display:none;align-self:flex-start}@media (max-width: 1024px){.channel-program-poster--mobile{display:block;width:50px;text-align:center}}.channel-program-details__time{display:flex;align-items:flex-end;gap:16px;margin-bottom:2px}@media (max-width: 1024px){.channel-program-details__time{display:none}}.channel-program-details__time .badge{color:var(--color-white);background-color:var(--color-accent)}.channel-program-details__time .badge .icon{margin-right:8px}.channel-program-details__title,.channel-program-details__category{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.channel-program-details__category{font-size:14px;line-height:22px;color:var(--color-grey60ToGrey100)}.channel-schedule-program--selected{background-color:var(--color-grey30ToGrey120)}.channel-schedule-program--future{opacity:.6}.alert{display:flex;align-items:center;gap:16px;border-radius:16px;padding:16px;animation:fadein .3s linear}.alert__icon{align-self:flex-start}.alert__message{display:flex;align-items:center;justify-content:space-between;flex:1;flex-wrap:wrap;gap:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.alert--info{background-color:var(--color-grey10ToGrey140);color:var(--color-primaryToWhite)}.alert--info .button{border:2px solid var(--color-primaryToWhite)}.alert--error{background-color:var(--color-red10ToRed140);color:var(--color-red100ToRed60)}.alert--error .button{border:2px solid var(--color-red30ToRed120)}.alert--error .button:hover{border:2px solid var(--color-red100ToRed60)}.alert--warning{background-color:var(--color-orange10ToOrange140);color:var(--color-orange100ToOrange60)}.alert--warning .button{border:2px solid var(--color-orange30ToOrange120)}.alert--warning .button:hover{border:2px solid var(--color-orange100ToOrange60)}.alert--success{background-color:var(--color-green10ToGreen140);color:var(--color-green120ToGreen30)}.alert--success .button{border:2px solid var(--color-green30ToGreen120)}.alert--success .button:hover{border:2px solid var(--color-green120ToGreen30)}.select{width:300px;outline:1px solid var(--color-grey30ToGrey120);border-radius:12px;transition:outline-color .1s}.select:hover{outline:2px solid var(--color-accent)}.select .select__control{font-family:var(--primary-font-regular);border:none;background-color:var(--color-grey01ToGrey140);padding:0 12px;border-radius:12px}.select .select__control:hover,.select .select__control.select__control--is-focused{outline:none;box-shadow:none}.select .select__value-container{display:flex;padding-left:0;padding-right:0;position:relative;overflow:initial}.select .select__value-container--is-multi{height:auto}.select .select__single-value{margin:0;color:var(--color-primaryToWhite);width:100%}.select .select__multi-value{background-color:var(--color-grey30ToGrey120)}.select .select__placeholder{margin:0;color:var(--color-grey60ToGrey100)}.select .select__indicator-separator{display:none}.select .select__indicator{padding:0;transform:rotate(-90deg)}.select .select__indicator:hover{color:initial}.select .select__menu{z-index:1001;border-radius:16px;background-color:var(--color-grey01ToGrey140);box-shadow:var(--sh-xl)}.select .select__menu-list{padding:0;border-radius:16px}.select .select__multi-value>div:first-child{padding:1px 1px 1px 3px;color:var(--color-grey140ToGrey10)}.select .select__option{font-size:16px;line-height:26px;padding:12px 16px;border:none;color:var(--color-primaryToWhite);transition:.2s}.select .select__option--is-focused,.select .select__option:active,.select .select__option:hover{background-color:color-mix(in lch,transparent,var(--color-onPrimary) 5%)}.select .select__option--is-selected{background-color:transparent}.select--xxl .select__control{min-height:52px;font-size:16px;line-height:26px}.select--xl .select__control{min-height:48px;font-size:16px;line-height:26px}.select--lg .select__control{min-height:40px;font-size:14px;line-height:22px}.select--md .select__control{min-height:36px;font-size:14px;line-height:22px}.select--sm .select__control{min-height:32px;font-size:14px;line-height:22px}.select--xs .select__control{min-height:24px;font-size:12px;line-height:18px}.select--stretch{width:100%}.select--is-disabled{background-color:var(--color-sandToGrey140);color:var(--color-grey60ToGrey100)}.select--invalid{outline:1px solid var(--color-red100ToRed60)}.select--invalid .select__control{background-color:var(--color-red10ToRed140)}.select--invalid:hover,.select--invalid:focus{outline:2px solid var(--color-red100ToRed60)}.channel-program-content{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:32px}@media (max-width: 520px){.channel-program-content{gap:1px}}@media (max-width: 520px){.channel-program-content+.channel-program-videos{display:none}}.channel-video{flex-grow:1;container-type:inline-size;container-name:channel-video}.channel-video .channel-schedule-navigation{margin-bottom:8px}@media (min-width: 520px){.channel-video .channel-schedule-navigation{display:none}}.channel-video-details-headline{display:flex;align-items:center;justify-content:space-between;gap:15px}.channel-video-details-headline>*{display:flex;flex-direction:column}@media (max-width: 520px){.channel-video-details-headline>*{width:100%}}.channel-video-details-title{display:flex;justify-content:space-between;align-items:center}.channel-video-details-title>div{font:24px var(--primary-font-bold);line-height:30px;text-wrap:balance;font-family:var(--primary-font-bold);margin-bottom:4px}@media (max-width: 520px){.channel-video-details-title>div{font-size:20px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.channel-video-details-title>button{flex-shrink:0;margin-left:20px;min-height:auto}@media (min-width: 520px){.channel-video-details-title>button{display:none}}.channel-video-details-category{margin-bottom:16px}@media (max-width: 520px){.channel-video-details-category{margin-bottom:8px}}.channel-video-details-category>div{display:block}@media (max-width: 520px){.channel-video-details-category>div{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}.channel-video-details__description{display:flex}.channel-video-details__description .description.hidden{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.channel-video-details__description .description.visible{-webkit-line-clamp:initial;overflow:auto}.channel-video-details__description .description.visible+button{display:none}@media (max-width: 520px){.channel-video-details__description{display:none}}.channel-video-details__description button{display:inline-block;align-self:flex-end;min-height:auto;font-family:var(--primary-font-regular)}.select-channel-option{display:flex;align-items:center;justify-content:space-between;flex-grow:1}.select-channel-option button{background-color:transparent;border:none;margin-right:10px}.select-channel-option-wrapper{display:flex;align-items:center;gap:8px}.select-channel-logo{display:flex;align-items:center;justify-content:center;border-radius:12px;width:48px;height:48px}.select-channel-logo img{border-radius:3px}.channel-schedule{display:flex;flex-direction:column;gap:16px;width:437px;background-color:var(--color-whiteToPrimary);flex-shrink:0}@media (max-width: 1366px){.channel-schedule{width:40%}}@media (max-width: 920px){.channel-schedule{width:100%}}@media (max-width: 520px){.channel-schedule{gap:8px}}@media (max-width: 520px){.channel-schedule .input-container{display:none}}@media (max-width: 520px){.channel-schedule .channel-schedule-navigation{display:none}}.channel-schedule-program-list{overflow:auto;background-color:var(--color-grey01ToGrey140);border-radius:16px;position:relative;min-height:282px}.channel-schedule-program-list>div{height:100%;position:relative}.card-channel{border-radius:16px;padding:8px;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:.2s}.card-channel:hover{background-color:var(--color-whiteToPrimary);box-shadow:var(--sh-xl)}.card-channel:hover .media-status{opacity:1}.card-channel>a{display:flex;justify-content:space-between}.card-channel-media-preview{position:relative;aspect-ratio:16/9;border-radius:10px;background-color:var(--color-grey10ToGrey140);overflow:hidden}.card-channel-media-preview img{object-fit:cover;width:100%;height:100%;aspect-ratio:16/9;outline:.3px color-mix(in lch,var(--color-primaryToWhite) 20%,transparent) solid}.card-channel-media-desc{display:flex;gap:15px}.card-channel-media-desc .cell-item{padding:2px 0 0;background-color:transparent}.card-channel-media-desc .cell-item .img-wrapper,.card-channel-media-desc .cell-item .lazy-load-image-background{flex-shrink:0;width:69px;height:39px}.card-channel-media-desc .cell-item-content{max-width:145px}.card-channel-media-desc .cell-item-content__name{color:var(--color-primaryToWhite)}.card-channel-media-desc .cell-item-content__name,.card-channel-media-desc .cell-item-content__desc{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-channel-media-desc button{align-items:baseline}.card-channel-media-desc button .button-spinner{top:0;left:0;transform:none}.card-channel-media-desc img{border-radius:8px}.card-channel-media-rating{position:absolute;top:0;left:0;border-radius:10px 0;padding:6px 10px;background-color:var(--color-accent);min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center}.media-status{position:absolute;z-index:1}.media-status--paid{right:0;top:0}.media-status--paid .round{border-radius:0 10px;background-color:color-mix(in lch,var(--color-onPrimary) 60%,transparent)}.media-status--playback{opacity:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:.1s}.media-timeline{position:absolute;left:0;right:0;bottom:0;z-index:9}.media-timeline .timeline-bar{border-radius:0}.media-timeline-text{display:inline-block;padding:2px 4px;margin-right:4px;border-radius:4px;background:color-mix(in lch,var(--color-onPrimary) 60%,transparent)}.channel-filters{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:34px}.channel-filters__search{width:640px}@media (max-width: 920px){.channel-filters__search{width:100%}}.channel-filters__search .select__indicator{transform:none}.channel-filters__category{width:200px}@media (max-width: 920px){.channel-filters__category{width:100%}}.channel-filters__search,.channel-filters__category{max-width:100%}.card-channel-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));opacity:1;margin:0 -8px;transition:opacity .2s linear}.card-channel-list--staled{opacity:.5}@container main-wrapper (max-width: 1024px){.card-channel-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.card-channel-media-desc .cell-item-content{max-width:fit-content}.card-channel-media-desc .cell-item-content__label{display:flex;flex-direction:column}.card-channel-media-desc .cell-item-content__label>div{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-channel-media-desc .cell-item-content__headline{font-size:14px;line-height:22px;order:1}.film-series-labels{margin-bottom:14px}.film-series-labels .swiper-slide{width:fit-content}.film-content-actors{margin-bottom:60px}.film-content-actors .swiper-slide{width:88px}.film-actor{text-align:center}.film-actor__avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:8px;background-color:var(--color-grey10ToGrey140);position:relative;overflow:hidden;height:88px}.film-actor__avatar img{position:absolute;object-fit:cover;width:100%;height:100%}.film-actor__avatar svg{width:48px;height:48px}.film-actor__name{font-size:14px;line-height:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.raiting{display:flex;align-items:center;justify-content:center;text-align:center;width:303px;max-width:100%;height:92px;border-radius:10px;background-color:var(--color-sandToGrey140)}.raiting-value{font:32px var(--primary-font-bold);line-height:40px;text-wrap:balance}.raiting-source{font-family:var(--primary-font-bold);font-size:16px;line-height:26px}.film-poster-wrapper{padding:32px 32px 0}.film-poster-wrapper>div{position:relative;z-index:10}.film-content-poster{margin:-32px -32px 60px;position:relative;background-color:var(--color-whiteToPrimary)}.film-content-poster .title{font:40px var(--primary-font-bold);line-height:140%;text-wrap:balance}@media (max-width: 520px){.film-content-poster .title{font:28px var(--primary-font-bold);line-height:36px;text-wrap:balance}}.film-content-poster .description-wrapper{display:flex;width:50em;max-width:100%}.film-content-poster .description-wrapper button{display:inline-block;align-self:flex-end;min-height:auto;font-family:var(--primary-font-regular)}.film-content-poster .description.hidden{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.film-content-poster .description.visible{-webkit-line-clamp:initial;overflow:auto}.film-content-poster .description.visible+button{display:none}.film-content-poster .description-extra{display:flex;flex-direction:column;gap:4px;font-family:var(--primary-font-medium);margin:12px 0 40px}.film-content-poster .description-note{margin-top:16px;font-size:14px;line-height:22px;font-family:var(--primary-font-medium)}.film-poster-primary-info{display:flex;flex-direction:column;width:50em;max-width:100%;height:100%;padding:150px 0 156px}@media (max-width: 1200px){.film-poster-primary-info{padding-top:50%;padding-bottom:32px}}@media (max-width: 920px){.film-poster-primary-info{padding-top:75%}}.film-poster-primary-info>.button{position:absolute;left:0;top:0;min-height:auto}.film-poster-secondary-info{display:flex;flex-direction:column}.film-poster-desc{display:flex;margin-bottom:32px}@media (max-width: 1400px){.film-poster-desc{flex-direction:column}}.film-poster-img span{position:absolute;top:0;right:0;aspect-ratio:16/9}@media (max-width: 920px){.film-poster-img span{width:100%;height:75%;aspect-ratio:4/3}}.film-poster-img span:before,.film-poster-img span:after{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.film-poster-img span:before{background:linear-gradient(90deg,var(--color-whiteToPrimary) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%)}.film-poster-img span:after{background:linear-gradient(0deg,var(--color-whiteToPrimary) 0%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%)}@media (min-width: 920px){.film-poster-img span:after{background:linear-gradient(0deg,var(--color-whiteToPrimary) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%)}}.film-poster-img span img{width:100%;height:100%;object-fit:cover}.film-content-videos{margin-bottom:60px}.film-series-container .swiper-wrapper{margin:0 -8px}.film-series-container .swiper-slide{width:310px}@media (max-width: 520px){.film-series-container .swiper-slide{width:260px}}.film-series-container.similar .swiper-slide{width:215px}@media (max-width: 520px){.film-series-container.similar .swiper-slide{width:160px}}.film-content-title{display:flex;align-items:center;width:fit-content;font-size:20px;line-height:30px;font-family:var(--primary-font-bold);margin-bottom:16px}@media (max-width: 520px){.film-content-title{font-size:16px;line-height:26px}}.film-content-title span{opacity:0;transition:.2s}.film-content-title:hover span{opacity:1}.search-results{display:flex;gap:40px;flex-direction:column;opacity:1;transition:opacity .2s linear}.search-results--staled{opacity:.5}.search-no-results{display:flex;justify-content:center;gap:16px;max-width:328px;height:calc(100vh - 300px);margin:0 auto}.search-no-results>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.swiper-selection-group-navigation{margin-left:0;margin-right:0}.swiper-selection-group-navigation .swiper-slide{width:fit-content}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.lazy-load-image-background.opacity{opacity:0}.lazy-load-image-background.opacity.lazy-load-image-loaded{opacity:1;transition:opacity .3s}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}: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: rgba(255, 255, 255, .7);--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( to right, #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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}*,*:before,*:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;outline:none;line-height:150%;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--font-fallback: Arial, sans-serif;--primary-font-bold: "Roboto-Bold", var(--font-fallback);--primary-font-medium: "Roboto-Medium", var(--font-fallback);--primary-font-regular: "Roboto-Regular", var(--font-fallback);--sh-md: 0 2px 12px var(--color-commonShadowMd);--sh-lg: 0 4px 20px var(--color-commonShadowLg);--sh-xl: 0 8px 32px var(--color-commonShadowXl)}html{scrollbar-color:var(--color-accent) transparent;scrollbar-width:thin;overflow-x:hidden}body{font-family:var(--primary-font-regular);font-size:16px;line-height:26px;overflow-x:hidden;background-color:var(--color-whiteToPrimary);color:var(--color-primaryToWhite)}main{display:flex;flex:1 1}img{display:table;margin:0 auto}h1{font-size:initial;margin:0;padding:0}a[href^=http]:empty:before{content:attr(href)}nav a{text-decoration:none}@media (max-width: 920px){nav a.nav-link-catalog{display:none}}.app-freeze:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:16px;z-index:9999}.clickable{display:inline-block;cursor:pointer}.flexible{display:flex}img{display:block;width:100%}img:after,img:before{content:"";position:absolute}img:before{z-index:1;width:100%;height:100%;background-color:var(--color-sandToGrey140);border-radius:16px;left:0;right:0}img:after{z-index:2;left:50%;top:50%;width:38px;height:38px;transform:translate(-50%,-50%);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23AAABAD' d='M15.7929 1.79289C16.1834 1.40237 16.8166 1.40237 17.2071 1.79289L19 3.58579L20.7929 1.79289C21.1834 1.40237 21.8166 1.40237 22.2071 1.79289C22.5976 2.18342 22.5976 2.81658 22.2071 3.20711L20.4142 5L22.2071 6.79289C22.5976 7.18342 22.5976 7.81658 22.2071 8.20711C21.8166 8.59763 21.1834 8.59763 20.7929 8.20711L19 6.41421L17.2071 8.20711C16.8166 8.59763 16.1834 8.59763 15.7929 8.20711C15.4024 7.81658 15.4024 7.18342 15.7929 6.79289L17.5858 5L15.7929 3.20711C15.4024 2.81658 15.4024 2.18342 15.7929 1.79289ZM7.7587 2L12.5 2C13.0523 2 13.5 2.44772 13.5 3C13.5 3.55228 13.0523 4 12.5 4H7.8C6.94342 4 6.36113 4.00078 5.91104 4.03755C5.47262 4.07337 5.24842 4.1383 5.09202 4.21799C4.7157 4.40973 4.40973 4.71569 4.21799 5.09202C4.1383 5.24842 4.07337 5.47262 4.03755 5.91104C4.00078 6.36113 4 6.94342 4 7.8V16.2C4 17.0566 4.00078 17.6389 4.03755 18.089C4.07337 18.5274 4.1383 18.7516 4.21799 18.908C4.39721 19.2597 4.6762 19.55 5.01918 19.743C5.10557 19.6076 5.19801 19.5052 5.25886 19.4393C5.41056 19.2752 5.61693 19.0876 5.83041 18.8936L14.3385 11.159C14.4994 11.0127 14.6586 10.8679 14.8043 10.7544C14.9663 10.6281 15.1671 10.4949 15.4236 10.4116C15.7843 10.2945 16.1708 10.2823 16.5381 10.3764C16.7994 10.4434 17.0082 10.5637 17.1778 10.6795C17.3304 10.7836 17.4984 10.918 17.6682 11.054L20.4878 13.3096C20.5095 13.327 20.5311 13.3443 20.5526 13.3614C20.8668 13.6123 21.1434 13.8331 21.3599 14.109C21.6295 14.4524 21.8208 14.8506 21.9206 15.2756C22.0007 15.617 22.0004 15.9709 22 16.3731C22 16.4005 22 16.4281 22 16.456V16.4913C22 16.6577 22 16.817 21.9995 16.9696C21.9998 16.9797 22 16.9898 22 17C22 17.0465 22 17.0924 22 17.1376C22.0005 17.933 22.0008 18.5236 21.8637 19.0353C21.7019 19.6392 21.4045 20.1853 21.0055 20.6395C20.8626 20.8022 20.7067 20.9531 20.5393 21.0907C20.1058 21.4469 19.5954 21.7136 19.0353 21.8637C18.5236 22.0008 17.933 22.0005 17.1376 22C17.0924 22 17.0465 22 17 22H16.552C16.5319 22 16.5116 22 16.4913 22H7.75868C7.73455 22 7.71056 22 7.68669 22L7.03139 22C6.77557 22 6.52731 22.0001 6.31909 21.9865C6.11522 21.98 5.92511 21.9703 5.74817 21.9558C5.18608 21.9099 4.66937 21.8113 4.18404 21.564C3.43139 21.1805 2.81947 20.5686 2.43598 19.816C2.18868 19.3306 2.09012 18.8139 2.04419 18.2518C1.99998 17.7106 1.99999 17.0463 2 16.2413V7.7587C1.99999 6.95373 1.99998 6.28937 2.04419 5.74817C2.09012 5.18608 2.18868 4.66937 2.43597 4.18404C2.81947 3.43139 3.43139 2.81947 4.18404 2.43597C4.66937 2.18868 5.18608 2.09012 5.74817 2.04419C6.28937 1.99998 6.95373 1.99999 7.7587 2ZM19.59 19.2132C19.6895 19.0829 19.7733 18.9398 19.8388 18.7866C19.8974 18.6496 19.9457 18.4536 19.9722 18.0757C19.9994 17.6884 20 17.1897 20 16.456C20 15.9243 19.9938 15.819 19.9735 15.7327C19.9403 15.591 19.8765 15.4583 19.7866 15.3438C19.7319 15.2741 19.6535 15.2035 19.2384 14.8713L16.4411 12.6335C16.2401 12.4727 16.1323 12.3873 16.0502 12.3313C16.0473 12.3293 16.0445 12.3274 16.0418 12.3256C16.0393 12.3276 16.0366 12.3296 16.0338 12.3318C15.9554 12.3929 15.8532 12.4849 15.6627 12.6581L7.58665 20C7.65583 20 7.72692 20 7.8 20H16.456C17.1897 20 17.6884 19.9994 18.0757 19.9722C18.4536 19.9457 18.6496 19.8974 18.7866 19.8388C18.9423 19.7722 19.0876 19.6867 19.2196 19.5851C19.3589 19.478 19.4834 19.3529 19.59 19.2132ZM8.5 7.5C7.94772 7.5 7.5 7.94772 7.5 8.5C7.5 9.05228 7.94772 9.5 8.5 9.5C9.05229 9.5 9.5 9.05228 9.5 8.5C9.5 7.94772 9.05229 7.5 8.5 7.5ZM5.5 8.5C5.5 6.84315 6.84315 5.5 8.5 5.5C10.1569 5.5 11.5 6.84315 11.5 8.5C11.5 10.1569 10.1569 11.5 8.5 11.5C6.84315 11.5 5.5 10.1569 5.5 8.5Z'/%3e%3c/svg%3e")}.page-title-wrapper{display:flex;justify-content:space-between;margin-bottom:24px;min-height:36px}@media (max-width: 520px){.page-title-wrapper{margin-bottom:16px}}.page-title-wrapper>button{position:absolute}.page-title{font:28px var(--primary-font-bold);line-height:36px;text-wrap:balance;text-align:center;align-self:center;width:100%}@media (max-width: 520px){.page-title{font-size:20px;line-height:30px}}.temp-error-container{color:var(--color-primaryToWhite);padding:20px;margin-bottom:16px;border-left:5px solid var(--color-red60ToRed100);border-radius:0 10px 10px 0}@font-face{font-family:Roboto-Bold;font-display:swap;src:url(/static/roboto-bold-DyDRs-nn.woff) format("woff")}@font-face{font-family:Roboto-Medium;font-display:swap;src:url(/static/roboto-medium-BUE7-9YC.woff) format("woff")}@font-face{font-family:Roboto-Regular;font-display:swap;src:url(/static/roboto-regular-DAhYA50B.woff) format("woff")}.lazy-load-image{display:block!important}.lazy-load-image:not(.lazy-load-image-loaded){background-color:var(--color-grey10ToGrey140);border-radius:16px}.lazy-load-image:not(.lazy-load-image-loaded)+div{position:absolute;top:0;left:0;width:100%;height:100%}.lazy-load-image:not(.lazy-load-image-loaded)+div:after{content:"";position:absolute;z-index:1;left:50%;top:50%;width:38px;height:38px;transform:translate(-50%,-50%);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23AAABAD' d='M15.7929 1.79289C16.1834 1.40237 16.8166 1.40237 17.2071 1.79289L19 3.58579L20.7929 1.79289C21.1834 1.40237 21.8166 1.40237 22.2071 1.79289C22.5976 2.18342 22.5976 2.81658 22.2071 3.20711L20.4142 5L22.2071 6.79289C22.5976 7.18342 22.5976 7.81658 22.2071 8.20711C21.8166 8.59763 21.1834 8.59763 20.7929 8.20711L19 6.41421L17.2071 8.20711C16.8166 8.59763 16.1834 8.59763 15.7929 8.20711C15.4024 7.81658 15.4024 7.18342 15.7929 6.79289L17.5858 5L15.7929 3.20711C15.4024 2.81658 15.4024 2.18342 15.7929 1.79289ZM7.7587 2L12.5 2C13.0523 2 13.5 2.44772 13.5 3C13.5 3.55228 13.0523 4 12.5 4H7.8C6.94342 4 6.36113 4.00078 5.91104 4.03755C5.47262 4.07337 5.24842 4.1383 5.09202 4.21799C4.7157 4.40973 4.40973 4.71569 4.21799 5.09202C4.1383 5.24842 4.07337 5.47262 4.03755 5.91104C4.00078 6.36113 4 6.94342 4 7.8V16.2C4 17.0566 4.00078 17.6389 4.03755 18.089C4.07337 18.5274 4.1383 18.7516 4.21799 18.908C4.39721 19.2597 4.6762 19.55 5.01918 19.743C5.10557 19.6076 5.19801 19.5052 5.25886 19.4393C5.41056 19.2752 5.61693 19.0876 5.83041 18.8936L14.3385 11.159C14.4994 11.0127 14.6586 10.8679 14.8043 10.7544C14.9663 10.6281 15.1671 10.4949 15.4236 10.4116C15.7843 10.2945 16.1708 10.2823 16.5381 10.3764C16.7994 10.4434 17.0082 10.5637 17.1778 10.6795C17.3304 10.7836 17.4984 10.918 17.6682 11.054L20.4878 13.3096C20.5095 13.327 20.5311 13.3443 20.5526 13.3614C20.8668 13.6123 21.1434 13.8331 21.3599 14.109C21.6295 14.4524 21.8208 14.8506 21.9206 15.2756C22.0007 15.617 22.0004 15.9709 22 16.3731C22 16.4005 22 16.4281 22 16.456V16.4913C22 16.6577 22 16.817 21.9995 16.9696C21.9998 16.9797 22 16.9898 22 17C22 17.0465 22 17.0924 22 17.1376C22.0005 17.933 22.0008 18.5236 21.8637 19.0353C21.7019 19.6392 21.4045 20.1853 21.0055 20.6395C20.8626 20.8022 20.7067 20.9531 20.5393 21.0907C20.1058 21.4469 19.5954 21.7136 19.0353 21.8637C18.5236 22.0008 17.933 22.0005 17.1376 22C17.0924 22 17.0465 22 17 22H16.552C16.5319 22 16.5116 22 16.4913 22H7.75868C7.73455 22 7.71056 22 7.68669 22L7.03139 22C6.77557 22 6.52731 22.0001 6.31909 21.9865C6.11522 21.98 5.92511 21.9703 5.74817 21.9558C5.18608 21.9099 4.66937 21.8113 4.18404 21.564C3.43139 21.1805 2.81947 20.5686 2.43598 19.816C2.18868 19.3306 2.09012 18.8139 2.04419 18.2518C1.99998 17.7106 1.99999 17.0463 2 16.2413V7.7587C1.99999 6.95373 1.99998 6.28937 2.04419 5.74817C2.09012 5.18608 2.18868 4.66937 2.43597 4.18404C2.81947 3.43139 3.43139 2.81947 4.18404 2.43597C4.66937 2.18868 5.18608 2.09012 5.74817 2.04419C6.28937 1.99998 6.95373 1.99999 7.7587 2ZM19.59 19.2132C19.6895 19.0829 19.7733 18.9398 19.8388 18.7866C19.8974 18.6496 19.9457 18.4536 19.9722 18.0757C19.9994 17.6884 20 17.1897 20 16.456C20 15.9243 19.9938 15.819 19.9735 15.7327C19.9403 15.591 19.8765 15.4583 19.7866 15.3438C19.7319 15.2741 19.6535 15.2035 19.2384 14.8713L16.4411 12.6335C16.2401 12.4727 16.1323 12.3873 16.0502 12.3313C16.0473 12.3293 16.0445 12.3274 16.0418 12.3256C16.0393 12.3276 16.0366 12.3296 16.0338 12.3318C15.9554 12.3929 15.8532 12.4849 15.6627 12.6581L7.58665 20C7.65583 20 7.72692 20 7.8 20H16.456C17.1897 20 17.6884 19.9994 18.0757 19.9722C18.4536 19.9457 18.6496 19.8974 18.7866 19.8388C18.9423 19.7722 19.0876 19.6867 19.2196 19.5851C19.3589 19.478 19.4834 19.3529 19.59 19.2132ZM8.5 7.5C7.94772 7.5 7.5 7.94772 7.5 8.5C7.5 9.05228 7.94772 9.5 8.5 9.5C9.05229 9.5 9.5 9.05228 9.5 8.5C9.5 7.94772 9.05229 7.5 8.5 7.5ZM5.5 8.5C5.5 6.84315 6.84315 5.5 8.5 5.5C10.1569 5.5 11.5 6.84315 11.5 8.5C11.5 10.1569 10.1569 11.5 8.5 11.5C6.84315 11.5 5.5 10.1569 5.5 8.5Z'/%3e%3c/svg%3e")}@media (max-width: 920px){.lazy-load-image:not(.lazy-load-image-loaded)+div:after{width:28px;height:28px}}.react-modal-sheet-scroller{margin:0 -16px;padding:0 16px;overflow:hidden}.react-modal-sheet-container{background-color:var(--color-whiteToPrimary)!important;padding:0 16px 16px;border-top-right-radius:16px!important;border-top-left-radius:16px!important}.react-modal-sheet-content-header button{font-size:20px;line-height:30px;min-height:auto}.sticky-container-wrapper{position:relative;z-index:10}.sticky-container{background-color:var(--color-whiteToPrimary);padding-top:16px!important;padding-left:32px!important;width:100%!important;z-index:11;right:0;left:88px!important}@media (max-width: 920px){.sticky-container{left:0!important;padding-left:16px!important;padding-right:16px!important}}.sticky-container .channel-filters{margin-bottom:16px}.sticky-container .channel-video-details__description{margin-bottom:8px}:root{--swiper-pagination-color: var(--color-white);--swiper-pagination-bullet-size: 8px;--swiper-pagination-bullet-width: 8px;--swiper-pagination-bullet-height: 8px;--swiper-pagination-bullet-inactive-color: var(--color-grey60ToGrey100);--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-opacity: 1;--swiper-pagination-bullet-horizontal-gap: 4px}.swiper-overflow-initial{overflow:initial}.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-prev-btn,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-next-btn{display:flex;align-items:center;justify-content:center;position:absolute;width:32px;height:100%;top:0;bottom:0;z-index:1;outline:none;cursor:pointer;opacity:0;transition:.1s linear}.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-prev-btn .button,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-prev-btn .button:hover,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-prev-btn .button:focus,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-next-btn .button,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-next-btn .button:hover,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-next-btn .button:focus{outline:none}.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-prev-btn{left:-32px;background:linear-gradient(90deg,var(--color-primary) 0%,rgba(42,46,53,.8) 20%,rgba(42,46,53,0) 100%)}@media (max-width: 920px){.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-prev-btn{left:-16px}}.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-next-btn{right:-32px;background:linear-gradient(-90deg,var(--color-primary) 0%,rgba(42,46,53,.8) 20%,rgba(42,46,53,0) 100%)}@media (max-width: 920px){.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-nav-next-btn{right:-16px}}.swiper.swiper-visible-arrows:not(.swiper-archive-navigation) .swiper-button-disabled{display:none}.swiper.swiper-visible-arrows:not(.swiper-archive-navigation):hover .swiper-nav-prev-btn,.swiper.swiper-visible-arrows:not(.swiper-archive-navigation):hover .swiper-nav-next-btn{opacity:1}.swiper:not(.swiper-visible-arrows) .swiper-nav-prev-btn,.swiper:not(.swiper-visible-arrows) .swiper-nav-next-btn{display:none}
