<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--video-popup-size-small:6rem;--video-popup-size-medium:8rem;--video-popup-size-large:10rem;--expanded-video-popup-size-small:calc(var(--video-popup-size-small) * 2);--expanded-video-popup-size-medium:calc(var(--video-popup-size-medium) * 2);--expanded-video-popup-size-large:calc(var(--video-popup-size-large) * 2);--video-popup-position-offset-mobile:14px;--video-popup-position-offset-desktop:21.5px;--video-popup-max-width:calc(100vw - (var(--video-popup-position-offset-mobile) * 2));--video-popup-max-height:calc(100vh - (var(--video-popup-position-offset-mobile) * 2));--expanded-video-popup-width:calc(var(--video-popup-size-medium) * 1.5);--expanded-video-popup-height:min(calc(var(--video-popup-size-medium) * 2.5), var(--video-popup-max-height));--widget-shape-curved-square:0.9375rem;--widget-shape-circle:100%}@media (min-width:768px){:root{--video-popup-size-small:8rem;--video-popup-size-medium:10rem;--video-popup-size-large:12rem;--video-popup-max-width:calc(100vw - (var(--video-popup-position-offset-desktop) * 2));--video-popup-max-height:calc(100vh - (var(--video-popup-position-offset-desktop) * 2))}}.video-popup--close,video-popup{box-shadow:0 3px 12px rgba(0,0,0,.175)}video-popup{position:fixed;z-index:1001;right:var(--video-popup-position-offset-mobile);bottom:14px;opacity:0;will-change:transform,opacity;transform:translateY(100px);transition:transform 1s ease,opacity 1s ease}@media (min-width:768px){video-popup{right:var(--video-popup-position-offset-desktop);bottom:21.5px}video-popup.desktop-position--bottom_left{left:var(--video-popup-position-offset-desktop);right:unset}}video-popup.color-scheme--accent,video-popup.color-scheme--dark,video-popup.color-scheme--light{color:var(--color-scheme-text-color);background-color:var(--color-scheme-background-color)}video-popup [data-video-popup-close].video-popup--close{position:absolute;display:flex;align-items:center;justify-content:center;z-index:20;top:-.65rem;right:-.65rem;width:32px;height:32px;padding:0}@media (min-width:768px){video-popup [data-video-popup-close].video-popup--close{top:-1rem;right:-1rem}}video-popup .video-popup--overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:rgba(0,0,0,0);cursor:pointer}video-popup .video-popup--container{display:flex;align-items:center;justify-content:center;position:relative;transition:width .3s ease,height .3s ease;width:min(var(--video-popup-size-medium),var(--video-popup-max-width));height:auto}video-popup .video-popup--container deferred-media{width:100%;height:100%;transition:width .3s ease,height .3s ease}video-popup .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{max-width:unset;max-height:unset;width:min(var(--video-popup-size-medium),var(--video-popup-max-width));height:min(var(--video-popup-size-medium),var(--video-popup-max-height))}video-popup .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media,video-popup .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square video.is-background-media{top:50%;left:50%;transform:translate(-50%,-50%)}video-popup .video-popup--container .video-popup--image{position:absolute;top:0;left:0;width:100%;height:100%}video-popup .video-popup--container .video-popup--image .responsive-image-wrapper{width:100%;height:100%}video-popup .video-popup--container .video-popup--image .responsive-image-wrapper img{width:100%;height:100%;max-width:unset}video-popup .video-popup--container .video-popup--placeholder-image{position:absolute;top:0;left:0;width:100%;height:100%}video-popup .video-popup--container .video-popup--placeholder-image .placeholder-svg{width:100%;height:100%;max-width:unset}video-popup .video-popup--container .video-popup--end-state:not(.hidden){display:flex;gap:15px;flex-direction:column;align-items:center;justify-content:center;padding:15px;width:auto;height:auto;max-width:100%;max-height:100%}@media (min-width:768px){video-popup .video-popup--container .video-popup--end-state:not(.hidden){gap:20px;padding:30px}}video-popup .video-popup--container .video-popup--end-state:not(.hidden) .video-popup--button{width:100%;opacity:0;transform:translateY(10px);transition:opacity .6s cubic-bezier(.25,.1,.25,1),transform .6s cubic-bezier(.25,.1,.25,1);transition-delay:0s}video-popup.show-end-state .video-popup--end-state:not(.hidden) .video-popup--button{opacity:1;transform:translateY(0)}video-popup.visible{opacity:1;transform:translateY(0)}video-popup.dismissed{transition:transform .4s ease,opacity .6s ease}video-popup.back-to-top-visible:not(.dismissed){transform:translateY(calc(-44px - 20px))}@media (min-width:768px){video-popup.back-to-top-visible:not(.dismissed).desktop-position--bottom_left{transform:translateY(0)}}video-popup:not(.expanded).widget-shape--circle [data-video-popup-container],video-popup:not(.expanded).widget-shape--square [data-video-popup-container]{aspect-ratio:1/1}video-popup:not(.expanded).widget-shape--tall [data-video-popup-container]{aspect-ratio:2/3}video-popup:not(.expanded).widget-shape--wide [data-video-popup-container]{aspect-ratio:4/3}video-popup:not(.expanded) [data-video-popup-end-state],video-popup:not(.expanded) [data-video-popup-image],video-popup:not(.expanded) [data-video-popup-overlay],video-popup:not(.expanded) [data-video-popup-placeholder-image],video-popup:not(.expanded) deferred-media{overflow:hidden}video-popup:not(.expanded).widget-shape--circle{border-radius:var(--widget-shape-circle)}video-popup:not(.expanded).widget-shape--circle [data-video-popup-end-state],video-popup:not(.expanded).widget-shape--circle [data-video-popup-image],video-popup:not(.expanded).widget-shape--circle [data-video-popup-overlay],video-popup:not(.expanded).widget-shape--circle [data-video-popup-placeholder-image],video-popup:not(.expanded).widget-shape--circle deferred-media{border-radius:var(--widget-shape-circle)}video-popup:not(.expanded):not(.widget-shape--circle){border-radius:var(--thumbnail-border-radius)}video-popup:not(.expanded):not(.widget-shape--circle) .icon--placeholder,video-popup:not(.expanded):not(.widget-shape--circle) .video-popup--video{border-radius:var(--thumbnail-border-radius)}video-popup:not(.expanded).widget-size--small .video-popup--container{width:min(var(--video-popup-size-small),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup:not(.expanded).widget-size--small .video-popup--container{height:min(var(--video-popup-size-small),var(--video-popup-max-height));width:auto}}video-popup:not(.expanded).widget-size--small .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{max-width:unset;max-height:unset;width:min(var(--video-popup-size-small) * 2,var(--video-popup-max-width));height:min(var(--video-popup-size-small) * 2,var(--video-popup-max-height))}video-popup:not(.expanded).widget-size--small.widget-shape--circle .video-popup--container [data-video-popup-close]{top:.1rem;right:.1rem}@media (min-width:768px){video-popup:not(.expanded).widget-size--small.widget-shape--circle .video-popup--container [data-video-popup-close]{top:.25rem;right:.25rem}}video-popup:not(.expanded).widget-size--small.widget-shape--tall .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{width:min(var(--video-popup-size-small) * 2.5,var(--video-popup-max-width));height:min(var(--video-popup-size-small) * 2.5,var(--video-popup-max-width))}video-popup:not(.expanded).widget-size--small.widget-shape--wide .video-popup--container{width:min(var(--video-popup-size-small),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup:not(.expanded).widget-size--small.widget-shape--wide .video-popup--container{height:min(var(--video-popup-size-small),var(--video-popup-max-height));width:auto}}video-popup:not(.expanded).widget-size--medium .video-popup--container{width:min(var(--video-popup-size-medium),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup:not(.expanded).widget-size--medium .video-popup--container{height:min(var(--video-popup-size-medium),var(--video-popup-max-height));width:auto}}video-popup:not(.expanded).widget-size--medium.widget-shape--circle .video-popup--container [data-video-popup-close]{top:.35rem;right:.35rem}@media (min-width:768px){video-popup:not(.expanded).widget-size--medium.widget-shape--circle .video-popup--container [data-video-popup-close]{top:.5rem;right:.5rem}}video-popup:not(.expanded).widget-size--medium.widget-shape--wide .video-popup--container{min-width:min(var(--video-popup-size-medium),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup:not(.expanded).widget-size--medium.widget-shape--wide .video-popup--container{height:min(var(--video-popup-size-medium),var(--video-popup-max-height));width:auto}}video-popup:not(.expanded).widget-size--large .video-popup--container{width:min(var(--video-popup-size-large),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup:not(.expanded).widget-size--large .video-popup--container{height:min(var(--video-popup-size-large),var(--video-popup-max-height));width:auto}}video-popup:not(.expanded).widget-size--large .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{max-width:unset;max-height:unset;width:min(var(--video-popup-size-large) * 2,var(--video-popup-max-width));height:min(var(--video-popup-size-large) * 2,var(--video-popup-max-height))}video-popup:not(.expanded).widget-size--large.widget-shape--circle .video-popup--container [data-video-popup-close]{top:.6rem;right:.6rem}@media (min-width:768px){video-popup:not(.expanded).widget-size--large.widget-shape--circle .video-popup--container [data-video-popup-close]{top:.8rem;right:.8rem}}video-popup:not(.expanded).widget-size--large.widget-shape--wide .video-popup--container{width:min(var(--video-popup-size-large),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup:not(.expanded).widget-size--large.widget-shape--wide .video-popup--container{height:min(var(--video-popup-size-large),var(--video-popup-max-height));width:auto}}video-popup.expanded.expanded-video-shape--circle [data-video-popup-container],video-popup.expanded.expanded-video-shape--square [data-video-popup-container]{aspect-ratio:1/1}video-popup.expanded.expanded-video-shape--tall [data-video-popup-container]{aspect-ratio:2/3}video-popup.expanded.expanded-video-shape--wide [data-video-popup-container]{aspect-ratio:4/3}video-popup.expanded [data-video-popup-end-state],video-popup.expanded [data-video-popup-image],video-popup.expanded [data-video-popup-overlay],video-popup.expanded [data-video-popup-placeholder-image],video-popup.expanded deferred-media{overflow:hidden}video-popup.expanded.expanded-video-shape--circle{border-radius:var(--widget-shape-circle)}video-popup.expanded.expanded-video-shape--circle [data-video-popup-end-state],video-popup.expanded.expanded-video-shape--circle [data-video-popup-image],video-popup.expanded.expanded-video-shape--circle [data-video-popup-overlay],video-popup.expanded.expanded-video-shape--circle [data-video-popup-placeholder-image],video-popup.expanded.expanded-video-shape--circle deferred-media{border-radius:var(--widget-shape-circle)}video-popup.expanded:not(.expanded-video-shape--circle){border-radius:var(--block-border-radius)}video-popup.expanded:not(.expanded-video-shape--circle) .icon--placeholder,video-popup.expanded:not(.expanded-video-shape--circle) .video-popup--video{border-radius:var(--block-border-radius)}video-popup.expanded.expanded-video-size--small .video-popup--container{width:min(var(--expanded-video-popup-size-small),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup.expanded.expanded-video-size--small .video-popup--container{height:min(var(--expanded-video-popup-size-small),var(--video-popup-max-height));width:auto}}video-popup.expanded.expanded-video-size--small .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{max-width:unset;max-height:unset;width:min(var(--expanded-video-popup-size-small) * 2,var(--video-popup-max-width));height:min(var(--expanded-video-popup-size-small) * 2,var(--video-popup-max-height))}video-popup.expanded.expanded-video-size--small.expanded-video-shape--circle .video-popup--container [data-video-popup-close]{top:.9rem;right:.9rem}@media (min-width:768px){video-popup.expanded.expanded-video-size--small.expanded-video-shape--circle .video-popup--container [data-video-popup-close]{top:1.5rem;right:1.25rem}}video-popup.expanded.expanded-video-size--small.expanded-video-shape--tall .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{width:min(var(--expanded-video-popup-size-small) * 2.5,var(--video-popup-max-width));height:min(var(--expanded-video-popup-size-small) * 2.5,var(--video-popup-max-width))}video-popup.expanded.expanded-video-size--small.expanded-video-shape--wide .video-popup--container{width:min(var(--expanded-video-popup-size-small),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup.expanded.expanded-video-size--small.expanded-video-shape--wide .video-popup--container{height:min(var(--expanded-video-popup-size-small),var(--video-popup-max-height));width:auto}}video-popup.expanded.expanded-video-size--medium .video-popup--container{width:min(var(--expanded-video-popup-size-medium),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup.expanded.expanded-video-size--medium .video-popup--container{height:min(var(--expanded-video-popup-size-medium),var(--video-popup-max-height));width:auto}}video-popup.expanded.expanded-video-size--medium.expanded-video-shape--circle .video-popup--container [data-video-popup-close]{top:1.4rem;right:1.4rem}@media (min-width:768px){video-popup.expanded.expanded-video-size--medium.expanded-video-shape--circle .video-popup--container [data-video-popup-close]{top:2rem;right:2rem}}video-popup.expanded.expanded-video-size--medium.expanded-video-shape--wide .video-popup--container{width:min(var(--expanded-video-popup-size-medium),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup.expanded.expanded-video-size--medium.expanded-video-shape--wide .video-popup--container{height:min(var(--expanded-video-popup-size-medium),var(--video-popup-max-height));width:auto}}video-popup.expanded.expanded-video-size--large .video-popup--container{width:min(var(--expanded-video-popup-size-large),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup.expanded.expanded-video-size--large .video-popup--container{height:min(var(--expanded-video-popup-size-large),var(--video-popup-max-height));width:auto}}video-popup.expanded.expanded-video-size--large .video-popup--container deferred-media div[data-media-wrapper].external-media-ratio--square iframe.is-background-media{max-width:unset;max-height:unset;width:min(var(--expanded-video-popup-size-large) * 2,var(--video-popup-max-width));height:min(var(--expanded-video-popup-size-large) * 2,var(--video-popup-max-height))}video-popup.expanded.expanded-video-size--large.expanded-video-shape--circle .video-popup--container [data-video-popup-close]{top:2rem;right:2rem}@media (min-width:768px){video-popup.expanded.expanded-video-size--large.expanded-video-shape--circle .video-popup--container [data-video-popup-close]{top:2.5rem;right:2.5rem}}video-popup.expanded.expanded-video-size--large.expanded-video-shape--wide .video-popup--container{width:min(var(--expanded-video-popup-size-large),var(--video-popup-max-width));height:auto}@media (max-width:767px) and (orientation:landscape){video-popup.expanded.expanded-video-size--large.expanded-video-shape--wide .video-popup--container{height:min(var(--expanded-video-popup-size-large),var(--video-popup-max-height));width:auto}}</pre></body></html>