@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap";.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{border:none;color:var(--color-text);cursor:auto;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]{bottom:0;left:0;margin:0;position:fixed;width:100%}.shk[data-fixed-type=fixed][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-seeking] .shk-player{cursor:grabbing}.shk button{font-family:inherit}.shk-player{background:var(--background-body);border-radius:2px;box-sizing:border-box;height:120px;position:relative;z-index:10}.shk-body{align-items:stretch;display:flex;flex-flow:row nowrap;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.shk-cover{background-repeat:no-repeat;background-size:cover;flex:0 0 auto;height:80px;margin-right:16px;width:80px}.shk-main{display:flex;flex-grow:1;flex-wrap:nowrap;justify-content:flex-start;position:relative}.shk-text{overflow:hidden}.shk-artist,.shk-title{margin:auto;white-space:nowrap}.shk-artist{color:var(--color-artist);font-weight:500;text-overflow:clip}.shk-title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg, transparent, #202124 5%, #202124 95%, transparent);mask-image:linear-gradient(90deg, transparent, #202124 5%, #202124 95%, transparent)}.shk-title_inner{display:inline-flex;overflow:visible}.shk-title_wrap[data-overflow] .shk-title_inner{animation-duration:inherit;box-sizing:border-box;padding:0 3%;white-space:nowrap}.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:marquee linear infinite;animation-duration:inherit;padding-right:60px}.shk-btn{fill:currentColor;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:none;box-sizing:content-box;color:var(--color-button);cursor:pointer;font-size:1em;line-height:normal;padding:10px;position:relative}.shk-btn:disabled{color:var(--color-button-disabled);cursor:not-allowed}.shk-btn:after{background:var(--color-button-active-background);border-radius:50%;content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%, -50%);transition:opacity 1s cubic-bezier(0, 0, 0.2, 1),visibility 1s linear;visibility:hidden;width:100%;z-index:-1}.shk-btn:not(:disabled):active:after{opacity:1;visibility:visible}a.shk-btn:visited{color:var(--color-button)}.shk-btn svg{height:24px;vertical-align:middle;width:24px}.shk-controls{flex:0 0 auto;margin:0 auto;position:relative;width:280px}.shk-controls .shk-btn{border-radius:100%}.shk-controls>div{align-items:center;display:flex;flex-flow:row nowrap}.shk-controls_basic{justify-content:space-between}.shk-controls_extra{background:var(--background-body);bottom:0;height:100%;justify-content:flex-end;margin-right:44px;opacity:0;overflow:hidden;padding-right:0 8px;position:absolute;right:0;transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s;visibility:hidden;white-space:nowrap;width:0;z-index:10}.shk[data-extra] .shk-controls_extra{opacity:1;transition:width .2s ease-in-out,opacity .1s linear;visibility:visible;width:calc(100% - 44px)}.shk[data-extra] .shk-controls_extra .shk-btn{display:inline-block}.shk-btn_toggle svg{height:32px;width: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{font-size:.86em;font-weight:400;height:44px;padding:0;width:44px}.shk-btn_more{position:relative;transform:none;transition:transform .2s .1s;z-index:11}.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;position:relative;z-index:1}.shk-bar{background:var(--background-body);box-sizing:border-box;height:4px;position:relative;width:100%}.shk-bar_loaded,.shk-bar_played{bottom:0;left:0;position:absolute;top:0;transition:width .1s ease-in;width: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);border:0;border-radius:20px;box-sizing:content-box;cursor:grab;height:20px;padding:0;position:absolute;right:-10px;width:20px}.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);display:none;vertical-align:middle}.shk[data-loading] .shk-loader{display:inline-block}.shk-loader svg{animation:rotate 1.4s linear infinite;height:12px;position:relative;width:12px}.shk-visuallyhidden:not(:focus):not(:active){clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.shk-time{color:var(--color-time);display:inline-block;font-size:.8em;font-weight:300;vertical-align:middle}.shk .shk-live{align-items:center;color:var(--color-live-text);display:none;font-family:sans-serif;font-size:.8em;text-transform:uppercase}.shk .shk-live:before{background:var(--color-live-symbol);border-radius:50%;content:"";height:.5em;margin-right:2px;width:.5em}.shk-icons,.shk[data-live] .shk-bar,.shk[data-live] .shk-time{display:none}.shk[data-live] .shk-live{display:inline-flex}@media(min-width: 641px){.shk-player{box-shadow:var(--shadow-body);margin-top:4px;padding:20px 16px}.shk-main{align-items:flex-end;flex-direction:row;max-width:calc(100% - 96px);padding:10px 0}.shk-text{flex:2 1 auto}.shk-bar_wrap{left:0;padding:4px 0 16px;position:absolute;right:0;top:-4px}.shk-bar{transition:height .15s ease-in}.shk-bar_wrap:hover .shk-bar{height:10px}.shk-bar-handle{border:4px solid rgba(0,0,0,0);box-shadow:var(--shadow-handle);top:-9.5px;transform:scale(0.0001);transition:all .1s ease-in}.shk-bar-handle.focus-visible,.shk-bar_wrap:hover .shk-bar-handle:not(:disabled){border-color:#fff;transform:scale(0.8)}.shk-display{right:8px;top:-6px}.shk-loader{margin-right:4px}.shk-time_duration:before{content:"/";margin:0 4px}}@media(max-width: 640px){.shk-player{box-shadow:var(--shadow-body-mobile);padding:5px 16px}.shk[data-fixed-type=auto]{bottom:0;left:0;position:fixed;width:100%}.shk[data-fixed-type=auto][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-live] .shk-bar_wrap{height:4px}.shk-cover{display:none}.shk-main{align-items:center;flex-direction:column;max-width:none;padding:0;width:100%}.shk-text{flex:0 0 auto;text-align:center;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{left:0;right:0;top:-16px}.shk-loader{left:-10px;position:absolute;top:-5px}.shk-time{display:flex;flex-flow:row nowrap;font-size:.7em;justify-content:space-between;line-height:1;margin:0 5px}.shk-time_now{text-align:right;width:40px}.shk-time_duration{text-align:left;width:40px}.shk-live{position:absolute;right:0;top: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);border:1px solid rgba(0,41,37,.05);border-radius:2px;bottom:0;box-shadow:0 0 10px rgba(0,41,37,.0705882353);box-sizing:border-box;height:0;left:20px;margin:0 auto;opacity:0;overflow:hidden;position:absolute;right:20px;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear,visibility .1s .2s;visibility:hidden;z-index:0}.shk[data-show-chapter] .shk-chapter{bottom:120px;height:340px;opacity:1;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear;visibility:visible}.shk-btn_close{fill:var(--color-primary);font-size:0;position:absolute;right:4px;top:4px}.shk-btn .shk-icon_close{height:16px;width:16px}.shk-chapter_main{box-sizing:border-box;height:calc(100% - 60px);margin:40px 0 20px;-webkit-mask-image:linear-gradient(180deg, transparent, #202124 5%, #202124 95%, transparent);mask-image:linear-gradient(180deg, transparent, #202124 5%, #202124 95%, transparent);overflow-x:hidden;overflow-y:scroll;padding:0 40px;scroll-behavior:smooth}.shk-chapter_list{box-sizing:border-box;list-style:none;margin:10px 0 0;padding:0}.shk-chapter_item{margin:5px 0}.shk-chapter .shk-chapter_btn{align-items:center;box-sizing:border-box;color:var(--color-text);display:flex;flex-flow:row nowrap;justify-content:flex-start;overflow:hidden;width:100%}.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;height:12px;width: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{animation:stretch 1s ease-in-out infinite;background:currentColor;color:currentColor;display:none;height:5px;left:4px;top:6px;width:3px}.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:-0.16s;left:-4px}.shk-icon_playing:after{left:4px}.shk-icon_triangle{align-items:flex-start;display:flex;flex-shrink:0}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_triangle{display:none}.shk-icon_triangle svg{fill:currentColor;height:12px;width:12px}.shk-chapter_duration{color:var(--color-secondary);flex-shrink:0;font-weight:200;margin:0 5%;min-width:60px;text-align:left}.shk-chapter_title_wrap{flex-grow:1;overflow:hidden;white-space:nowrap}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg, transparent, #202124 2%, #202124 98%, transparent);mask-image:linear-gradient(90deg, transparent, #202124 2%, #202124 98%, transparent)}.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);overflow:hidden;text-align:left;text-overflow:ellipsis}.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:marquee linear infinite;animation-duration:inherit;color:currentColor;padding-right:60px}@media(max-width: 640px){.shk-chapter{left:10px;right:10px}.shk-chapter_main{padding:0 10px}}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Demi.eot");src:local("ITC Franklin Gothic Std Demi"),local("ITCFranklinGothicStd-Demi"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Demi.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Demi.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Demi.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Demi.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCd.eot");src:local("ITC Franklin Gothic Std Book Condensed"),local("ITCFranklinGothicStd-BkCd"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCd.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCd.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCd.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCd.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCpIt.eot");src:local("ITC Franklin Gothic Std Book Compressed Italic"),local("ITCFranklinGothicStd-BkCpIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCpIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCpIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCpIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCpIt.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCdIt.eot");src:local("ITC Franklin Gothic Std Demi Condensed Italic"),local("ITCFranklinGothicStd-DmCdIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCdIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCdIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCdIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCdIt.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BookIt.eot");src:local("ITC Franklin Gothic Std Book Italic"),local("ITCFranklinGothicStd-BookIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BookIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BookIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BookIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BookIt.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCp.eot");src:local("ITC Franklin Gothic Std Demi Compressed"),local("ITCFranklinGothicStd-DmCp"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCp.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCp.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCp.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCp.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCd.eot");src:local("ITC Franklin Gothic Std Demi Condensed"),local("ITCFranklinGothicStd-DmCd"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCd.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCd.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCd.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCd.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Standard Book";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Book.eot");src:local("ITC Franklin Gothic Std Book"),local("ITCFranklinGothicStd-Book"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Book.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Book.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Book.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DemiIt.eot");src:local("ITC Franklin Gothic Std Demi Italic"),local("ITCFranklinGothicStd-DemiIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DemiIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DemiIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DemiIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DemiIt.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCdIt.eot");src:local("ITC Franklin Gothic Std Book Condensed Italic"),local("ITCFranklinGothicStd-BkCdIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCdIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCdIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCdIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCdIt.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCp.eot");src:local("ITC Franklin Gothic Std Book Compressed"),local("ITCFranklinGothicStd-BkCp"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCp.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCp.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCp.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkCp.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkXCp.eot");src:local("ITC Franklin Gothic Std Book Extra Compressed"),local("ITCFranklinGothicStd-BkXCp"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkXCp.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkXCp.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkXCp.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-BkXCp.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Med.eot");src:local("ITC Franklin Gothic Std Medium"),local("ITCFranklinGothicStd-Med"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Med.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Med.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Med.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Med.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Standard Heavy";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Hvy.eot");src:local("ITC Franklin Gothic Std Heavy"),local("ITCFranklinGothicStd-Hvy"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Hvy.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Hvy.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Hvy.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-Hvy.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmXCp.eot");src:local("ITC Franklin Gothic Std Demi Extra Compressed"),local("ITCFranklinGothicStd-DmXCp"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmXCp.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmXCp.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmXCp.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmXCp.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCpIt.eot");src:local("ITC Franklin Gothic Std Demi Compressed Italic"),local("ITCFranklinGothicStd-DmCpIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCpIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCpIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCpIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-DmCpIt.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MedIt.eot");src:local("ITC Franklin Gothic Std Medium Italic"),local("ITCFranklinGothicStd-MedIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MedIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MedIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MedIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MedIt.ttf") format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-HvyIt.eot");src:local("ITC Franklin Gothic Std Heavy Italic"),local("ITCFranklinGothicStd-HvyIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-HvyIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-HvyIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-HvyIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-HvyIt.ttf") format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCdIt.eot");src:local("ITC Franklin Gothic Std Medium Condensed Italic"),local("ITCFranklinGothicStd-MdCdIt"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCdIt.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCdIt.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCdIt.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCdIt.ttf") format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"ITC Franklin Gothic Std";src:url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCd.eot");src:local("ITC Franklin Gothic Std Medium Condensed"),local("ITCFranklinGothicStd-MdCd"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCd.eot?#iefix") format("embedded-opentype"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCd.woff2") format("woff2"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCd.woff") format("woff"),url("../fonts/itc-franklin-gothic/ITCFranklinGothicStd-MdCd.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Spike;src:url("../fonts/vtc-spike/variable/VTCSpikeVF.woff2") format("woff2"),url("../fonts/vtc-spike/variable/VTCSpikeVF.woff") format("woff")}#playlist{margin:40px auto;padding:0;margin-right:80px;font-size:16px}@media(max-width: 1080px),(orientation: portrait){#playlist{margin-right:0px}}#playlist .podcast-item{align-items:center;padding:16px 0;border-top:#222 1px solid;border-bottom:#222 1px solid;line-height:1em;margin-top:-1px}#playlist .podcast-item>.podcast-details{display:inline-grid;grid-template-columns:72px auto;width:100%;gap:16px;align-items:flex-start;justify-content:stretch;color:#f8f8ff}@media(max-width: 1080px),(orientation: portrait){#playlist .podcast-item>.podcast-details{grid-template-columns:72px auto}}#playlist .podcast-item>.podcast-details>.podcast-image{width:100%;height:auto}#playlist .podcast-item>.podcast-details>p{margin:5px 0}.play-button{width:32px;height:32px;background-color:#ceff00;border:2px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.play-button::before,.play-button::after{content:"";position:absolute;transition:all .3s}.play-button::before{width:0;height:0;left:10px;border-left:10px solid #000;border-top:7px solid rgba(0,0,0,0);border-bottom:7px solid rgba(0,0,0,0)}.play-button.pause::before,.play-button.pause::after{width:4px;height:14px;background-color:#000}.play-button.pause::before{border:none;left:30%}.play-button.pause::after{content:"";border:none;right:30%}.audio-player{width:100%;position:fixed;bottom:0;left:99vw;padding:24px 40px;box-shadow:0 -1px 5px rgba(0,0,0,.1);display:flex;align-items:center;font-size:12px;background-color:rgba(0,0,0,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff}.audio-controls{display:inline-grid;grid-template-columns:44px calc(100% - 80px - 164px) 120px;align-items:center;width:100%}div.time{text-align:right}#durationTime{display:none}*{position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;margin:0;padding:0;background-color:#000;background-image:linear-gradient(23deg, #111111, #000000);background-attachment:fixed;color:#f8f8ff;overflow:hidden}html>body{position:absolute;font-family:"Libre Franklin",sans-serif;font-size:16pt;font-weight:200;top:0;bottom:0;left:0;right:0;width:100%;height:100%;margin:0;padding:0;overflow:auto}html>body>main{position:absolute;width:100%}html>body>main>nav{position:fixed;z-index:100;left:0;top:0;width:30vw;font-family:Spike;font-weight:700;font-size:clamp(32pt,4vw,56pt);opacity:0;animation:fadeIn .3s 1s ease-out forwards}@media(max-width: 1080px),(orientation: portrait){html>body>main>nav{background:linear-gradient(to bottom, black, transparent);right:0;width:100vw;height:160px;font-size:32pt;transition:opacity .5s ease;pointer-events:none;z-index:10}}@media(max-width: 1080px),(orientation: portrait){html>body>main>nav>section{height:160px;-webkit-mask:linear-gradient(black, black, transparent);mask:linear-gradient(black, black, transparent);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px)}}html>body>main>nav>section>menu{padding:80px 0 0 80px;margin:0}@media(max-width: 1080px),(orientation: portrait){html>body>main>nav>section>menu{padding-top:40px;padding-left:0;pointer-events:all;display:flex;gap:0px;overflow:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;z-index:100;z-index:10;height:56px;z-index:fixed}html>body>main>nav>section>menu::-webkit-scrollbar{display:none}}html>body>main>nav>section>menu a{line-height:1.2em;letter-spacing:.1rem;display:block;z-index:20;pointer-events:all;text-decoration:none;color:#a9a9a9;transition:.1s color;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(max-width: 1080px),(orientation: portrait){html>body>main>nav>section>menu a{padding:0 0 0 40px}html>body>main>nav>section>menu a:last-child{padding-right:40px}}html>body>main>nav>section>menu a:link{text-decoration:none}html>body>main>nav>section>menu a.inactive{text-decoration:none}html>body>main>nav>section>menu a.active{color:#f8f8ff;text-decoration:none}@media(hover: hover)and (pointer: fine){html>body>main>nav>section>menu a:hover,html>body>main>nav>section>menu a:active,html>body>main>nav>section>menu a:focus{text-decoration:underline}}html>body>main>nav::after{animation:none}html>body>main>article{overflow:visible;transition:opacity .2s ease;opacity:0;margin:0 0 0 35vw;width:65vw;font-size:clamp(13pt,.8vw,19pt);line-height:clamp(24pt,1.8vw,1.8vw)}@media(max-width: 1080px),(orientation: portrait){html>body>main>article{margin:188px 0 0 0;width:auto}}html>body>main>article.show{opacity:1}html>body>main>article>section{margin:80px auto 184px auto;opacity:0;animation:fadeIn .3s 1s ease-out forwards}@media(max-width: 1080px),(orientation: portrait){html>body>main>article>section{margin-left:40px;margin-right:40px}}html>body>main>article>section h1{font-family:"ITC Franklin Gothic Standard Heavy";font-size:clamp(24pt,2vw,40pt);font-weight:900;line-height:2rem;margin-bottom:0}html>body>main>article>section h2{font-family:"ITC Franklin Gothic Standard Heavy";font-size:clamp(12pt,1.5vw,16pt);font-weight:700;line-height:2rem}html>body>main>article>section h2~h1{line-height:1rem}html>body>main>article>section>figure{padding:0;margin:0;overflow:visible;display:flex}@media(max-width: 1080px),(orientation: portrait){html>body>main>article>section>figure{display:block}}html>body>main>article>section>figure img{width:30vw;height:auto}html>body>main>article>section>figure img.cover{display:inline-block;-o-object-fit:contain;object-fit:contain;background-color:#000;width:30vw;height:30vw;box-shadow:0 0 8vw #282828,-10px 0 80px rgba(123,0,123,.5),10px 0 80px rgba(0,145,145,.5)}@media(max-width: 1080px),(orientation: portrait){html>body>main>article>section>figure img.cover{width:100%;height:auto;max-width:560px}}html>body>main>article>section>figure figcaption{width:25vw;display:inline-block;margin-left:5vw;margin-right:5vw}@media(max-width: 1080px),(orientation: portrait){html>body>main>article>section>figure figcaption{width:100%;margin-left:0vw}}html>body>main>article>section>div.listen{margin-top:40px;clear:both}html>body>main>article>section::after{animation:none}html>body>main>aside{position:fixed;z-index:200;right:0;top:0;width:6%;position:relative;left:0;width:auto;padding:80px;opacity:0;animation:fadeIn .3s 2s ease-out forwards;margin-bottom:188px}@media(max-width: 1080px),(orientation: portrait){html>body>main>aside{padding:40px}}html>body>main>aside::after{animation:none}html>body>footer{z-index:200}.podcast-player{position:fixed;bottom:0;left:0;right:0}#audio-player{background-color:#333;color:#fff;padding:10px;z-index:9999}div.cover{position:relative;width:200px;height:200px;background-color:#000;overflow:hidden}div.cover::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg, rgba(255, 0, 255, 0.5), rgba(0, 255, 255, 0.5), rgba(0, 255, 0, 0.5), rgba(255, 255, 0, 0.5), rgba(255, 0, 0, 0.5), rgba(255, 0, 255, 0.5));background-size:800% 800%;opacity:.6;z-index:-1;animation:iridescent-glow 8s ease-in-out infinite;pointer-events:none}@keyframes iridescent-glow{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeIn{to{opacity:1}}@media(max-width: 1080px){main{grid-template-columns:auto}main>nav{position:fixed}main>article{overflow:unset}main>aside{position:fixed;bottom:120px}}skew-dark-copilot{position:absolute;top:-1%;right:0px;bottom:0px;z-index:2;width:100%;height:auto;background-position:0px 0px,0px 0px;background-size:40px,auto;background-attachment:scroll,scroll;transform:skew(0deg, -5deg)}.shk{--color-theme: #222;--color-primary: ghostwhite;--background-body:	#000000;--color-title: ghostwhite;--color-opac: rgba(0,0,0,0.5);--color-secondary: #555;--color-text: ghostwhite;--color-handle-shadow-mobile: #141414;--color-shadow: #141414;--color-button: ghostwhite;--color-handle: ghostwhite;--color-bar-played: linear-gradient(to left, red, transparent);--color-bar-loaded: rgba(0, 0, 0);--shadow-handle-mobile: #000}.shk .shk-controls_extra{display:none}.shk .shk-btn_more{display:none;opacity:0}@media(max-width: 640px){.shk .shk-btn_more{display:block}}.shk .shk-player{background-color:rgba(0,0,0,.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);color:#f8f8ff}@media(max-width: 640px){.shk .shk-player{padding:16px;margin:16px;border-radius:16px;height:174px}}@media(max-width: 640px){.shk .shk-player .shk-text{padding-top:16px;padding-bottom:16px}}/*# sourceMappingURL=style.min.css.map */