.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:30000}.modal__container{background-color:#fff;border:3px solid #a9a9a9;border-radius:4px;box-sizing:border-box;max-height:100vh;max-width:500px;overflow-y:auto;padding:30px}.modal__header{align-items:center;display:flex;justify-content:space-between}.modal__header h4{font-size:1em;margin:0}.modal__title{box-sizing:border-box;color:#00449e;font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.modal__close{background:0 0;border:0;cursor:pointer;position:absolute;right:5px;top:5px}.modal__close svg{width:20px}.modal__content{color:#000;font-size:.875em;line-height:1.5;margin-bottom:2rem;margin-top:2rem}.modal__btn{-moz-osx-font-smoothing:grayscale;-webkit-appearance:button;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e6e6e6;border-radius:.25rem;border-style:none;border-width:0;color:rgba(0,0,0,.8);cursor:pointer;font-size:.875rem;line-height:1.15;margin:0;overflow:visible;padding:.5rem 1rem;text-transform:none;transform:translateZ(0);transition:transform .25s ease-out;will-change:transform}.modal__btn:focus,.modal__btn:hover{transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}.modal__footer .footer-text{font-size:.75em}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}@keyframes u-gallery-waiting-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes u-gallery-zoom-in{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes u-gallery-zoom-out{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes u-gallery-fade-in{0%{opacity:0}to{opacity:1}}@keyframes u-gallery-fade-out{0%{opacity:1}to{opacity:0}}.u-gallery-waiting-animation{display:block;position:absolute;width:100px;height:100px;top:calc(50% - 50px);left:calc(50% - 50px)}.u-gallery-waiting-animation-icon{position:absolute;display:block;width:80px;height:80px;top:10px;left:10px;border-radius:40px;animation:u-gallery-waiting-animation 1s linear infinite}@supports not (--foo:green){.u-gallery-waiting-animation-icon{box-shadow:0 3px 0 0 #d32531}}@supports (--foo:green){.u-gallery-waiting-animation-icon{box-shadow:0 3px 0 0 var(--gallery-theme-color)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.u-gallery-arrow{position:absolute;z-index:1;top:calc(50% - 65px);width:32px;height:130px;text-align:center;background-color:rgba(0,0,0,.8);border:1px solid #292929}.u-gallery-arrow:after{content:"";position:absolute;display:inline-block;padding:5px;border-color:#fff;border-style:solid;border-width:0 3px 3px 0;top:calc(50% - 9px)}.u-gallery-arrow--next{right:0;border-right:none;transition:all .2s}.u-gallery-arrow--next:after{transform:rotate(-45deg);right:12px}@supports not (--foo:green){.u-gallery-arrow--next:hover{border-left:3px solid #d32531}}@supports (--foo:green){.u-gallery-arrow--next:hover{border-left:3px solid var(--gallery-theme-color)}}.u-gallery-arrow--prev{left:0;border-left:none}.u-gallery-arrow--prev:after{transform:rotate(135deg);left:12px}@supports not (--foo:green){.u-gallery-arrow--prev:hover{border-right:3px solid #d32531}}@supports (--foo:green){.u-gallery-arrow--prev:hover{border-right:3px solid var(--gallery-theme-color)}}.u-gallery-arrow-small{width:5px;height:10px;display:inline-block}.u-gallery-arrow-small:after{content:"";position:absolute;display:inline-block;padding:2px;border-color:#fff;border-style:solid;border-width:0 2px 2px 0}.u-gallery-arrow-small--left:after{transform:rotate(135deg);margin-top:2px}.u-gallery-arrow-big{display:flex;align-items:center;justify-content:center;height:18px;width:40px;position:relative}.u-gallery-arrow-big:after{content:"";position:absolute;display:inline-block;padding:8px;border-color:#fff;border-style:solid;border-width:4px 0 0 4px}.u-gallery-arrow-big--up:after{transform:rotate(45deg);margin-top:5px}.u-gallery-arrow-big--down:after{transform:rotate(-135deg);margin-top:-5px}.u-gallery-icon-zoom .gallery-icon{width:23px;height:23px;fill:#fff}.u-gallery-close-icon{width:32px;height:32px;opacity:.8;cursor:pointer}.u-gallery-close-icon:hover{opacity:1}.u-gallery-close-icon:after,.u-gallery-close-icon:before{position:absolute;left:15px;content:" ";height:30px;width:2px;background-color:#fff}.u-gallery-close-icon:before{transform:rotate(45deg)}.u-gallery-close-icon:after{transform:rotate(-45deg)}.u-gallery-close-icon--black:after,.u-gallery-close-icon--black:before{background-color:#575757}.u-gallery-close-icon--small-black:after,.u-gallery-close-icon--small-black:before{background-color:#575757;height:20px}.u-gallery-social-icon{background-color:#fff;border:1px solid #dddee4;border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;transition:background-color .2s;cursor:pointer}.u-gallery-social-icon .gallery-icon{width:20px;height:20px;transition:fill .2s;margin-top:1px}.u-gallery-social-icon .gallery-icon__facebook{fill:#3b5998;margin-right:1px}.u-gallery-social-icon .gallery-icon__twitter{fill:#1dcaff}.u-gallery-social-icon .gallery-icon__tumblr{fill:#35465c}.u-gallery-social-icon .gallery-icon__pinterest{fill:#bd091c;margin-top:3px}.u-gallery-social-icon .gallery-icon__whatsapp{fill:#23c100;width:24px;height:24px;margin-top:-1px}.u-gallery-social-icon .gallery-icon__reddit{fill:#ff4500}.u-gallery-social-icon .gallery-icon__linkedin{fill:#0077b5}.u-gallery-social-icon.u-gallery-pinterest:hover{background-color:#bd091c}.u-gallery-social-icon.u-gallery-pinterest:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-facebook:hover{background-color:#3b5998}.u-gallery-social-icon.u-gallery-facebook:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-tumblr:hover{background-color:#35465c}.u-gallery-social-icon.u-gallery-tumblr:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-twitter:hover{background-color:#1dcaff}.u-gallery-social-icon.u-gallery-twitter:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-whatsapp:hover{background-color:#23c100}.u-gallery-social-icon.u-gallery-whatsapp:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-reddit:hover{background-color:#ff4500}.u-gallery-social-icon.u-gallery-reddit:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-linkedin:hover{background-color:#0077b5}.u-gallery-social-icon.u-gallery-linkedin:hover .gallery-icon{fill:#fff}.u-gallery-magnify-loading{background-color:#fff;padding:5px;position:absolute;top:5px;left:5px;margin:5px;border-radius:6px;box-shadow:2px 2px 4px rgba(50,50,50,.68);opacity:.35;z-index:2;display:none}.u-gallery-magnify-loading:after{content:"";background-image:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/loading.gif);background-repeat:no-repeat;width:25px;height:25px;display:block}.u-gallery-react-placeholder-shimmer{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#d2d2d2 20%,#f6f7f8 40%,#f6f7f8);animation-name:shimmer;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;background-size:200% 100%;border:1px solid hsla(0,0%,80%,.2)}.u-gallery-app-shell-loader{margin-bottom:50px;margin-top:31px}.u-gallery-app-shell{border:none;border-radius:5px;height:12px;margin-bottom:10px}.u-gallery-app-shell__figure{height:300px}.u-gallery-app-shell__text{width:80%}.u-gallery-app-shell__text-small{width:100px}.u-gallery-app-shell__content-1{width:80%;margin-top:30px}.u-gallery-app-shell__content-2{width:60%;margin-left:20px}.u-gallery-app-shell__content-3{width:80%}.u-gallery-app-shell__content-4{width:60%;margin-left:20px}.c-standard-gallery-shell{min-height:100vh}@media screen and (max-width:800px){.c-standard-gallery-shell .c-gallery-header__right,.c-standard-gallery-shell .c-gallery__sidebar{display:none}}@media screen and (max-width:800px){.c-standard-gallery-shell .c-gallery__slider{min-height:500px}}.u-gallery-center{display:flex;justify-content:center;align-items:center}.u-gallery-modal{position:fixed;top:0;left:0;z-index:500000;width:100%;height:100%}.admin-bar .u-gallery-modal{top:46px}@media screen and (min-width:781px){.admin-bar .u-gallery-modal{top:32px}}.u-gallery-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.u-gallery-broken-image{width:200px;height:200px;background-color:#be3730;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:5px}.u-gallery-broken-image__alt{display:block}.u-gallery-broken-image__icon{display:block;background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAQAAABdXGW6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCx0MDCtL6OFSAAAAY0lEQVQoz9WSOQ7AIAwE1/w5Vdp0efSkQAhzBNNF2W5GKwvZiFUOhJBY59wpwYUMFOXeKSnFlW9KZq3sOWXl9cgO8jKq6ZhGj2xF1ZFzfp1Q2MK3CNztsp6xWyb4iud//4IoDzylkasbWMEKAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:50%;width:40px;height:28px;margin-bottom:10px}.u-gallery-pinit{background-color:#bd091c;border-radius:50%;line-height:1;padding:5px;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}.u-gallery-pinit .gallery-icon__pinterest{width:23px;height:23px;fill:#fff} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform .333s cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border-radius:50%;border-color:#fff #fff transparent transparent;border-style:solid;border-width:2px;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.c-gallery-zoom-modal{z-index:999999999}.c-gallery-zoom-modal__animation-fade-enter,.c-gallery-zoom-modal__animation-fade-leave,.c-gallery-zoom-modal__animation-zoom-enter,.c-gallery-zoom-modal__animation-zoom-leave{animation-fill-mode:both}.c-gallery-zoom-modal__animation-zoom-enter{animation-duration:.2s;animation-name:u-gallery-zoom-in}.c-gallery-zoom-modal__animation-zoom-leave{animation-duration:.4s;animation-name:u-gallery-zoom-out}.c-gallery-zoom-modal__animation-fade-enter{animation-duration:.2s;animation-name:u-gallery-fade-in}.c-gallery-zoom-modal__animation-fade-leave{animation-duration:.2s;animation-name:u-gallery-fade-out}.pswp__img--placeholder.pswp__img--placeholder--blank:after{content:"";position:absolute;display:block;width:80px;height:80px;top:calc(50% - 40px);left:calc(50% - 40px);border-radius:40px;animation:u-gallery-waiting-animation 1s linear infinite}@supports not (--foo:green){.pswp__img--placeholder.pswp__img--placeholder--blank:after{box-shadow:0 3px 0 0 #d32531}}@supports (--foo:green){.pswp__img--placeholder.pswp__img--placeholder--blank:after{box-shadow:0 3px 0 0 var(--gallery-theme-color)}}.pmc-gallery__vertical .pswp__img--placeholder.pswp__img--placeholder--blank{background-color:transparent}.pswp__top-bar{width:150px;right:0;left:auto;z-index:1}.pswp__top-bar .pswp__button{z-index:2}.pswp__bg{background-color:rgba(0,0,0,.95)}.pmc-gallery__vertical .pswp__bg{background-color:hsla(0,0%,100%,.98)}.pmc-gallery__vertical .pswp__button,.pmc-gallery__vertical .pswp__button--arrow--left:before,.pmc-gallery__vertical .pswp__button--arrow--right:before{background-image:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/black-skin.png);background-repeat:no-repeat}.pmc-gallery__vertical .pswp__caption,.pmc-gallery__vertical .pswp__top-bar,.pmc-gallery__vertical .pswp__ui--fit .pswp__caption,.pmc-gallery__vertical .pswp__ui--fit .pswp__top-bar{background-color:transparent}.pmc-gallery-zoom-modal-open body,html.pmc-gallery-zoom-modal-open{overflow:hidden}#pmc-gallery-vertical{display:inline-block;width:100%;overflow-x:hidden}figure.c-gallery-vertical-slide__figure{margin:0;padding:0;text-align:center;display:block;position:relative;max-width:100%}@media screen and (min-width:414px){figure.c-gallery-vertical-slide__figure{text-align:inherit}}.c-gallery-vertical__slides{margin:0 auto}@supports not (--foo:green){.c-gallery-vertical__slides{max-width:"auto"}}@supports (--foo:green){.c-gallery-vertical__slides{max-width:var(--gallery-vertical-max-image-width)}}.c-gallery-vertical__advert{text-align:center;padding:2.813rem 0;margin:2.813rem auto;border-top:.125rem solid #dddee4;border-bottom:.125rem solid #dddee4;clear:both}.c-gallery-vertical__load-button{display:flex;justify-content:center;margin:40px}.c-gallery-vertical__load-button a,.c-gallery-vertical__load-button a:active,.c-gallery-vertical__load-button a:hover,.c-gallery-vertical__load-button a:link,.c-gallery-vertical__load-button a:visited{color:inherit;border:1px solid #000;padding:10px 30px;font-weight:700}.c-gallery-vertical-album{position:relative;padding-top:2.813rem;padding-left:1.25rem;margin-top:2.813rem;border-top:.125rem solid #dddee4;clear:both}.c-gallery-vertical-album__number{position:absolute;left:0;top:2.813rem;padding:.625rem 1rem;font-size:1.625rem;line-height:2rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-album__number{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__number{font-family:var(--gallery-vertical-headline-font-family)}}.c-gallery-vertical-album__title{color:#000;margin-bottom:5px;margin-top:5px;line-height:2rem;font-size:1.0625rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-album__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__title{font-family:var(--gallery-vertical-headline-font-family)}}@media screen and (min-width:414px){.c-gallery-vertical-album__title{font-size:1.75rem}}@media screen and (max-width:800px){.c-gallery-vertical-album__title{margin-top:15px}}@supports not (--foo:green){.c-gallery-vertical-album__caption{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__caption{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-album__caption{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-album__caption{font-weight:var(--gallery-vertical-caption-font-weight)}}@supports not (--foo:green){.c-gallery-vertical-album__subtitle{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__subtitle{font-family:var(--gallery-vertical-subtitle-font-family)}}@supports not (--foo:green){.c-gallery-vertical-album__subtitle{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-album__subtitle{font-weight:var(--gallery-vertical-subtitle-font-weight)}}.c-gallery-vertical-album__year{font-size:.8125rem;font-weight:500}@media screen and (min-width:414px){.c-gallery-vertical-album__year{font-size:.875rem}}.c-gallery-vertical-album__content{margin-top:10px}.c-gallery-vertical-album__image-container{position:relative;display:flex;justify-content:center}.c-gallery-vertical-album__share-icons{position:absolute;bottom:.625rem;right:.625rem;z-index:9;display:flex;align-items:center}.c-gallery-vertical-album__share-icons ul.c-gallery-vertical-album__social-icons{list-style:none;display:flex;padding:0;margin:0 5px 0 0}.c-gallery-vertical-album__share-icon{background-color:rgba(0,0,0,.8);border-radius:.312rem;border:1px solid #444;padding:.312rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.c-gallery-vertical-album__share-icon .gallery-icon__share{width:1.25rem;height:1.25rem;fill:#fff;margin-left:-1px}.c-gallery-vertical-album__social-icon{padding:.312rem}.c-gallery-vertical-album__social-icon .u-gallery-social-icon{border-radius:0;box-shadow:none;border:none;width:2.187rem;height:1.562rem}.c-gallery-vertical-album__social-icon svg{width:.937rem;height:.937rem}.c-gallery-vertical-album__image{vertical-align:bottom}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-top:"0"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-top:var(--gallery-vertical-album-image-margin-top)}}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-right:"1.25rem"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-right:var(--gallery-vertical-album-image-margin-right)}}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-bottom:"2.5rem"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-bottom:var(--gallery-vertical-album-image-margin-bottom)}}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-left:"0"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-left:var(--gallery-vertical-album-image-margin-left)}}@media screen and (min-width:1024px){.c-gallery-vertical-album__figure-wrapper{float:left}}.c-gallery-vertical-album__figure{display:inline-block;margin:0;position:relative;width:100%;max-width:100%!important}.c-gallery-vertical-album__figure .u-gallery-react-placeholder-shimmer{max-width:100%!important}.c-gallery-vertical-album__figure img{vertical-align:bottom;transition:opacity .2s;width:100%;height:auto}@media screen and (min-width:1024px){.c-gallery-vertical-album__figure img{max-width:300px;width:20vw;min-width:100px}}.c-gallery-vertical-album__zoom-icon{position:absolute;top:10px;right:10px;display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.1);border-radius:50%;z-index:1}.c-gallery-vertical-album__zoom-icon .gallery-icon__magnifying-glass-light{margin-top:9px;display:inline-block}.c-gallery-vertical-featured-image{position:relative;padding-top:2.813rem;margin-top:2.813rem;border-top:.125rem solid #dddee4}.c-gallery-vertical-featured-image__header{display:flex;align-items:center;margin-bottom:.625rem}.c-gallery-vertical-featured-image__number{padding:.625rem 1rem;margin-right:.937rem;font-size:1.625rem;line-height:2rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-featured-image__number{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-featured-image__number{font-family:var(--gallery-vertical-headline-font-family)}}.c-gallery-vertical-featured-image__title{color:#000;margin-bottom:5px;margin-top:5px;line-height:2rem;font-size:1.0625rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-featured-image__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-featured-image__title{font-family:var(--gallery-vertical-headline-font-family)}}@media screen and (min-width:414px){.c-gallery-vertical-featured-image__title{font-size:1.75rem}}.c-gallery-vertical-slide__photo-credit-wrapper{padding:25px 0;margin-bottom:25px;border-bottom:1px solid #dddee4;font-weight:600;font-size:.687rem;line-height:1rem}.c-gallery-vertical-featured-image__caption{font-size:.875rem;padding-bottom:6px}@supports not (--foo:green){.c-gallery-vertical-featured-image__caption{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-featured-image__caption{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-featured-image__caption{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-featured-image__caption{font-weight:var(--gallery-vertical-caption-font-weight)}}.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{color:#595959}@supports not (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-weight:var(--gallery-vertical-caption-font-weight)}}.c-gallery-vertical-featured-image__year{font-size:.8125rem;font-weight:500}@media screen and (min-width:414px){.c-gallery-vertical-featured-image__year{font-size:.875rem}}.c-gallery-vertical-featured-image__content{margin-top:10px}.c-gallery-vertical-featured-image__image-container{position:relative;display:flex;justify-content:center}.c-gallery-vertical-featured-image__share-icons{position:absolute;bottom:.625rem;right:.625rem;z-index:9;display:flex;align-items:center}.c-gallery-vertical-featured-image__share-icons ul.c-gallery-vertical-featured-image__social-icons{list-style:none;display:flex;padding:0;margin:0 5px 0 0}.c-gallery-vertical-featured-image__share-icon{background-color:rgba(0,0,0,.8);border-radius:.312rem;border:1px solid #444;padding:.312rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.c-gallery-vertical-featured-image__share-icon .gallery-icon__share{width:1.875rem;height:1.875rem;fill:#fff;margin-left:-1px}.c-gallery-vertical-featured-image__social-icon{padding:.312rem}.c-gallery-vertical-featured-image__social-icon .u-gallery-social-icon{border-radius:0;box-shadow:none;border:none;width:2.187rem;height:1.562rem}.c-gallery-vertical-featured-image__social-icon svg{width:.937rem;height:.937rem}.c-gallery-vertical-featured-image__image{vertical-align:bottom}.c-gallery-vertical-featured-image__figure{display:inline-block;position:relative;margin:0;width:100%}.c-gallery-vertical-featured-image__figure img{vertical-align:bottom;transition:opacity .2s;margin:auto;max-width:100%;height:auto;width:100%}.c-gallery-vertical-featured-image__zoom-icon{position:absolute;top:10px;right:10px;display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.1);border-radius:50%;z-index:1}.c-gallery-vertical-featured-image__zoom-icon .gallery-icon__magnifying-glass-light{margin-top:9px;display:inline-block}.c-list__picture_video_container{position:relative}.c-list__picture_video{overflow:hidden;padding-bottom:56.25%;position:relative;height:0;cursor:pointer}.c-list__picture_video iframe[data-src*=youtu]{left:0;top:0;height:100%;width:100%;position:absolute}.c-card__badge{top:auto;left:0;bottom:0;padding:20px;transform:none;transition:opacity .24s cubic-bezier(.455,.03,.515,.955);position:absolute;z-index:1}@media screen and (max-width:800px){.c-card__badge{padding:40px}}@media screen and (min-width:800px){.c-card__badge{padding:20px}}@media screen and (max-width:800px){.c-card__badge{left:50%;bottom:50%;transform:translate(-50%,50%)}}.c-play-btn{display:block;width:36px;height:36px}@media screen and (min-width:800px){.c-play-btn{width:55px;height:55px}}.c-play-btn:not(:root){overflow:visible}.c-play-btn__icon{fill:#fff}.c-play-btn--clock{width:50px;height:50px}@media screen and (min-width:800px){.c-play-btn--clock{width:70px;height:70px}}.c-play-btn--big-clock{width:65px;height:65px}@media screen and (min-width:800px){.c-play-btn--big-clock{width:78px;height:78px}}.c-play-btn--clock .c-play-btn__fill{fill:rgba(0,0,0,.7)}.c-play-btn--clock .c-play-btn__border{transform:rotate(-90deg);transform-origin:center}.c-list__picture_video_container:hover .c-play-btn__border,.c-play-btn--clock .c-play-btn__border{transition:stroke-dashoffset .5s cubic-bezier(.445,.05,.55,.95),stroke .5s cubic-bezier(.445,.05,.55,.95)}.c-list__picture_video_container:hover .c-play-btn__border{stroke-dashoffset:0}.c-gallery-vertical-slide{padding-top:10px;margin-top:10px}.c-gallery-vertical-slide__title{margin-bottom:5px;margin-top:5px;line-height:1.5;font-size:1.0625rem}@supports not (--foo:green){.c-gallery-vertical-slide__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-slide__title{font-family:var(--gallery-vertical-headline-font-family)}}@supports not (--foo:green){.c-gallery-vertical-slide__title{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-slide__title{font-weight:var(--gallery-vertical-headline-font-weight)}}@media screen and (min-width:414px){.c-gallery-vertical-slide__title{font-size:1.75rem}}.c-gallery-vertical-slide__caption{border-bottom:1px solid #d5d5d5}@supports not (--foo:green){.c-gallery-vertical-slide__caption{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-slide__caption{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-slide__caption{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-slide__caption{font-weight:var(--gallery-vertical-caption-font-weight)}}.c-gallery-vertical-slide__year{font-size:.8125rem;font-weight:500}@media screen and (min-width:414px){.c-gallery-vertical-slide__year{font-size:.875rem}}.c-gallery-vertical-slide__content{margin-top:10px}.c-gallery-vertical-slide__photo-credit-wrapper{font-size:.75rem;padding-top:15px;padding-bottom:15px;margin-bottom:15px}.c-gallery-vertical-slide__image-container{position:relative}.c-gallery-vertical-slide__share-icons{position:absolute;right:10px;bottom:15px;display:flex;align-items:center}.c-gallery-vertical-slide__share-icons ul.c-gallery-vertical-slide__social-icons{list-style:none;display:flex;padding:0;margin:0 5px 0 0}.c-gallery-vertical-slide__share-icon{background-color:#4670d2;border-radius:50%;width:45px;height:45px;cursor:pointer;display:flex;justify-content:center;align-items:center}.c-gallery-vertical-slide__share-icon .gallery-icon__share{width:22px;fill:#fff;margin-left:-1px}.c-gallery-vertical-slide__social-icon{margin-right:8px}.c-gallery-vertical-slide__social-icon .u-gallery-social-icon{box-shadow:none;border:none}.c-gallery-vertical-slide__image{vertical-align:bottom}.c-gallery-vertical-slide__figure{display:inline-block;width:100%}.c-gallery-vertical-slide__figure img{vertical-align:bottom;transition:opacity .2s;margin:auto;max-width:100%;height:auto;width:100%}.c-gallery-vertical-slide__zoom-icon{position:absolute;top:10px;right:10px;display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.1);border-radius:50%;z-index:1}.c-gallery-vertical-slide__zoom-icon .gallery-icon__magnifying-glass-light{margin-top:9px;display:inline-block}.c-gallery-vertical-share__animation-enter,.c-gallery-vertical-share__animation-leave{animation-duration:.5s;animation-fill-mode:both}.c-gallery-vertical-share__animation-enter{animation-name:u-gallery-zoom-in}.c-gallery-vertical-share__animation-leave{animation-name:u-gallery-zoom-out}.c-gallery-apple-music-player{margin-top:1.5em;margin-bottom:1.5em;border-color:#b4b4b4;border-style:solid;border-width:1px 0;grid-column-gap:.75em;display:grid;grid-template:"\1F518 \1F478 \23F0 \1F511" 1fr "\1F518 \23F3 \23F0 \1F511" auto "\1F518 \1F4CF \23F0 \1F34F" 1fr/auto 1fr minmax(2em,auto) auto}@media screen and (min-width:1024px){.c-gallery-apple-music-player{--image-width:20vw;--image-right-margin:1.25em;margin-left:calc(var(--image-width) + var(--image-right-margin))}}.c-gallery-apple-music-player__title{grid-area:👸;align-self:end;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.675rem;line-height:1}@supports not (--foo:green){.c-gallery-apple-music-player__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-apple-music-player__title{font-family:var(--gallery-vertical-player-font-family)}}@supports not (--foo:green){.c-gallery-apple-music-player__title{font-weight:500}}@supports (--foo:green){.c-gallery-apple-music-player__title{font-weight:var(--gallery-vertical-player-font-weight)}}.c-gallery-apple-music-player__button{position:relative}@supports not (--foo:green){.c-gallery-apple-music-player__button{font-family:"inherit"}}@supports (--foo:green){.c-gallery-apple-music-player__button{font-family:var(--gallery-vertical-player-font-family)}}@supports not (--foo:green){.c-gallery-apple-music-player__button{font-weight:500}}@supports (--foo:green){.c-gallery-apple-music-player__button{font-weight:var(--gallery-vertical-player-font-weight)}}.c-gallery-apple-music-player__button:focus{outline:none;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.c-gallery-apple-music-player__button:disabled{visibility:hidden}.c-gallery-apple-music-player__button-play{--gallery-vertical-player-button-play-padding:.375em;grid-area:🔘;align-self:center;margin:1em 0;border-radius:100%;padding:var(--gallery-vertical-player-button-play-padding);color:#fff}@supports not (--foo:green){.c-gallery-apple-music-player__button-play{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__button-play{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__button-play:hover{opacity:.8}.c-gallery-apple-music-player__button-sign-in{grid-area:🔑;grid-row:1/4;align-self:center;font-size:.75rem;border:1px solid;border-radius:2em;line-height:1;padding:.5em 1.25em;background-color:#fff}@supports not (--foo:green){.c-gallery-apple-music-player__button-sign-in{color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__button-sign-in{color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__button-sign-in:hover{color:#fff;opacity:.8}@supports not (--foo:green){.c-gallery-apple-music-player__button-sign-in:hover{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__button-sign-in:hover{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__icon{display:block;width:1.25em;height:1.25em;fill:currentColor}@keyframes c-gallery-apple-music-player__icon--spin{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.c-gallery-apple-music-player__icon-loading{transform-origin:center;transition-property:opacity,transform;transition-duration:0;transition-delay:0;animation-name:c-gallery-apple-music-player__icon--spin;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute;top:var(--gallery-vertical-player-button-play-padding);left:var(--gallery-vertical-player-button-play-padding);display:none;opacity:0}@supports not (--foo:green){.c-gallery-apple-music-player__icon-loading{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__icon-loading{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player[data-state*=preparing] .c-gallery-apple-music-player__icon-loading{display:block;opacity:1}.c-gallery-apple-music-player[data-state*=transitioning] .c-gallery-apple-music-player__icon-loading{display:block;opacity:0}.c-gallery-apple-music-player__progress{grid-area:⏳;margin-top:.375em;height:2px;background-color:#f0f0f0}.c-gallery-apple-music-player__progress-value{height:2px;width:0;font-size:0;color:transparent}@supports not (--foo:green){.c-gallery-apple-music-player__progress-value{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__progress-value{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__time{grid-area:⏰;align-self:center;justify-self:start;font-size:.675rem}@supports not (--foo:green){.c-gallery-apple-music-player__time{font-family:"inherit"}}@supports (--foo:green){.c-gallery-apple-music-player__time{font-family:var(--gallery-vertical-player-font-family)}}.c-gallery-apple-music-player__powered-by{grid-area:🍏;grid-column:1/-1;align-self:end;justify-self:end;display:block;color:#9b9b9b;font-style:italic;font-size:.675rem;margin-right:.75em;line-height:1.5}.c-gallery-apple-music-player__logo{height:.875em;width:auto;opacity:.6;margin-left:.5em}.wp-block-jetpack-videopress{position:relative}.wp-block-jetpack-videopress figcaption{color:#555;font-size:13px;margin-bottom:1em;margin-top:.5em;text-align:center}.is-dark-theme .wp-block-jetpack-videopress figcaption{color:hsla(0,0%,100%,.65)}.wp-block-jetpack-videopress .jetpack-videopress-player__wrapper{display:flex;position:relative}.wp-block-jetpack-videopress .jetpack-videopress-player__overlay{cursor:pointer;height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}.wp-block-jetpack-videopress .jetpack-videopress-player__overlay:hover{opacity:0}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:0 0;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(https://wwd.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(https://wwd.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(https://wwd.com/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}