!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/static/",n(n.s=252)}([function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return o});var r=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("dom-helpers/query");function i(){var t;return(t=r).queryAll.apply(t,arguments)}function o(){var t;return(t=r).query.apply(t,arguments)}function a(t){return t||(window.__shadowRoot?window.__shadowRoot.querySelector("article"):document)}r.queryAll=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=a(e),r=n.querySelectorAll(t);return Array.from(r)},r.query=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=i(t,e);return 0!==n.length&&n[0]}},function(t,e,n){var r;!function(e){"use strict";var i=function(){},o=e.requestAnimationFrame||e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame||e.msRequestAnimationFrame||function(t){return setTimeout(t,16)};function a(){this.reads=[],this.writes=[],this.raf=o.bind(e),i("initialized",this)}function s(t){t.scheduled||(t.scheduled=!0,t.raf(u.bind(null,t)),i("flush scheduled"))}function u(t){i("flush");var e,n=t.writes,r=t.reads;try{i("flushing reads",r.length),c(r),i("flushing writes",n.length),c(n)}catch(t){e=t}if(t.scheduled=!1,(r.length||n.length)&&s(t),e){if(i("task errored",e.message),!t.catch)throw e;t.catch(e)}}function c(t){var e;for(i("run tasks");e=t.shift();)e()}function l(t,e){var n=t.indexOf(e);return!!~n&&!!t.splice(n,1)}a.prototype={constructor:a,measure:function(t,e){i("measure");var n=e?t.bind(e):t;return this.reads.push(n),s(this),n},mutate:function(t,e){i("mutate");var n=e?t.bind(e):t;return this.writes.push(n),s(this),n},clear:function(t){return i("clear",t),l(this.reads,t)||l(this.writes,t)},extend:function(t){if(i("extend",t),"object"!=typeof t)throw new Error("expected object");var e=Object.create(this);return function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}(e,t),e.fastdom=this,e.initialize&&e.initialize(),e},catch:null};var f=e.fastdom=e.fastdom||new a;void 0===(r=function(){return f}.call(f,n,f,t))||(t.exports=r)}("undefined"!=typeof window?window:this)},function(t,e,n){"use strict";n.d(e,"b",function(){return p});var r=function(){function t(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.cache={width:0,height:0,top:0,bottom:0},e.measuringElement?this.measuringElement=e.measuringElement:this.ensureMeasuringElement(),window.addEventListener("resize",this.refresh.bind(this),{passive:!0}),this.refresh()}return r(t,[{key:"ensureMeasuringElement",value:function(){var t=this.measuringElement=document.createElement("div");t.style.width="100%",t.style.height="100vh",t.style.zIndex="-100",t.style.opacity="0",t.style.position="absolute",t.style.top="0",t.setAttribute("id","viewport-height-element"),document.body.appendChild(t)}},{key:"refresh",value:function(){var t=this.measuringElement.getBoundingClientRect();this.cache.width=t.width,this.cache.height=t.height,this.cache.top=0,this.cache.bottom=0}},{key:"getCache",value:function(){return this.cache}}]),t}(),o=n(0),a=n(1),s=n.n(a),u=n(4),c=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("display-container/full-height-flex");function l(){var t;return(t=c).initFullHeightFlex.apply(t,arguments)}c.initFullHeightFlex=function(){var t=Object(u.b)(),e=t.isIE,n=t.isEdge;if(e||n){var r={tallTOMs:[]};s.a.measure(function(){function t(){!function(t){t.tallTOMs.forEach(function(t){s.a.measure(function(){var e=t.querySelector(".FullSize--child"),n=t.querySelector(".DisplayContainer--heightBasis").getBoundingClientRect().height+200,r=n+"px",i=r;n0&&void 0!==arguments[0]?arguments[0]:new i;d=t,l()};var h={getOrientation:function(){return d?h.getWidth()>h.getHeight()?"landscape":"portrait":window.innerWidth>window.innerHeight?"landscape":"portrait"},getHeight:function(){return d.getCache().height},getWidth:function(){return d.getCache().width},getTop:function(){return d.getCache().top},getBottom:function(){return d.getCache().bottom},getVhUnitsInPixels:function(t){return h.getHeight()*(t/100)},getDisplayContainer:function(){return d}},y=e.a=h},function(t,e,n){"use strict";var r=SyntaxError,i=Function,o=TypeError,a=function(t){try{return Function('"use strict"; return ('+t+").constructor;")()}catch(t){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(t){s=null}var u=function(){throw new o},c=s?function(){try{return arguments.callee,u}catch(t){try{return s(arguments,"callee").get}catch(t){return u}}}():u,l=n(30)(),f=Object.getPrototypeOf||function(t){return t.__proto__},d=a("async function* () {}"),p=d?d.prototype:void 0,h=p?p.prototype:void 0,y="undefined"==typeof Uint8Array?void 0:f(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":l?f([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":a("async function () {}"),"%AsyncGenerator%":p,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":h?f(h):void 0,"%Atomics%":"undefined"==typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"==typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":a("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?f(f([][Symbol.iterator]())):void 0,"%JSON%":"object"==typeof JSON?JSON:void 0,"%Map%":"undefined"==typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l?f((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?void 0:Promise,"%Proxy%":"undefined"==typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l?f((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":l?f(""[Symbol.iterator]()):void 0,"%Symbol%":l?Symbol:void 0,"%SyntaxError%":r,"%ThrowTypeError%":c,"%TypedArray%":y,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?void 0:WeakSet},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},g=n(15),b=n(12),w=g.call(Function.call,Array.prototype.concat),x=g.call(Function.apply,Array.prototype.splice),S=g.call(Function.call,String.prototype.replace),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_=/\\(\\)?/g,A=function(t){var e=[];return S(t,E,function(t,n,r,i){e[e.length]=r?S(i,_,"$1"):n||t}),e},O=function(t,e){var n,i=t;if(b(v,i)&&(i="%"+(n=v[i])[0]+"%"),b(m,i)){var a=m[i];if(void 0===a&&!e)throw new o("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:i,value:a}}throw new r("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new o('"allowMissing" argument must be a boolean');var n=A(t),r=n.length>0?n[0]:"",i=O("%"+r+"%",e),a=i.name,u=i.value,c=!1,l=i.alias;l&&(r=l[0],x(n,w([0,1],l)));for(var f=1,d=!0;f=n.length){var h=s(u,p);if(d=!!h,!(e||p in u))throw new o("base intrinsic for "+t+" exists, but the property is not available.");u=d&&"get"in h&&!("originalValue"in h.get)?h.get:u[p]}else d=b(u,p),u=u[p];d&&!c&&(m[a]=u)}}return u}},function(t,e,n){"use strict";n.d(e,"b",function(){return l}),n.d(e,"a",function(){return d});var r=n(10),i=n.n(r),o=n(8),a=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("device-detect/index"),s=new(n(19)),u=["android","ios","firefoxos","windows.phone","windows.mobile","blackberryos"],c={hasTouch:!1};function l(){var t;return(t=a).getDeviceInfo.apply(t,arguments)}function f(){var t;return(t=a).addDeviceClassesToElement.apply(t,arguments)}function d(){var t;return(t=a).initDeviceDetect.apply(t,arguments)}function p(){var t;return(t=a).listenForTouch.apply(t,arguments)}a.getDeviceInfo=function(){return{isMobile:u.includes(s.os.name),isDesktop:!u.includes(s.os.name),isTablet:!1,isiPhone:"iphone"===s.device.name,isiPad:"ipad"===s.device.name,isAndroid:"android"===s.os.name,isiOS:"ios"===s.os.name,isiOS10:"ios"===s.os.name&&10===s.os.version[0],isMac:"macos"===s.os.name,isWindows:"windows"===s.os.name,isIE:"ie"===s.browser.name,isEdge:"edge"===s.browser.name,isChrome:"chrome"===s.browser.name,isSafari:"safari"===s.browser.name,isFirefox:"firefox"===s.browser.name,isOpera:"opera"===s.browser.name,isBot:/bot|googlebot|crawler|spider|robot|crawling/i.test(navigator.userAgent)}},a.addDeviceClassesToElement=function(t){var e=l(),n=Object.keys(e).reduce(function(t,n){return t["DeviceDetect--"+n]=e[n],t},{});t.className=i()(t.className,n)},a.initDeviceDetect=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.documentElement,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window.navigator.userAgent;s.sniff(n),f((null===(t=window.__shadowRoot)||void 0===t?void 0:t.querySelector("article"))||e),p()},a.listenForTouch=function(){Object(o.a)(document.documentElement,"touchstart",function(){c.hasTouch=!0,document.documentElement.classList.add("DeviceDetect--isTouch")})}},function(t,e,n){"use strict";function r(t){switch(Object.prototype.toString.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return d(t,Error)}}function i(t){return"[object String]"===Object.prototype.toString.call(t)}function o(t){return null===t||"object"!=typeof t&&"function"!=typeof t}function a(t){return"[object Object]"===Object.prototype.toString.call(t)}function s(t){return"undefined"!=typeof Event&&d(t,Event)}function u(t){return"undefined"!=typeof Element&&d(t,Element)}function c(t){return"[object RegExp]"===Object.prototype.toString.call(t)}function l(t){return Boolean(t&&t.then&&"function"==typeof t.then)}function f(t){return a(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function d(t,e){try{return t instanceof e}catch(t){return!1}}n.d(e,"b",function(){return r}),n.d(e,"h",function(){return i}),n.d(e,"f",function(){return o}),n.d(e,"e",function(){return a}),n.d(e,"c",function(){return s}),n.d(e,"a",function(){return u}),n.d(e,"g",function(){return c}),n.d(e,"j",function(){return l}),n.d(e,"i",function(){return f}),n.d(e,"d",function(){return d})},function(t,e,n){"use strict";n.d(e,"c",function(){return l}),n.d(e,"d",function(){return f}),n.d(e,"a",function(){return d}),n.d(e,"e",function(){return p}),n.d(e,"b",function(){return h});n(74);var r=n(4),i=n(2),o=n(0),a=(n(75),n(1)),s=n.n(a),u=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){i=!0,o=t}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")},c=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("object-fit/index");function l(){var t;return(t=c).doYouEvenFitObjects.apply(t,arguments)}function f(){var t;return(t=c).ensureObjectFitOrientationIsCorrect.apply(t,arguments)}function d(){var t;return(t=c).applyObjectFit.apply(t,arguments)}function p(){var t;return(t=c).fixIEObjectFitForElement.apply(t,arguments)}function h(){var t;return(t=c).initObjectFit.apply(t,arguments)}c.doYouEvenFitObjects=function(){if(!window)return!1;var t=document.querySelector(".ObjectFit--cover");if(!t)return!1;var e=window.getComputedStyle(t).objectFit,n=Object(r.b)().isEdge;return!!e&&/^(contain|cover|fill)$/.test(e)&&!n},c.ensureObjectFitOrientationIsCorrect=function(){s.a.measure(function(){var t=i.a.getOrientation();s.a.mutate(function(){var e=Object(o.a)(".ObjectFit--cover");e.forEach(function(e){e.dataset.objectFit="cover";var n="IMG"===e.tagName?e.parentElement:e;n.hasAttribute("data-"+t+"-focal")&&(e.dataset.objectPosition=n.dataset[t+"Focal"])}),d(e)})})},c.applyObjectFit=function(t){window.objectFitPolyfill(t),function(){var t;(t=c).fixIEObjectFit.apply(t,arguments)}(t)},c.fixIEObjectFit=function(t){var e=Object(r.b)(),n=e.isIE,i=e.isEdge;(n||i)&&t.forEach(function(t){return p(t)})},c.fixIEObjectFitForElement=function t(e){var n=Object(r.b)(),i=n.isIE,o=n.isEdge;(i||o)&&-1!==e.className.indexOf("FullSize__fixedChild")&&s.a.measure(function(){var n=window.innerWidth>window.innerHeight?"landscape":"portrait",r=function t(e){var n;if(0===(null===(n=e.id)||void 0===n?void 0:n.indexOf("section-")))return e.className.indexOf("SplitLayout--rowReverse")>-1?"media-left":e.className.indexOf("SplitLayout")>-1?"media-right":"none";return t(e.parentElement)}(e);if("none"!==r){var i=parseFloat(window.getComputedStyle(e.parentElement).getPropertyValue("width"));if(o)e.style.setProperty("width","landscape"===n?i+"px":"100%");else if("portrait"!==n){var a="play"in e?{width:e.videoWidth,height:e.videoHeight}:{width:e.naturalWidth,height:e.naturalHeight};if(a.width<1)setTimeout(function(){return t(e)},100);else{var c=a.width>a.height;s.a.mutate(function(){if(c)"media-left"===r?"50%"===e.style.getPropertyValue("left")?e.style.setProperty("transform","translateX(-"+.5*i+"px)"):["","0px"].includes(e.style.getPropertyValue("margin-left"))?e.style.setProperty("transform","translateX(-"+.75*i+"px)"):e.style.setProperty("transform","translateX(-"+.25*i+"px)"):"50%"===e.style.getPropertyValue("left")?e.style.setProperty("transform","translateX("+.5*i+"px)"):["","0px"].includes(e.style.getPropertyValue("margin-left"))?e.style.setProperty("transform","translateX("+.25*i+"px)"):e.style.setProperty("transform","translateX("+.75*i+"px)");else{var t=e.dataset["object-position"].split(" ").map(function(t){return parseInt(t,10)}),n=u(t,2),o=n[0],a=n[1],s=e.style.getPropertyValue("margin-left")&&"0px"!==e.style.getPropertyValue("margin-left"),l=e.style.getPropertyValue("margin-right")&&"0px"!==e.style.getPropertyValue("margin-right");if("media-right"===r){if(50===o?e.style.setProperty("transform","scale(0.5) translate("+i+"px, 0%)"):a<50?e.style.setProperty("transform","scale(0.5) translate("+i+"px, -"+(50-a)+"%)"):e.style.setProperty("transform","scale(0.5) translate("+i+"px, "+(a-50)+"%)"),s)return void e.style.setProperty("transform","translateX("+(i-Math.abs(parseFloat(e.style.getPropertyValue("margin-left"))))+"px)");if(l)return void e.style.setProperty("transform","translateX("+Math.abs(parseFloat(e.style.getPropertyValue("margin-right")))+"px)")}else{if(50===a?e.style.setProperty("transform","scale(0.5) translate(-"+i+"px, 0%)"):a<50?e.style.setProperty("transform","scale(0.5) translate(-"+i+"px, -"+(50-a)+"%)"):e.style.setProperty("transform","scale(0.5) translate(-"+i+"px, "+(a-50)+"%)"),s)return void e.style.setProperty("transform","translateX(-"+Math.abs(parseFloat(e.style.getPropertyValue("margin-left")))+"px)");if(l)return void e.style.setProperty("transform","translateX(-"+(i-Math.abs(parseFloat(e.style.getPropertyValue("margin-right"))))+"px)")}}})}}else e.style.removeProperty("transform")}})},c.initObjectFit=function(){window.addEventListener("resize",function(){return f()},{passive:!0}),f()}},function(t,e,n){"use strict";var r=SyntaxError,i=Function,o=TypeError,a=function(t){try{return i('"use strict"; return ('+t+").constructor;")()}catch(t){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(t){s=null}var u=function(){throw new o},c=s?function(){try{return arguments.callee,u}catch(t){try{return s(arguments,"callee").get}catch(t){return u}}}():u,l=n(30)(),f=Object.getPrototypeOf||function(t){return t.__proto__},d={},p="undefined"==typeof Uint8Array?void 0:f(Uint8Array),h={"%AggregateError%":"undefined"==typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":l?f([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"==typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?f(f([][Symbol.iterator]())):void 0,"%JSON%":"object"==typeof JSON?JSON:void 0,"%Map%":"undefined"==typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l?f((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?void 0:Promise,"%Proxy%":"undefined"==typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l?f((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":l?f(""[Symbol.iterator]()):void 0,"%Symbol%":l?Symbol:void 0,"%SyntaxError%":r,"%ThrowTypeError%":c,"%TypedArray%":p,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?void 0:WeakSet},y={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},m=n(15),v=n(12),g=m.call(Function.call,Array.prototype.concat),b=m.call(Function.apply,Array.prototype.splice),w=m.call(Function.call,String.prototype.replace),x=m.call(Function.call,String.prototype.slice),S=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,E=/\\(\\)?/g,_=function(t){var e=x(t,0,1),n=x(t,-1);if("%"===e&&"%"!==n)throw new r("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==e)throw new r("invalid intrinsic syntax, expected opening `%`");var i=[];return w(t,S,function(t,e,n,r){i[i.length]=n?w(r,E,"$1"):e||t}),i},A=function(t,e){var n,i=t;if(v(y,i)&&(i="%"+(n=y[i])[0]+"%"),v(h,i)){var s=h[i];if(s===d&&(s=function t(e){var n;if("%AsyncFunction%"===e)n=a("async function () {}");else if("%GeneratorFunction%"===e)n=a("function* () {}");else if("%AsyncGeneratorFunction%"===e)n=a("async function* () {}");else if("%AsyncGenerator%"===e){var r=t("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===e){var i=t("%AsyncGenerator%");i&&(n=f(i.prototype))}return h[e]=n,n}(i)),void 0===s&&!e)throw new o("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:i,value:s}}throw new r("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new o('"allowMissing" argument must be a boolean');var n=_(t),i=n.length>0?n[0]:"",a=A("%"+i+"%",e),u=a.name,c=a.value,l=!1,f=a.alias;f&&(i=f[0],b(n,g([0,1],f)));for(var d=1,p=!0;d=n.length){var S=s(c,y);c=(p=!!S)&&"get"in S&&!("originalValue"in S.get)?S.get:c[y]}else p=v(c,y),c=c[y];p&&!l&&(h[u]=c)}}return c}},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var r=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("utils/dom-event-once");function i(){var t;return(t=r).once.apply(t,arguments)}r.once=function(t,e,n,r){function i(){t.removeEventListener(e,o,r)}function o(){return i(),n.apply(this,arguments)}return t.addEventListener(e,o,r),i}},function(t,e,n){"use strict";var r=n(147);t.exports=function(t){return"symbol"==typeof t?"Symbol":"bigint"==typeof t?"BigInt":r(t)}},function(t,e,n){var r; /*! Copyright (c) 2018 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */!function(){"use strict";var n=function(){function t(){}function e(t,e){for(var n=e.length,r=0;rn?n:t:te?e:t}},function(t,e,n){"use strict";(function(t){n.d(e,"b",function(){return o}),n.d(e,"c",function(){return a}),n.d(e,"a",function(){return s});var r=n(27),i=(n(16),{});function o(){return Object(r.b)()?t:"undefined"!=typeof window?window:"undefined"!=typeof self?self:i}function a(){var t=o(),e=t.crypto||t.msCrypto;if(void 0!==e&&e.getRandomValues){var n=new Uint16Array(8);e.getRandomValues(n),n[3]=4095&n[3]|16384,n[4]=16383&n[4]|32768;var r=function(t){for(var e=t.toString(16);e.length<4;)e="0"+e;return e};return r(n[0])+r(n[1])+r(n[2])+r(n[3])+r(n[4])+r(n[5])+r(n[6])+r(n[7])}return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})}function s(t){var e=o();if(!("console"in e))return t();var n=e.console,r={};["debug","info","warn","error","log","assert"].forEach(function(t){t in e.console&&n[t].__sentry_original__&&(r[t]=n[t],n[t]=n[t].__sentry_original__)});var i=t();return Object.keys(r).forEach(function(t){n[t]=r[t]}),i}}).call(this,n(21))},function(t,e,n){"use strict";var r=n(120);t.exports=Function.prototype.bind||r},function(t,e,n){"use strict";n.d(e,"b",function(){return r}),n.d(e,"a",function(){return i});n(5);function r(t,e){return void 0===e&&(e=0),"string"!=typeof t||0===e?t:t.length<=e?t:t.substr(0,e)+"..."}function i(t,e){var n=t,r=n.length;if(r<=150)return n;e>r&&(e=r);var i=Math.max(e-60,0);i<5&&(i=0);var o=Math.min(i+140,r);return o>r-5&&(o=r),o===r&&(i=Math.max(o-140,0)),n=n.slice(i,o),i>0&&(n="'{snip} "+n),o2?arguments[2]:{},o=r(e);i&&(o=a.call(o,Object.getOwnPropertySymbols(e)));for(var s=0;s-1?i(n):n}},function(t,e,n){"use strict";var r=n(3),i=n(58),o=i(r("String.prototype.indexOf"));t.exports=function(t,e){var n=r(t,!!e);return"function"==typeof n&&o(t,".prototype.")?i(n):n}},function(t,e,n){"use strict";var r=n(90)();t.exports=function(t){return t!==r&&null!==t}},function(t,e,n){"use strict";(function(t,r){function i(){return"[object process]"===Object.prototype.toString.call(void 0!==t?t:0)}function o(t,e){return t.require(e)}n.d(e,"b",function(){return i}),n.d(e,"a",function(){return o})}).call(this,n(46),n(98)(t))},function(t,e){var n,r;void 0!==document.hidden?(n="hidden",r="visibilitychange"):void 0!==document.mozHidden?(n="mozHidden",r="mozvisibilitychange"):void 0!==document.msHidden?(n="msHidden",r="msvisibilitychange"):void 0!==document.webkitHidden&&(n="webkitHidden",r="webkitvisibilitychange"),t.exports={hidden:n,visibilityChange:r}},function(t,e,n){"use strict";n.d(e,"a",function(){return u}),n.d(e,"b",function(){return l});var r=n(0),i=n(2),o=n(1),a=n.n(o),s=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("focal-point/index");function u(){var t;return(t=s).initFocalPoints.apply(t,arguments)}function c(){a.a.measure(function(){var t=i.a.getOrientation();a.a.mutate(function(){Object(r.a)("[data-landscape-focal]").forEach(function(e){var n=e.dataset[t+"Focal"];if(n){var r="PICTURE"===e.tagName?e.querySelector("img"):e;null==r||r.style.setProperty("object-position",n)}})})})}function l(){var t;return(t=s).exposeInitFocalPointPicture.apply(t,arguments)}s.initFocalPoints=function(){window.addEventListener("resize",function(){return c()},{passive:!0}),c()},s.exposeInitFocalPointPicture=function(){window.Shorthand.initFocalPointPictures=u}},function(t,e,n){"use strict";(function(e){var r=e.Symbol,i=n(119);t.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&i())))}}).call(this,n(21))},function(t,e,n){"use strict";var r=n(3)("%TypeError%"),i=n(145),o=n(18),a=n(9);t.exports=function(t,e){if("Object"!==a(t))throw new r("Assertion failed: Type(O) is not Object");if(!o(e))throw new r("Assertion failed: IsPropertyKey(P) is not true, got "+i(e));return t[e]}},function(t,e){},function(t,e){},function(t,e,n){var r=Array.prototype.slice,i=n(234),o=n(235),a=t.exports=function(t,e,n){return n||(n={}),t===e||(t instanceof Date&&e instanceof Date?t.getTime()===e.getTime():!t||!e||"object"!=typeof t&&"object"!=typeof e?n.strict?t===e:t==e:function(t,e,n){var c,l;if(s(t)||s(e))return!1;if(t.prototype!==e.prototype)return!1;if(o(t))return!!o(e)&&(t=r.call(t),e=r.call(e),a(t,e,n));if(u(t)){if(!u(e))return!1;if(t.length!==e.length)return!1;for(c=0;c=0;c--)if(f[c]!=d[c])return!1;for(c=f.length-1;c>=0;c--)if(l=f[c],!a(t[l],e[l],n))return!1;return typeof t==typeof e}(t,e,n))};function s(t){return null==t}function u(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&("function"==typeof t.copy&&"function"==typeof t.slice&&!(t.length>0&&"number"!=typeof t[0]))}},function(t,e){var n,r,i,o,a,s;t.exports=(n=function(t){return"function"==typeof t},r=Math.pow(2,53)-1,i=function(t){var e=function(t){var e=Number(t);return isNaN(e)?0:0!==e&&isFinite(e)?(e>0?1:-1)*Math.floor(Math.abs(e)):e}(t);return Math.min(Math.max(e,0),r)},o=function(t){if(null!=t){if(["string","number","boolean","symbol"].indexOf(typeof t)>-1)return Symbol.iterator;if("undefined"!=typeof Symbol&&"iterator"in Symbol&&Symbol.iterator in t)return Symbol.iterator;if("@@iterator"in t)return"@@iterator"}},a=function(t,e){if(null!=t&&null!=e){var r=t[e];if(null==r)return;if(!n(r))throw new TypeError(r+" is not a function");return r}},s=function(t){var e=t.next();return!Boolean(e.done)&&e},function(t){"use strict";var e,r,u,c=this,l=arguments.length>1?arguments[1]:void 0;if(void 0!==l){if(!n(l))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(e=arguments[2])}var f=a(t,o(t));if(void 0!==f){r=n(c)?Object(new c):[];var d,p,h=f.call(t);if(null==h)throw new TypeError("Array.from requires an array-like or iterable object");for(u=0;;){if(!(d=s(h)))return r.length=u,r;p=d.value,r[u]=l?l.call(e,p,u):p,u++}}else{var y=Object(t);if(null==t)throw new TypeError("Array.from requires an array-like object - not null or undefined");var m,v=i(y.length);for(r=n(c)?Object(new c(v)):new Array(v),u=0;u1&&(arguments[1]===String?n="string":arguments[1]===Number&&(n="number")),r&&(Symbol.toPrimitive?e=c(t,Symbol.toPrimitive):s(t)&&(e=Symbol.prototype.valueOf)),void 0!==e){var o=e.call(t,n);if(i(o))return o;throw new TypeError("unable to convert exotic object to primitive")}return"default"===n&&(a(t)||s(t))&&(n="string"),u(t,"default"===n?"number":n)}},function(t,e,n){"use strict";var r=n(3)("%Array%"),i=!r.isArray&&n(25)("Object.prototype.toString");t.exports=r.isArray||function(t){return"[object Array]"===i(t)}},function(t,e,n){"use strict";var r=n(3),i=r("%TypeError%"),o=r("%SyntaxError%"),a=n(12),s={"Property Descriptor":function(t,e){if("Object"!==t(e))return!1;var n={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};for(var r in e)if(a(e,r)&&!n[r])return!1;var o=a(e,"[[Value]]"),s=a(e,"[[Get]]")||a(e,"[[Set]]");if(o&&s)throw new i("Property Descriptors may not be both accessor and data descriptors");return!0}};t.exports=function(t,e,n,r){var a=s[e];if("function"!=typeof a)throw new o("unknown record type: "+e);if(!a(t,r))throw new i(n+" must be a "+e)}},function(t,e,n){"use strict";t.exports=Number.isNaN||function(t){return t!=t}},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var r=n(5);function i(t,e){try{for(var n=t,r=[],i=0,a=0,s=" > ".length,u=void 0;n&&i++<5&&!("html"===(u=o(n,e))||i>1&&a+r.length*s+u.length>=80);)r.push(u),a+=u.length,n=n.parentNode;return r.reverse().join(" > ")}catch(t){return""}}function o(t,e){var n,i,o,a,s,u,c,l=t,f=[];if(!l||!l.tagName)return"";f.push(l.tagName.toLowerCase());var d=(null===(n=e)||void 0===n?void 0:n.length)?e.filter(function(t){return l.getAttribute(t)}).map(function(t){return[t,l.getAttribute(t)]}):null;if(null===(i=d)||void 0===i?void 0:i.length)d.forEach(function(t){f.push("["+t[0]+'="'+t[1]+'"]')});else if(l.id&&f.push("#"+l.id),(o=l.className)&&Object(r.h)(o))for(a=o.split(/\s+/),c=0;c1)for(var n=1;n=0&&"[object Function]"===r.call(t.callee)),n}},function(t,e,n){"use strict";t.exports=n(118)},function(t,e,n){"use strict";var r=n(51),i=n(135),o=n(137),a=n(138),s=n(37),u=n(55),c=n(7),l=n(24),f=n(139),d=l("String.prototype.charAt"),p=c("%Array.prototype.indexOf%");t.exports=function(t){var e=arguments.length>1?r(arguments[1]):0;if(p&&!s(t)&&u(e)&&void 0!==t)return p.apply(this,arguments)>-1;var n=o(this),c=i(n.length);if(0===c)return!1;for(var l=e>=0?e:Math.max(0,c+e);l1?arguments[1]:"[object Date]"===r.call(t)?String:Number)===String||e===Number){var n,a,s=e===String?["toString","valueOf"]:["valueOf","toString"];for(a=0;a1?a(t,arguments[1]):a(t)}},function(t,e,n){"use strict";t.exports=function(t){return null===t||"function"!=typeof t&&"object"!=typeof t}},function(t,e,n){"use strict";var r=Function.prototype.toString,i=/^\s*class\b/,o=function(t){try{var e=r.call(t);return i.test(e)}catch(t){return!1}},a=Object.prototype.toString,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;if("function"==typeof t&&!t.prototype)return!0;if(s)return function(t){try{return!o(t)&&(r.call(t),!0)}catch(t){return!1}}(t);if(o(t))return!1;var e=a.call(t);return"[object Function]"===e||"[object GeneratorFunction]"===e}},function(t,e,n){"use strict";var r=Number.isNaN||function(t){return t!=t};t.exports=Number.isFinite||function(t){return"number"==typeof t&&!r(t)&&t!==1/0&&t!==-1/0}},function(t,e,n){"use strict";var r=n(50);t.exports=function(){return Array.prototype.includes||r}},function(t,e,n){"use strict";var r=n(144),i=n(156),o=n(31),a=n(65),s=n(69),u=n(177);t.exports=function(t){var e,n=u(this),c=s(o(n,"length"));if(!a(t))throw new TypeError("mapperFunction must be a function");arguments.length>1&&(e=arguments[1]);var l=r(n,0);return i(l,n,c,0,1,t,e),l}},function(t,e,n){"use strict";var r=n(15),i=n(3),o=i("%Function.prototype.apply%"),a=i("%Function.prototype.call%"),s=i("%Reflect.apply%",!0)||r.call(a,o),u=i("%Object.defineProperty%",!0);if(u)try{u({},"a",{value:1})}catch(t){u=null}t.exports=function(){return s(r,a,arguments)};var c=function(){return s(r,o,arguments)};u?u(t.exports,"apply",{value:c}):t.exports.apply=c},function(t,e,n){"use strict";var r=n(3)("%Object.defineProperty%",!0);if(r)try{r({},"a",{value:1})}catch(t){r=null}var i=n(25)("Object.prototype.propertyIsEnumerable");t.exports=function(t,e,n,o,a,s){if(!r){if(!t(s))return!1;if(!s["[[Configurable]]"]||!s["[[Writable]]"])return!1;if(a in o&&i(o,a)!==!!s["[[Enumerable]]"])return!1;var u=s["[[Value]]"];return o[a]=u,e(o[a],u)}return r(o,a,n(s)),!0}},function(t,e,n){"use strict";var r=n(40),i=n(9);t.exports=function(t){if(void 0===t)return t;r(i,"Property Descriptor","Desc",t);var e={};return"[[Value]]"in t&&(e.value=t["[[Value]]"]),"[[Writable]]"in t&&(e.writable=t["[[Writable]]"]),"[[Get]]"in t&&(e.get=t["[[Get]]"]),"[[Set]]"in t&&(e.set=t["[[Set]]"]),"[[Enumerable]]"in t&&(e.enumerable=t["[[Enumerable]]"]),"[[Configurable]]"in t&&(e.configurable=t["[[Configurable]]"]),e}},function(t,e,n){"use strict";var r=n(12),i=n(40),o=n(9);t.exports=function(t){return void 0!==t&&(i(o,"Property Descriptor","Desc",t),!(!r(t,"[[Value]]")&&!r(t,"[[Writable]]")))}},function(t,e,n){"use strict";var r=n(41);t.exports=function(t,e){return t===e?0!==t||1/t==1/e:r(t)&&r(e)}},function(t,e,n){"use strict";var r=n(12),i=n(3)("%TypeError%"),o=n(9),a=n(64),s=n(65);t.exports=function(t){if("Object"!==o(t))throw new i("ToPropertyDescriptor requires an object");var e={};if(r(t,"enumerable")&&(e["[[Enumerable]]"]=a(t.enumerable)),r(t,"configurable")&&(e["[[Configurable]]"]=a(t.configurable)),r(t,"value")&&(e["[[Value]]"]=t.value),r(t,"writable")&&(e["[[Writable]]"]=a(t.writable)),r(t,"get")){var n=t.get;if(void 0!==n&&!s(n))throw new i("getter must be a function");e["[[Get]]"]=n}if(r(t,"set")){var u=t.set;if(void 0!==u&&!s(u))throw new i("setter must be a function");e["[[Set]]"]=u}if((r(e,"[[Get]]")||r(e,"[[Set]]"))&&(r(e,"[[Value]]")||r(e,"[[Writable]]")))throw new i("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return e}},function(t,e,n){"use strict";t.exports=function(t){return!!t}},function(t,e,n){"use strict";t.exports=n(152)},function(t,e,n){"use strict";var r=Number.isNaN||function(t){return t!=t};t.exports=Number.isFinite||function(t){return"number"==typeof t&&!r(t)&&t!==1/0&&t!==-1/0}},function(t,e,n){"use strict";var r=n(3),i=r("%Math%"),o=r("%Number%");t.exports=o.MAX_SAFE_INTEGER||i.pow(2,53)-1},function(t,e,n){"use strict";t.exports=function(t){return null===t||"function"!=typeof t&&"object"!=typeof t}},function(t,e,n){"use strict";var r=n(67),i=n(167);t.exports=function(t){var e=i(t);return e<=0?0:e>r?r:e}},function(t,e,n){"use strict";var r=n(57);t.exports=function(){return Array.prototype.flatMap||r}},function(t,e,n){"use strict";t.exports=n(181)},function(t,e,n){"use strict";var r=n(182),i=n(197),o=n(71),a=n(24)("String.prototype.slice");t.exports=function(t){var e,n=o(this),s=i(n),u=r(s.length);arguments.length>1&&(e=arguments[1]);var c=void 0===e?"":i(e);""===c&&(c=" ");var l=r(t);if(l<=u)return s;for(var f=l-u;c.lengthp?a(c,0,p):c}var h=c.length>f?a(c,0,f):c;return h+s}},function(t,e,n){"use strict";var r=n(72);t.exports=function(){return"function"==typeof String.prototype.padStart?String.prototype.padStart:r}},function(t,e){},function(t,e){!function(){"use strict";if("undefined"!=typeof window){var t=window.navigator.userAgent.match(/Edge\/(\d{2})\./),e=t?parseInt(t[1],10):null,n=!!e&&16<=e&&e<=18;if("objectFit"in document.documentElement.style==0||n){var r=function(t,e,n){var r,i,o,a,s;if((n=n.split(" ")).length<2&&(n[1]=n[0]),"x"===t)r=n[0],i=n[1],o="left",a="right",s=e.clientWidth;else{if("y"!==t)return;r=n[1],i=n[0],o="top",a="bottom",s=e.clientHeight}if(r!==o&&i!==o){if(r!==a&&i!==a)return"center"===r||"50%"===r?(e.style[o]="50%",void(e.style["margin-"+o]=s/-2+"px")):void(0<=r.indexOf("%")?(r=parseInt(r,10))<50?(e.style[o]=r+"%",e.style["margin-"+o]=s*(r/-100)+"px"):(r=100-r,e.style[a]=r+"%",e.style["margin-"+a]=s*(r/-100)+"px"):e.style[o]=r);e.style[a]="0"}else e.style[o]="0"},i=function(t){var e=t.dataset?t.dataset.objectFit:t.getAttribute("data-object-fit"),n=t.dataset?t.dataset.objectPosition:t.getAttribute("data-object-position");e=e||"cover",n=n||"50% 50%";var i=t.parentNode;return function(t){var e=window.getComputedStyle(t,null),n=e.getPropertyValue("position"),r=e.getPropertyValue("overflow"),i=e.getPropertyValue("display");n&&"static"!==n||(t.style.position="relative"),"hidden"!==r&&(t.style.overflow="hidden"),i&&"inline"!==i||(t.style.display="block"),0===t.clientHeight&&(t.style.height="100%"),-1===t.className.indexOf("object-fit-polyfill")&&(t.className=t.className+" object-fit-polyfill")}(i),function(t){var e=window.getComputedStyle(t,null),n={"max-width":"none","max-height":"none","min-width":"0px","min-height":"0px",top:"auto",right:"auto",bottom:"auto",left:"auto","margin-top":"0px","margin-right":"0px","margin-bottom":"0px","margin-left":"0px"};for(var r in n)e.getPropertyValue(r)!==n[r]&&(t.style[r]=n[r])}(t),t.style.position="absolute",t.style.width="auto",t.style.height="auto","scale-down"===e&&(e=t.clientWidthi.clientWidth||"contain"===e&&t.clientWidth-1}},function(t,e,n){"use strict";var r=n(97);t.exports=function(t){if(!r(t))throw new TypeError(t+" is not a symbol");return t}},function(t,e,n){"use strict";t.exports=function(t){return!!t&&("symbol"==typeof t||!!t.constructor&&("Symbol"===t.constructor.name&&"Symbol"===t[t.constructor.toStringTag]))}},function(t,e){t.exports=function(t){if(!t.webpackPolyfill){var e=Object.create(t);e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),Object.defineProperty(e,"exports",{enumerable:!0}),e.webpackPolyfill=1}return e}},function(t,e,n){"use strict";(t.exports={}).forEach=function(t,e){for(var n=0;n4?t:void 0}());var e},r.isLegacyOpera=function(){return!!window.opera}},function(t,e,n){"use strict";var r=n(17),i=n(49),o=n(23),a=n(24),s=n(50),u=n(56),c=o.apply(u()),l=n(140),f=a("Array.prototype.slice"),d=function(t,e){return i(t),c(t,f(arguments,1))};r(d,{getPolyfill:u,implementation:s,shim:l}),t.exports=d},function(t,e,n){"use strict";var r=n(17),i=n(142),o=n(57),a=n(70),s=a(),u=n(180),c=i(s);r(c,{getPolyfill:a,implementation:o,shim:u}),t.exports=c},function(t,e,n){"use strict";var r=n(17),i=n(71),o=n(23),a=n(72),s=n(73),u=n(198),c=o.apply(s()),l=function(t,e){i(t);var n=[e];return arguments.length>2&&n.push(arguments[2]),c(t,n)};r(l,{getPolyfill:s,implementation:a,shim:u}),t.exports=l},function(t,e,n){var r,i,o;i=[],void 0===(o="function"==typeof(r=function(){var t=/(auto|scroll)/,e=function(t,n){return null===t.parentNode?n:e(t.parentNode,n.concat([t]))},n=function(t,e){return getComputedStyle(t,null).getPropertyValue(e)},r=function(e){return t.test(function(t){return n(t,"overflow")+n(t,"overflow-y")+n(t,"overflow-x")}(e))};return function(t){if(t instanceof HTMLElement||t instanceof SVGElement){for(var n=e(t.parentNode,[]),i=0;i=0;n--){var r=n>0?e.cloneNode(!0):e,i=t[n],o=i.parentNode,a=i.nextSibling;return r.appendChild(i),a?o.insertBefore(r,a):o.appendChild(r),r}}function s(t){t&&t.parentNode.removeChild(t)}function u(t,e){t.insertBefore(e,t.firstChild)}function c(t,e){for(var n in e)t.setAttribute(n,P.boolean(e[n])&&e[n]?"":e[n])}function l(t,n,r){var i=e.createElement(t);c(i,r),u(n,i)}function f(t,e,n){if(t)if(t.classList)t.classList[n?"add":"remove"](e);else{var r=(" "+t.className+" ").replace(/\s+/g," ").replace(" "+e+" ","");t.className=r+(n?" "+e:"")}}function d(t,e){return!!t&&(t.classList?t.classList.contains(e):new RegExp("(\\s|^)"+e+"(\\s|$)").test(t.className))}function p(t,n){var r=Element.prototype;return(r.matches||r.webkitMatchesSelector||r.mozMatchesSelector||r.msMatchesSelector||function(t){return-1!==[].indexOf.call(e.querySelectorAll(t),this)}).call(t,n)}function h(t,e,n,r,i){n&&m(t,e,function(e){n.apply(t,[e])},i),m(t,e,function(e){r.apply(t,[e])},i)}function y(t,e,n,r,i){var o=e.split(" ");if(P.boolean(i)||(i=!1),t instanceof NodeList)for(var a=0;a','',''+S.i18n.play+"",""),t.push('
'),i(S.controls,"restart")&&t.push('"),i(S.controls,"rewind")&&t.push('"),i(S.controls,"play")&&t.push('",'"),i(S.controls,"fast-forward")&&t.push('"),i(S.controls,"progress")&&(t.push('','','','','',"0% "+S.i18n.buffered,""),S.tooltips.seek&&t.push('00:00'),t.push("")),i(S.controls,"current-time")&&t.push('',''+S.i18n.currentTime+"",'00:00',""),i(S.controls,"duration")&&t.push('',''+S.i18n.duration+"",'00:00',""),i(S.controls,"mute")&&t.push('"),i(S.controls,"volume")&&t.push('','",'','',""),i(S.controls,"captions")&&t.push('"),i(S.controls,"fullscreen")&&t.push('"),t.push("
"),t.join("")}function R(){if("video"===Lt.type){B(S.selectors.captions)||Lt.videoContainer.insertAdjacentHTML("afterbegin",'
'),Lt.usingTextTracks=!1,Lt.media.textTracks&&(Lt.usingTextTracks=!0);for(var t,e="",n=Lt.media.childNodes,r=0;r=10||Lt.browser.isFirefox&&Lt.browser.version>=31)&&(Ft("Detected browser with known TextTrack issues - using manual fallback"),Lt.usingTextTracks=!1),Lt.usingTextTracks){Ft("TextTracks supported");for(var a=0;aLt.captions.length-1){Lt.subcount=Lt.captions.length-1;break}Lt.media.currentTime.toFixed(1)>=e(Lt.captions[Lt.subcount][0],0)&&Lt.media.currentTime.toFixed(1)<=n(Lt.captions[Lt.subcount][0])?(Lt.currentCaption=Lt.captions[Lt.subcount][1],F(Lt.currentCaption)):F()}}function D(t){return Lt.container.querySelectorAll(t)}function B(t){return D(t)[0]}function H(){try{return t.self!==t.top}catch(t){return!0}}function z(){var t=D("input:not([disabled]), button:not([disabled])"),e=t[0],n=t[t.length-1];m(Lt.container,"keydown",function(t){9===t.which&&Lt.isFullscreen&&(t.target!==n||t.shiftKey?t.target===e&&t.shiftKey&&(t.preventDefault(),n.focus()):(t.preventDefault(),e.focus()))})}function W(t,e){if(P.string(e))l(t,Lt.media,{src:e});else if(e.constructor===Array)for(var n=e.length-1;n>=0;n--)l(t,Lt.media,e[n])}function V(){f(Lt.container,S.selectors.container.replace(".",""),Lt.supported.full)}function U(t){t&&i(S.types.html5,Lt.type)?Lt.media.setAttribute("controls",""):Lt.media.removeAttribute("controls")}function $(t){var e=S.i18n.play;if(P.string(S.title)&&S.title.length&&(e+=", "+S.title,Lt.container.setAttribute("aria-label",S.title)),Lt.supported.full&&Lt.buttons.play)for(var n=Lt.buttons.play.length-1;n>=0;n--)Lt.buttons.play[n].setAttribute("aria-label",e);P.htmlElement(t)&&t.setAttribute("title",S.i18n.frameTitle.replace("{title}",S.title))}function q(){var e=null;Lt.storage={},j.supported&&S.storage.enabled&&(t.localStorage.removeItem("plyr-volume"),(e=t.localStorage.getItem(S.storage.key))&&(/^\d+(\.\d+)?$/.test(e)?Y({volume:parseFloat(e)}):Lt.storage=JSON.parse(e)))}function Y(e){j.supported&&S.storage.enabled&&(x(Lt.storage,e),t.localStorage.setItem(S.storage.key,JSON.stringify(Lt.storage)))}function G(){if(Lt.media){if(Lt.supported.full&&(f(Lt.container,S.classes.type.replace("{0}",Lt.type),!0),i(S.types.embed,Lt.type)&&f(Lt.container,S.classes.type.replace("{0}","video"),!0),f(Lt.container,S.classes.stopped,S.autoplay),f(Lt.container,S.classes.isIos,Lt.browser.isIos),f(Lt.container,S.classes.isTouch,Lt.browser.isTouch),"video"===Lt.type)){var t=e.createElement("div");t.setAttribute("class",S.classes.videoWrapper),a(Lt.media,t),Lt.videoContainer=t}i(S.types.embed,Lt.type)&&X()}else Mt("No media element found!")}function X(){var n,i=e.createElement("div"),o=Lt.type+"-"+Math.floor(1e4*Math.random());switch(Lt.type){case"youtube":n=function(t){return t.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=)([^#\&\?]*).*/)?RegExp.$2:t}(Lt.embedId);break;case"vimeo":n=function(t){return t.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:t}(Lt.embedId);break;default:n=Lt.embedId}for(var a=D('[id^="'+Lt.type+'-"]'),u=a.length-1;u>=0;u--)s(a[u]);if(f(Lt.media,S.classes.videoWrapper,!0),f(Lt.media,S.classes.embedWrapper,!0),"youtube"===Lt.type)Lt.media.appendChild(i),i.setAttribute("id",o),P.object(t.YT)?K(n,i):(r(S.urls.youtube.api),t.onYouTubeReadyCallbacks=t.onYouTubeReadyCallbacks||[],t.onYouTubeReadyCallbacks.push(function(){K(n,i)}),t.onYouTubeIframeAPIReady=function(){t.onYouTubeReadyCallbacks.forEach(function(t){t()})});else if("vimeo"===Lt.type)if(Lt.supported.full?Lt.media.appendChild(i):i=Lt.media,i.setAttribute("id",o),P.object(t.Vimeo))Z(n,i);else{r(S.urls.vimeo.api);var l=t.setInterval(function(){P.object(t.Vimeo)&&(t.clearInterval(l),Z(n,i))},50)}else if("soundcloud"===Lt.type){var d=e.createElement("iframe");d.loaded=!1,m(d,"load",function(){d.loaded=!0}),c(d,{src:"https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/"+n,id:o}),i.appendChild(d),Lt.media.appendChild(i),t.SC||r(S.urls.soundcloud.api);var p=t.setInterval(function(){t.SC&&d.loaded&&(t.clearInterval(p),Q.call(d))},50)}}function J(){Lt.supported.full&&(jt(),It()),$(B("iframe"))}function K(e,n){Lt.embed=new t.YT.Player(n.id,{videoId:e,playerVars:{autoplay:S.autoplay?1:0,controls:Lt.supported.full?0:1,rel:0,showinfo:0,iv_load_policy:3,cc_load_policy:S.captions.defaultActive?1:0,cc_lang_pref:"en",wmode:"transparent",modestbranding:1,disablekb:1,origin:"*"},events:{onError:function(t){I(Lt.container,"error",!0,{code:t.data,embed:t.target})},onReady:function(e){var n=e.target;Lt.media.play=function(){n.playVideo(),Lt.media.paused=!1},Lt.media.pause=function(){n.pauseVideo(),Lt.media.paused=!0},Lt.media.stop=function(){n.stopVideo(),Lt.media.paused=!0},Lt.media.duration=n.getDuration(),Lt.media.paused=!0,Lt.media.currentTime=0,Lt.media.muted=n.isMuted(),"function"==typeof n.getVideoData&&(S.title=n.getVideoData().title),Lt.supported.full&&Lt.media.querySelector("iframe").setAttribute("tabindex","-1"),J(),I(Lt.media,"timeupdate"),I(Lt.media,"durationchange"),t.clearInterval(Nt.buffering),Nt.buffering=t.setInterval(function(){Lt.media.buffered=n.getVideoLoadedFraction(),(null===Lt.media.lastBuffered||Lt.media.lastBufferedr&&(e=r),Et(e);try{Lt.media.currentTime=e.toFixed(4)}catch(t){}if(i(S.types.embed,Lt.type)){switch(Lt.type){case"youtube":Lt.embed.seekTo(e);break;case"vimeo":Lt.embed.setCurrentTime(e.toFixed(0));break;case"soundcloud":Lt.embed.seekTo(1e3*e)}n&&et(),I(Lt.media,"timeupdate"),Lt.media.seeking=!0,I(Lt.media,"seeking")}Ft("Seeking to "+Lt.media.currentTime+" seconds"),M(e)}function at(){var t=parseInt(S.duration),e=0;return null===Lt.media.duration||isNaN(Lt.media.duration)||(e=Lt.media.duration),isNaN(t)?e:t}function st(){f(Lt.container,S.classes.playing,!Lt.media.paused),f(Lt.container,S.classes.stopped,Lt.media.paused),At(Lt.media.paused)}function ut(){k={x:t.pageXOffset||0,y:t.pageYOffset||0}}function ct(){t.scrollTo(k.x,k.y)}function lt(t){var n=O.supportsFullScreen;if(n){if(!t||t.type!==O.fullScreenEventName)return O.isFullScreen(Lt.container)?O.cancelFullScreen():(ut(),O.requestFullScreen(Lt.container)),void(Lt.isFullscreen=O.isFullScreen(Lt.container));Lt.isFullscreen=O.isFullScreen(Lt.container)}else Lt.isFullscreen=!Lt.isFullscreen,e.body.style.overflow=Lt.isFullscreen?"hidden":"";f(Lt.container,S.classes.fullscreen.active,Lt.isFullscreen),z(Lt.isFullscreen),Lt.buttons&&Lt.buttons.fullscreen&&b(Lt.buttons.fullscreen,Lt.isFullscreen),I(Lt.container,Lt.isFullscreen?"enterfullscreen":"exitfullscreen",!0),!Lt.isFullscreen&&n&&ct()}function ft(t){if(P.boolean(t)||(t=!Lt.media.muted),b(Lt.buttons.mute,t),Lt.media.muted=t,0===Lt.media.volume&&dt(S.volume),i(S.types.embed,Lt.type)){switch(Lt.type){case"youtube":Lt.embed[Lt.media.muted?"mute":"unMute"]();break;case"vimeo":case"soundcloud":Lt.embed.setVolume(Lt.media.muted?0:parseFloat(S.volume/S.volumeMax))}I(Lt.media,"volumechange")}}function dt(t){var e=S.volumeMax,n=S.volumeMin;if(P.undefined(t)&&(t=Lt.storage.volume),(null===t||isNaN(t))&&(t=S.volume),t>e&&(t=e),t0&&ft()}function pt(t){var e=Lt.media.muted?0:Lt.media.volume*S.volumeMax;P.number(t)||(t=S.volumeStep),dt(e+t)}function ht(t){var e=Lt.media.muted?0:Lt.media.volume*S.volumeMax;P.number(t)||(t=S.volumeStep),dt(e-t)}function yt(){var t=Lt.media.muted?0:Lt.media.volume*S.volumeMax;Lt.supported.full&&(Lt.volume.input&&(Lt.volume.input.value=t),Lt.volume.display&&(Lt.volume.display.value=t)),Y({volume:t}),f(Lt.container,S.classes.muted,0===t),Lt.supported.full&&Lt.buttons.mute&&b(Lt.buttons.mute,0===t)}function mt(t){Lt.supported.full&&Lt.buttons.captions&&(P.boolean(t)||(t=-1===Lt.container.className.indexOf(S.classes.captions.active)),Lt.captionsEnabled=t,b(Lt.buttons.captions,Lt.captionsEnabled),f(Lt.container,S.classes.captions.active,Lt.captionsEnabled),I(Lt.container,Lt.captionsEnabled?"captionsenabled":"captionsdisabled",!0),Y({captionsEnabled:Lt.captionsEnabled}))}function vt(t){var e="waiting"===t.type;clearTimeout(Nt.loading),Nt.loading=setTimeout(function(){f(Lt.container,S.classes.loading,e),At(e)},e?250:0)}function gt(t){if(Lt.supported.full){var e=Lt.progress.played,n=0,r=at();if(t)switch(t.type){case"timeupdate":case"seeking":if(Lt.controls.pressed)return;n=w(Lt.media.currentTime,r),"timeupdate"===t.type&&Lt.buttons.seek&&(Lt.buttons.seek.value=n);break;case"playing":case"progress":e=Lt.progress.buffer,n=function(){var t=Lt.media.buffered;return t&&t.length?w(t.end(0),r):P.number(t)?100*t:0}()}bt(e,n)}}function bt(t,e){if(Lt.supported.full){if(P.undefined(e)&&(e=0),P.undefined(t)){if(!Lt.progress||!Lt.progress.buffer)return;t=Lt.progress.buffer}P.htmlElement(t)?t.value=e:t&&(t.bar&&(t.bar.value=e),t.text&&(t.text.innerHTML=e))}}function wt(t,e){if(e){isNaN(t)&&(t=0),Lt.secs=parseInt(t%60),Lt.mins=parseInt(t/60%60),Lt.hours=parseInt(t/60/60%60);var n=parseInt(at()/60/60%60)>0;Lt.secs=("0"+Lt.secs).slice(-2),Lt.mins=("0"+Lt.mins).slice(-2),e.innerHTML=(n?Lt.hours+":":"")+Lt.mins+":"+Lt.secs}}function xt(){if(Lt.supported.full){var t=at()||0;!Lt.duration&&S.displayDuration&&Lt.media.paused&&wt(t,Lt.currentTime),Lt.duration&&wt(t,Lt.duration),_t()}}function St(t){wt(Lt.media.currentTime,Lt.currentTime),t&&"timeupdate"===t.type&&Lt.media.seeking||gt(t)}function Et(t){P.number(t)||(t=0);var e=w(t,at());Lt.progress&&Lt.progress.played&&(Lt.progress.played.value=e),Lt.buttons&&Lt.buttons.seek&&(Lt.buttons.seek.value=e)}function _t(t){var e=at();if(S.tooltips.seek&&Lt.progress.container&&0!==e){var n=Lt.progress.container.getBoundingClientRect(),r=0,o=S.classes.tooltip+"--visible";if(t)r=100/n.width*(t.pageX-n.left);else{if(!d(Lt.progress.tooltip,o))return;r=Lt.progress.tooltip.style.left.replace("%","")}r<0?r=0:r>100&&(r=100),wt(e/100*r,Lt.progress.tooltip),Lt.progress.tooltip.style.left=r+"%",t&&i(["mouseenter","mouseleave"],t.type)&&f(Lt.progress.tooltip,o,"mouseenter"===t.type)}}function At(e){if(S.hideControls&&"audio"!==Lt.type){var n=0,r=!1,o=e,a=d(Lt.container,S.classes.loading);if(P.boolean(e)||(e&&e.type?(r="enterfullscreen"===e.type,o=i(["mousemove","touchstart","mouseenter","focus"],e.type),i(["mousemove","touchmove"],e.type)&&(n=2e3),"focus"===e.type&&(n=3e3)):o=d(Lt.container,S.classes.hideControls)),t.clearTimeout(Nt.hover),o||Lt.media.paused||a){if(f(Lt.container,S.classes.hideControls,!1),Lt.media.paused||a)return;Lt.browser.isTouch&&(n=3e3)}o&&Lt.media.paused||(Nt.hover=t.setTimeout(function(){(!Lt.controls.pressed&&!Lt.controls.hover||r)&&f(Lt.container,S.classes.hideControls,!0)},n))}}function Ot(t){P.object(t)&&"sources"in t&&t.sources.length?(f(Lt.container,S.classes.ready,!1),et(),Et(),bt(),function(){if(i(S.types.html5,Lt.type)){for(var t=Lt.media.querySelectorAll("source"),e=0;e1?n[n.length-1]:n[0]),n){var r=d(e,S.classes.tabFocus);setTimeout(function(){n.focus(),r&&(f(e,S.classes.tabFocus,!1),f(n,S.classes.tabFocus,!0))},100)}}function r(){var t=e.activeElement;return t&&t!==e.body?e.querySelector(":focus"):null}function o(t){return t.keyCode?t.keyCode:t.which}function a(t){var e=o(t),n="keydown"===t.type,r=n&&e===u;if(P.number(e))if(n){switch(i([48,49,50,51,52,53,54,56,57,32,75,38,40,77,39,37,70,67],e)&&(t.preventDefault(),t.stopPropagation()),e){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:r||function(){var t=Lt.media.duration;P.number(t)&&ot(t/10*(e-48))}();break;case 32:case 75:r||nt();break;case 38:pt();break;case 40:ht();break;case 77:r||ft();break;case 39:it();break;case 37:rt();break;case 70:lt();break;case 67:r||mt()}!O.supportsFullScreen&&Lt.isFullscreen&&27===e&<(),u=e}else u=null}var s=Lt.browser.isIE?"change":"input";if(S.keyboardShorcuts.focused){var u=null;S.keyboardShorcuts.global&&m(t,"keydown keyup",function(t){var e=o(t),n=r();1!==A().length||!i([48,49,50,51,52,53,54,56,57,75,77,70,67],e)||P.htmlElement(n)&&p(n,S.selectors.editable)||a(t)}),m(Lt.container,"keydown keyup",a)}for(var c in m(t,"keyup",function(t){var e=o(t),n=r();9===e&&function(t){for(var e in Lt.buttons){var n=Lt.buttons[e];if(P.nodeList(n))for(var r=0;r0)&&(e?ht(n):pt(n)),(t.deltaY>0||t.deltaX<0)&&(e?pt(n):ht(n))})}function Pt(n,r){function i(){clearTimeout(Nt.cleanUp),P.boolean(r)||(r=!0),P.function(n)&&n.call(Rt),r&&(Lt.init=!1,Lt.container.parentNode.replaceChild(Rt,Lt.container),Lt.container=null,e.body.style.overflow="",v(e.body,"click",kt),I(Rt,"destroyed",!0))}if(!Lt.init)return null;switch(Lt.type){case"youtube":t.clearInterval(Nt.buffering),t.clearInterval(Nt.playing),Lt.embed.destroy(),i();break;case"vimeo":Lt.embed.unload().then(i),Nt.cleanUp=t.setTimeout(i,200);break;case"video":case"audio":U(!0),i()}}function jt(){if(!Lt.supported.full)return Mt("Basic support only",Lt.type),s(B(S.selectors.controls.wrapper)),s(B(S.selectors.buttons.play)),void U(!0);var t=!D(S.selectors.controls.wrapper).length;t&&function(){if(S.loadSprite){var t=L();t.absolute?(Ft("AJAX loading absolute SVG sprite"+(Lt.browser.isIE?" (due to IE)":"")),E(t.url,"sprite-plyr")):Ft("Sprite will be used as external resource directly")}var n,r=S.html;if(Ft("Injecting custom controls"),r||(r=N()),r=o(r=o(r,"{seektime}",S.seekTime),"{id}",Math.floor(1e4*Math.random())),S.title&&(r=o(r,"{title}",S.title)),P.string(S.selectors.controls.container)&&(n=e.querySelector(S.selectors.controls.container)),P.htmlElement(n)||(n=Lt.container),n.insertAdjacentHTML("beforeend",r),S.tooltips.controls)for(var i=D([S.selectors.controls.wrapper," ",S.selectors.labels," .",S.classes.hidden].join("")),a=i.length-1;a>=0;a--){var s=i[a];f(s,S.classes.hidden,!1),f(s,S.classes.tooltip,!0)}}(),function(){try{return Lt.controls=B(S.selectors.controls.wrapper),Lt.buttons={},Lt.buttons.seek=B(S.selectors.buttons.seek),Lt.buttons.play=D(S.selectors.buttons.play),Lt.buttons.pause=B(S.selectors.buttons.pause),Lt.buttons.restart=B(S.selectors.buttons.restart),Lt.buttons.rewind=B(S.selectors.buttons.rewind),Lt.buttons.forward=B(S.selectors.buttons.forward),Lt.buttons.fullscreen=B(S.selectors.buttons.fullscreen),Lt.buttons.mute=B(S.selectors.buttons.mute),Lt.buttons.captions=B(S.selectors.buttons.captions),Lt.progress={},Lt.progress.container=B(S.selectors.progress.container),Lt.progress.buffer={},Lt.progress.buffer.bar=B(S.selectors.progress.buffer),Lt.progress.buffer.text=Lt.progress.buffer.bar&&Lt.progress.buffer.bar.getElementsByTagName("span")[0],Lt.progress.played=B(S.selectors.progress.played),Lt.progress.tooltip=Lt.progress.container&&Lt.progress.container.querySelector("."+S.classes.tooltip),Lt.volume={},Lt.volume.input=B(S.selectors.volume.input),Lt.volume.display=B(S.selectors.volume.display),Lt.duration=B(S.selectors.duration),Lt.currentTime=B(S.selectors.currentTime),Lt.seekTime=D(S.selectors.seekTime),!0}catch(t){return Mt("It looks like there is a problem with your controls HTML"),U(!0),!1}}()&&(t&&Tt(),function(){if(m(Lt.media,"timeupdate seeking",St),m(Lt.media,"timeupdate",M),m(Lt.media,"durationchange loadedmetadata",xt),m(Lt.media,"ended",function(){"video"===Lt.type&&S.showPosterOnEnd&&("video"===Lt.type&&F(),ot(),Lt.media.load())}),m(Lt.media,"progress playing",gt),m(Lt.media,"volumechange",yt),m(Lt.media,"play pause ended",st),m(Lt.media,"waiting canplay seeked",vt),S.clickToPlay&&"audio"!==Lt.type){var t=B("."+S.classes.videoWrapper);if(!t)return;t.style.cursor="pointer",m(t,"click",function(){S.hideControls&&Lt.browser.isTouch&&!Lt.media.paused||(Lt.media.paused?tt():Lt.media.ended?(ot(),tt()):et())})}S.disableContextMenu&&m(Lt.media,"contextmenu",function(t){t.preventDefault()}),m(Lt.media,S.events.concat(["keyup","keydown"]).join(" "),function(t){I(Lt.container,t.type,!0)})}(),U(),function(){if(Lt.supported.full&&("audio"!==Lt.type||S.fullscreen.allowAudio)&&S.fullscreen.enabled){var t=O.supportsFullScreen;t||S.fullscreen.fallback&&!H()?(Ft((t?"Native":"Fallback")+" fullscreen enabled"),t||f(Lt.container,S.classes.fullscreen.fallback,!0),f(Lt.container,S.classes.fullscreen.enabled,!0)):Ft("Fullscreen not supported and fallback disabled"),Lt.buttons&&Lt.buttons.fullscreen&&b(Lt.buttons.fullscreen,!1),z()}}(),R(),dt(),yt(),St(),st(),xt())}function It(){t.setTimeout(function(){I(Lt.media,"ready")},0),f(Lt.media,T.classes.setup,!0),f(Lt.container,S.classes.ready,!0),Lt.media.plyr=Ct,S.autoplay&&tt()}var Ct,Lt=this,Nt={};Lt.media=y;var Rt=y.cloneNode(!0),Ft=function(){C("log",arguments)},Mt=function(){C("warn",arguments)};return Ft("Config",S),Ct={getOriginal:function(){return Rt},getContainer:function(){return Lt.container},getEmbed:function(){return Lt.embed},getMedia:function(){return Lt.media},getType:function(){return Lt.type},getDuration:at,getCurrentTime:function(){return Lt.media.currentTime},getVolume:function(){return Lt.media.volume},isMuted:function(){return Lt.media.muted},isReady:function(){return d(Lt.container,S.classes.ready)},isLoading:function(){return d(Lt.container,S.classes.loading)},isPaused:function(){return Lt.media.paused},on:function(t,e){return m(Lt.container,t,e),this},play:tt,pause:et,stop:function(){et(),ot()},restart:ot,rewind:rt,forward:it,seek:ot,source:function(t){if(P.undefined(t)){var e;switch(Lt.type){case"youtube":e=Lt.embed.getVideoUrl();break;case"vimeo":Lt.embed.getVideoUrl.then(function(t){e=t});break;case"soundcloud":Lt.embed.getCurrentSound(function(t){e=t.permalink_url});break;default:e=Lt.media.currentSrc}return e||""}Ot(t)},poster:function(t){"video"===Lt.type&&Lt.media.setAttribute("poster",t)},setVolume:dt,togglePlay:nt,toggleMute:ft,toggleCaptions:mt,toggleFullscreen:lt,toggleControls:At,isFullscreen:function(){return Lt.isFullscreen||!1},support:function(t){return function(t,e){var n=t.media;if("video"===t.type)switch(e){case"video/webm":return!(!n.canPlayType||!n.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/no/,""));case"video/mp4":return!(!n.canPlayType||!n.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"').replace(/no/,""));case"video/ogg":return!(!n.canPlayType||!n.canPlayType('video/ogg; codecs="theora"').replace(/no/,""))}else if("audio"===t.type)switch(e){case"audio/mpeg":return!(!n.canPlayType||!n.canPlayType("audio/mpeg;").replace(/no/,""));case"audio/ogg":return!(!n.canPlayType||!n.canPlayType('audio/ogg; codecs="vorbis"').replace(/no/,""));case"audio/wav":return!(!n.canPlayType||!n.canPlayType('audio/wav; codecs="1"').replace(/no/,""))}return!1}(Lt,t)},destroy:Pt},function(){if(Lt.init)return null;if(O=function(){var t={supportsFullScreen:!1,isFullScreen:function(){return!1},requestFullScreen:function(){},cancelFullScreen:function(){},fullScreenEventName:"",element:null,prefix:""},n="webkit o moz ms khtml".split(" ");if(P.undefined(e.cancelFullScreen))for(var r=0,i=n.length;r=10&&(l=!0);break;case"soundcloud":c=!0,l=!i&&!a;break;default:l=(c=s&&u)&&!i}return{basic:c,full:l}}function A(t){if(P.string(t)?t=e.querySelector(t):P.undefined(t)&&(t=e.body),P.htmlElement(t)){var n=t.querySelectorAll("."+T.classes.setup),r=[];return Array.prototype.slice.call(n).forEach(function(t){P.object(t.plyr)&&r.push(t.plyr)}),r}return[]}var O,k={x:0,y:0},T={enabled:!0,debug:!1,autoplay:!1,loop:!1,seekTime:10,volume:10,volumeMin:0,volumeMax:10,volumeStep:1,duration:null,displayDuration:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/2.0.17/plyr.svg",blankUrl:"https://cdn.plyr.io/static/blank.mp4",clickToPlay:!0,hideControls:!0,showPosterOnEnd:!1,disableContextMenu:!0,keyboardShorcuts:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},selectors:{html5:"video, audio",embed:"[data-type]",editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{seek:'[data-plyr="seek"]',play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',forward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',fullscreen:'[data-plyr="fullscreen"]'},volume:{input:'[data-plyr="volume"]',display:".plyr__volume--display"},progress:{container:".plyr__progress",buffer:".plyr__progress--buffer",played:".plyr__progress--played"},captions:".plyr__captions",currentTime:".plyr__time--current",duration:".plyr__time--duration"},classes:{setup:"plyr--setup",ready:"plyr--ready",videoWrapper:"plyr__video-wrapper",embedWrapper:"plyr__video-embed",type:"plyr--{0}",stopped:"plyr--stopped",playing:"plyr--playing",muted:"plyr--muted",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isIos:"plyr--is-ios",isTouch:"plyr--is-touch",captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback",active:"plyr--fullscreen-active"},tabFocus:"tab-focus"},captions:{defaultActive:!1},fullscreen:{enabled:!0,fallback:!0,allowAudio:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","fullscreen"],i18n:{restart:"Restart",rewind:"Rewind {seektime} secs",play:"Play",pause:"Pause",forward:"Forward {seektime} secs",played:"played",buffered:"buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",toggleMute:"Toggle Mute",toggleCaptions:"Toggle Captions",toggleFullscreen:"Toggle Fullscreen",frameTitle:"Player for {title}"},types:{embed:["youtube","vimeo","soundcloud"],html5:["video","audio"]},urls:{vimeo:{api:"https://player.vimeo.com/api/player.js"},youtube:{api:"https://www.youtube.com/iframe_api"},soundcloud:{api:"https://w.soundcloud.com/player/api.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,forward:null,mute:null,volume:null,captions:null,fullscreen:null},events:["ready","ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied"],logPrefix:"[Plyr]"},P={object:function(t){return null!==t&&"object"==typeof t},array:function(t){return null!==t&&"object"==typeof t&&t.constructor===Array},number:function(t){return null!==t&&("number"==typeof t&&!isNaN(t-0)||"object"==typeof t&&t.constructor===Number)},string:function(t){return null!==t&&("string"==typeof t||"object"==typeof t&&t.constructor===String)},boolean:function(t){return null!==t&&"boolean"==typeof t},nodeList:function(t){return null!==t&&t instanceof NodeList},htmlElement:function(t){return null!==t&&t instanceof HTMLElement},function:function(t){return null!==t&&"function"==typeof t},undefined:function(t){return null!==t&&void 0===t}},j={supported:function(){try{t.localStorage.setItem("___test","OK");var e=t.localStorage.getItem("___test");return t.localStorage.removeItem("___test"),"OK"===e}catch(t){return!1}return!1}()};return{setup:function(t,n){function r(t,e){d(e,T.classes.hook)||i.push({target:t,media:e})}var i=[],o=[],a=[T.selectors.html5,T.selectors.embed].join(",");if(P.string(t)?t=e.querySelectorAll(t):P.htmlElement(t)?t=[t]:P.nodeList(t)||P.array(t)||P.string(t)||(P.undefined(n)&&P.object(t)&&(n=t),t=e.querySelectorAll(a)),P.nodeList(t)&&(t=Array.prototype.slice.call(t)),!_().basic||!t.length)return!1;for(var s=0;s=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}},function(t,e,n){var r,i,o;i=[],r=function(){"use strict";var t=function(t){return t&&"getComputedStyle"in window&&"smooth"===window.getComputedStyle(t)["scroll-behavior"]};if("undefined"==typeof window||!("document"in window))return{};var e=function(e,n,r){var i;n=n||999,r||0===r||(r=9);var o=function(t){i=t},a=function(){clearTimeout(i),o(0)},s=function(t){return Math.max(0,e.getTopOf(t)-r)},u=function(r,i,s){if(a(),0===i||i&&i<0||t(e.body))e.toY(r),s&&s();else{var u=e.getY(),c=Math.max(0,r)-u,l=(new Date).getTime();i=i||Math.min(Math.abs(c),n),function t(){o(setTimeout(function(){var n=Math.min(1,((new Date).getTime()-l)/i),r=Math.max(0,Math.floor(u+c*(n<.5?2*n*n:n*(4-2*n)-1)));e.toY(r),n<1&&e.getHeight()+rl?c(t,n,i):a+r>d?u(a-l+r,n,i):i&&i()},center:function(t,n,r,i){u(Math.max(0,e.getTopOf(t)-e.getHeight()/2+(r||t.getBoundingClientRect().height/2)),n,i)},stop:a,moving:function(){return!!i},getY:e.getY,getTopOf:e.getTopOf}},n=document.documentElement,r=function(){return window.scrollY||n.scrollTop},i=e({body:document.scrollingElement||document.body,toY:function(t){window.scrollTo(0,t)},getY:r,getHeight:function(){return window.innerHeight||n.clientHeight},getTopOf:function(t){return t.getBoundingClientRect().top+r()-n.offsetTop}});if(i.createScroller=function(t,r,i){return e({body:t,toY:function(e){t.scrollTop=e},getY:function(){return t.scrollTop},getHeight:function(){return Math.min(t.clientHeight,window.innerHeight||n.clientHeight)},getTopOf:function(t){return t.offsetTop}},r,i)},"addEventListener"in window&&!window.noZensmooth&&!t(document.body)){var o="history"in window&&"pushState"in history,a=o&&"scrollRestoration"in history;a&&(history.scrollRestoration="auto"),window.addEventListener("load",function(){a&&(setTimeout(function(){history.scrollRestoration="manual"},9),window.addEventListener("popstate",function(t){t.state&&"zenscrollY"in t.state&&i.toY(t.state.zenscrollY)},!1)),window.location.hash&&setTimeout(function(){var t=i.setup().edgeOffset;if(t){var e=document.getElementById(window.location.href.split("#")[1]);if(e){var n=Math.max(0,i.getTopOf(e)-t),r=i.getY()-n;0<=r&&r<9&&window.scrollTo(0,n)}}},9)},!1);var s=new RegExp("(^|\\s)noZensmooth(\\s|$)");window.addEventListener("click",function(t){for(var e=t.target;e&&"A"!==e.tagName;)e=e.parentNode;if(!(!e||1!==t.which||t.shiftKey||t.metaKey||t.ctrlKey||t.altKey)){if(a){var n=history.state&&"object"==typeof history.state?history.state:{};n.zenscrollY=i.getY();try{history.replaceState(n,"")}catch(t){}}var r=e.getAttribute("href")||"";if(0===r.indexOf("#")&&!s.test(e.className)){var u=0,c=document.getElementById(r.substring(1));if("#"!==r){if(!c)return;u=i.getTopOf(c)}t.preventDefault();var l=function(){window.location=r},f=i.setup().edgeOffset;f&&(u=Math.max(0,u-f),o&&(l=function(){history.pushState({},"",r)})),i.toY(u,null,l)}}},!1)}return i}(),void 0===(o="function"==typeof r?r.apply(e,i):r)||(t.exports=o)},function(t,e,n){t.exports=function(){return n={},t.m=e=[function(t,e,n){"use strict";t.exports=function(t,e){for(var n,r,i=1;i1?arguments[1]:void 0,u=s?Number(s):0;u!=u&&(u=0);var c=Math.min(Math.max(u,0),i);return!(a+c>i)&&-1!=n.call(r,o,u)};e?e(String.prototype,"includes",{value:r,configurable:!0,writable:!0}):String.prototype.includes=r}()},function(t,e,n){"use strict";var r=Array.prototype.slice,i=n(48),o=Object.keys,a=o?function(t){return o(t)}:n(117),s=Object.keys;a.shim=function(){Object.keys?function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2)||(Object.keys=function(t){return i(t)?s(r.call(t)):s(t)}):Object.keys=a;return Object.keys||a},t.exports=a},function(t,e,n){"use strict";var r;if(!Object.keys){var i=Object.prototype.hasOwnProperty,o=Object.prototype.toString,a=n(48),s=Object.prototype.propertyIsEnumerable,u=!s.call({toString:null},"toString"),c=s.call(function(){},"prototype"),l=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],f=function(t){var e=t.constructor;return e&&e.prototype===t},d={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},p=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!d["$"+t]&&i.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{f(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();r=function(t){var e=null!==t&&"object"==typeof t,n="[object Function]"===o.call(t),r=a(t),s=e&&"[object String]"===o.call(t),d=[];if(!e&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var h=c&&n;if(s&&t.length>0&&!i.call(t,0))for(var y=0;y0)for(var m=0;m=0?1:-1}},function(t,e,n){"use strict";var r=n(7),i=r("%TypeError%"),o=r("%Number%"),a=r("%RegExp%"),s=r("%parseInt%"),u=n(24),c=n(128),l=n(129),f=u("String.prototype.slice"),d=c(/^0b[01]+$/i),p=c(/^0o[0-7]+$/i),h=c(/^[-+]0x[0-9a-f]+$/i),y=c(new a("["+["…","​","￾"].join("")+"]","g")),m=["\t\n\v\f\r   ᠎    ","          \u2028","\u2029\ufeff"].join(""),v=new RegExp("(^["+m+"]+)|(["+m+"]+$)","g"),g=u("String.prototype.replace"),b=n(130);t.exports=function t(e){var n=l(e)?e:b(e,o);if("symbol"==typeof n)throw new i("Cannot convert a Symbol value to a number");if("string"==typeof n){if(d(n))return t(s(f(n,2),2));if(p(n))return t(s(f(n,2),8));if(y(n)||h(n))return NaN;var r=function(t){return g(t,v,"")}(n);if(r!==n)return t(r)}return o(n)}},function(t,e,n){"use strict";var r=n(7)("RegExp.prototype.test"),i=n(23);t.exports=function(t){return i(r,t)}},function(t,e,n){"use strict";t.exports=function(t){return null===t||"function"!=typeof t&&"object"!=typeof t}},function(t,e,n){"use strict";var r=n(38);t.exports=function(t){return arguments.length>1?r(t,arguments[1]):r(t)}},function(t,e,n){"use strict";var r=Date.prototype.getDay,i=Object.prototype.toString,o="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){return"object"==typeof t&&null!==t&&(o?function(t){try{return r.call(t),!0}catch(t){return!1}}(t):"[object Date]"===i.call(t))}},function(t,e,n){"use strict";var r=Object.prototype.toString;if(n(133)()){var i=Symbol.prototype.toString,o=/^Symbol\(.*\)$/;t.exports=function(t){if("symbol"==typeof t)return!0;if("[object Symbol]"!==r.call(t))return!1;try{return function(t){return"symbol"==typeof t.valueOf()&&o.test(i.call(t))}(t)}catch(t){return!1}}}else t.exports=function(t){return!1}},function(t,e,n){"use strict";(function(e){var r=e.Symbol,i=n(134);t.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&i())))}}).call(this,n(21))},function(t,e,n){"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),n=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var r=Object.getOwnPropertySymbols(t);if(1!==r.length||r[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},function(t,e,n){"use strict";var r=n(136),i=n(51);t.exports=function(t){var e=i(t);return e<=0?0:e>r?r:e}},function(t,e,n){"use strict";var r=n(7),i=r("%Math%"),o=r("%Number%");t.exports=o.MAX_SAFE_INTEGER||i.pow(2,53)-1},function(t,e,n){"use strict";var r=n(7)("%Object%"),i=n(49);t.exports=function(t){return i(t),r(t)}},function(t,e,n){"use strict";var r=n(37);t.exports=function(t,e){return t===e||r(t)&&r(e)}},function(t,e,n){"use strict";var r=String.prototype.valueOf,i=Object.prototype.toString,o="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){return"string"==typeof t||"object"==typeof t&&(o?function(t){try{return r.call(t),!0}catch(t){return!1}}(t):"[object String]"===i.call(t))}},function(t,e,n){"use strict";var r=n(17),i=n(56);t.exports=function(){var t=i();return r(Array.prototype,{includes:t},{includes:function(){return Array.prototype.includes!==t}}),t}},function(t,e){!function(t){"use strict";if(!t.fetch){var e={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(e.arrayBuffer)var n=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],r=function(t){return t&&DataView.prototype.isPrototypeOf(t)},i=ArrayBuffer.isView||function(t){return t&&n.indexOf(Object.prototype.toString.call(t))>-1};l.prototype.append=function(t,e){t=s(t),e=u(e);var n=this.map[t];this.map[t]=n?n+","+e:e},l.prototype.delete=function(t){delete this.map[s(t)]},l.prototype.get=function(t){return t=s(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(s(t))},l.prototype.set=function(t,e){this.map[s(t)]=u(e)},l.prototype.forEach=function(t,e){for(var n in this.map)this.map.hasOwnProperty(n)&&t.call(e,this.map[n],n,this)},l.prototype.keys=function(){var t=[];return this.forEach(function(e,n){t.push(n)}),c(t)},l.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),c(t)},l.prototype.entries=function(){var t=[];return this.forEach(function(e,n){t.push([n,e])}),c(t)},e.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var o=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];m.prototype.clone=function(){return new m(this,{body:this._bodyInit})},y.call(m.prototype),y.call(g.prototype),g.prototype.clone=function(){return new g(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},g.error=function(){var t=new g(null,{status:0,statusText:""});return t.type="error",t};var a=[301,302,303,307,308];g.redirect=function(t,e){if(-1===a.indexOf(e))throw new RangeError("Invalid status code");return new g(null,{status:e,headers:{location:t}})},t.Headers=l,t.Request=m,t.Response=g,t.fetch=function(t,n){return new Promise(function(r,i){var o=new m(t,n),a=new XMLHttpRequest;a.onload=function(){var t,e,n={status:a.status,statusText:a.statusText,headers:(t=a.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach(function(t){var n=t.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();e.append(r,i)}}),e)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var i="response"in a?a.response:a.responseText;r(new g(i,n))},a.onerror=function(){i(new TypeError("Network request failed"))},a.ontimeout=function(){i(new TypeError("Network request failed"))},a.open(o.method,o.url,!0),"include"===o.credentials?a.withCredentials=!0:"omit"===o.credentials&&(a.withCredentials=!1),"responseType"in a&&e.blob&&(a.responseType="blob"),o.headers.forEach(function(t,e){a.setRequestHeader(e,t)}),a.send(void 0===o._bodyInit?null:o._bodyInit)})},t.fetch.polyfill=!0}function s(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function u(t){return"string"!=typeof t&&(t=String(t)),t}function c(t){var n={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return e.iterable&&(n[Symbol.iterator]=function(){return n}),n}function l(t){this.map={},t instanceof l?t.forEach(function(t,e){this.append(e,t)},this):Array.isArray(t)?t.forEach(function(t){this.append(t[0],t[1])},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}function f(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function d(t){return new Promise(function(e,n){t.onload=function(){e(t.result)},t.onerror=function(){n(t.error)}})}function p(t){var e=new FileReader,n=d(e);return e.readAsArrayBuffer(t),n}function h(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function y(){return this.bodyUsed=!1,this._initBody=function(t){if(this._bodyInit=t,t)if("string"==typeof t)this._bodyText=t;else if(e.blob&&Blob.prototype.isPrototypeOf(t))this._bodyBlob=t;else if(e.formData&&FormData.prototype.isPrototypeOf(t))this._bodyFormData=t;else if(e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t))this._bodyText=t.toString();else if(e.arrayBuffer&&e.blob&&r(t))this._bodyArrayBuffer=h(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!e.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(t)&&!i(t))throw new Error("unsupported BodyInit type");this._bodyArrayBuffer=h(t)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},e.blob&&(this.blob=function(){var t=f(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?f(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var t,e,n,r=f(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,n=d(e),e.readAsText(t),n;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),n=new Array(e.length),r=0;r-1?r:n),this.mode=e.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function v(t){var e=new FormData;return t.trim().split("&").forEach(function(t){if(t){var n=t.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}}),e}function g(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}}("undefined"!=typeof self?self:this)},function(t,e,n){"use strict";var r=n(15),i=n(143),o=i("%Function.prototype.apply%"),a=i("%Function.prototype.call%"),s=i("%Reflect.apply%",!0)||r.call(a,o),u=i("%Object.defineProperty%",!0);if(u)try{u({},"a",{value:1})}catch(t){u=null}t.exports=function(){return s(r,a,arguments)};var c=function(){return s(r,o,arguments)};u?u(t.exports,"apply",{value:c}):t.exports.apply=c},function(t,e,n){"use strict";var r=SyntaxError,i=Function,o=TypeError,a=function(t){try{return Function('"use strict"; return ('+t+").constructor;")()}catch(t){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(t){s=null}var u=function(){throw new o},c=s?function(){try{return arguments.callee,u}catch(t){try{return s(arguments,"callee").get}catch(t){return u}}}():u,l=n(30)(),f=Object.getPrototypeOf||function(t){return t.__proto__},d=a("async function* () {}"),p=d?d.prototype:void 0,h=p?p.prototype:void 0,y="undefined"==typeof Uint8Array?void 0:f(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?void 0:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?void 0:ArrayBuffer,"%ArrayIteratorPrototype%":l?f([][Symbol.iterator]()):void 0,"%AsyncFromSyncIteratorPrototype%":void 0,"%AsyncFunction%":a("async function () {}"),"%AsyncGenerator%":p,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":h?f(h):void 0,"%Atomics%":"undefined"==typeof Atomics?void 0:Atomics,"%BigInt%":"undefined"==typeof BigInt?void 0:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?void 0:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?void 0:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?void 0:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":a("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?void 0:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?void 0:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?void 0:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?f(f([][Symbol.iterator]())):void 0,"%JSON%":"object"==typeof JSON?JSON:void 0,"%Map%":"undefined"==typeof Map?void 0:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l?f((new Map)[Symbol.iterator]()):void 0,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?void 0:Promise,"%Proxy%":"undefined"==typeof Proxy?void 0:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?void 0:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?void 0:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l?f((new Set)[Symbol.iterator]()):void 0,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":l?f(""[Symbol.iterator]()):void 0,"%Symbol%":l?Symbol:void 0,"%SyntaxError%":r,"%ThrowTypeError%":c,"%TypedArray%":y,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?void 0:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?void 0:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?void 0:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?void 0:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?void 0:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?void 0:WeakSet},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},g=n(15),b=n(12),w=g.call(Function.call,Array.prototype.concat),x=g.call(Function.apply,Array.prototype.splice),S=g.call(Function.call,String.prototype.replace),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_=/\\(\\)?/g,A=function(t){var e=[];return S(t,E,function(t,n,r,i){e[e.length]=r?S(i,_,"$1"):n||t}),e},O=function(t,e){var n,i=t;if(b(v,i)&&(i="%"+(n=v[i])[0]+"%"),b(m,i)){var a=m[i];if(void 0===a&&!e)throw new o("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:i,value:a}}throw new r("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new o('"allowMissing" argument must be a boolean');var n=A(t),r=n.length>0?n[0]:"",i=O("%"+r+"%",e),a=i.name,u=i.value,c=!1,l=i.alias;l&&(r=l[0],x(n,w([0,1],l)));for(var f=1,d=!0;f=n.length){var h=s(u,p);if(d=!!h,!(e||p in u))throw new o("base intrinsic for "+t+" exists, but the property is not available.");u=d&&"get"in h&&!("originalValue"in h.get)?h.get:u[p]}else d=b(u,p),u=u[p];d&&!c&&(m[a]=u)}}return u}},function(t,e,n){"use strict";var r=n(3),i=r("%Array%"),o=r("%Symbol.species%",!0),a=r("%TypeError%"),s=n(31),u=n(39),c=n(148),l=n(153),f=n(9);t.exports=function(t,e){if(!l(e)||e<0)throw new a("Assertion failed: length must be an integer >= 0");var n,r=0===e?0:e;if(u(t)&&(n=s(t,"constructor"),o&&"Object"===f(n)&&null===(n=s(n,o))&&(n=void 0)),void 0===n)return i(r);if(!c(n))throw new a("C must be a constructor");return new n(r)}},function(t,e,n){var r="function"==typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=r&&i&&"function"==typeof i.get?i.get:null,a=r&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=s&&u&&"function"==typeof u.get?u.get:null,l=s&&Set.prototype.forEach,f="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,p=Boolean.prototype.valueOf,h=Object.prototype.toString,y=Function.prototype.toString,m=String.prototype.match,v="function"==typeof BigInt?BigInt.prototype.valueOf:null,g=Object.getOwnPropertySymbols,b="function"==typeof Symbol?Symbol.prototype.toString:null,w=Object.prototype.propertyIsEnumerable,x=n(146).custom,S=x&&O(x)?x:null;function E(t,e,n){var r="double"===(n.quoteStyle||e)?'"':"'";return r+t+r}function _(t){return String(t).replace(/"/g,""")}function A(t){return"[object Array]"===P(t)}function O(t){return"[object Symbol]"===P(t)}t.exports=function t(e,n,r,i){var s=n||{};if(T(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(T(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var u=!T(s,"customInspect")||s.customInspect;if("boolean"!=typeof u)throw new TypeError('option "customInspect", if provided, must be `true` or `false`');if(T(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===e)return"undefined";if(null===e)return"null";if("boolean"==typeof e)return e?"true":"false";if("string"==typeof e)return function t(e,n){if(e.length>n.maxStringLength){var r=e.length-n.maxStringLength,i="... "+r+" more character"+(r>1?"s":"");return t(e.slice(0,n.maxStringLength),n)+i}var o=e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,I);return E(o,"single",n)}(e,s);if("number"==typeof e)return 0===e?1/0/e>0?"0":"-0":String(e);if("bigint"==typeof e)return String(e)+"n";var h=void 0===s.depth?5:s.depth;if(void 0===r&&(r=0),r>=h&&h>0&&"object"==typeof e)return A(e)?"[Array]":"[Object]";var g=function(t,e){var n;if("\t"===t.indent)n="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;n=Array(t.indent+1).join(" ")}return{base:n,prev:Array(e+1).join(n)}}(s,r);if(void 0===i)i=[];else if(j(i,e)>=0)return"[Circular]";function w(e,n,o){if(n&&(i=i.slice()).push(n),o){var a={depth:s.depth};return T(s,"quoteStyle")&&(a.quoteStyle=s.quoteStyle),t(e,a,r+1,i)}return t(e,s,r+1,i)}if("function"==typeof e){var x=function(t){if(t.name)return t.name;var e=m.call(y.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(e),k=F(e,w);return"[Function"+(x?": "+x:" (anonymous)")+"]"+(k.length>0?" { "+k.join(", ")+" }":"")}if(O(e)){var M=b.call(e);return"object"==typeof e?C(M):M}if(function(t){if(!t||"object"!=typeof t)return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(e)){for(var D="<"+String(e.nodeName).toLowerCase(),B=e.attributes||[],H=0;H"}if(A(e)){if(0===e.length)return"[]";var z=F(e,w);return g&&!function(t){for(var e=0;e=0)return!1;return!0}(z)?"["+R(z,g)+"]":"[ "+z.join(", ")+" ]"}if(function(t){return"[object Error]"===P(t)}(e)){var W=F(e,w);return 0===W.length?"["+String(e)+"]":"{ ["+String(e)+"] "+W.join(", ")+" }"}if("object"==typeof e&&u){if(S&&"function"==typeof e[S])return e[S]();if("function"==typeof e.inspect)return e.inspect()}if(function(t){if(!o||!t||"object"!=typeof t)return!1;try{o.call(t);try{c.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(e)){var V=[];return a.call(e,function(t,n){V.push(w(n,e,!0)+" => "+w(t,e))}),N("Map",o.call(e),V,g)}if(function(t){if(!c||!t||"object"!=typeof t)return!1;try{c.call(t);try{o.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(e)){var U=[];return l.call(e,function(t){U.push(w(t,e))}),N("Set",c.call(e),U,g)}if(function(t){if(!f||!t||"object"!=typeof t)return!1;try{f.call(t,f);try{d.call(t,d)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(e))return L("WeakMap");if(function(t){if(!d||!t||"object"!=typeof t)return!1;try{d.call(t,d);try{f.call(t,f)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(e))return L("WeakSet");if(function(t){return"[object Number]"===P(t)}(e))return C(w(Number(e)));if(function(t){return"[object BigInt]"===P(t)}(e))return C(w(v.call(e)));if(function(t){return"[object Boolean]"===P(t)}(e))return C(p.call(e));if(function(t){return"[object String]"===P(t)}(e))return C(w(String(e)));if(!function(t){return"[object Date]"===P(t)}(e)&&!function(t){return"[object RegExp]"===P(t)}(e)){var $=F(e,w);return 0===$.length?"{}":g?"{"+R($,g)+"}":"{ "+$.join(", ")+" }"}return String(e)};var k=Object.prototype.hasOwnProperty||function(t){return t in this};function T(t,e){return k.call(t,e)}function P(t){return h.call(t)}function j(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0,r=t.length;n5&&(y=arguments[5]);for(var m=p,v=0;v0&&(x=c(w)),x){var S=l(w);m=t(e,w,S,m,h-1)}else{if(m>=i)throw new r("index too large");a(e,f(m),w),m+=1}}v+=1}return m}},function(t,e,n){"use strict";var r=n(3),i=n(25),o=r("%Reflect.apply%",!0)||i("%Function.prototype.apply%");t.exports=function(t,e){var n=arguments.length>2?arguments[2]:[];return o(t,e,n)}},function(t,e,n){"use strict";var r=n(3)("%TypeError%"),i=n(159),o=n(18),a=n(9);t.exports=function(t,e,n){if("Object"!==a(t))throw new r("Assertion failed: Type(O) is not Object");if(!o(e))throw new r("Assertion failed: IsPropertyKey(P) is not true");var s=i(t,e,n);if(!s)throw new r("unable to create data property");return s}},function(t,e,n){"use strict";var r=n(3)("%TypeError%"),i=n(59),o=n(60),a=n(160),s=n(61),u=n(164),c=n(18),l=n(62),f=n(9);t.exports=function(t,e,n){if("Object"!==f(t))throw new r("Assertion failed: Type(O) is not Object");if(!c(e))throw new r("Assertion failed: IsPropertyKey(P) is not true");var d=a(t,e),p=!d||u(t);return!(d&&(!d["[[Writable]]"]||!d["[[Configurable]]"])||!p)&&i(s,l,o,t,e,{"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Value]]":n,"[[Writable]]":!0})}},function(t,e,n){"use strict";var r=n(3),i=n(161),o=r("%TypeError%"),a=n(25)("Object.prototype.propertyIsEnumerable"),s=n(12),u=n(39),c=n(18),l=n(162),f=n(63),d=n(9);t.exports=function(t,e){if("Object"!==d(t))throw new o("Assertion failed: O must be an Object");if(!c(e))throw new o("Assertion failed: P must be a Property Key");if(s(t,e)){if(!i){var n=u(t)&&"length"===e,r=l(t)&&"lastIndex"===e;return{"[[Configurable]]":!(n||r),"[[Enumerable]]":a(t,e),"[[Value]]":t[e],"[[Writable]]":!0}}return f(i(t,e))}}},function(t,e,n){"use strict";var r=n(3)("%Object.getOwnPropertyDescriptor%");if(r)try{r([],"length")}catch(t){r=null}t.exports=r},function(t,e,n){"use strict";var r=n(3)("%Symbol.match%",!0),i=n(163),o=n(64);t.exports=function(t){if(!t||"object"!=typeof t)return!1;if(r){var e=t[r];if(void 0!==e)return o(e)}return i(t)}},function(t,e,n){"use strict";var r,i,o,a,s=n(30)()&&"symbol"==typeof Symbol.toStringTag;if(s){r=Function.call.bind(Object.prototype.hasOwnProperty),i=Function.call.bind(RegExp.prototype.exec),o={};var u=function(){throw o};a={toString:u,valueOf:u},"symbol"==typeof Symbol.toPrimitive&&(a[Symbol.toPrimitive]=u)}var c=Object.prototype.toString,l=Object.getOwnPropertyDescriptor;t.exports=s?function(t){if(!t||"object"!=typeof t)return!1;var e=l(t,"lastIndex");if(!(e&&r(e,"value")))return!1;try{i(t,a)}catch(t){return t===o}}:function(t){return!(!t||"object"!=typeof t&&"function"!=typeof t)&&"[object RegExp]"===c.call(t)}},function(t,e,n){"use strict";var r=n(3)("%Object%"),i=n(68),o=r.preventExtensions,a=r.isExtensible;t.exports=o?function(t){return!i(t)&&a(t)}:function(t){return!i(t)}},function(t,e,n){"use strict";var r=n(3)("%TypeError%"),i=n(18),o=n(9);t.exports=function(t,e){if("Object"!==o(t))throw new r("Assertion failed: `O` must be an Object");if(!i(e))throw new r("Assertion failed: `P` must be a Property Key");return e in t}},function(t,e,n){"use strict";var r=n(3)("%TypeError%"),i=n(31),o=n(69),a=n(9);t.exports=function(t){if("Object"!==a(t))throw new r("Assertion failed: `obj` must be an Object");return o(i(t,"length"))}},function(t,e,n){"use strict";var r=n(168),i=n(173);t.exports=function(t){var e=i(t);return 0!==e&&(e=r(e)),0===e?0:e}},function(t,e,n){"use strict";var r=n(169),i=n(170),o=n(171),a=n(41),s=n(66),u=n(172);t.exports=function(t){var e=o(t);return a(e)?0:0!==e&&s(e)?u(e)*i(r(e)):e}},function(t,e,n){"use strict";var r=n(3)("%Math.abs%");t.exports=function(t){return r(t)}},function(t,e,n){"use strict";var r=Math.floor;t.exports=function(t){return r(t)}},function(t,e,n){"use strict";t.exports=function(t){return+t}},function(t,e,n){"use strict";t.exports=function(t){return t>=0?1:-1}},function(t,e,n){"use strict";var r=n(3),i=r("%TypeError%"),o=r("%Number%"),a=r("%RegExp%"),s=r("%parseInt%"),u=n(25),c=n(174),l=n(68),f=u("String.prototype.slice"),d=c(/^0b[01]+$/i),p=c(/^0o[0-7]+$/i),h=c(/^[-+]0x[0-9a-f]+$/i),y=c(new a("["+["…","​","￾"].join("")+"]","g")),m=["\t\n\v\f\r   ᠎    ","          \u2028","\u2029\ufeff"].join(""),v=new RegExp("(^["+m+"]+)|(["+m+"]+$)","g"),g=u("String.prototype.replace"),b=n(175);t.exports=function t(e){var n=l(e)?e:b(e,o);if("symbol"==typeof n)throw new i("Cannot convert a Symbol value to a number");if("string"==typeof n){if(d(n))return t(s(f(n,2),2));if(p(n))return t(s(f(n,2),8));if(y(n)||h(n))return NaN;var r=function(t){return g(t,v,"")}(n);if(r!==n)return t(r)}return o(n)}},function(t,e,n){"use strict";var r=n(3)("RegExp.prototype.test"),i=n(58);t.exports=function(t){return i(r,t)}},function(t,e,n){"use strict";var r=n(38);t.exports=function(t){return arguments.length>1?r(t,arguments[1]):r(t)}},function(t,e,n){"use strict";var r=n(3),i=r("%String%"),o=r("%TypeError%");t.exports=function(t){if("symbol"==typeof t)throw new o("Cannot convert a Symbol value to a string");return i(t)}},function(t,e,n){"use strict";var r=n(3)("%Object%"),i=n(178);t.exports=function(t){return i(t),r(t)}},function(t,e,n){"use strict";t.exports=n(179)},function(t,e,n){"use strict";var r=n(3)("%TypeError%");t.exports=function(t,e){if(null==t)throw new r(e||"Cannot call method on "+t);return t}},function(t,e,n){"use strict";var r=n(17),i=n(70);t.exports=function(){var t=i();return r(Array.prototype,{flatMap:t},{flatMap:function(){return Array.prototype.flatMap!==t}}),t}},function(t,e,n){"use strict";var r=n(7)("%TypeError%");t.exports=function(t,e){if(null==t)throw new r(e||"Cannot call method on "+t);return t}},function(t,e,n){"use strict";var r=n(183),i=n(184);t.exports=function(t){var e=i(t);return e<=0?0:e>r?r:e}},function(t,e,n){"use strict";var r=n(7),i=r("%Math%"),o=r("%Number%");t.exports=o.MAX_SAFE_INTEGER||i.pow(2,53)-1},function(t,e,n){"use strict";var r=n(185),i=n(193);t.exports=function(t){var e=i(t);return 0!==e&&(e=r(e)),0===e?0:e}},function(t,e,n){"use strict";var r=n(186),i=n(187),o=n(188),a=n(190),s=n(191),u=n(192);t.exports=function(t){var e=o(t);return a(e)?0:0!==e&&s(e)?u(e)*i(r(e)):e}},function(t,e,n){"use strict";var r=n(7)("%Math.abs%");t.exports=function(t){return r(t)}},function(t,e,n){"use strict";var r=Math.floor;t.exports=function(t){return r(t)}},function(t,e,n){"use strict";var r=n(189);t.exports=function(t){var e=r(t,Number);if("string"!=typeof e)return+e;var n=e.replace(/^[ \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u0085]+|[ \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u0085]+$/g,"");return/^0[ob]|^[+-]0x/.test(n)?NaN:+n}},function(t,e,n){"use strict";t.exports=n(52)},function(t,e,n){"use strict";t.exports=Number.isNaN||function(t){return t!=t}},function(t,e,n){"use strict";var r=Number.isNaN||function(t){return t!=t};t.exports=Number.isFinite||function(t){return"number"==typeof t&&!r(t)&&t!==1/0&&t!==-1/0}},function(t,e,n){"use strict";t.exports=function(t){return t>=0?1:-1}},function(t,e,n){"use strict";var r=n(7),i=r("%TypeError%"),o=r("%Number%"),a=r("%RegExp%"),s=r("%parseInt%"),u=n(24),c=n(194),l=n(195),f=u("String.prototype.slice"),d=c(/^0b[01]+$/i),p=c(/^0o[0-7]+$/i),h=c(/^[-+]0x[0-9a-f]+$/i),y=c(new a("["+["…","​","￾"].join("")+"]","g")),m=["\t\n\v\f\r   ᠎    ","          \u2028","\u2029\ufeff"].join(""),v=new RegExp("(^["+m+"]+)|(["+m+"]+$)","g"),g=u("String.prototype.replace"),b=n(196);t.exports=function t(e){var n=l(e)?e:b(e,o);if("symbol"==typeof n)throw new i("Cannot convert a Symbol value to a number");if("string"==typeof n){if(d(n))return t(s(f(n,2),2));if(p(n))return t(s(f(n,2),8));if(y(n)||h(n))return NaN;var r=function(t){return g(t,v,"")}(n);if(r!==n)return t(r)}return o(n)}},function(t,e,n){"use strict";var r=n(7)("RegExp.prototype.test"),i=n(23);t.exports=function(t){return i(r,t)}},function(t,e,n){"use strict";t.exports=function(t){return null===t||"function"!=typeof t&&"object"!=typeof t}},function(t,e,n){"use strict";var r=n(38);t.exports=function(t){return arguments.length>1?r(t,arguments[1]):r(t)}},function(t,e,n){"use strict";var r=n(7),i=r("%String%"),o=r("%TypeError%");t.exports=function(t){if("symbol"==typeof t)throw new o("Cannot convert a Symbol value to a string");return i(t)}},function(t,e,n){"use strict";var r=n(73),i=n(17);t.exports=function(){var t=r();return i(String.prototype,{padStart:t},{padStart:function(){return String.prototype.padStart!==t}}),t}},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){!function(t,e){"use strict";if(!/Edge\/\d+/i.test(navigator.userAgent)&&"IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)"isIntersecting"in t.IntersectionObserverEntry.prototype||Object.defineProperty(t.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var n=[];i.prototype.THROTTLE_TIMEOUT=100,i.prototype.POLL_INTERVAL=null,i.prototype.USE_MUTATION_OBSERVER=!0,i.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},i.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},i.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},i.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},i.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},i.prototype._parseRootMargin=function(t){var e=(t||"0px").split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return e[1]=e[1]||e[0],e[2]=e[2]||e[0],e[3]=e[3]||e[1],e},i.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(o(t,"resize",this._checkForIntersections,!0),o(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},i.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,a(t,"resize",this._checkForIntersections,!0),a(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},i.prototype._checkForIntersections=function(){var e=this._rootIsInDom(),n=e?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach(function(i){var o=i.element,a=s(o),u=this._rootContainsTarget(o),c=i.entry,l=e&&u&&this._computeTargetAndRootIntersection(o,n),f=i.entry=new r({time:t.performance&&performance.now&&performance.now(),target:o,boundingClientRect:a,rootBounds:n,intersectionRect:l});c?e&&u?this._hasCrossedThreshold(c,f)&&this._queuedEntries.push(f):c&&c.isIntersecting&&this._queuedEntries.push(f):this._queuedEntries.push(f)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},i.prototype._computeTargetAndRootIntersection=function(n,r){if("none"!=t.getComputedStyle(n).display){for(var i,o,a,u,l,f,d,p,h=s(n),y=c(n),m=!1;!m;){var v=null,g=1==y.nodeType?t.getComputedStyle(y):{};if("none"==g.display)return;if(y==this.root||y==e?(m=!0,v=r):y!=e.body&&y!=e.documentElement&&"visible"!=g.overflow&&(v=s(y)),v&&(i=v,o=h,a=void 0,u=void 0,l=void 0,f=void 0,d=void 0,p=void 0,a=Math.max(i.top,o.top),u=Math.min(i.bottom,o.bottom),l=Math.max(i.left,o.left),f=Math.min(i.right,o.right),p=u-a,!(h=(d=f-l)>=0&&p>=0&&{top:a,bottom:u,left:l,right:f,width:d,height:p})))break;y=c(y)}return h}},i.prototype._getRootRect=function(){var t;if(this.root)t=s(this.root);else{var n=e.documentElement,r=e.body;t={top:0,left:0,right:n.clientWidth||r.clientWidth,width:n.clientWidth||r.clientWidth,bottom:n.clientHeight||r.clientHeight,height:n.clientHeight||r.clientHeight}}return this._expandRectByRootMargin(t)},i.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},i.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,r=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==r)for(var i=0;in?n=i:i div::-webkit-scrollbar { "+l(["display: none"])+" }\n\n",o+="."+i+" { "+l(["-webkit-animation-duration: 0.1s","animation-duration: 0.1s","-webkit-animation-name: "+r,"animation-name: "+r])+" }\n",o+="@-webkit-keyframes "+r+" { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }\n",function(n,r){r=r||function(e){t.head.appendChild(e)};var i=t.createElement("style");i.innerHTML=n,i.id=e,r(i)}(o+="@keyframes "+r+" { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }")}}(t,s,u)}function l(e){var n=t.important?" !important; ":"; ";return(e.join(n)+n).trim()}function f(t,n,r){if(t.addEventListener)t.addEventListener(n,r);else{if(!t.attachEvent)return e.error("[scroll] Don't know how to add event listeners.");t.attachEvent("on"+n,r)}}function d(t,n,r){if(t.removeEventListener)t.removeEventListener(n,r);else{if(!t.detachEvent)return e.error("[scroll] Don't know how to remove event listeners.");t.detachEvent("on"+n,r)}}function p(t){return i(t).container.childNodes[0].childNodes[0].childNodes[0]}function h(t){return i(t).container.childNodes[0].childNodes[0].childNodes[1]}return c(window.document),{makeDetectable:function(t,s,c){function d(){if(t.debug){var n=Array.prototype.slice.call(arguments);if(n.unshift(o.get(s),"Scroll: "),e.log.apply)e.log.apply(null,n);else for(var r=0;r=1e-5},h.getIntersectionObserver=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=v.find(function(n){return n.triggerPoint===t&&n.root===e});if(!n){var r={rootMargin:y[t],threshold:m[t],root:e},i=new IntersectionObserver(function(n){x(n,t,e)},r);return v.push({instance:i,triggerPoint:t,root:e}),i}return n.instance},h.onIntersection=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;t.forEach(function(t){E(t.target,e,n).callbacks.forEach(function(e){return e(t)})})},h.createObservable=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r={target:t,triggerPoint:e,callbacks:[],root:n};return g.push(r),r},h.getObservable=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return g.find(function(r){return r.target===t&&r.triggerPoint===e&&r.root===n})},h.unobserve=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.triggerPoint||p.On,r=e.root||null,i=w(n,r);i.unobserve(t)},h.observe=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.triggerPoint||p.On,i=n.root||null,o=w(r),a=E(t,r,i);a||(a=S(t,r,i)),a.callbacks.push(e),o.observe(t)};n(212);var O=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(t){i=!0,o=t}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")},k=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("lazyload/index");function T(){var t;return(t=k).initLazyloadable.apply(t,arguments)}function P(){var t;return(t=k).replaceDataAttributes.apply(t,arguments)}k.initLazyload=function(){Object(f.a)("[data-lazyload-container][data-lazyload-trigger]").map(function(t){return{pictures:Object(f.a)("[data-lazyload-item] picture",t),container:t,trigger:t}}).forEach(T)},k.initLazyloadable=function(t){var e=t.pictures,n=t.container,r=t.trigger,i=!1,o=function(){i||(_(n),i=!0)};return A(r,function(t){b(t)&&(e.forEach(function(t){return function(){var t;return(t=k).loadPicture.apply(t,arguments)}(t,function(){return function(){var t;return(t=k).hideLoadingState.apply(t,arguments)}(n)})}),o())},{triggerPoint:p.Lazyload}),o},k.loadPicture=function(t,e){var n=Object(f.b)("img",t),r=Object(f.a)("source",t);n&&(n.addEventListener("load",e),P(n),r.forEach(P))},k.replaceDataAttributes=function(t){Object.entries({"data-src":"src","data-srcset":"srcset"}).forEach(function(e){var n=O(e,2),r=n[0],i=n[1],o=t.getAttribute(r);o&&(t.removeAttribute(r),t.setAttribute(i,o))})},k.hideLoadingState=function(t){t.classList.remove("Lazyload--isLoading"),t.classList.add("Lazyload--isLoaded")};n(213);var j=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("display/index");j.initDisplay=function(){};var I=n(4),C=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("layout/flexbox-unsupported");C.isFlexboxSupported=function(){var t=document.createElement("div");return t.style.display="flex","flex"===t.style.display},C.initFlexboxUnsupported=function(){(function(){var t;return(t=C).isFlexboxSupported.apply(t,arguments)})()||document.documentElement.classList.add("Layout--flexboxUnsupported")};n(214);var L=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("layout/index");L.initLayout=function(){!function(){var t;(t=C).initFlexboxUnsupported.apply(t,arguments)}()};var N=n(6),R=n(22),F=n(28),M=n.n(F),D=(function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("dom-helpers/page-visibility"),{isHidden:function(){return document[null===M.a||void 0===M.a?void 0:M.a.hidden]},addVisibilityChangeListener:function(t){return document.addEventListener(M.a.visibilityChange,t)}}),B=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("loop/index"),H=[],z=!1;function W(t){!function(t){H.forEach(function(e){return e(t)})}(t),z&&Object(R.a)(W)}var V=!1;function U(){var t;return(t=B).initLoop.apply(t,arguments)}function $(){var t;return(t=B).addToLoop.apply(t,arguments)}function q(){var t;return(t=B).unLoop.apply(t,arguments)}B.initLoop=function t(){z||(V||(D.addVisibilityChangeListener(function(){D.isHidden()?function(){var t;(t=B).stopLoop.apply(t,arguments)}():t()}),V=!0),D.isHidden()||(z=!0,Object(R.a)(W)))},B.stopLoop=function(){z=!1},B.addToLoop=function(t){-1===H.indexOf(t)&&H.push(t),U()},B.unLoop=function(t){var e=H.indexOf(t);-1!==e&&H.splice(e,1)};n(215);var Y,G=n(1),X=n.n(G);function J(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var K,Z=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("dom-helpers/inner-size");!function(t){t.Width="clientWidth",t.Height="clientHeight"}(K||(K={}));var Q=(J(Y={},K.Width,["padding-left","padding-right","border-left-width","border-right-width"]),J(Y,K.Height,["padding-top","padding-bottom","border-top-width","border-bottom-width"]),Y);function tt(){var t;return(t=Z).getInnerWidth.apply(t,arguments)}function et(){var t;return(t=Z).getInnerHeight.apply(t,arguments)}function nt(t,e){var n=Q[e];try{var r=window.getComputedStyle(t),i=n.reduce(function(t,e){return t+function(t){return parseInt(t,10)}(r.getPropertyValue(e))},0);return function(t,e){switch(e){case K.Width:return t.clientWidth;case K.Height:return t.clientHeight}}(t,e)-i}catch(e){throw new Error("Couldn't get styles for element "+t+" in getInnerDimension")}}Z.getInnerWidth=function(t){return nt(t,K.Width)},Z.getInnerHeight=function(t){return nt(t,K.Height)};var rt=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("stacked-content/index");function it(){var t;return(t=rt).initStackContentEl.apply(t,arguments)}rt.initStackContentEl=function(t){var e=Object(f.a)("[data-stacked-content-fill]",t),n=Object(f.a)("[data-stacked-content-basis]",t),r=function(){return function(t,e,n){if(0===e.length)return;X.a.measure(function(){var r=et(t);if(r){var i=(r-n.reduce(function(t,e){return t+e.clientHeight},0))/e.length;X.a.mutate(function(){e.forEach(function(t){return t.style.maxHeight=i+"px"})})}})}(t,e,n)};return r(),$(r),function(){return q(r)}},rt.initStackedContent=function(){return Object(f.a)("[data-stacked-content]").map(it)};var ot=n(2),at=Object.assign||function(t){for(var e=1;e2&&void 0!==arguments[2]?arguments[2]:p.Near;ht.push({cb:e,element:t});var r={triggerPoint:n},i=function(e){var n=yt.visibleElements;vt({visibleElements:b(e)?ft(n,t):dt(n,t)})};return A(t,i,r),function(){_(t,r);var n=ht.findIndex(function(n){return n.element===t&&n.cb===e});ht.splice(n,1)}},ut.setState=function(t){!function(){var t;(t=ut).render.apply(t,arguments)}(yt=at({},yt,t))},ut.initOnVisible=function(){!function(){var t;(t=ut).initPageVisibilityChangeListener.apply(t,arguments)}()};n(216);var gt=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("hide-offscreen/index"),bt="HideOffscreen__media--onscreen";gt.initHideOffscreen=function(){Object(f.a)(".HideOffscreen--container").map(function(t){return{container:t,children:Object(f.a)(".HideOffscreen__media",t)}}).filter(function(t){return t.children&&t.children.length>0}).forEach(function(t){mt(t.container,function(e){switch(e){case lt:n=t.children,X.a.mutate(function(){n.forEach(function(t){t.classList.add(bt),Object(N.a)([t])})});break;case ct:!function(t){X.a.mutate(function(){t.forEach(function(t){return t.classList.remove(bt)})})}(t.children)}var n},p.On)})};var wt=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("footer/index");wt.initFooter=function(){var t=document.getElementById("footer_shorthand_link");t&&t.setAttribute("href",t.getAttribute("href").replace("__host__",window.location.hostname))};n(76);var xt=n(10),St=n.n(xt),Et=n(104),_t=n.n(Et),At=n(11),Ot=n.n(At),kt=Object.assign||function(t){for(var e=1;e-1)){var e=function(t){return t.parentNode}(t),n=_t()(e);Pt.stickyItems.push({element:t,container:e,scrollContainer:n===document.documentElement||n===document.body?Ct:n,position:t.classList.contains("PositionSticky--bottom")?"bottom":"top"}),Nt(),Mt()}},Tt.removeStickyElement=function(t){var e=Pt.stickyItems.findIndex(function(e){return e.element===t});-1!==e&&(Pt.stickyItems.splice(e,1),0===Pt.stickyItems.length&&function(){var t;(t=Tt).stopListening.apply(t,arguments)}())},Tt.refreshSticky=function(){Pt.listening&&Pt.stickyItems.forEach(Ft)},Tt.calculateStickyState=function(t,e,n,r){var i=e.top,o=e.bottom-n,a=o-ot.a.getHeight()<0,s=o-t.bottom<=3;return("top"===r?i>ot.a.getTop():ot.a.getHeight()-t.bottom<0)?"top":a&&s?"bottom":"stick"},Tt.getElementRect=function(t){var e=t.getBoundingClientRect(),n=window.getComputedStyle(t);return["top","right","bottom","left"].reduce(function(t,r){var i,o,a,s=n.getPropertyValue("margin-"+r),u=parseInt(s,10),c=Number.isFinite(u)?u:0,l=e[r]+c;return kt({},t,(a=l,(o=r)in(i={})?Object.defineProperty(i,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):i[o]=a,i))},{})},Tt.refreshStickyItem=function(t){var e=t.element,n=t.container,r=t.scrollContainer,i=t.position;X.a.measure(function(){var o=Rt(n),a=function(){var t;return(t=Tt).calculateStickyState.apply(t,arguments)}(Rt(e),o,r===Ct?0:r.getBoundingClientRect().y,i);if(a!==t.state){var s=t.element;t.state=a;var u=Object.keys(jt).reduce(function(t,e){return t[jt[e]]=e===a,t},{});X.a.mutate(function(){s.className=St()(s.className,u)})}})},Tt.startListening=function(){Pt.listening||(It.forEach(function(t){return window.addEventListener(t,Nt,{passive:!0})}),[100,200,400,800,1600,3200].forEach(function(t){return setTimeout(Nt,t)}),Nt(),Pt.listening=!0)},Tt.stopListening=function(){It.forEach(function(t){return window.removeEventListener(t,Nt)}),Pt.listening=!1},Tt.initStickyPolyfill=function(){var t=Object(f.a)(".PositionSticky");t.forEach(Lt),t.forEach(function(t){return t.classList.remove("PositionSticky")}),Mt()};var Bt=n(19),Ht=n.n(Bt),zt=n(105),Wt=n.n(zt),Vt=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("position-sticky/index");function Ut(){Wt()(".PositionSticky { position: -webkit-sticky !important; position: sticky !important; }")}Vt.initSticky=function(){(function(){var t="position:",e=document.createElement("a").style,n=" -webkit- -moz- -o- -ms- ".split(" ");e.cssText=t+n.join("sticky;"+t).slice(0,-t.length);var r=-1!==e.position.indexOf("sticky"),i=new Ht.a;i.sniff(navigator.userAgent);var o=i.browser,a=i.os,s="chrome"===o.name&&o.version[0]>=61&&o.version[0]<65,u="ios"===a.name,c=s&&!u,l="edge"===o.name;return r&&!c&&!l}()?Ut:Dt)()};n(217);var $t=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("text-size/index");$t.noop=function(){};var qt=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("dom-helpers/classy");qt.toggleClassName=function(t,e,n){return void 0!==n?function(){var t;return(t=qt).ensureClassName.apply(t,arguments)}(t,e,n):t.classList.toggle(e)},qt.ensureClassName=function(t,e,n){var r=t.className.split(/\s+/),i=r.includes(e),o=n&&!i?[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e0&&void 0!==arguments[0]?arguments[0]:Gt,e=Object(f.a)(t.mainSelector);e.forEach(function(e){Xt(e,{fadeInClass:t.fadeInClass})})},Yt.watchTransitionedColumn=function(t,e){return t.classList.add(e.fadeInClass),A(t,function(n){var r=n.rootBounds?n.rootBounds.top:0;n.boundingClientRect.top0&&void 0!==arguments[0]?arguments[0]:"[data-videoplayer-youtube]",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:'[data-projection="360"]',n=Object(f.a)(e);Object(I.b)().isiOS&&ve(n);var r=Object(f.a)(t);0!==r.length&&ye(function(){he.players=r.map(me)})};var be=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("navigation/prevent-story-scroll");be.initPreventStoryScroll=function(t,e){var n=function(){return function(){var t;return(t=be).handleCheck.apply(t,arguments)}(t,e)};t.addEventListener("change",n),n()},be.handleCheck=function(t,e){(t.checked?xe:Se)(e)};var we=function(t){return t+"px"};function xe(){var t;return(t=be).disableStoryScroll.apply(t,arguments)}function Se(){var t;return(t=be).enableStoryScroll.apply(t,arguments)}function Ee(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e',Oe=[];function ke(){var t;return(t=_e).resolveURL.apply(t,arguments)}_e.initVideoPlayers=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.iconUrl;if(t.body&&!e){var n=new DOMParser,r=n.parseFromString(Ae,"image/svg+xml"),i=document.createElement("div");i.style.display="none",i.id="__PLYR_SVGICON_CONTAINER__",i.appendChild(r.childNodes[0]),t.body.appendChild(i),e=""}var o=Object(f.a)("[data-videoplayer]"),a=je();o.forEach(function(t){var n=t.querySelector("[data-videoplayer-media]");if(n){Oe.push.apply(Oe,Ee(Zt.a.setup(n,{iconUrl:e,loadSprite:!1})));var r=Oe[Oe.length-1];r.sources={portrait:ke(n.getAttribute("data-portrait")),landscape:ke(n.getAttribute("data-landscape"))},r.posters={portrait:n.getAttribute("data-portrait-poster")||n.getAttribute("data-landscape-poster"),landscape:n.getAttribute("data-landscape-poster")},r.source({type:"video",sources:[{src:r.sources[a],type:"video/mp4"}]}),r.posters[a]&&r.poster(r.posters[a]);var i=r.pause.bind(r),o=document.documentElement,s=t.closest("[class*='Layer--']");r.on("play",ee(i,n)),r.on("enterfullscreen",function(){return xe(o)}),r.on("enterfullscreen",function(){return s.classList.add("Levels--god")}),r.on("exitfullscreen",function(){return Se(o)}),r.on("exitfullscreen",function(){return s.classList.remove("Levels--god")}),Te.forEach(function(t){var e=t.event,n=t.pretty;return r.on(e,Pe(r)(n))})}}),ge(),["resize","orientationchange"].forEach(function(t){window.addEventListener(t,Ie,{passive:!0})})},_e.resolveURL=function(t){var e=document.createElement("a");return e.href=t,e.href};var Te=[{event:"play",pretty:"play"},{event:"pause",pretty:"pause"},{event:"ended",pretty:"end"}],Pe=function(t){return function(e){return function(){var n=t.getMedia().currentSrc;fe("Videos",e,n)}}};function je(){return ot.a.getWidth()<900?"portrait":"landscape"}function Ie(){var t;return(t=_e).onVideoPlayerResize.apply(t,arguments)}_e.onVideoPlayerResize=function(){var t=je();Oe.filter(function(e){return e.source()!==e.sources[t]}).forEach(function(e){e.source({type:"video",sources:[{src:e.sources[t],type:"video/mp4"}],poster:e.posters[t]})})};n(220);var Ce=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("inline-media/index");Ce.noop=function(){};n(221);var Le=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("soundcloud/index");function Ne(){var t;return(t=Le).initializePlayer.apply(t,arguments)}Le.ensureApiScriptLoaded=function(t){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.addEventListener("load",t),e.src="https://w.soundcloud.com/player/api.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)},Le.initializePlayer=function(t){var e=function(){var t;return(t=Le).makeSoundCloudWidget.apply(t,arguments)}({src:t.getAttribute("data-src"),height:t.getAttribute("data-height")});e.addEventListener("load",function(){!function(){var t;(t=Le).ensureApiScriptLoaded.apply(t,arguments)}(function(){t.classList.remove("SoundCloudPlayer--initializing"),function(){var t;(t=Le).setupAudioBoss.apply(t,arguments)}(new SC.Widget(e),e)})}),t.appendChild(e)},Le.setupAudioBoss=function(t,e){var n=t.pause.bind(t);t.bind(SC.Widget.Events.READY,function(){t.bind(SC.Widget.Events.PLAY,ee(n,e))})},Le.makeSoundCloudWidget=function(t){var e=document.createElement("iframe"),n={width:"100%",scrolling:"no",frameborder:"no",src:t.src,height:t.height};return Object.keys(n).forEach(function(t){return e.setAttribute(t,n[t])}),e},Le.initSoundCloudWidgets=function(){var t=Object(f.a)("[data-soundcloud]");window.addEventListener("load",function(){setTimeout(function(){return t.forEach(Ne)},100)})};var Re=n(108),Fe=n(8);function Me(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function De(){for(var t=[],e=0;e0)&&!(r=o.next()).done;)a.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function Ve(){for(var t=[],e=0;e0?t.breadcrumbs:void 0,this._notifyEventProcessors(Ve(en(),this._eventProcessors),t,e)},t.prototype._notifyEventProcessors=function(t,e,n,r){var i=this;return void 0===r&&(r=0),new Qe(function(o,a){var s=t[r];if(null===e||"function"!=typeof s)o(e);else{var u=s(ze({},e),n);Object(Ze.j)(u)?u.then(function(e){return i._notifyEventProcessors(t,e,n,r+1).then(o)}).then(null,a):i._notifyEventProcessors(t,u,n,r+1).then(o).then(null,a)}})},t.prototype._notifyScopeListeners=function(){var t=this;this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(function(e){e(t)}),this._notifyingListeners=!1)},t.prototype._applyFingerprint=function(t){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],this._fingerprint&&(t.fingerprint=t.fingerprint.concat(this._fingerprint)),t.fingerprint&&!t.fingerprint.length&&delete t.fingerprint},t}();function en(){var t=Object(Ue.b)();return t.__SENTRY__=t.__SENTRY__||{},t.__SENTRY__.globalEventProcessors=t.__SENTRY__.globalEventProcessors||[],t.__SENTRY__.globalEventProcessors}var nn=n(259),rn=function(){function t(t){this.errors=0,this.sid=Object(Ue.c)(),this.duration=0,this.status=Be.Ok,this.init=!0,this.ignoreDuration=!1;var e=Object($e.b)();this.timestamp=e,this.started=e,t&&this.update(t)}return t.prototype.update=function(t){if(void 0===t&&(t={}),t.user&&(!this.ipAddress&&t.user.ip_address&&(this.ipAddress=t.user.ip_address),this.did||t.did||(this.did=t.user.id||t.user.email||t.user.username)),this.timestamp=t.timestamp||Object($e.b)(),t.ignoreDuration&&(this.ignoreDuration=t.ignoreDuration),t.sid&&(this.sid=32===t.sid.length?t.sid:Object(Ue.c)()),void 0!==t.init&&(this.init=t.init),!this.did&&t.did&&(this.did=""+t.did),"number"==typeof t.started&&(this.started=t.started),this.ignoreDuration)this.duration=void 0;else if("number"==typeof t.duration)this.duration=t.duration;else{var e=this.timestamp-this.started;this.duration=e>=0?e:0}t.release&&(this.release=t.release),t.environment&&(this.environment=t.environment),!this.ipAddress&&t.ipAddress&&(this.ipAddress=t.ipAddress),!this.userAgent&&t.userAgent&&(this.userAgent=t.userAgent),"number"==typeof t.errors&&(this.errors=t.errors),t.status&&(this.status=t.status)},t.prototype.close=function(t){t?this.update({status:t}):this.status===Be.Ok?this.update({status:Be.Exited}):this.update()},t.prototype.toJSON=function(){return Object(nn.a)({sid:""+this.sid,init:this.init,started:new Date(1e3*this.started).toISOString(),timestamp:new Date(1e3*this.timestamp).toISOString(),status:this.status,errors:this.errors,did:"number"==typeof this.did||"string"==typeof this.did?""+this.did:void 0,duration:this.duration,attrs:Object(nn.a)({release:this.release,environment:this.environment,ip_address:this.ipAddress,user_agent:this.userAgent})})},t}(),on=4,an=function(){function t(t,e,n){void 0===e&&(e=new tn),void 0===n&&(n=on),this._version=n,this._stack=[{}],this.getStackTop().scope=e,this.bindClient(t)}return t.prototype.isOlderThan=function(t){return this._version1&&void 0!==arguments[1]?arguments[1]:{canControl:!0},n=ot.a.getHeight()>ot.a.getWidth()?t.getAttribute("data-portrait"):t.getAttribute("data-landscape"),r=function(t){return t.currentTime>0&&!t.paused&&!t.ended&&t.readyState>2}(t),i=function(t){var e=t.querySelector("source");if(e)return e;var n=document.createElement("source");return n.setAttribute("type",t.getAttribute("data-type")),t.appendChild(n),n}(t);i.getAttribute("src")!==n&&(i.setAttribute("src",n),t.load(),e.canControl&&r&&mn(t))}function mn(t){try{t.pause()}catch(t){}var e=t.play();void 0!==e&&e.catch(function(){t.play().catch(function(e){t.pause(),function(t,e){var n;try{throw new Error("Sentry syntheticException")}catch(t){n=t}pn("captureException",t,{captureContext:e,originalException:t,syntheticException:n})}(e)})})}hn.showWhenPlaying=function(t){var e=function(){return t.style.opacity="1"};["loadeddata","playing","canplaythrough"].forEach(function(n){return Object(Fe.a)(t,n,e)})},hn.initBackgroundVideos=function(){var t=Object(I.b)().isSafari;Object(f.a)("[data-background-video]").forEach(function(e){var n=e.querySelector("[data-video]");if(n){t&&n.className.includes("FullSize__fixedChild")&&n.addEventListener("canplay",function(){n.className=n.className.replace("FullSize__fixedChild","FullSize__fixedChild--Safari")}),n.muted=!0,n.defaultMuted=!0,function(){var t;(t=hn).showWhenPlaying.apply(t,arguments)}(n);A(e,function(t){yn(n,{canControl:!1}),Object(N.e)(n),b(t)?mn(n):n.pause()},{triggerPoint:p.Near}),e.getBoundingClientRect().top<3*ot.a.getHeight()&&(mn(n),setTimeout(function(){n.readyState<2&&n.paused&&(n.load(),mn(n))},1e3))}});var e=Object(f.a)("[data-background-video] [data-video]"),n=Object(Re.debounce)(function(){return e.forEach(function(t){return yn(t)})},100);["resize","orientationchange"].forEach(function(t){window.addEventListener(t,n,{passive:!0})})};var vn=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("parent-width/index"),gn=n(223),bn=[],wn=gn();function xn(){var t;return(t=vn).addParentWidthElement.apply(t,arguments)}function Sn(){var t;return(t=vn).updateElement.apply(t,arguments)}function En(){var t;return(t=vn).initParentWidth.apply(t,arguments)}vn.addParentWidthElement=function(t){var e=bn;if(!(e.findIndex(function(e){return e.element===t})>-1)){var n={element:t,onResize:function(){Sn(t)}};e.push(n),Sn(t,!0),wn.listenTo(n.element.parentElement,n.onResize),En()}},vn.removeParentWidthElement=function(t){var e=bn,n=e.findIndex(function(e){return e.element===t});if(-1!==n){var r=e[n];wn.removeListener(r.element.parentElement,r.onResize),e.splice(n,1)}},vn.updateParentWidths=function(){bn.forEach(function(t){return Sn(t.element)})},vn.updateElement=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];X.a.measure(function(){var n=tt(t.parentNode),r=t.clientWidth;(n!==r||e)&&X.a.mutate(function(){t.style.width=n+"px"})})},vn.initParentWidth=function(){var t=document.getElementsByClassName("ParentWidth");Array.prototype.forEach.call(t,xn),function(){var t;(t=vn).updateParentWidths.apply(t,arguments)}()};var _n=n(34),An=n.n(_n),On=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:{};r.scalingMode=r.scalingMode||"cover";var i=r.scalingMode,o=n.width/e.width,a=n.height/e.height,s="cover"===i?Math.min:Math.max,u=s(o,a),c=n.width/u,l=n.height/u,f=c-e.width,d=l-e.height;"fit"===i&&(f=Math.max(0,f),d=Math.max(0,d));var p=Mn(n.data.image.focal||{x:50,y:50}),h={x:c*(p.x/100)-e.width/2,y:l*(p.y/100)-e.height/2},y={x:c-e.width,y:l-e.height};return new t({sx:Cn()(h.x,0,y.x)*u,sy:Cn()(h.y,0,y.y)*u,sWidth:n.width-f*u,sHeight:n.height-d*u,dWidth:"fit"===i?c:e.width,dHeight:"fit"===i?l:e.height,dx:0,dy:0,opacity:1})}}]),t}(),Fn={13:[0,1,6,18,30,38,50,59,70,84,91,96,100],9:[0,12,25,37,50,62,75,82,100]};function Mn(t){var e=Dn(t.x,"x"),n=Dn(t.y,"y");return{x:[0,16.5,20,28,36.5,42,50,56.5,65,73,78,81.5,100][Fn[13].indexOf(e)],y:[0,12,25,37,50,62,75,82,100][Fn[9].indexOf(n)]}}function Dn(t,e){return("x"===e?Fn[13]:Fn[9]).reduce(function(e,n){return Math.abs(e-t)>Math.abs(n-t)?n:e},0)}(function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n})(window,"$sh")("utils/now");var Bn=Date.now||function(){return(new Date).getTime()},Hn=Bn,zn=window.performance;if(zn){var Wn=zn.now||zn.mozNow||zn.msNow||zn.oNow||zn.webkitNow;Hn=Wn?Wn.bind(zn):Bn}var Vn=Hn,Un=function(){function t(t,e){for(var n=0;n1&&void 0!==arguments[1]&&arguments[1];!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.loadingState=qn,this.src=e,this.whenLoaded=function(){var t;return(t=$n).loadSource.apply(t,arguments)}(e,n),this.whenLoaded.then(this.onLoad.bind(this))}return Un(t,[{key:"onLoad",value:function(t){this.loadingState=t.wasAlreadyLoaded?"already_loaded":"loaded",this.loadedAt=Vn(),this.img=t.loaderElement}},{key:"isLoaded",value:function(){return"already_loaded"===this.loadingState||"loaded"===this.loadingState}},{key:"isLoading",value:function(){return this.loadingState===qn}},{key:"isAlreadyLoaded",value:function(){return"already_loaded"===this.loadingState}}]),t}();$n.loadSource=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return new Promise(function(n,r){var i=Vn(),o=new window.Image;o.crossOrigin=e?"use-credentials":"Anonymous",o.addEventListener("load",function(){var t=Vn(),e={wasAlreadyLoaded:!1,loaderElement:o};t-i<15&&(e.wasAlreadyLoaded=!0),n(e)}),o.src=t})};var Gn=function(){function t(t,e){for(var n=0;n1&&void 0!==arguments[1]&&arguments[1];if(t in Xn)return Xn[t];var n=new Yn(t,e);return Xn[t]=n,n}(t,this.useCredentials)}},{key:"getInstantImgElement",value:function(){if(this.instantImgCache)return this.instantImgCache;var t=this.instantImgCache=document.createElement("img");return t.src=this.instantImgData,t}}]),t}();(function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n})(window,"$sh")("media-renderer/models/render-stack-item");var Kn=function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),Object.assign(this,e)},Zn=function(){function t(t,e){for(var n=0;nthis.height?"landscape":"portrait"}}]),t}(),tr=Object.assign||function(t){for(var e=1;ei-o,s=r0;X.a.mutate(function(){if(a){var e=Cn()((i-n)/o,0,1);t.style.setProperty("opacity",e.toString())}else if(s){var u=Cn()(r/o,0,1);t.style.setProperty("opacity",u.toString())}else r<0||n>i?t.style.setProperty("opacity","0"):t.style.setProperty("opacity","1")})})})},{passive:!0})};var fr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("story-media-renderer/calculate-transition-delays");fr.makeCalculateTransitionDelays=function(t){var e={textItemHeights:[]};return function(){var t;(t=fr).initMeasureTextHeights.apply(t,arguments)}(t,e),function(t,n){return function(){var t;return(t=fr).calculateTransitionDelays.apply(t,arguments)}(t,n,e)}},fr.calculateTransitionDelays=function(t,e,n){var r=.4*ot.a.getHeight();function i(t,i){var o=t+(0===i.index?0:n.textItemHeights[i.index-1]);return i.transition.start=(o-r)/e,0===i.index&&(i.transition.name="none"),o}return t.filter(function(t){return"portrait"===t.orientation}).reduce(i,0),t.filter(function(t){return"landscape"===t.orientation}).reduce(i,0),t},fr.initMeasureTextHeights=function(t,e){var n=Object(I.b)(),r=n.isIE,i=n.isEdge,o=n.isFirefox,a=function(){return function(){var t;return(t=fr).measureTextHeights.apply(t,arguments)}(t,e)};a(),(i||r||o)&&setInterval(a,1e3),["resize","orientationchange","load"].forEach(function(t){return window.addEventListener(t,a)})},fr.measureTextHeights=function(t,e){X.a.measure(function(){e.textItemHeights=Object(f.a)(".MediaRenderer__textBlocksInner",t.parentElement||Object(f.b)('[id*="-'+t.id+'"]')).map(function(t){return t.getBoundingClientRect().height})})};var dr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-base-boxing");function pr(){var t;return(t=dr).baseBoxing.apply(t,arguments)}dr.baseBoxing=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{finalize:function(e,n){if(!t.type||n.type===t.type){var r=Rn.createScaledBoxing(e,n,t);n.boxing=r}return n}}};var hr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-loaded-sources");function yr(){var t;return(t=hr).loadedSources.apply(t,arguments)}hr.loadedSources=function(){arguments.length>0&&void 0!==arguments[0]&&arguments[0];return{transform:function(t,e,n){var r=e.getCurrentImageSource();if(r.isLoaded()){var i=r.img,o=new or({img:i,width:i.naturalWidth,height:i.naturalHeight,index:e.index,caption:e.captionHTML,data:{imageSource:r,image:e}});n.push(o)}return n}}};var mr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-instant-images");function vr(){var t;return(t=mr).instantImages.apply(t,arguments)}function gr(){var t;return(t=mr).doShowInstantImage.apply(t,arguments)}function br(){var t;return(t=mr).calculateInstantImageTransitionPercentage.apply(t,arguments)}mr.instantImages=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.transitionLength||1e3;return{transform:function(t,n,r){var i=n.getCurrentImageSource();if(gr(i,Vn(),e)){var o=n.getInstantImgElement(),a=new or({type:"instant-img",img:o,width:o.width,height:o.height,index:n.index,data:{imageSource:i,image:n}});r.push(a)}return r},finalize:function(t,n){if("instant-img"===n.type){var r=br(n.data.imageSource,Vn(),e);n.boxing=rr.fade(n.boxing,r)}return n}}},mr.doShowInstantImage=function(t,e,n){return!!t.isLoading()||!t.isAlreadyLoaded()&&!!(t.loadedAt&&e-t.loadedAt<=n)},mr.calculateInstantImageTransitionPercentage=function(t,e,n){return t.isLoading()?1:1-(e-t.loadedAt)/n};var wr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-basic-visibility-filter");function xr(){var t;return(t=wr).basicVisibilityFilter.apply(t,arguments)}wr.basicVisibilityFilter=function(){arguments.length>0&&void 0!==arguments[0]&&arguments[0];return{filter:function(t,e){return e.filter(function(n,r){var i=0===r,o=r+1===e.length,a=n.transition.start,s=o?1:e[r+1].transition.start;return!(!i||!o)||(i?t.scrollPercentage=a:t.scrollPercentage>=a&&t.scrollPercentage0&&void 0!==arguments[0]?arguments[0]:{};return{finalize:function(e,n){if("img"===n.type){var r=n,i=kr(e,r.data.imageSource,r);r.img=i.cachedImgElement,r.width=i.width,r.height=i.height,r.data.cacheItem=i,r.boxing=Rn.createScaledBoxing(e,r,t)}return n}}};var jr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-basic-optimizer");function Ir(){var t;return(t=jr).basicOptimizer.apply(t,arguments)}jr.basicOptimizer=function(){arguments.length>0&&void 0!==arguments[0]&&arguments[0];var t=void 0;return{beforeRender:function(e){return t&&Tn.compare(e.items,t.items)&&(e.state=Tn.STATE_UNCHANGED),t=e,e}}};(function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n})(window,"$sh")("media-renderer/models/render-stack-items/caption-stack-item");var Cr=function(t){function e(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var t=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments));return t.type="caption",t}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,Kn),e}(),Lr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/utils/get-most-visible-item");function Nr(){var t;return(t=Lr).getMostVisibleItem.apply(t,arguments)}Lr.getMostVisibleItem=function(t){return 0===t.length?null:1===t.length?t[0]:t.reduce(function(t,e){var n=t&&t.data?t.data.transitionPercentage:0;return e.data.transitionPercentage>=n?e:t})};var Rr=Object.assign||function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{};t=Object.assign({},Mr,t);return{beforeRender:function(e,n){var r=e.filter(function(t){return t.hasOwnProperty("caption")}),i=Br(r,t);return Ur(n,t)&&(i=r.length>0?$r(r,t):new Cr(Rr({},zr,{html:!1}))),e.push(i),e}}},Fr.getDefaultState=function(t,e){if(e.hideWhenOutOfBounds)return new Cr(Rr({},Vr));if(0===t.length)return new Cr(Rr({},Hr));var n=Nr(t);return new Cr(Rr({},Wr,{html:n.caption}))};var Hr={html:"",display:"block",opacity:"0",textOpacity:null},zr={display:"block",opacity:"1",textOpacity:"0",html:""},Wr={display:"block",opacity:"1",textOpacity:"1",html:""},Vr={html:"",display:"none",textOpacity:null,opacity:"0"};function Ur(){var t;return(t=Fr).shouldShowCaptionDisplay.apply(t,arguments)}function $r(){var t;return(t=Fr).getCaptionToRender.apply(t,arguments)}Fr.shouldShowCaptionDisplay=function(t,e){if(!e.hideWhenOutOfBounds)return!0;var n=t.heightPercentage*e.fadeInThreshold*.5-t.heightPercentage>t.scrollPercentage,r=t.scrollPercentage>=1;return!n&&!r},Fr.getCaptionToRender=function(t,e){var n=Nr(t),r=Nr(t.filter(function(t){return t!==n}));if(n.data.transitionPercentagee.fadeInThreshold,s=o>e.fadeOutThreshold;if(a)i.html=r.caption;else if(s)return n.caption&&r.caption?new Cr(Rr({},zr,{html:!1})):new Cr(Rr({},Hr,{html:!1}))}return i||new Cr(Rr({},Hr,{html:"

 

"}))};var qr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-clear-operation");qr.clearOperation=function(){return{beforeRender:function(t,e){var n=new Rn({dx:0,dy:0,dWidth:e.width,dHeight:e.height}),r=new ar({boxing:n});return t.items=[r].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e0&&void 0!==arguments[0]?arguments[0]:{};if(!t.render)throw new Error("Caption positioner plugin requires a render function");return{beforeRender:function(e,n){if(!e.isValid())return e;var r=t.renderScale||1,i=e.getItemsByType(or);if(0===i.length)return e;var o=Gr(i);return t.render(o.boxing.dHeight/r),e}}};var Xr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-transition");function Jr(){var t;return(t=Xr).transition.apply(t,arguments)}function Kr(){var t;return(t=Xr).calculateTransitionPercentage.apply(t,arguments)}Xr.transition=function(){arguments.length>0&&void 0!==arguments[0]&&arguments[0];return{filter:function(t,e){return e.filter(function(n,r){var i=0===r,o=r+1===e.length;if(i&&o)return!0;var a=n.transition.start,s=1;if(!o){var u=e[r+1].transition,c=u.calculateTransitionLength(t.heightPercentage);s=u.start+c}return i?t.scrollPercentage<=s:o?t.scrollPercentage>=a:t.scrollPercentage>=a&&t.scrollPercentage<=s})},finalize:function(t,e){var n=e.data.image.transition.name.split(","),r=Kr(t,e.data.image);return e.data.transitionPercentage=r,n.reduce(function(t,e){if(e&&e in rr){var n=rr[e];t.boxing=n(t.boxing,r)}return t},e)},beforeRender:function(t){return t.items=t.filter(function(t){return 0!==t.boxing.opacity}),t}}},Xr.calculateTransitionPercentage=function(t,e){var n=e.transition.calculateTransitionLength(t.heightPercentage),r=(t.scrollPercentage-e.transition.start)/n;return r=Math.min(1,r)};var Zr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-hyperlinker");Zr.hyperlinker=function(t){var e=t.linkedItem;if(!e||!e.addEventListener)throw new Error("Missing 'linkedItem' option in hyperlinker plugin. Pass in a DOMElement that should be hyperlinked.");var n={hasMostVisibleItem:!1};return e.addEventListener("click",function(){if(n.hasMostVisibleItem){var t=n.mostVisibleItemLink;t.openInNewTab?window.open(t.href):window.location.href=t.href}}),{beforeRender:function(t){var r=t.filter(function(t){return t instanceof or}),i=r.filter(function(t){return t.data.image.link});if(0===i.length&&r.length>0)return n.hasMostVisibleItem=!1,n.mostVisibleItemLink=null,e.classList.remove("Theme-LinkedMediaRenderer"),t;if(0===r.length)return t;var o=Nr(i);return o&&o.data.image.link&&(n.hasMostVisibleItem=!0,n.mostVisibleItemLink=o.data.image.link,e.classList.add("Theme-LinkedMediaRenderer")),t}}};var Qr=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-separate-orientations");function ti(){var t;return(t=Qr).separateOrientations.apply(t,arguments)}Qr.separateOrientations=function(){arguments.length>0&&void 0!==arguments[0]&&arguments[0];return{filter:function(t,e){var n=e.filter(function(t){return"landscape"===t.orientation}),r=e.filter(function(t){return"portrait"===t.orientation});return 0===n.length||0===r.length?e:"portrait"===t.getOrientation()?r:n}}};var ei=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-renderer/plugins/plugin-preload-images");function ni(){var t;return(t=ei).preloadImages.apply(t,arguments)}ei.preloadImages=function(){return{filter:function(t,e){return e.forEach(function(t){return t.loadCurrentImageSource()}),e}}};var ri=function(){function t(t,e){for(var n=0;n=0&&r<=e||i>=0&&i<=e||r<0&&i>0)&&-r},ci.getScrollInfo=function(t,e,n){X.a.measure(function(){var r=function(){var t;return(t=ci).getNormalizedY.apply(t,arguments)}(t);if(!1===r)return n({scrollPercentage:!1});var i=t.clientHeight-ot.a.getHeight(),o=r/i,a=e.getCSSHeight()/i;n({scrollPercentage:o,heightPercentage:a,scrollHeight:i})})};var li=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("story-media-renderer/canvas-resizer");function fi(){var t;return(t=li).resizeCanvas.apply(t,arguments)}li.initCanvasResizer=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=[],r=function(t){n.push(t)},i=function(t,e){n.forEach(function(n){return n(t,e)})},o=function(){return fi(t,e,i)};o(),["load","resize","orientationchange"].forEach(function(t){window.addEventListener(t,o,{passive:!0})}),$(o);var a=!1;return window.addEventListener("load",function(){q(o),mt(t,function(t){a&&(clearInterval(a),a=!1),t===lt&&(a=setInterval(o,160))})}),function(){return{onResize:r}}},li.resizeCanvas=function(t,e,n){X.a.measure(function(){var r=t.getBoundingClientRect(),i=Math.round(r.width)*e,o=Math.round(r.height)*e,a=t.width,s=t.height;if((i!==a||o!==s)&&0!==i&&0!==o){var u=new Er({width:i,height:o}).getContext(),c=t.getContext("2d");u.drawImage(t,0,0),X.a.mutate(function(){try{t.width=i,t.height=o,c.drawImage(u.canvas,0,0),n(Math.round(r.width),Math.round(r.height))}catch(t){console.log(u.canvas),console.error("Canvas Resizer could not draw image",t)}})}})};var di=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("story-media-renderer/twocol-stacker"),pi=new Map;function hi(){var t;return(t=di).refreshVerticalStacking.apply(t,arguments)}di.refreshVerticalStacking=function(t,e,n){var r=et(t)-et(e);return r!==pi.get(t)&&(pi.set(t,r),n.style.height=r+"px",n.height=r,!0)},di.makeRenderCaption=function(t){var e=void 0;return function(n){e&&e.captionHTML===n.captionHTML||n.captionHTML&&(e=n,t.innerHTML=n.captionHTML)}},di.listenToWindowResize=function(t,e,n){window.addEventListener("resize",function(){hi(t,e,n)},{passive:!0})},di.twocolStackerPlugin=function(t,e,n){if(!t)throw new Error("Missing container element from twocolStackerPlauging, got "+t);e.style.position="absolute";var r=e.cloneNode(!0);Object.assign(r.style,{visibility:"hidden",position:"absolute",opacity:0}),e.parentNode.appendChild(r);var i=function(){var t;return(t=di).makeRenderCaption.apply(t,arguments)}(r),o=!1;return function(){var t;(t=di).listenToWindowResize.apply(t,arguments)}(t,e,n),{beforeRender:function(e){var a=function(t){return t.find(function(t){return t instanceof Cr})}(e);if(o&&!e.isInvalid()&&(e.state=Tn.STATE_VALID,o=!1),!a||e.isUnchanged())return e;var s=r.clientHeight;return i(a),r.clientHeight!==s&&(e.state=Tn.STATE_INVALID,hi(t,r,n),o=!0),e}}};var yi=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("story-media-renderer/init-sections");function mi(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=Object.assign({},{xPositioning:"center",yPositioning:"center",scalingMode:"cover",isTransitioned:!1},r),o=t.querySelector("[data-mediarenderer-caption-display]"),a=new ii(o),s=[ti(),ni(),pr({scalingMode:i.scalingMode}),yr(),vr(),Or({scalingMode:i.scalingMode}),i.isTransitioned?Jr():xr(),Dr({hideWhenOutOfBounds:i.isTransitioned}),Ir()];if("fit"===i.scalingMode){if(o){var u=t.querySelector("[data-twocol-stacker]");s.push(function(){var t;return(t=di).twocolStackerPlugin.apply(t,arguments)}(u,o,e.canvasElement)),s.push(function(){var t;return(t=Yr).captionPositioner.apply(t,arguments)}({render:function(t){return function(t,e){t.style.top=e+"px"}(o,t)},renderScale:i.renderScale}))}s.unshift(function(){var t;return(t=qr).clearOperation.apply(t,arguments)}())}s.push(function(){var t;return(t=Zr).hyperlinker.apply(t,arguments)}({linkedItem:e.canvasElement}));var c=new cr({renderers:[e,a],images:n,renderStackPlugins:s});!function(){var t;(t=lr).initTextItemFades.apply(t,arguments)}(t);var l=function(){var t;return(t=fr).makeCalculateTransitionDelays.apply(t,arguments)}(t),f=function r(){X.a.measure(function(){var e=void 0,n=t.getBoundingClientRect();e=n.top>0?"before":n.bottomot.a.getWidth()?"portrait":"landscape"};var f=i.isTransitioned?l(n,s):n;c.render(u,f)}catch(t){throw q(r),t}})},d=e.canvasElement;!function(){var t;(t=yi).watch.apply(t,arguments)}(d.parentElement||d,function(){return $(f)},function(){return q(f)}),f(),window.addEventListener("load",f)}function vi(){var t;return(t=yi).initSection.apply(t,arguments)}yi.initSection=function(t){var e=t.querySelector("canvas[data-mediarenderer-canvas]");if(!e)throw new Error("initCanvasResizer was called without a valid canvas element, got: "+e+". Make sure you've got [data-mediarenderer-canvas] on your canvas elements.");var n=e.getAttribute("data-mediarenderer-scaling")?parseInt(e.getAttribute("data-mediarenderer-scaling"),10):1;!function(){var t;(t=li).initCanvasResizer.apply(t,arguments)}(e,n);var r=e.getAttribute("data-scaling-mode"),i=e.hasAttribute("data-mediarenderer-transition"),o=new ur({canvasElement:e,renderScale:n});!function(){var t;(t=si).deserializeDOM.apply(t,arguments)}(e,function(a){mi(t,o,a,{yPositioning:e.getAttribute("data-y-positioning"),scalingMode:r,isTransitioned:i,renderScale:n})})},yi.init=function(){Object(f.a)("[data-mediarenderer]").forEach(vi)},yi.makeGhostObservable=function(t){var e=document.createElement("div");return e.className="FullSize",Object.assign(e.style,{opacity:0,zIndex:-100}),t.parentElement.insertBefore(e,t),e},yi.watch=function(t,e,n){A(function(){var t;return(t=yi).makeGhostObservable.apply(t,arguments)}(t),function(t){b(t)?e():n()},{triggerPoint:p.Near})};var gi=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("gallery-renderer/gallery-renderer");function bi(t){if(t.status>=200&&t.status<300)return t;var e=new xi(t);throw e.response=t,e}function wi(t){var e=t.headers.get("content-type");if(e&&e.includes("application/json"))return t;throw new TypeError("Incorrect data for Gallery")}gi.renderGallery=function(t,e,n){fetch(t).then(bi).then(wi).then(function(t){return t.json()}).then(function(t){var r=t.items.filter(function(t){return t.url!==window.location.href}).map(function(t){var n="tiles"===e?'class="ObjectFit--cover"':"",r=t.mediaSrc?'":"",i=t.openInNewWindow?'target="_blank"':"",o=t.isNoFollow?'rel="nofollow"':"";return'\n \n "}).join(""),i='\n \n \n ";return n?n(i):i}).catch(function(t){console.log("Gallery was unable to parse external data",t)})};var xi=function(t){function e(t){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var n=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t.statusText));return n.response=t,n}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,Error),e}(),Si=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("story-gallery-renderer/init-sections");function Ei(){var t;return(t=Si).initSection.apply(t,arguments)}Si.initSection=function(t){!function(){var t;(t=gi).renderGallery.apply(t,arguments)}(("file:"===window.location.protocol?"http:":window.location.protocol)+t.getAttribute("data-url").replace(/^\w+:/,""),t.getAttribute("data-mode"),function(e){t.innerHTML=e,t.classList.remove("GalleryRenderer--initializing"),Object(N.b)()})},Si.init=function(){Object(f.a)("[data-galleryrenderer]").forEach(Ei)};var _i=n(112),Ai=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("navigation/active-navitem-tracker");function Oi(){var t;return(t=Ai).deactivateNavItem.apply(t,arguments)}Ai.getTargettedNavItems=function(t){return t.reduce(function(t,e){var n=e.getAttribute("href");if(0!==n.indexOf("#"))return t;var r=n.replace(/^#/,"");try{var i=document.getElementById(r);i||console.warn("navigation: Couldn't locate target via nav item id '"+r+"'."),t.push({target:i,navItem:e})}catch(t){console.warn("navigation: Bad target via nav item selector "+r+".")}return t},[])},Ai.deactivateNavItems=function(t){t.forEach(Oi)},Ai.deactivateNavItem=function(t){t.parentElement.classList.remove("Theme-ActiveNavigationBarItem")},Ai.activateNavItem=function(t){t.parentElement.classList.add("Theme-ActiveNavigationBarItem")};var ki={lastMostVisible:!1};function Ti(t){X.a.measure(function(){var e=function(t){var e=ot.a.getHeight()/2;return t.find(function(t){var n=t.target.getBoundingClientRect(),r=null!==t.target.className.match(/\bTheme-TitleSection\b/);return n.tope)})}(t.slice().reverse());ki.lastMostVisible!==e&&X.a.mutate(function(){!function(){var t;(t=Ai).deactivateNavItems.apply(t,arguments)}(t.map(function(t){return t.navItem})),e&&function(){var t;(t=Ai).activateNavItem.apply(t,arguments)}(e.navItem),ki.lastMostVisible=e})})}function Pi(){var t;return(t=Ai).initNavItemTracker.apply(t,arguments)}Ai.initNavItemTracker=function(t){var e=function(){var t;return(t=Ai).getTargettedNavItems.apply(t,arguments)}(t);if(0!==e.length){var n=function(){return Ti(e)};["scroll","resize"].forEach(function(t){return window.addEventListener(t,n)}),setTimeout(n,1e3),n()}};var ji=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("navigation/burger-nav");function Ii(){var t;return(t=ji).initBurgerNav.apply(t,arguments)}ji.initBurgerNav=function(){var t=Object(f.a)(".Navigation"),e=Object(f.a)(".Navigation__hamburger");if(t.length&&e.length){var n=t[0],r=e[0],i=Object(f.a)(".Navigation__item",n);!function(){var t;(t=ji).listenToBurger.apply(t,arguments)}(r,n),function(){var t;(t=ji).listenToNavItems.apply(t,arguments)}(i,n,r),function(){var t;(t=ji).enableBurger.apply(t,arguments)}(r)}},ji.listenToBurger=function(t,e){t.addEventListener("click",function(n){n.preventDefault(),e.classList.toggle("Navigation--isActive");var r=e.classList.contains("Navigation--isActive")?"true":"false";t.setAttribute("aria-expanded",r)})},ji.enableBurger=function(t){t.classList.remove("Navigation__hamburger--initializing")},ji.listenToNavItems=function(t,e,n){var r=function(){e.classList.remove("Navigation--isActive"),n.setAttribute("aria-expanded","false")};t.forEach(function(t){return t.addEventListener("click",r)})};n(237);var Ci=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("navigation/index");function Li(){var t;return(t=Ci).getFixedStoryElementsHeight.apply(t,arguments)}Ci.getFixedStoryElementsHeight=function(){return Object(f.a)("[data-fixed-story-element]").reduce(function(t,e){return t+e.getBoundingClientRect().height},-2)},Ci.initNavItems=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"[data-story-nav-item]",e=Object(f.a)(t);Pi(e),Ii();var n=Li();_i.setup(500,n)};var Ni=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("social-share/index"),Ri={facebook:{networkName:"Facebook",shareAction:"Share",popupWidth:600,popupHeight:420},twitter:{networkName:"Twitter",shareAction:"Tweet",popupWidth:600,popupHeight:250},linkedin:{networkName:"LinkedIn",shareAction:"Share",popupWidth:600,popupHeight:250}};function Fi(){var t;return(t=Ni).onButtonClick.apply(t,arguments)}function Mi(){var t;return(t=Ni).initButton.apply(t,arguments)}Ni.showPopup=function(t,e){var n=Math.round(ot.a.getWidth()/2-e.popupWidth/2),r=0;ot.a.getHeight()>e.popupHeight&&(r=Math.round(ot.a.getHeight()/3-e.popupHeight/2));var i={left:n,top:r,width:e.popupWidth,height:e.popupHeight,personalbar:0,toolbar:0,scrollbars:1,resizable:1},o=Object.keys(i).map(function(t){return t+"="+i[t]}).join(","),a="social-widget-"+e.networkName.replace(/\s+/,"-"),s=window.open(t,a,o);s?s.focus():location.href=t},Ni.onButtonClick=function(t){t.preventDefault();var e=t.currentTarget,n=e.getAttribute("data-social-share"),r=Ri[n];!function(){var t;(t=Ni).showPopup.apply(t,arguments)}(e.href,r)},Ni.initButton=function(t){var e=t.getAttribute("data-social-share");e in Ri?t.addEventListener("click",Fi,{passive:!1}):console.error("Social Share button of type "+e+" is not supported.")},Ni.initSocialShareButtons=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"[data-social-share]",e=Object(f.a)(t);e.forEach(Mi)};n(238);var Di=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("card-canvas/card-canvas-item"),Bi={items:[],lastSizes:new WeakMap},Hi=250;function zi(){Bi.items.forEach(function(t){return function(t){(function(t){return new Promise(function(e,n){X.a.measure(function(){if("none"===getComputedStyle(t.el).getPropertyValue("display"))return n();var r=window.innerWidth,i=t.heightReferenceEl.clientHeight,o=t.caption?t.caption.clientHeight:0,a=Bi.lastSizes.has(t)?Bi.lastSizes.get(t):{width:0,height:0,captionHeight:0};if(r===a.width&&i===a.height&&o===a.captionHeight)return n();a.width=r,a.height=i,a.captionHeight=o,Bi.lastSizes.set(t,a);var s=i-o;X.a.mutate(function(){t.img.forEach(function(t){return t.style.maxHeight=r>=900?s+"px":null}),e()})})})})(t).then(function(){return function(t){return new Promise(function(e){if(!t.caption)return e();function n(n,r){X.a.mutate(function(){var i,o,a,s,u,c=(i=r,o={width:n.naturalWidth,height:n.naturalHeight},a=o.width/i.width,s=o.height/i.height,u=Math.max(a,s),{width:o.width/u,height:o.height/u}),l=Math.max(c.width,Hi);t.caption.style.maxWidth=l+"px",e()})}X.a.measure(function(){var e=t.el.querySelector("picture img"),r=e.getBoundingClientRect();e.naturalWidth>0?n(e,r):e.addEventListener("load",function(){return n(e,r)})})})}(t)}).catch(function(){})}(t)})}function Wi(t){return{el:t,img:Object(f.a)("img",t),caption:t.querySelector(".CardCanvasItem__caption"),heightReferenceEl:t.parentElement.querySelector("[data-card-canvas-height-reference]")}}Di.initCardCanvasItems=function(){var t,e=(t=document.documentElement,Object(f.a)("[data-card-canvas-item]",t).map(Wi));0!==e.length&&(Bi.items=e,$(zi))},Di.addItemByEl=function(t){if(!Bi.items.find(function(e){return e.el===t})){var e=Wi(t);Bi.items.push(e),$(zi)}},Di.removeItemByEl=function(t){Bi.items=Bi.items.filter(function(e){return e.el!==t})};var Vi=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("card-canvas/card-canvas-height");Vi.renderCardCanvasHeight=function(t,e){X.a.measure(function(){var n=window.innerWidth,r=e.reduce(function(t,e){return t.clientHeight>e.clientHeight?t:e},e[0]).clientHeight;X.a.mutate(function(){t.style.height=n>=900?r+"px":null})})};var Ui=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("scrollmation/scroll-info");Ui.getScrollInfo=function(t){var e=t.getBoundingClientRect(),n=-e.top/Math.max(1,e.height-document.documentElement.clientHeight);return{percentage:n,scrollingIn:n<0,scrollingOut:n>1}};var $i=n(113),qi=n.n($i);function Yi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Gi,Xi,Ji,Ki=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("scrollmation/index");!function(t){t.Ready="ready",t.Primed="primed",t.Transitioning="transitioning",t.Active="active",t.Lingering="lingering",t.Completed="completed"}(Gi||(Gi={})),function(t){t.Reset="reset",t.Prime="prime",t.StartTransition="startTransition",t.ReverseTransition="reverseTransition",t.Activate="activate",t.Linger="linger",t.Complete="complete"}(Xi||(Xi={})),function(t){t.Ready="ready",t.Active="active",t.Complete="complete"}(Ji||(Ji={}));var Zi=qi.a.factory({init:Gi.Ready,transitions:[{name:Xi.Prime,from:Gi.Ready,to:Gi.Primed},{name:Xi.StartTransition,from:Gi.Primed,to:Gi.Transitioning},{name:Xi.Activate,from:Gi.Transitioning,to:Gi.Active},{name:Xi.Linger,from:Gi.Active,to:Gi.Lingering},{name:Xi.Complete,from:[Gi.Active,Gi.Lingering],to:Gi.Completed},{name:Xi.Activate,from:[Gi.Completed,Gi.Lingering],to:Gi.Active},{name:Xi.ReverseTransition,from:Gi.Active,to:Gi.Transitioning},{name:Xi.Reset,from:Gi.Transitioning,to:Gi.Ready}],methods:{onPrimed:function(){var t=this.item,e=this.classNames;t.itemEl.classList.add(e.prime),this.onItemShown&&this.onItemShown(t)},onStartTransition:function(){var t=this,e=this.item,n=this.classNames;Object(Fe.a)(e.itemEl,"transitionend",function(){return t.activate()}),requestAnimationFrame(function(){return e.itemEl.classList.add(n.active)}),Object(N.d)()},onReverseTransition:function(){var t=this,e=this.item,n=this.classNames;Object(Fe.a)(e.itemEl,"transitionend",function(){return t.reset()}),e.itemEl.classList.remove(n.active)},onReset:function(){var t=this.item,e=this.classNames;t.itemEl.classList.remove(e.prime),t.itemEl.classList.remove(e.active)},onActive:function(){var t=this.item,e=this.classNames;[e.prime,e.active].forEach(function(e){return t.itemEl.classList.add(e)}),this.onItemShown&&this.onItemShown(t),Object(N.d)()},onCompleted:function(){var t=this.item,e=this.classNames;t.itemEl.classList.remove(e.prime),t.itemEl.classList.remove(e.active)},requestReady:function(){this.is(Gi.Ready)||this.is(Gi.Active)&&this.reverseTransition()},requestActive:function(){this.is(Gi.Ready)&&this.prime(),this.is(Gi.Primed)&&this.startTransition(),(this.is(Gi.Completed)||this.is(Gi.Lingering))&&this.activate()},requestComplete:function(){var t=this.shouldLinger(this.item),e=this.can(Xi.Linger),n=!t,r=this.can(Xi.Complete);t&&e?this.linger():n&&r&&this.complete()},isActive:function(){return this.is(Gi.Active)}},data:function(t){return t}});function Qi(){var t;return(t=Ki).renderScrollmation.apply(t,arguments)}Ki.renderScrollmation=function(t){if(!t.isRendering){t.isRendering=!0;var e=function(){var t;return(t=Ui).getScrollInfo.apply(t,arguments)}(t.scrollContainer);t.items.forEach(function(n){var r,i=function(t,e){var n=t.scrollingIn&&e.showDuringScrollIn,r=t.scrollingOut&&e.showDuringScrollOut,i=(o=t.percentage,a=e.start,s=e.end,o>=a&&oe.end)return Ji.Complete}(e,n.data);if(i){var o=t.machines.get(n);(r={},Yi(r,Ji.Ready,o.requestReady),Yi(r,Ji.Active,o.requestActive),Yi(r,Ji.Complete,o.requestComplete),r)[i].call(o)}}),t.isRendering=!1}};var to=n(35),eo=n.n(to);var no=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("card-canvas/index"),ro={instances:new Map,isRunning:!1},io=new WeakMap;function oo(t,e,n){var r=1/n.length,i=e*r;return{itemEl:t,index:e,data:{start:i,end:i+r,showDuringScrollIn:0===e,showDuringScrollOut:e===n.length-1}}}function ao(){eo()(ro.instances.values()).map(function(t){return t.items}).map(function(t){return t.map(function(t){var e=io.get(t.itemEl);Object.assign(e.style,{position:"absolute",top:100*t.data.start+"%"})})})}function so(t,e){Qi(t),function(){var t;(t=Vi).renderCardCanvasHeight.apply(t,arguments)}(e,t.items.map(function(t){return t.itemEl}))}function uo(){ro.instances.forEach(so)}no.initCardCanvases=function(){!function(){var t;(t=Di).initCardCanvasItems.apply(t,arguments)}(),Object(f.a)("[data-card-canvas]").forEach(function(t){return function(){var t;return(t=no).initCardCanvas.apply(t,arguments)}(t,{doLazyload:!0})}),["resize","orientationchange"].forEach(function(t){return window.addEventListener(t,ao,{passive:!0})})},no.initCardCanvas=function(t,e,n){var r=Object(f.a)("[data-card-canvas-item]",t);if(0!==r.length){var i=r.map(oo),o=function(t){var e=ro.instances;return e.has(t)?e.get(t):(e.set(t,{scrollContainer:t.parentElement,items:[],isRendering:!1,machines:new WeakMap}),e.get(t))}(t);return o.items=i.reduce(function(t,e){var n=o.items.find(function(t){return t.itemEl===e.itemEl});return n&&(n.data=e.data),[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);ea?1:(i-o)/(a-o);return Math.round(100*s)/100}go.initScrollymole=function(t){var e=t.getAttribute("data-scrollymoly");try{var n=JSON.parse(e).map(function(t){return vo({},t,{offset:Number.isFinite(t.offset)?t.offset:0})}),r=t.closest("[data-scrollymoly-basis]");So({element:t,basisEl:r,effects:n,topOffset:wo.getTopOffset(r),state:{}})}catch(t){console.error(t)}},go.pushMole=function(t){wo.moles.push(t),Eo()},go.removeMole=function(t){var e=wo.moles.findIndex(function(e){return e.element===t.element});-1!==e&&(Oo(wo.moles[e]),wo.moles.splice(e,1)),Eo()},go.setMole=function(t){var e=wo.moles.find(function(e){return e.element===t.element});return e?t.effects.length?(Object.assign(e,t),Oo(e),void Eo()):function(){var t;return(t=go).removeMole.apply(t,arguments)}(t):So(t)},go.render=function(){wo.moles.map(Ao)},go.resetMole=function(t){X.a.mutate(function(){Object.assign(t.element.style,{opacity:null,transform:null})})};var To={fadeOut:function(t,e,n){var r=ko(e,t.basisEl,t.topOffset),i=Math.max(0,Math.min(1,r));if(t.state.lastOpacity===i)return n();X.a.mutate(function(){t.state.lastOpacity=i,t.element.style.opacity=i.toString(),n()})},fadeIn:function(t,e,n){var r=ko(e,t.basisEl,t.topOffset),i=Math.max(0,Math.min(1,1-r));if(t.state.lastOpacity===i)return n();X.a.mutate(function(){t.state.lastOpacity=i,t.element.style.opacity=i.toString(),n()})}},Po=n(29),jo=(n(240),function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("split-layout/index"));function Io(){var t;return(t=jo).initSplitLayout.apply(t,arguments)}jo.initSplitLayouts=function(){Object(f.a)(".SplitLayout").forEach(Io)},jo.initSplitLayout=function(t){var e=Object(f.a)(".FullSize__fixedChild.ObjectFit--cover",t);Object(N.c)()&&e.forEach(xn)};n(241);var Co=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("footnote/index"),Lo=null,No=!1;function Ro(){return Object(f.b)("#editor-viewport")||document}function Fo(t){var e=t.getBoundingClientRect();Lo.style.display="block",Lo.innerHTML=decodeURIComponent(t.getAttribute("data-footnote"));var n=Lo.getBoundingClientRect(),r=e.top=1100&&r.childNodes.length?36:0,o=Object(f.b)(".navbar-editor");return(o?parseInt(getComputedStyle(o).height,10):0)+n+i}()+n.height,i=r?e.bottom+5:e.top-n.height-5,o=e.left+e.width/2;o-n.width/2<0?o=n.width/2+2:o+n.width/2>window.innerWidth&&(o=window.innerWidth-n.width/2-2),Lo.style.top=i+"px",Lo.style.left=o+"px",Lo.classList.remove("Theme-Position-Top"),Lo.classList.remove("Theme-Position-Bottom"),Lo.classList.add(r?"Theme-Position-Top":"Theme-Position-Bottom"),document.addEventListener("mouseover",Bo),document.addEventListener("touchstart",Bo),Ro().addEventListener("scroll",Do),No=!0}function Mo(){No=!1,Lo.style.display="",document.removeEventListener("mouseover",Bo),document.removeEventListener("touchstart",Bo),Ro().removeEventListener("scroll",Do)}function Do(){Mo()}function Bo(t){var e=t.target;e.closest(".Theme-Layer-BodyText-Highlight")||e.closest(".Theme-Footnote")||Mo()}Co.initFootnotes=function(){!function(){var t;(t=Co).initFootnoteBalloon.apply(t,arguments)}(),Object(f.a)("[data-footnote]").forEach(function(t){return function(){var t;return(t=Co).initFootnote.apply(t,arguments)}(t)})},Co.initFootnoteBalloon=function(){var t=Object(f.b)(".Theme-Story");!t||Lo&&Object(f.b)(".Theme-Footnote",t)||((Lo=document.createElement("div")).classList.add("Theme-Footnote"),Lo.setAttribute("role","tooltip"),Lo.setAttribute("aria-live","polite"),Lo.setAttribute("aria-atomic","true"),t.appendChild(Lo))},Co.initFootnote=function(t){t.addEventListener("mouseover",function(){return Fo(t)}),t.addEventListener("touchstart",function(){return Fo(t)}),t.addEventListener("focus",function(){setTimeout(function(){return Fo(t)},100)}),t.addEventListener("keydown",function(e){switch(e.key){case"Enter":No?Mo():Fo(t);break;case"ArrowUp":No&&(e.preventDefault(),Lo.firstElementChild.scrollBy(0,-20));break;case"ArrowDown":No&&(e.preventDefault(),Lo.firstElementChild.scrollBy(0,20))}})};var Ho=function(){function t(t,e){for(var n=0;nr&&n.prev(),o=-1})})}return Ho(t,[{key:"getFocusable",value:function(){var t=Object(f.a)("*[data-action]",this.element),e=Object(f.b)('[data-media-gallery-index="'+this.currentMediaIndex+'"].active [tabindex]',this.element);return t.concat(e).filter(function(t){return t})}},{key:"open",value:function(e,n){var r;null===(r=t.current)||void 0===r||r.close(!1),Object(f.a)("video",this.element).forEach(function(t){return t.setAttribute("playsinline","true")}),Object(f.a)([".DeviceDetect--isEdge .MediaGallery--lightbox .plyr__progress--seek",".DeviceDetect--isIE .MediaGallery--lightbox .plyr__progress--seek"].join(",")).forEach(function(t){t.style.setProperty("width","0"),setTimeout(function(){return t.style.removeProperty("width")},100)}),this.goToIndex(e),this.element.classList.add("MediaGallery--lightbox--open"),t.current=this,document.body.classList.add("Body--hasLightbox"),this.getFocusable()[1].focus(),this.onClose=n}},{key:"close",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.element.classList.remove("MediaGallery--lightbox--open"),document.body.classList.remove("Body--hasLightbox"),Object(f.a)("video",this.element).forEach(function(t){return t.pause()}),e&&"function"==typeof this.onClose&&this.onClose(),t.current=null}},{key:"prev",value:function(){var t=0===this.currentMediaIndex?this.media.length-1:this.currentMediaIndex-1;this.goToIndex(t)}},{key:"next",value:function(){var t=this.currentMediaIndex===this.media.length-1?0:this.currentMediaIndex+1;this.goToIndex(t)}},{key:"goToIndex",value:function(t){this.media[this.currentMediaIndex].classList.remove("active"),Object(f.a)("video",this.element).forEach(function(t){return t.pause()}),this.currentMediaIndex=t,Object(f.b)('[data-media-gallery-index="'+this.currentMediaIndex+'"]',this.element).classList.add("active"),this.counter.innerText="Item "+(t+1)+" of "+this.media.length}}]),t}(),Wo=(n(242),function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("media-gallery/index"));function Vo(t){if(zo.current&&ot.a.getHeight()!==screen.height)switch(t.code){case"Tab":var e=zo.current.getFocusable(),n=e[0],r=e[e.length-1];!e.includes(document.activeElement)||!t.shiftKey&&document.activeElement===r?(t.preventDefault(),t.stopPropagation(),n.focus()):t.shiftKey&&document.activeElement===n&&(t.preventDefault(),t.stopPropagation(),r.focus());break;case"Enter":document.activeElement.className.includes("plyr")&&(t.preventDefault(),t.stopPropagation(),document.activeElement.querySelector('[data-plyr="fullscreen"]').click());break;case"ArrowRight":t.preventDefault(),t.stopPropagation(),document.activeElement.className.includes("plyr")||zo.current.next();break;case"ArrowLeft":t.preventDefault(),t.stopPropagation(),document.activeElement.className.includes("plyr")||zo.current.prev();break;case"Escape":t.preventDefault(),t.stopPropagation(),zo.current.close()}}Wo.initMediaGalleries=function(){var t={};function e(e,n){var r=parseInt(n.getAttribute("data-cell-index"),10);Object(f.a)("[data-media-gallery] video").forEach(function(t){return t.pause()}),t[e].open(r,function(){Object(f.a)("[data-media-gallery] video").forEach(function(t){X.a.measure(function(){var e=t.getBoundingClientRect();e.top0&&t.play()})}),n.focus()})}Object(f.a)("[data-media-gallery-lightbox]").forEach(function(e){var n=e.getAttribute("data-media-gallery-lightbox");t[n]=new zo(e)}),Object(f.a)("[data-media-gallery]").forEach(function(t){var n=t.getAttribute("data-media-gallery");Object(f.a)("[data-cell-index]",t).forEach(function(t){t.addEventListener("click",function(){return e(n,t)}),t.addEventListener("keydown",function(r){zo.current||"Enter"===r.code&&(r.preventDefault(),r.stopPropagation(),e(n,t))})})}),window.removeEventListener("keydown",Vo),window.addEventListener("keydown",Vo)};var Uo=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("scrollpoints/utils");function $o(){var t;return(t=Uo).round.apply(t,arguments)}Uo.round=function t(e){return"number"==typeof e?Math.round(e):{x:t(e.x),y:t(e.y),z:e.z}},Uo.distanceBetween=function(t,e){return Math.abs(Math.hypot(t.x-e.x,t.y-e.y))};var qo=null;function Yo(){var t;return(t=Uo).getStyle.apply(t,arguments)}Uo.getStyle=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(null===qo||t){qo={};var e=document.createElement("div");e.style.setProperty("display","none"),document.body.appendChild(e),e.className="Theme-Scrollpoints";var n=window.getComputedStyle(e);qo.background=n.backgroundColor,qo.backgroundOpacity=parseFloat(n.getPropertyValue("opacity")),e.className="Theme-Scrollpoints-Marker",n=window.getComputedStyle(e),qo.markerSize=parseInt(n.getPropertyValue("width"),10),qo.markerLineColor=n.getPropertyValue("border-color"),qo.markerLineWidth=parseInt(n.getPropertyValue("border-width"),10),e.className="Theme-Scrollpoints-Highlight",n=window.getComputedStyle(e),qo.lineWidth=parseInt(n.getPropertyValue("border-width"),10),qo.lineDash=n.getPropertyValue("border-style"),qo.lineColor=n.getPropertyValue("border-color"),qo.transitionDuration=parseFloat(n.getPropertyValue("transition-duration"))||.5,qo.noHighlightsBehaviour="cover"===n.getPropertyValue("background-size")?"cover":"contain",window.matchMedia&&window.matchMedia("(prefers-reduced-motion)").matches&&(qo.transitionDuration=0),window.Cypress&&(qo.transitionDuration=0)}return qo},Uo.blur=function(t,e){if(!(e<=0)){for(var n=t.canvas,r=n.height,i=n.width,o=t.getImageData(0,0,i,r),a=o.data,s=i-1,u=r-1,c=e+1,l=[1,57,41,21,203,34,97,73,227,91,149,62,105,45,39,137,241,107,3,173,39,71,65,238,219,101,187,87,81,151,141,133,249,117,221,209,197,187,177,169,5,153,73,139,133,127,243,233,223,107,103,99,191,23,177,171,165,159,77,149,9,139,135,131,253,245,119,231,224,109,211,103,25,195,189,23,45,175,171,83,81,79,155,151,147,9,141,137,67,131,129,251,123,30,235,115,113,221,217,53,13,51,50,49,193,189,185,91,179,175,43,169,83,163,5,79,155,19,75,147,145,143,35,69,17,67,33,65,255,251,247,243,239,59,29,229,113,111,219,27,213,105,207,51,201,199,49,193,191,47,93,183,181,179,11,87,43,85,167,165,163,161,159,157,155,77,19,75,37,73,145,143,141,35,138,137,135,67,33,131,129,255,63,250,247,61,121,239,237,117,29,229,227,225,111,55,109,216,213,211,209,207,205,203,201,199,197,195,193,48,190,47,93,185,183,181,179,178,176,175,173,171,85,21,167,165,41,163,161,5,79,157,78,154,153,19,75,149,74,147,73,144,143,71,141,140,139,137,17,135,134,133,66,131,65,129,1][e],f=[0,9,10,10,14,12,14,14,16,15,16,15,16,15,15,17,18,17,12,18,16,17,17,19,19,18,19,18,18,19,19,19,20,19,20,20,20,20,20,20,15,20,19,20,20,20,21,21,21,20,20,20,21,18,21,21,21,21,20,21,17,21,21,21,22,22,21,22,22,21,22,21,19,22,22,19,20,22,22,21,21,21,22,22,22,18,22,22,21,22,22,23,22,20,23,22,22,23,23,21,19,21,21,21,23,23,23,22,23,23,21,23,22,23,18,22,23,20,22,23,23,23,21,22,20,22,21,22,24,24,24,24,24,22,21,24,23,23,24,21,24,23,24,22,24,24,22,24,24,22,23,24,24,24,20,23,22,23,24,24,24,24,24,24,24,23,21,23,22,23,24,24,24,22,24,24,24,23,22,24,24,25,23,25,25,23,24,25,25,24,22,25,25,25,24,23,24,25,25,25,25,25,25,25,25,25,25,25,25,23,25,23,24,25,25,25,25,25,25,25,25,25,24,22,25,25,23,25,25,20,24,25,24,25,25,22,24,25,24,25,24,25,25,24,25,25,25,25,22,25,25,25,24,25,24,25,18][e],d=[],p=[],h=[],y=[],m=[],v=[],g=3,b=void 0,w=void 0,x=void 0,S=void 0;g-- >0;){for(var E=0,_=0,A=0;As?s:j)<<2),O+=a[b++],k+=a[b++],T+=a[b++],P+=a[b];for(var I=0;I0?b<<2:0),w=E+m[I],x=E+v[I],O+=a[w++]-a[x++],k+=a[w++]-a[x++],T+=a[w++]-a[x++],P+=a[w]-a[x],_++;E+=i<<2}for(var C=0;Cu?0:i],R+=p[L],F+=h[L],M+=y[L];_=C<<2;for(var B=0;B>>f,S>0?(S=255/S,a[_]=(N*l>>>f)*S,a[_+1]=(R*l>>>f)*S,a[_+2]=(F*l>>>f)*S):a[_]=a[_+1]=a[_+2]=0,0===C&&(m[B]=((b=B+c)0?b*i:0),w=C+m[B],x=C+v[B],N+=d[w]-d[x],R+=p[w]-p[x],F+=h[w]-h[x],M+=y[w]-y[x],_+=i<<2}}t.putImageData(o,0,0)}};var Go=function(){function t(t,e){for(var n=0;n0){this.secondsRemaining=this.secondsRemaining-e;var n=1-Math.max(0,this.secondsRemaining)/this.duration,r=Jo(n),i=Ko(n)*this.bounce;this.onTick({x:$o(this.from.x+(this.to.x-this.from.x)*r),y:$o(this.from.y+(this.to.y-this.from.y)*r),z:this.from.z+(this.to.z-this.from.z)*Jo(n)-i}),requestAnimationFrame(this.tick)}}}}]),t}(),Jo=function(t){return 1-(1-t)*(1-t)},Ko=function(t){return 1-4*t*t+4*t-1},Zo=Object.assign||function(t){for(var e=1;e0&&this.backgroundOpacity<1&&(e.imageSmoothingEnabled=!0,e.drawImage(this.backgroundImage,0,0,this.backgroundImage.width,this.backgroundImage.height,0,0,this.canvasWidth,this.canvasHeight),e.imageSmoothingEnabled=!1),e.fillStyle=this.backgroundColor,e.globalAlpha=this.backgroundOpacity,e.fillRect(0,0,this.canvasWidth,this.canvasHeight),e.globalAlpha=1,e.transform(this.zoom,0,0,this.zoom,$o(this.canvasWidth/2),$o(this.canvasHeight/2)),this.image.width>0&&e.drawImage(this.image,-this.x,-this.y),this.highlights.forEach(function(i){var o;if(i.isHidden||(e.strokeStyle=i.color?i.color:n.lineColor,e.lineWidth=$o(n.lineWidth*r),e.setLineDash([]),e.strokeRect(-t.x+i.x,-t.y+i.y,i.width,i.height)),i.hasDot){var a=new Path2D;a.arc(-t.x+i.dotX,-t.y+i.dotY,$o(n.markerSize*r),0,2*Math.PI),e.fillStyle=null!==(o=i.dotColor)&&void 0!==o?o:n.lineColor,e.fill(a),e.setLineDash([]),e.strokeStyle=n.markerLineColor||"black",e.lineWidth=$o((n.markerLineWidth||1)*r),e.stroke(a)}}),e.setTransform(1,0,0,1,0,0),this.finalCtx.drawImage(this.offscrenCanvas,0,0),this._isRendering=!1}}},{key:"setBounds",value:function(t,e){this.maxX=t,this.maxY=e}},{key:"setHighlights",value:function(t,e){var n=this;this.noHighlightsBehaviour=Yo().noHighlightsBehaviour;var r=this.getDimensions();this.highlights=[];var i=this.getDimensions(),o=this.getAutoZoom(i.width,i.height),a=Yo().transitionDuration,s=0;if(t.length>0){this.highlights=t.map(function(t){return Zo({},t,{x:$o(t.x/100*n.maxX),y:$o(t.y/100*n.maxY),width:$o(t.width/100*n.maxX),height:$o(t.height/100*n.maxY),dotX:$o(t.dotX/100*n.maxX),dotY:$o(t.dotY/100*n.maxY)})}),i=this.getDimensions(),o=this.getAutoZoom(i.width,i.height);var u=100*function(){var t;return(t=Uo).distanceBetween.apply(t,arguments)}(r,i)/this.maxX,c=this.getFuzzyDurationAndZoomBounce(u,Yo().transitionDuration,o);a=c.duration,s=c.bounce}this.tween.start({x:this.x,y:this.y,z:this.zoom},{x:i.x+i.width/2,y:i.y+i.height/2,z:o},e===this.key?0:a,s),this.key=e}},{key:"getFuzzyDurationAndZoomBounce",value:function(t,e,n){var r=e,i=0;return t>40&&(r*=1.2,this.zoom>1.2&&n>1.2&&(i=.3)),t>60&&(r*=1.3,this.zoom>1.2&&n>1.2&&(i=.7)),t>80&&(r*=1.4),{duration:r,bounce:i}}},{key:"getDimensions",value:function(){var t=this.highlights.reduce(function(t,e){var n=Zo({},t);return(-1===n.x||e.xn.x+n.width&&(n.width=e.x-n.x+e.width),e.y+e.height>n.y+n.height&&(n.height=e.y-n.y+e.height),n},{x:-1,y:-1,width:0,height:0});return 0===this.highlights.length&&(t.x=0,t.y=0,t.width=this.maxX,t.height=this.maxY),this.applyBias(t),t}},{key:"applyBias",value:function(t){if(!(ot.a.getWidth()<620)){var e=t.width>t.height;"left"===this.bias?t.width*=e?2.1:2.4:"right"===this.bias&&(t.width*=e?2.1:2.4,t.x-=t.width/(e?1.9:1.7))}}},{key:"getAutoZoom",value:function(t,e){void 0===t&&(t=this.maxX),void 0===e&&(e=this.maxY);var n="contain"===this.noHighlightsBehaviour||this.highlights.length>0;n&&(t*=1.1,e*=1.1);var r=ot.a.getWidth()/t,i=ot.a.getHeight()/e,o=n?Math.min(i,r):Math.max(i,r);return Cn()(o,.1,3)}},{key:"setZoom",value:function(t){this.zoom=void 0===t?this.getAutoZoom():t,this.zoom=Cn()(this.zoom,.1,3),this.setCenter(this.x,this.y)}},{key:"setCenter",value:function(t,e){void 0!==t?(this.x=$o(t),this.y=$o(e)):(this.x=$o(this.maxX/2),this.y=$o(this.maxY/2))}},{key:"onTweenTick",value:function(t){isNaN(t.x)||isNaN(t.y)||isNaN(t.z)||(this.setCenter(t.x,t.y),this.setZoom(t.z),this.render())}},{key:"hasHighlightAtScreenPosition",value:function(t){var e=this,n=function(t){return(t-e.x)*e.zoom+e.canvasWidth/2},r=function(t){return(t-e.y)*e.zoom+e.canvasHeight/2};return this.highlights.reduce(function(e,i){return!!e||!(t.xn(i.x+i.width))&&!(t.yr(i.y+i.height))},!1)}}]),t}(),ea=(n(243),function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("scrollpoints/index"));function na(t){var e=.9*window.innerHeight,n=t.querySelector("[data-media]"),r=Object(f.a)("[data-box]",t),i=void 0,o=t.getBoundingClientRect();return o.bottom0&&void 0!==arguments[0]&&arguments[0];if((i=na(t))!==r||!0===e){if(r=i,!i)return;!function(t,e){switch(t.getAttribute("data-align")){case"left":e.bias="right";break;case"right":e.bias="left";break;default:e.bias="none"}}(i,a);var n=i.getAttribute("data-item-id");if(n&&window.dispatchEvent(new CustomEvent("scrollpoint:active-point-changed",{detail:{itemId:n}})),""===i.getAttribute("data-box"))a.setHighlights([],n);else{var o=JSON.parse(atob(i.getAttribute("data-box"))).map(function(t){return{x:parseFloat(t.x),y:parseFloat(t.y),width:parseFloat(t.width),height:parseFloat(t.height),isHidden:!!t.isHidden,color:t.color||"red",hasDot:!!t.hasDot,dotX:parseFloat(t.dotX),dotY:parseFloat(t.dotY),dotColor:t.dotColor}});a.setHighlights(o,n)}}}return a.key=s[0].getAttribute("data-item-id"),(document.getElementById("editor-viewport")||document).addEventListener("scroll",function(){u()},{passive:!0}),window.addEventListener("resize",function(){a.adjustSize(),u(!0)},{passive:!0}),function(){Yo(!0);var n=e.getAttribute("data-media");o.src!==n&&(o.src=n),a.setInstantSrc(e.getAttribute("data-instant")),s=Object(f.a)("[data-box]",t),a.backgroundColor=e.getAttribute("data-color"),a.backgroundOpacity=parseFloat(e.getAttribute("data-opacity"))/100,u(!0)}};var ra=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("stock-media/unsplash");ra.trackView=function(t,e){fetch("https://views.unsplash.com/v?app_id="+t+"&photo_id="+e).catch(function(t){return console.log(t)})},ra.initUnsplash=function(){Object(f.a)("[data-unsplash-ids]").forEach(function(t){var e=t.getAttribute("data-unsplash-ids");!function(){var t;(t=ra).trackView.apply(t,arguments)}(t.getAttribute("data-unsplash-app"),e)})};var ia=function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n}(window,"$sh")("ms-smooth-scroll/index");function oa(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,n=10,r=t/n,i=setInterval(function(){window.scrollTo(0,Math.round(window.pageYOffset+r)),n>0?n--:clearInterval(i)},e/n)}ia.disableSmoothScroll=function(){var t=Object(I.b)(),e=t.isIE,n=t.isEdge;(e||n)&&(window.addEventListener("mousewheel",function(t){var e=t.wheelDelta,n=t.wheelDeltaY;t.preventDefault(),oa(1-(n||e))}),document.body.addEventListener("keydown",function(t){switch(t.keyCode){case 33:t.preventDefault(),oa(-.8*window.innerHeight);break;case 34:t.preventDefault(),oa(.8*window.innerHeight);break;case 38:t.preventDefault(),oa(-120);break;case 40:t.preventDefault(),oa(120);break;default:return}}))};(function(t,e){var n=function(n){return n in t[e].m||(t[e].m[n]={}),t[e].m[n]};return e in t||(t[e]={m:{},module:n}),n})(window,"$sh")("story.entry");u.a.shim(),l.a.shim(),a.a.shim(),function(){var t;(t=j).initDisplay.apply(t,arguments)}(),Object(I.a)(),Object(ot.b)(),function(){var t;(t=L).initLayout.apply(t,arguments)}(),function(){var t;(t=k).initLazyload.apply(t,arguments)}(),Object(N.b)(),function(){var t;(t=rt).initStackedContent.apply(t,arguments)}(),U(),function(){var t;(t=ut).initOnVisible.apply(t,arguments)}(),function(){var t;(t=$t).noop.apply(t,arguments)}(),function(){var t;(t=Vt).initSticky.apply(t,arguments)}(),Object(Po.a)(),function(){var t;(t=Jt).inTransitionIn.apply(t,arguments)}(),function(){var t;(t=gt).initHideOffscreen.apply(t,arguments)}(),function(){var t;(t=wt).initFooter.apply(t,arguments)}(),function(){var t;(t=Ci).initNavItems.apply(t,arguments)}(),function(){var t;(t=Ce).noop.apply(t,arguments)}(),function(){var t;(t=Le).initSoundCloudWidgets.apply(t,arguments)}(),En(),function(){var t;(t=yi).init.apply(t,arguments)}(),function(){var t;(t=_e).initVideoPlayers.apply(t,arguments)}({body:document.body}),function(){var t;(t=hn).initBackgroundVideos.apply(t,arguments)}(),function(){var t;(t=Ni).initSocialShareButtons.apply(t,arguments)}(),function(){var t;(t=ce).initAnalytics.apply(t,arguments)}(),function(){var t;(t=Si).init.apply(t,arguments)}(),function(){var t;(t=no).initCardCanvases.apply(t,arguments)}(),function(){var t;(t=co).initBackgroundScrollmations.apply(t,arguments)}(),function(){var t;(t=go).initScrollymoly.apply(t,arguments)}(),function(){var t;(t=jo).initSplitLayouts.apply(t,arguments)}(),function(){var t;(t=Wo).initMediaGalleries.apply(t,arguments)}(),function(){var t;(t=Co).initFootnotes.apply(t,arguments)}(),function(){var t;(t=ea).initScrollpointsSections.apply(t,arguments)}(),function(){var t;(t=ia).disableSmoothScroll.apply(t,arguments)}(),function(){var t;(t=ra).initUnsplash.apply(t,arguments)}()},,,,,,function(t,e,n){"use strict";(function(t){n.d(e,"a",function(){return u}),n.d(e,"b",function(){return c});var r=n(14),i=n(27),o={nowSeconds:function(){return Date.now()/1e3}};var a=Object(i.b)()?function(){try{return Object(i.a)(t,"perf_hooks").performance}catch(t){return}}():function(){var t=Object(r.b)().performance;if(t&&t.now)return{now:function(){return t.now()},timeOrigin:Date.now()-t.now()}}(),s=void 0===a?o:{nowSeconds:function(){return(a.timeOrigin+a.now())/1e3}},u=o.nowSeconds.bind(o),c=s.nowSeconds.bind(s);!function(){var t=Object(r.b)().performance;if(t&&t.now){var e=t.now(),n=Date.now(),i=t.timeOrigin?Math.abs(t.timeOrigin+e-n):36e5,o=i<36e5,a=t.timing&&t.timing.navigationStart,s="number"==typeof a?Math.abs(a+e-n):36e5;return o||s<36e5?i<=s?("timeOrigin",t.timeOrigin):("navigationStart",a):("dateNow",n)}"none"}()}).call(this,n(98)(t))},function(t,e,n){"use strict";(function(t){n.d(e,"a",function(){return o});var r=n(111),i=(n(42),n(5));n(110),n(109),n(16);function o(t){var e,n;if(Object(i.e)(t)){var a=t,s={};try{for(var u=Object(r.a)(Object.keys(a)),c=u.next();!c.done;c=u.next()){var l=c.value;void 0!==a[l]&&(s[l]=o(a[l]))}}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(e)throw e.error}}return s}return Array.isArray(t)?t.map(o):t}}).call(this,n(21))}]);