.modal{position:absolute;top:.6rem;left:calc(10rem - 3px);width:calc(100% - 10rem + 3px - .6rem);height:100%;z-index:2;color:#363636;visibility:hidden;-webkit-transition:visibility .2s;transition:visibility .2s}.modal.modal--open{visibility:visible}.modal.modal--open .modal__body{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:.2s;transition-delay:.2s}.modal.modal--open .modal__backdrop{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.modal .modal__backdrop{background:rgba(0,0,0,.5);width:100%;height:100%;position:fixed;top:0;left:0;z-index:0;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transition-delay:0s;transition-delay:0s}.modal .modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.3rem;height:1rem;color:#7a7a7a}.modal .modal__body{padding:.6rem;height:calc(100% - 1.2rem);width:100%;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transition-delay:0s;transition-delay:0s;background:#fafafa;opacity:.9;-webkit-box-shadow:inset 0 0 0 1px #e0e0e0,inset 0 0 0 2px #fff;box-shadow:inset 0 0 0 1px #e0e0e0,inset 0 0 0 2px #fff;-webkit-transform:translateY(100%);transform:translateY(100%)}.modal .modal__content{overflow:auto;height:calc(100% - 1rem)}.modal .modal__close{color:#7a7a7a}.modal .header{text-transform:uppercase;font-weight:600;font-size:.75rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 1.2rem)}@media only screen and (max-width:450px){.modal{left:0;width:100%}}@media screen and (max-height:150px){.modal.modal--open{top:.2rem;left:100vh;width:calc(100% - 100vh);height:calc(100% - .2rem);max-height:100vh}}@media only screen and (max-height:150px) and (max-width:450px){.modal.modal--open{left:0;width:100%}}@media screen and (max-height:150px){.modal .modal__header{height:.6rem}.modal .modal__content{height:calc(100% - .9rem)}.modal .modal__body{padding:.3rem;height:100%}}@media screen and (max-height:70px){.modal .modal__header{height:0;margin:0}.modal .header{display:none}.modal .modal__close{position:absolute;right:.3rem;top:0}.modal .modal__content{height:100%;margin-right:.6rem}}@media screen and (min-height:220px){.large .modal.modal--open{top:16vh;left:20vw;width:60vw;height:60vh;min-height:160px}}@media only screen and (min-height:220px) and (max-width:580px){.large .modal.modal--open{left:.6rem;width:calc(100% - 1.2rem)}}.modal-video{top:unset;bottom:.6rem;left:0;right:0;margin-left:auto;margin-right:auto;max-height:200px;max-width:600px}.notes{color:#000;padding:0}.notes a,.notes a:visited{color:#0044a1;text-decoration:none}.notes a:hover{text-decoration:underline}.notes p{margin:.1rem 0 .3rem}.hasVBar .notes{padding-right:calc(.6rem + 10px)}.text-to-copy{width:100%;position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:3px;height:1.8rem}.text-to-copy .text-to-copy__input{color:#7a7a7a;border-width:0;height:100%;width:100%;padding:.4rem;padding-right:calc(50px + .4rem);margin:0;font-size:.625rem;text-align:center;overflow:hidden;resize:none}.text-to-copy .text-to-copy__button{background:#fff;border-left:1px solid #e0e0e0;position:absolute;right:0;height:calc(1.8rem - 2px);padding:.3rem;line-height:1rem;font-size:.75rem;font-weight:600;text-align:center;text-transform:uppercase;width:50px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.text-to-copy .text-to-copy__button:hover{background:#e0e0e0}.text-to-copy .text-to-copy__button.message{text-transform:none;border-left-width:0;width:100%}.text-to-copy.double-line{height:2.5rem}.text-to-copy.double-line .text-to-copy__button{height:calc(2.5rem - 2px);line-height:2rem}.embed{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.embed .embed__text{width:100%;margin-bottom:.6rem;text-align:center}.embed .embed__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:.75rem;font-weight:600}.embed .embed__back .fa-icon{font-size:1.25rem;margin-right:.3rem;position:relative;top:.075em;font-weight:inherit}@media only screen and (max-width:450px){.embed .embed__back .fa-icon{top:0}}@media screen and (max-height:150px){.embed{height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.embed .embed__text{width:80%;margin:0 .6rem}.embed .embed__back{margin:0 auto 0 0}}.checkbox__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1rem}.checkbox,.checkbox__wrapper label{cursor:pointer}.checkbox{position:relative;width:.8rem;height:.8rem;margin-right:.6rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.checkbox:before{content:"";position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;border:2px solid #e0e0e0;border-radius:3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.checkbox:checked:before{height:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-top-style:none;border-right-style:none;border-color:#467ac1}.modal--share{height:100%;overflow:hidden}.modal--share .modal--share__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:100%;padding:0 .6rem .6rem 0}.modal--share .modal--share__content>div{margin-top:.6rem}.modal--share .modal--share__content div:first-child{margin-top:0}.modal--share .share-icons{width:auto}.modal--share .share-icons,.modal--share .share-icons .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal--share .share-icons .icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:#4a4a4a;height:2rem;width:2rem;max-height:65vh;max-width:65vh;margin:0 .3rem;text-decoration:none;border-radius:3px}.modal--share .share-icons .icon.icon--facebook{background:#3b5998}.modal--share .share-icons .icon.icon--twitter{background:#4099ff}.modal--share .share-icons .icon.icon--linkedin{background:#007bb6}.modal--share .share-icons .icon .fa-icon{font-size:1rem;color:#fff}.modal--share .share-icons .icon:first-child{margin-left:0}.modal--share .share-icons .icon:last-child{margin-right:0}.modal--share .share-icons .icon:hover{opacity:.8}.modal--share .url{min-width:10.4rem}.modal--share .url textarea{white-space:nowrap}.modal--share .start-at{text-align:center;font-size:.75rem;margin:0 .6rem}@media screen and (max-height:150px){.modal--share .modal--share__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;height:calc(100vh - 2rem);padding:0}.modal--share .modal--share__content>div{margin-top:0}.modal--share .modal--share__content .url{width:calc(100% - 20.8rem)}}@media screen and (max-height:70px){.modal--share .modal--share__content{min-height:78vh}}.vue-slider-disabled .vue-slider-process{background-color:#a7a7a7}.vue-slider-disabled .vue-slider-dot-handle{border-color:#a7a7a7}.vue-slider-disabled .vue-slider-mark-step-active{-webkit-box-shadow:0 0 0 2px #a7a7a7;box-shadow:0 0 0 2px #a7a7a7}.vue-slider-rail{background-color:#f5f5f5;border-radius:15px;-webkit-transition:background-color .3s;transition:background-color .3s}.vue-slider:hover .vue-slider-rail{background-color:#e1e1e1}.vue-slider-process{background-color:#9cd5ff;border-radius:15px;-webkit-transition:background-color .3s;transition:background-color .3s}.vue-slider:hover .vue-slider-process{background-color:#69c0ff}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;-webkit-box-shadow:0 0 0 2px #e8e8e8;box-shadow:0 0 0 2px #e8e8e8;background-color:#fff}.vue-slider-mark-step-active{-webkit-box-shadow:0 0 0 2px #9cd5ff;box-shadow:0 0 0 2px #9cd5ff}.vue-slider:hover .vue-slider-mark-step-active{-webkit-box-shadow:0 0 0 2px #69c0ff;box-shadow:0 0 0 2px #69c0ff}.vue-slider-mark-label{font-size:12px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;border:2px solid #9cd5ff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:box-shadow .3s,border-color .3s;transition:box-shadow .3s,border-color .3s,-webkit-box-shadow .3s}.vue-slider:hover .vue-slider-dot-handle{border-color:#69c0ff}.vue-slider-dot-handle-focus{border-color:#36abff;-webkit-box-shadow:0 0 0 5px rgba(54,171,255,.2);box-shadow:0 0 0 5px rgba(54,171,255,.2)}.vue-slider-dot-handle:hover,.vue-slider:hover .vue-slider-dot-handle-focus,.vue-slider:hover .vue-slider-dot-handle:hover{border-color:#36abff}.vue-slider-dot-handle-disabled{cursor:not-allowed;border-color:#ddd!important}.vue-slider-dot-tooltip{opacity:0;visibility:hidden;-webkit-transition:all .3s;transition:all .3s}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:6px 8px;color:#fff;border-radius:5px;border-color:rgba(0,0,0,.75);background-color:rgba(0,0,0,.75);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;border-color:transparent;border-style:solid;border-width:5px;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after,.vue-slider-dot-tooltip-inner-top:after{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;border-color:transparent;border-style:solid;border-width:5px;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;border-color:transparent;border-style:solid;border-width:5px;border-left-color:inherit}.vue-slider-dot-tooltip-inner-left:after,.vue-slider-dot-tooltip-inner-right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-right:after{right:100%;border-color:transparent;border-style:solid;border-width:5px;border-right-color:inherit}.vue-slider-dot-tooltip-inner-top{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.vue-slider-dot-tooltip-inner-bottom{-webkit-transform-origin:50% 0;transform-origin:50% 0}.vue-slider-dot-tooltip-inner-left{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.vue-slider-dot-tooltip-inner-right{-webkit-transform-origin:0 50%;transform-origin:0 50%}.vue-slider-dot-tooltip-show,.vue-slider-dot:hover .vue-slider-dot-tooltip{opacity:1;visibility:visible}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner,.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner{-webkit-transform:scale(1);transform:scale(1)}.volume-modal{background:rgba(0,0,0,.7);color:#f5f5f5;position:absolute;top:0;right:-40px;height:100%;width:40px;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.volume-modal.open{right:0}.volume__value{padding-top:.3rem;font-size:.875rem;font-weight:600}.volume__button{color:#f5f5f5;font-size:1rem;width:1rem;text-align:left}.volume__button:hover{-webkit-animation:button-hover .6s;animation:button-hover .6s}.volume__slider{-ms-flex-preferred-size:60%;flex-basis:60%;margin-top:7px}.volume__slider:hover .vue-slider-rail{background-color:#b5b5b5}.volume__slider:hover .vue-slider-process{background-color:#f5f5f5}.volume__slider .vue-slider-rail{background-color:#b5b5b5}.volume__slider .vue-slider-process{background-color:#f5f5f5}.volume__slider .vue-slider-dot-handle{border:none}.slide-volume-enter,.slide-volume-leave-to{-webkit-transform:translate(40px);transform:translate(40px)}@media screen and (max-height:150px){.volume__button,.volume__value{display:none}.volume__slider{-ms-flex-preferred-size:100%;flex-basis:100%;padding:.6rem 0!important}}.chapter__item{position:absolute;bottom:-8px;text-align:center;border-radius:4px;padding:2px 4px;color:#fff;opacity:.8;background:#7a7a7a}.chapter__item.chapter__item--active,.chapter__item.chapter__item--active .chapter__btn{background:orange}.chapter__item .chapter__title{font-size:12px;line-height:1.2;font-weight:600;color:#fff;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter__item .chapter__title .icon{margin-right:5px}.chapter__item .chapter__title.chapter__title--link{padding-right:18px}.chapter__item .chapter__btn{font-size:18px;color:#fff;position:absolute;top:-3px;left:-12px;cursor:pointer;width:24px;height:24px;border-radius:50%;text-align:center;background:#7a7a7a}.chapter__item .chapter__btn.chapter__btn--right{left:auto;right:-12px}.chapter__item .chapter__link{position:absolute;top:2px;right:4px;font-size:12px;color:#fff}.chapter-menu{left:10%;width:80%}.chapter-menu .chapter__title{max-width:90%;margin:1px auto}.chapter-menu .chapter__progress{pointer-events:none;position:absolute;top:0;left:0;height:100%;opacity:.3;background:#fff}@media only screen and (min-width:915px){.chapter-menu{display:none}}.chapter-list{display:none}.chapter-list .chapter__item{cursor:pointer}@media only screen and (min-width:915px){.chapter-list{display:block}}@media screen and (max-height:150px){.chapter-list,.chapter-menu{display:none}}.chapter__notification{display:none;position:absolute;top:auto;right:auto;left:0;bottom:-42px;z-index:2;text-align:center;font-weight:600;font-size:12px;border-radius:4px;padding:2px 6px;color:#fff;background:rgba(39,39,39,.8)}@media screen and (max-height:150px){.chapter__notification{display:block;top:8px;right:2px;left:auto;bottom:auto;width:100px}}@media only screen and (min-width:915px){.chapter__notification{display:block}}.chapters.chapters--transcript .chapter__item{bottom:auto;top:18px}@media screen and (min-height:220px){.large .chapters.chapters--transcript .chapter__item{top:26px}}.dark-theme .chapter__notification{background:hsla(0,0%,78.4%,.8);color:#363636}@-webkit-keyframes pulse{0%{color:red}50%{color:#8b0000}to{color:red}}@keyframes pulse{0%{color:red}50%{color:#8b0000}to{color:red}}@-webkit-keyframes waveform{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}50%{-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@keyframes waveform{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}50%{-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@-webkit-keyframes grow{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(1.8);transform:scaleY(1.8)}}@keyframes grow{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(1.8);transform:scaleY(1.8)}}@-webkit-keyframes is-loading-audio{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes is-loading-audio{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@-webkit-keyframes button-hover{0%,to{-webkit-transform:translateY(0);transform:translateY(0);opacity:.7}50%{-webkit-transform:translateY(-1px);transform:translateY(-1px);opacity:1}}@keyframes button-hover{0%,to{-webkit-transform:translateY(0);transform:translateY(0);opacity:.7}50%{-webkit-transform:translateY(-1px);transform:translateY(-1px);opacity:1}}@-webkit-keyframes ellipsis{to{width:1.25em}}@keyframes ellipsis{to{width:1.25em}}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.fade-enter,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.slide-enter{-webkit-transform:translate(100%);transform:translate(100%);opacity:0}.slide-leave-to{-webkit-transform:translate(-100%);transform:translate(-100%);opacity:0}.slide-up-enter-active,.slide-up-leave-active{-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.slide-up-leave-to{-webkit-transform:translateY(-18px);transform:translateY(-18px);opacity:.5}.transcript{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.transcript .line{font-size:14px;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.transcript .line.active{font-weight:700}.transcript .line .played{color:#0044a1}.transcript .line .played,.transcript__main{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.transcript__main{width:100%;font-size:14px;line-height:1.2;max-height:17.8px;overflow:hidden;white-space:normal;display:inline-block;vertical-align:middle;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow-wrap:break-word;text-align:center}@media screen and (max-height:220px) and (min-height:181px){.transcript__main{font-size:14px;line-height:1.2;max-height:34.6px;overflow:hidden;white-space:normal;display:inline-block;vertical-align:middle;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:break-word}}.transcript__modal{position:fixed;display:none}.transcript__modal .line{font-size:13px;text-align:center}.transcript__loader{font-size:18px}.transcript__loader:after{overflow:hidden;display:inline-block;-webkit-animation:ellipsis steps(4) 1.2s infinite;animation:ellipsis steps(4) 1.2s infinite;content:"\2026";width:0}@media screen and (min-height:220px){.large .transcript{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-height:220px) and (min-height:500px){.large .transcript__main{font-size:14px;line-height:1.2;max-height:34.6px;overflow:hidden;white-space:normal;display:inline-block;vertical-align:middle;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:break-word}}.dark-theme .transcript{color:#fff}.dark-theme .transcript .line .played{color:#b5b5b5}@media screen and (max-height:150px){.transcript__main{display:none}.transcript__modal{display:block}}