.NewsCard_wrapper__VMSUo{padding:12px;background:var(--light-gray);border-radius:16px;display:flex;gap:24px;flex:1 1;min-width:500px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NewsCard_wrapper__VMSUo:active{transform:scale(.98)}.NewsCard_text_block__l43ea{display:flex;flex-direction:column;justify-content:space-between;padding-block:6px}.NewsCard_text_block__l43ea h3{font-size:24px;font-weight:600;max-width:320px}.NewsCard_time__gfidS{font-size:20px;font-weight:600}.NewsCard_description__3Y52j{font-size:16px;font-weight:400;margin-top:8px;color:var(--gray)}.NewsCard_pic__VqLUV{width:220px;height:100%;border-radius:8px;background-position:50%;background-repeat:no-repeat;background-size:cover;object-fit:cover}@media screen and (max-width:768px){.NewsCard_wrapper__VMSUo{flex-direction:column;min-width:250px}.NewsCard_pic__VqLUV{width:100%}.NewsCard_text_block__l43ea{align-items:flex-end}.NewsCard_time__gfidS{margin-top:8px}}@media screen and (max-width:420px){.NewsCard_text_block__l43ea h3{font-size:18px}.NewsCard_pic__VqLUV{height:180px}.NewsCard_description__3Y52j{font-size:14px}}.loader_loader__h6F1S{border-radius:50%;display:inline-block;box-sizing:border-box;animation:loader_rotation__4ehnc 1s linear infinite}.loader_accent__pWYTV{border:5px solid var(--accent);border-bottom:5px solid transparent}.loader_white__jIoV_{border:5px solid var(--white);border-bottom:5px solid transparent}.loader_black__0xROg{border:5px solid var(--black);border-bottom:5px solid transparent}.loader_sm__nOTOk{width:40px;height:40px;min-width:40px}.loader_md__2m93F{width:clamp(60px,7vw,60px);height:clamp(60px,7vw,60px)}.loader_lg__z2Ix3{width:clamp(100px,10vw,100px);height:clamp(100px,10vw,100px)}@keyframes loader_rotation__4ehnc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:480px){.loader_sm__nOTOk{width:32px!important;min-width:32px!important;height:32px!important}}.Modal_overlay__2Sh3U{position:fixed;padding:var(--safe-zone);top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;z-index:100;transition:all .2s ease-in-out;overflow-y:scroll;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:Modal_overlay__2Sh3U .3s ease-in-out}.Modal_overlay__2Sh3U::-webkit-scrollbar{display:none}.Modal_modal__JNobJ{border-radius:16px;width:100%;max-width:820px;padding:30px 58px;background-color:var(--bg);animation:Modal_fadeIn__Oj_FH .3s ease-in-out}.Modal_controls__lJz__{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:15px}.Modal_close__1VTkN{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.Modal_content__PAI6v img{width:100%;height:auto;max-width:100%;border-radius:8px;margin-bottom:16px}.Modal_content__PAI6v h2{font-size:28px;line-height:32px;margin-bottom:16px}.Modal_content__PAI6v h3{font-size:22px;line-height:30px;margin:22px 0 14px}.Modal_content__PAI6v p a{color:var(--black);text-decoration:none;font-weight:500}.Modal_content__PAI6v p,.Modal_content__PAI6v ul li{font-size:16px;line-height:20px;color:var(--gray);margin:8px 0;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.Modal_content__PAI6v ul{padding-left:40px;margin:0}.Modal_content__PAI6v ul li{display:list-item}@media screen and (max-width:700px){.Modal_modal__JNobJ{padding:20px;max-width:100%;border-radius:0;height:100%;overflow-y:scroll}.Modal_overlay__2Sh3U{padding:0}}@keyframes Modal_fadeIn__Oj_FH{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Modal_overlay__2Sh3U{0%{opacity:0}to{opacity:1}}.player_wrap__PBjCa{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:48px}.player_wrap__PBjCa h3{color:var(--black);font-size:22px}.player_btn__4Il4h{background:none;border:none;cursor:pointer;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;user-select:none;opacity:1}.player_hide__6gMXY{transform:translateY(-100%);opacity:0}.player_btn__4Il4h:hover{opacity:.8}.player_btn__4Il4h:active{transform:scale(.95)}.player_volume___gdQx{display:flex;justify-content:center;align-items:center;gap:16px;flex-direction:column}.player_volume___gdQx span{color:var(--black);font-size:14px;font-weight:500}.player_volume___gdQx div{display:flex;justify-content:center;align-items:center;gap:12px}.player_range__xqFrs{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:200px;position:relative;opacity:.9;transition:opacity .2s}.player_volume___gdQx div img{opacity:.7;transition:opacity .2s}.player_volume___gdQx div:hover .player_range__xqFrs,.player_volume___gdQx div:hover img{opacity:1}.player_range__xqFrs:focus{outline:none}.player_range__xqFrs::-webkit-slider-runnable-track{background-color:var(--black);border-radius:.5rem;height:.5rem}.player_range__xqFrs::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-4px;background-color:var(--white);border-radius:.5rem;height:1rem;width:1rem}.player_range__xqFrs:focus::-webkit-slider-thumb{outline:3px solid var(--white);outline-offset:.125rem}.player_range__xqFrs::-moz-range-track{background-color:var(--black);border-radius:.5rem;height:.5rem}.player_range__xqFrs::-moz-range-thumb{background-color:var(--white);border:none;border-radius:.5rem;height:1rem;width:1rem}.player_range__xqFrs:focus::-moz-range-thumb{outline:3px solid var(--white);outline-offset:.125rem}.player_artist__l3_bB{text-align:center;margin-bottom:8px}.player_song__nJ229{text-align:center;color:var(--black)}.player_share__4_owi{gap:24px}.player_loader_container__oZa8E,.player_share__4_owi{display:flex;justify-content:center;align-items:center}.player_loader_container__oZa8E{width:100px;height:103px}.player_mini_player__B7lx2{position:fixed!important;top:0;left:0;right:0;width:100%;z-index:10;background:var(--accent);padding:20px;display:flex;align-items:center;gap:12px;transition:all .2s ease-in-out;min-width:0}.player_mini_player__B7lx2 h4,.player_mini_player__B7lx2 p{color:var(--black);font-size:18px;font-weight:500}.player_play_btn__F5Faa{background:var(--black);border:none;padding:8px;width:40px;height:40px;border-radius:50px;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.player_song__nJ229{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player_play_btn__F5Faa:active{transform:scale(.95)}.player_mini_player__B7lx2 div{display:flex;justify-content:center;align-items:center;gap:8px}.player_live__b9_YU{color:var(--red)!important}.player_circle__8m7lg{width:8px;height:8px;min-width:8px;border-radius:50%;background-color:var(--red);animation:player_blink__U0MOh 1s ease-in-out infinite}@keyframes player_blink__U0MOh{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media screen and (max-width:480px){.player_mini_player__B7lx2 h4{display:none}.player_mini_player__B7lx2 h4,.player_mini_player__B7lx2 p{font-size:14px}.player_play_btn__F5Faa{min-width:32px;width:32px;height:32px}.player_play_btn__F5Faa img{width:10px;height:10px}}@media screen and (max-width:420px){.player_mini_player__B7lx2{top:unset;bottom:0;border-top:1px solid var(--white)}.player_hide__6gMXY{transform:translateY(0);opacity:1}}.ScrollToTop_scrollToTop__b3S_Y{background:none;border:3px solid var(--accent);cursor:pointer;transform:rotate(270deg);position:fixed;bottom:10px;right:10px;z-index:1000;border-radius:50px;width:48px;height:48px;display:none;align-items:center;justify-content:center;animation:ScrollToTop_zoomIn__iv_fS .3s ease-in-out forwards}.ScrollToTop_is_visible__8_HLq{display:flex}@keyframes ScrollToTop_zoomIn__iv_fS{0%{transform:rotate(270deg) scale(0);opacity:0}to{transform:rotate(270deg) scale(1);opacity:1}}.events_news__K_But{display:flex;gap:16px;flex-wrap:wrap}.events_no_events__A4fGI{text-align:center;width:100%;font-weight:600;font-size:20px}.PageTitle_text_block__cvi_R{max-width:600px;margin:28px auto}.PageTitle_text_block__cvi_R h1{text-align:center}.PageTitle_album__yIoty p,.PageTitle_text_block__cvi_R p{margin-top:24px;text-align:center;font-size:20px;color:var(--secondary-text)}.schedule_scheduleContainer__56b7i{padding:20px}.schedule_daySchedule__IEDlQ{flex:1 1;width:100%;background-color:#ffffff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px;min-width:430px}.schedule_dayTitle__7AnES{font-size:24px;font-weight:700;margin-bottom:24px;color:#333333}.schedule_programItem__g1pDx{display:flex;justify-content:space-between;margin-top:12px;border-bottom:1px solid #e0e0e0;padding:12px}.schedule_programItem__g1pDx:last-child{border-bottom:none}.schedule_programDetails__Oox8b{max-width:700px;width:100%}.schedule_programTime__KwxkU{font-size:18px;font-weight:500;color:#34495e}.schedule_programTitle__VAuE9{text-align:right;font-size:20px;font-weight:600;color:#2c3e50}.schedule_programDescription__0VGOU{text-align:right;font-size:16px;color:#7f8c8d;margin-top:5px}.schedule_day_list__kFWtq{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:20px;justify-content:center}.schedule_day_button__Rp64l{color:var(--black);font-size:24px;font-weight:600;text-decoration:none;background-color:transparent;border:none;cursor:pointer;padding:5px 10px;border-radius:12px}.schedule_to_be_updated__tATXV{margin-top:24px;width:100%;text-align:center}.schedule_schedule_items__8koud{max-width:600px;margin:48px auto;max-height:400px;column-count:2;column-gap:24px}.schedule_schedule_item__gneHu{display:flex;gap:8px;margin-bottom:12px}.schedule_schedule_item__gneHu h3,.schedule_schedule_item__gneHu p{margin:0;font-size:18px}.schedule_day_link_active__ghTzp{background-color:var(--accent-active)!important}@media screen and (max-width:550px){.schedule_day_list__kFWtq{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.schedule_day_list__kFWtq::-webkit-scrollbar{display:none}.schedule_day_button__Rp64l{color:var(--black);font-size:18px;text-decoration:none;background-color:var(--accent);padding:8px 16px;border-radius:8px}.schedule_programItem__g1pDx{flex-direction:column;align-items:flex-start;gap:12px;padding:4px}.schedule_programDescription__0VGOU,.schedule_programTitle__VAuE9{text-align:left}.schedule_daySchedule__IEDlQ{flex:unset;padding:12px;width:100%;min-width:unset}.schedule_scheduleContainer__56b7i{padding:0}}@media screen and (max-width:450px){.schedule_schedule_items__8koud{column-count:unset;max-height:unset}}.RelevantSlider_image___LDWL{object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;touch-action:none;border-radius:12px;height:auto;max-width:420px}.RelevantSlider_wrap__od7DO::-webkit-scrollbar{display:none}.RelevantSlider_wrap__od7DO{margin:32px 0;display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start;padding:0 var(--safe-zone);overflow-x:auto;-webkit-scrollbar-width:none;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-snap-type:x mandatory;scroll-padding:0 var(--safe-zone);scroll-snap-points-x:repeat(100%)}@media screen and (max-width:440px){.RelevantSlider_image___LDWL{max-width:350px;height:auto}}.Card_body__Strcr{min-width:360px;width:100%;height:450px;padding:20px;border-radius:16px;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;font-size:40px;font-weight:800;cursor:pointer}.Card_white__zhTFF{color:var(--white)}.Card_black__HLsr3{color:var(--black)}.Card_bottom_block__dKjVe{display:flex;justify-content:flex-end;align-items:center;width:100%}.Card_bottom_block__dKjVe button{display:flex;justify-content:center;align-items:center;background:none;border:none}.Card_grabbing__IRY0R{cursor:-webkit-grabbing;cursor:grabbing}@media screen and (max-width:768px){.Card_body__Strcr{font-size:28px}}@media screen and (max-width:480px){.Card_body__Strcr{font-size:24px;min-width:300px;height:350px;background-position:50%!important}.Card_bottom_block__dKjVe img{width:48px;height:48px}}