.shk{--color-primary:#0d6efd;--color-opac:#b9b9b94d;--color-theme:#fff;--color-secondary:#767676;--color-text:#333;--color-shadow:#b9b6b680;--color-handle-shadow-mobile:#b9b6b6;--background-body:var(--color-theme);--color-title:var(--color-text);--color-artist:var(--color-secondary);--color-button:var(--color-primary);--color-button-disabled:var(--color-opac);--color-button-active-background:var(--color-opac);--color-handle:var(--color-primary);--color-handle-disabled:#b9b9b9;--color-bar-loaded:var(--color-opac);--color-bar-played:var(--color-primary);--color-time:var(--color-secondary);--color-spinner:var(--color-primary);--color-live-symbol:var(--color-primary);--color-live-text:var(--color-primary);--shadow-body:2px 2px 8px -2px var(--color-shadow);--shadow-body-mobile:0 -2px 6px -2px var(--color-shadow);--shadow-handle:0px 2px 10px 2px var(--color-shadow);--shadow-handle-mobile:2px 2px 8px -2px var(--color-handle-shadow-mobile)}.shk[data-theme=dark]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#f8f9fa;--color-handle-shadow-mobile:#141414;--color-shadow:#14141480}@media (prefers-color-scheme:dark){.shk[data-theme=auto]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#fff;--color-handle-shadow-mobile:#141414;--color-shadow:#14141480}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.shk{color:var(--color-text);cursor:auto;border:none;font-family:inherit;font-size:16px;font-weight:400;line-height:1.42;position:relative}.js-focus-visible :focus:not(.focus-visible),.js-focus-visible:focus:not(.focus-visible){outline:none}.shk[data-fixed-type=fixed]{width:100%;margin:0;position:fixed;bottom:0;left:0}.shk[data-fixed-type=fixed][data-fixed-pos=top]{top:0;bottom:auto}.shk[data-seeking] .shk-player{cursor:grabbing}.shk button{font-family:inherit}.shk-player{background:var(--background-body);box-sizing:border-box;z-index:10;border-radius:2px;height:120px;position:relative}.shk-body{-webkit-user-select:none;user-select:none;flex-flow:row;align-items:stretch;width:100%;display:flex;position:relative}.shk-cover{background-repeat:no-repeat;background-size:cover;flex:none;width:80px;height:80px;margin-right:16px}.shk-main{flex-wrap:nowrap;flex-grow:1;justify-content:flex-start;display:flex;position:relative}.shk-text{overflow:hidden}.shk-artist,.shk-title{white-space:nowrap;margin:auto}.shk-artist{color:var(--color-artist);text-overflow:clip;font-weight:500}.shk-title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg,#0000,#202124 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#202124 5% 95%,#0000)}.shk-title_inner{display:inline-flex;overflow:visible}.shk-title_wrap[data-overflow] .shk-title_inner{animation-duration:inherit;box-sizing:border-box;white-space:nowrap;padding:0 3%}.shk-title_wrap[data-overflow] .shk-title_inner:after{content:attr(data-title);display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{color:var(--color-title);font-size:1.33em;font-weight:300}.shk-title_wrap[data-overflow] .shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{animation:linear infinite marquee;animation-duration:inherit;padding-right:60px}.shk-btn{fill:currentColor;appearance:none;box-sizing:content-box;color:var(--color-button);cursor:pointer;background:0 0;border:none;padding:10px;font-size:1em;line-height:normal;position:relative}.shk-btn:disabled{color:var(--color-button-disabled);cursor:not-allowed}.shk-btn:after{background:var(--color-button-active-background);content:"";opacity:0;pointer-events:none;visibility:hidden;z-index:-1;border-radius:50%;width:100%;height:100%;transition:opacity 1s cubic-bezier(0,0,.2,1),visibility 1s linear;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shk-btn:not(:disabled):active:after{opacity:1;visibility:visible}a.shk-btn:visited{color:var(--color-button)}.shk-btn svg{vertical-align:middle;width:24px;height:24px}.shk-controls{flex:none;width:280px;margin:0 auto;position:relative}.shk-controls .shk-btn{border-radius:100%}.shk-controls>div{flex-flow:row;align-items:center;display:flex}.shk-controls_basic{justify-content:space-between}.shk-controls_extra{background:var(--background-body);opacity:0;height:100%;padding-right:0 8px;visibility:hidden;white-space:nowrap;z-index:10;justify-content:flex-end;width:0;margin-right:44px;transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s;position:absolute;bottom:0;right:0;overflow:hidden}.shk[data-extra] .shk-controls_extra{opacity:1;visibility:visible;width:calc(100% - 44px);transition:width .2s ease-in-out,opacity .1s linear}.shk[data-extra] .shk-controls_extra .shk-btn{display:inline-block}.shk-btn_toggle svg{width:32px;height:32px}.shk[data-play=paused] .shk-btn_play,.shk[data-play=playing] .shk-btn_pause{display:inline}.shk[data-play=paused] .shk-btn_pause,.shk[data-play=playing] .shk-btn_play{display:none}.shk-btn_speed{width:44px;height:44px;padding:0;font-size:.86em;font-weight:400}.shk-btn_more{z-index:11;transition:transform .2s .1s;position:relative;transform:none}.shk[data-extra] .shk-btn_more{transform:rotate(90deg)}.shk[data-mute] svg.shk-btn_mute,svg.shk-btn_unmute{display:inline-block}.shk[data-mute] svg.shk-btn_unmute,svg.shk-btn_mute{display:none}.shk-bar_wrap{cursor:pointer;z-index:1;position:relative}.shk-bar{background:var(--background-body);box-sizing:border-box;width:100%;height:4px;position:relative}.shk-bar_loaded,.shk-bar_played{width:0;transition:width .1s ease-in;position:absolute;top:0;bottom:0;left:0}.shk-bar_loaded{background:var(--color-bar-loaded)}.shk-bar_played{background:var(--color-bar-played)}.shk[data-seeking] .shk-bar_played{transition:none}.shk-bar-handle{background:var(--color-handle);box-sizing:content-box;cursor:grab;border:0;border-radius:20px;width:20px;height:20px;padding:0;position:absolute;right:-10px}.shk-bar-handle:disabled{background-color:var(--color-handle-disabled);box-shadow:none;cursor:not-allowed}.shk-bar-handle:active{cursor:grabbing}.shk-display{position:absolute}.shk-loader{color:var(--color-spinner);vertical-align:middle;display:none}.shk[data-loading] .shk-loader{display:inline-block}.shk-loader svg{width:12px;height:12px;animation:1.4s linear infinite rotate;position:relative}.shk-visuallyhidden:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(100%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shk-time{color:var(--color-time);vertical-align:middle;font-size:.8em;font-weight:300;display:inline-block}.shk .shk-live{color:var(--color-live-text);text-transform:uppercase;align-items:center;font-family:sans-serif;font-size:.8em;display:none}.shk .shk-live:before{background:var(--color-live-symbol);content:"";border-radius:50%;width:.5em;height:.5em;margin-right:2px}.shk-icons,.shk[data-live] .shk-bar,.shk[data-live] .shk-time{display:none}.shk[data-live] .shk-live{display:inline-flex}@media (width>=641px){.shk-player{box-shadow:var(--shadow-body);margin-top:4px;padding:20px 16px}.shk-main{flex-direction:row;align-items:flex-end;max-width:calc(100% - 96px);padding:10px 0}.shk-text{flex:2 auto}.shk-bar_wrap{padding:4px 0 16px;position:absolute;top:-4px;left:0;right:0}.shk-bar{transition:height .15s ease-in}.shk-bar_wrap:hover .shk-bar{height:10px}.shk-bar-handle{box-shadow:var(--shadow-handle);border:4px solid #0000;transition:all .1s ease-in;top:-9.5px;transform:scale(.0001)}.shk-bar-handle.focus-visible,.shk-bar_wrap:hover .shk-bar-handle:not(:disabled){border-color:#fff;transform:scale(.8)}.shk-display{top:-6px;right:8px}.shk-loader{margin-right:4px}.shk-time_duration:before{content:"/";margin:0 4px}}@media (width<=640px){.shk-player{box-shadow:var(--shadow-body-mobile);padding:5px 16px}.shk[data-fixed-type=auto]{width:100%;position:fixed;bottom:0;left:0}.shk[data-fixed-type=auto][data-fixed-pos=top]{top:0;bottom:auto}.shk[data-live] .shk-bar_wrap{height:4px}.shk-cover{display:none}.shk-main{flex-direction:column;align-items:center;width:100%;max-width:none;padding:0}.shk-text{text-align:center;flex:none;width:100%}.shk-artist_wrap{font-size:.8em;line-height:1.1}.shk-artist{display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:1em;line-height:1}.shk-bar_wrap{margin:0 60px;padding:8px 0}.shk-bar-handle{box-shadow:var(--shadow-handle-mobile);display:inline-block;top:-8px}.shk-bar{background:var(--color-opac);border-radius:2px}.shk-display{top:-16px;left:0;right:0}.shk-loader{position:absolute;top:-5px;left:-10px}.shk-time{flex-flow:row;justify-content:space-between;margin:0 5px;font-size:.7em;line-height:1;display:flex}.shk-time_now{text-align:right;width:40px}.shk-time_duration{text-align:left;width:40px}.shk-live{position:absolute;top:0;right:0}}@keyframes stretch{0%,to{box-shadow:0 0}50%{box-shadow:0 -5px}}.shk .shk-controls_extra .shk-btn.shk-btn_chapter{display:none}.shk[data-has-chapter] .shk-controls_extra .shk-btn.shk-btn_chapter{display:inline-block}.shk-chapter{background:var(--color-theme);box-sizing:border-box;opacity:0;visibility:hidden;z-index:0;border:1px solid #0029250d;border-radius:2px;height:0;margin:0 auto;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear,visibility .1s .2s;position:absolute;bottom:0;left:20px;right:20px;overflow:hidden;box-shadow:0 0 10px #00292512}.shk[data-show-chapter] .shk-chapter{opacity:1;visibility:visible;height:340px;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear;bottom:120px}.shk-btn_close{fill:var(--color-primary);font-size:0;position:absolute;top:4px;right:4px}.shk-btn .shk-icon_close{width:16px;height:16px}.shk-chapter_main{box-sizing:border-box;scroll-behavior:smooth;height:calc(100% - 60px);margin:40px 0 20px;padding:0 40px;overflow:hidden scroll;-webkit-mask-image:linear-gradient(#0000,#202124 5% 95%,#0000);mask-image:linear-gradient(#0000,#202124 5% 95%,#0000)}.shk-chapter_list{box-sizing:border-box;margin:10px 0 0;padding:0;list-style:none}.shk-chapter_item{margin:5px 0}.shk-chapter .shk-chapter_btn{box-sizing:border-box;color:var(--color-text);flex-flow:row;justify-content:flex-start;align-items:center;width:100%;display:flex;overflow:hidden}.shk-chapter .shk-chapter_btn:after{border-radius:2px}.shk-chapter_btn div{fill:currentColor;color:currentColor}.shk-chapter_item[data-active] .shk-chapter_btn div{color:var(--color-primary);font-weight:600}.shk-icon_chapter{flex-shrink:0;width:12px;height:12px}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing,.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:after,.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:before{display:block}.shk-icon_playing,.shk-icon_playing:after,.shk-icon_playing:before{color:currentColor;background:currentColor;width:3px;height:5px;animation:1s ease-in-out infinite stretch;display:none;top:6px;left:4px}.shk-icon_playing{animation-delay:.16s;position:relative}.shk-icon_playing:after,.shk-icon_playing:before{content:"";position:absolute;top:0}.shk-icon_playing:before{animation-delay:-.16s;left:-4px}.shk-icon_playing:after{left:4px}.shk-icon_triangle{flex-shrink:0;align-items:flex-start;display:flex}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_triangle{display:none}.shk-icon_triangle svg{fill:currentColor;width:12px;height:12px}.shk-chapter_duration{color:var(--color-secondary);text-align:left;flex-shrink:0;min-width:60px;margin:0 5%;font-weight:200}.shk-chapter_title_wrap{white-space:nowrap;flex-grow:1;overflow:hidden}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg,#0000,#202124 2% 98%,#0000);mask-image:linear-gradient(90deg,#0000,#202124 2% 98%,#0000)}.shk-chapter_title_inner{animation-duration:inherit;display:flex}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner{box-sizing:border-box;padding:0 3%}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after{content:attr(data-chapter);display:block}.shk-chapter_title{color:var(--color-text);text-align:left;text-overflow:ellipsis;overflow:hidden}.shk-chapter_item[data-active] .shk-chapter_title{overflow:visible}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title,.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after{animation:linear infinite marquee;animation-duration:inherit;color:currentColor;padding-right:60px}@media (width<=640px){.shk-chapter{left:10px;right:10px}.shk-chapter_main{padding:0 10px}}.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}
