p-elements-core 1.2.32-rc5 → 1.2.32-rc7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/.editorconfig +17 -17
  2. package/.gitlab-ci.yml +18 -18
  3. package/CHANGELOG.md +201 -201
  4. package/demo/sample.js +1 -1
  5. package/demo/screen.css +16 -16
  6. package/dist/p-elements-core-modern.js +1 -1
  7. package/dist/p-elements-core.js +1 -1
  8. package/docs/package-lock.json +6897 -6897
  9. package/docs/package.json +27 -27
  10. package/docs/src/404.md +8 -8
  11. package/docs/src/_data/demos/hello-world/hello-world.tsx +35 -35
  12. package/docs/src/_data/demos/hello-world/index.html +10 -10
  13. package/docs/src/_data/demos/hello-world/project.json +7 -7
  14. package/docs/src/_data/demos/timer/demo-timer.tsx +120 -120
  15. package/docs/src/_data/demos/timer/icons.tsx +62 -62
  16. package/docs/src/_data/demos/timer/index.html +12 -12
  17. package/docs/src/_data/demos/timer/project.json +8 -8
  18. package/docs/src/_data/global.js +13 -13
  19. package/docs/src/_data/helpers.js +19 -19
  20. package/docs/src/_includes/layouts/base.njk +30 -30
  21. package/docs/src/_includes/layouts/playground.njk +40 -40
  22. package/docs/src/_includes/partials/app-header.njk +8 -8
  23. package/docs/src/_includes/partials/head.njk +14 -14
  24. package/docs/src/_includes/partials/nav.njk +19 -19
  25. package/docs/src/_includes/partials/top-nav.njk +51 -51
  26. package/docs/src/documentation/custom-element.md +221 -221
  27. package/docs/src/documentation/decorators/bind.md +71 -71
  28. package/docs/src/documentation/decorators/custom-element-config.md +63 -63
  29. package/docs/src/documentation/decorators/property.md +83 -83
  30. package/docs/src/documentation/decorators/query.md +66 -66
  31. package/docs/src/documentation/decorators/render-property-on-set.md +60 -60
  32. package/docs/src/documentation/decorators.md +9 -9
  33. package/docs/src/documentation/reactive-properties.md +53 -53
  34. package/docs/src/index.d.ts +25 -25
  35. package/docs/src/index.md +3 -3
  36. package/docs/src/scripts/components/app-mode-switch/app-mode-switch.css +78 -78
  37. package/docs/src/scripts/components/app-mode-switch/app-mode-switch.tsx +166 -166
  38. package/docs/src/scripts/components/app-playground/app-playground.tsx +189 -189
  39. package/docs/tsconfig.json +22 -22
  40. package/package.json +2 -2
  41. package/readme.md +206 -206
  42. package/src/custom-element-controller.ts +31 -31
  43. package/src/custom-element.test.ts +906 -906
  44. package/src/custom-element.ts +9 -9
  45. package/src/decorators/bind.test.ts +163 -163
  46. package/src/decorators/bind.ts +46 -46
  47. package/src/decorators/custom-element-config.ts +17 -17
  48. package/src/decorators/property.test.ts +279 -279
  49. package/src/decorators/property.ts +1 -2
  50. package/src/decorators/query.test.ts +146 -146
  51. package/src/decorators/query.ts +12 -12
  52. package/src/decorators/render-property-on-set.ts +3 -3
  53. package/src/helpers/css.ts +71 -71
  54. package/src/maquette/cache.ts +35 -35
  55. package/src/maquette/dom.ts +115 -115
  56. package/src/maquette/h.ts +100 -100
  57. package/src/maquette/index.ts +12 -12
  58. package/src/maquette/interfaces.ts +536 -536
  59. package/src/maquette/jsx.ts +61 -61
  60. package/src/maquette/mapping.ts +56 -56
  61. package/src/maquette/projection.ts +666 -666
  62. package/src/maquette/projector.ts +200 -200
  63. package/src/sample/mixin/highlight.tsx +33 -33
@@ -1 +1 @@
1
- /*! P-ELEMENTS 1.2.32-rc5 - Thu Feb 26 2026 14:15:55 GMT+0100 (Central European Standard Time) */(()=>{var e={554(e,t,r){var n,o,i,a={scope:{}};a.defineProperty="function"==typeof Object.defineProperties?Object.defineProperty:function(e,t,r){if(r.get||r.set)throw new TypeError("ES3 does not support getters and setters.");e!=Array.prototype&&e!=Object.prototype&&(e[t]=r.value)},a.getGlobal=function(e){return"undefined"!=typeof window&&window===e?e:void 0!==r.g&&null!=r.g?r.g:e},a.global=a.getGlobal(this),a.SYMBOL_PREFIX="jscomp_symbol_",a.initSymbol=function(){a.initSymbol=function(){},a.global.Symbol||(a.global.Symbol=a.Symbol)},a.symbolCounter_=0,a.Symbol=function(e){return a.SYMBOL_PREFIX+(e||"")+a.symbolCounter_++},a.initSymbolIterator=function(){a.initSymbol();var e=a.global.Symbol.iterator;e||(e=a.global.Symbol.iterator=a.global.Symbol("iterator")),"function"!=typeof Array.prototype[e]&&a.defineProperty(Array.prototype,e,{configurable:!0,writable:!0,value:function(){return a.arrayIterator(this)}}),a.initSymbolIterator=function(){}},a.arrayIterator=function(e){var t=0;return a.iteratorPrototype((function(){return t<e.length?{done:!1,value:e[t++]}:{done:!0}}))},a.iteratorPrototype=function(e){return a.initSymbolIterator(),(e={next:e})[a.global.Symbol.iterator]=function(){return this},e},a.array=a.array||{},a.iteratorFromArray=function(e,t){a.initSymbolIterator(),e instanceof String&&(e+="");var r=0,n={next:function(){if(r<e.length){var o=r++;return{value:t(o,e[o]),done:!1}}return n.next=function(){return{done:!0,value:void 0}},n.next()}};return n[Symbol.iterator]=function(){return n},n},a.polyfill=function(e,t,r,n){if(t){for(r=a.global,e=e.split("."),n=0;n<e.length-1;n++){var o=e[n];o in r||(r[o]={}),r=r[o]}(t=t(n=r[e=e[e.length-1]]))!=n&&null!=t&&a.defineProperty(r,e,{configurable:!0,writable:!0,value:t})}},a.polyfill("Array.prototype.keys",(function(e){return e||function(){return a.iteratorFromArray(this,(function(e){return e}))}}),"es6-impl","es3");var u=this;o=[],n=function(){function e(e){if(!V.col(e))try{return document.querySelectorAll(e)}catch(e){}}function t(e,t){for(var r=e.length,n=2<=arguments.length?arguments[1]:void 0,o=[],i=0;i<r;i++)if(i in e){var a=e[i];t.call(n,a,i,e)&&o.push(a)}return o}function r(e){return e.reduce((function(e,t){return e.concat(V.arr(t)?r(t):t)}),[])}function n(t){return V.arr(t)?t:(V.str(t)&&(t=e(t)||t),t instanceof NodeList||t instanceof HTMLCollection?[].slice.call(t):[t])}function o(e,t){return e.some((function(e){return e===t}))}function i(e){var t,r={};for(t in e)r[t]=e[t];return r}function a(e,t){var r,n=i(e);for(r in e)n[r]=t.hasOwnProperty(r)?t[r]:e[r];return n}function s(e,t){var r,n=i(e);for(r in t)n[r]=V.und(e[r])?t[r]:e[r];return n}function l(e){e=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(e,t,r,n){return t+t+r+r+n+n}));var t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return"rgba("+(e=parseInt(t[1],16))+","+parseInt(t[2],16)+","+(t=parseInt(t[3],16))+",1)"}function c(e){function t(e,t,r){return 0>r&&(r+=1),1<r&&--r,r<1/6?e+6*(t-e)*r:.5>r?t:r<2/3?e+(t-e)*(2/3-r)*6:e}var r=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(e)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(e);e=parseInt(r[1])/360;var n=parseInt(r[2])/100,o=parseInt(r[3])/100;if(r=r[4]||1,0==n)o=n=e=o;else{var i=.5>o?o*(1+n):o+n-o*n,a=2*o-i;o=t(a,i,e+1/3),n=t(a,i,e),e=t(a,i,e-1/3)}return"rgba("+255*o+","+255*n+","+255*e+","+r+")"}function f(e){if(e=/([\+\-]?[0-9#\.]+)(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(e))return e[2]}function d(e){return-1<e.indexOf("translate")||"perspective"===e?"px":-1<e.indexOf("rotate")||-1<e.indexOf("skew")?"deg":void 0}function p(e,t){return V.fnc(e)?e(t.target,t.id,t.total):e}function h(e,t){if(t in e.style)return getComputedStyle(e).getPropertyValue(t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase())||"0"}function y(e,t){return V.dom(e)&&o(F,t)?"transform":V.dom(e)&&(e.getAttribute(t)||V.svg(e)&&e[t])?"attribute":V.dom(e)&&"transform"!==t&&h(e,t)?"css":null!=e[t]?"object":void 0}function v(e,r){var n=d(r);if(n=-1<r.indexOf("scale")?1:0+n,!(e=e.style.transform))return n;for(var o=[],i=[],a=[],u=/(\w+)\((.+?)\)/g;o=u.exec(e);)i.push(o[1]),a.push(o[2]);return e=t(a,(function(e,t){return i[t]===r})),e.length?e[0]:n}function m(e,t){switch(y(e,t)){case"transform":return v(e,t);case"css":return h(e,t);case"attribute":return e.getAttribute(t)}return e[t]||0}function b(e,t){var r=/^(\*=|\+=|-=)/.exec(e);if(!r)return e;var n=f(e)||0;switch(t=parseFloat(t),e=parseFloat(e.replace(r[0],"")),r[0][0]){case"+":return t+e+n;case"-":return t-e+n;case"*":return t*e+n}}function g(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function w(e){e=e.points;for(var t,r=0,n=0;n<e.numberOfItems;n++){var o=e.getItem(n);0<n&&(r+=g(t,o)),t=o}return r}function S(e){if(e.getTotalLength)return e.getTotalLength();switch(e.tagName.toLowerCase()){case"circle":return 2*Math.PI*e.getAttribute("r");case"rect":return 2*e.getAttribute("width")+2*e.getAttribute("height");case"line":return g({x:e.getAttribute("x1"),y:e.getAttribute("y1")},{x:e.getAttribute("x2"),y:e.getAttribute("y2")});case"polyline":return w(e);case"polygon":var t=e.points;return w(e)+g(t.getItem(t.numberOfItems-1),t.getItem(0))}}function A(e,t){function r(r){return r=void 0===r?0:r,e.el.getPointAtLength(1<=t+r?t+r:0)}var n=r(),o=r(-1),i=r(1);switch(e.property){case"x":return n.x;case"y":return n.y;case"angle":return 180*Math.atan2(i.y-o.y,i.x-o.x)/Math.PI}}function E(e,t){var r,n=/-?\d*\.?\d+/g;if(r=V.pth(e)?e.totalLength:e,V.col(r))if(V.rgb(r)){var o=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(r);r=o?"rgba("+o[1]+",1)":r}else r=V.hex(r)?l(r):V.hsl(r)?c(r):void 0;else o=(o=f(r))?r.substr(0,r.length-o.length):r,r=t&&!/\s/g.test(r)?o+t:o;return{original:r+="",numbers:r.match(n)?r.match(n).map(Number):[0],strings:V.str(e)||t?r.split(n):[]}}function O(e){return t(e=e?r(V.arr(e)?e.map(n):n(e)):[],(function(e,t,r){return r.indexOf(e)===t}))}function k(e){var t=O(e);return t.map((function(e,r){return{target:e,id:r,total:t.length}}))}function j(e,t){var r=i(t);if(V.arr(e)){var o=e.length;2!==o||V.obj(e[0])?V.fnc(t.duration)||(r.duration=t.duration/o):e={value:e}}return n(e).map((function(e,r){return r=r?0:t.delay,e=V.obj(e)&&!V.pth(e)?e:{value:e},V.und(e.delay)&&(e.delay=r),e})).map((function(e){return s(e,r)}))}function x(e,t){var r,n={};for(r in e){var o=p(e[r],t);V.arr(o)&&(o=o.map((function(e){return p(e,t)})),1===o.length&&(o=o[0])),n[r]=o}return n.duration=parseFloat(n.duration),n.delay=parseFloat(n.delay),n}function M(e){return V.arr(e)?W.apply(this,e):D[e]}function N(e,t){var r;return e.tweens.map((function(n){var o=(n=x(n,t)).value,i=m(t.target,e.name),a=r?r.to.original:i,u=(a=V.arr(o)?o[0]:a,b(V.arr(o)?o[1]:o,a));return i=f(u)||f(a)||f(i),n.from=E(a,i),n.to=E(u,i),n.start=r?r.end:e.offset,n.end=n.start+n.delay+n.duration,n.easing=M(n.easing),n.elasticity=(1e3-Math.min(Math.max(n.elasticity,1),999))/1e3,n.isPath=V.pth(o),n.isColor=V.col(n.from.original),n.isColor&&(n.round=1),r=n}))}function C(e,n){return t(r(e.map((function(e){return n.map((function(t){var r=y(e.target,t.name);if(r){var n=N(t,e);t={type:r,property:t.name,animatable:e,tweens:n,duration:n[n.length-1].end,delay:n[0].delay}}else t=void 0;return t}))}))),(function(e){return!V.und(e)}))}function P(e,t,r,n){var o="delay"===e;return t.length?(o?Math.min:Math.max).apply(Math,t.map((function(t){return t[e]}))):o?n.delay:r.offset+n.delay+n.duration}function _(e){var t,r=a(L,e),n=a(R,e),o=k(e.targets),i=[],u=s(r,n);for(t in e)u.hasOwnProperty(t)||"targets"===t||i.push({name:t,offset:u.offset,tweens:j(e[t],n)});return s(r,{children:[],animatables:o,animations:e=C(o,i),duration:P("duration",e,r,n),delay:P("delay",e,r,n)})}function T(e){function r(){return window.Promise&&new Promise((function(e){return f=e}))}function n(e){return p.reversed?p.duration-e:e}function o(e){for(var r=0,n={},o=p.animations,i=o.length;r<i;){var a=o[r],u=a.animatable,s=(l=a.tweens)[d=l.length-1];d&&(s=t(l,(function(t){return e<t.end}))[0]||s);for(var l=Math.min(Math.max(e-s.start-s.delay,0),s.duration)/s.duration,c=isNaN(l)?1:s.easing(l,s.elasticity),f=(l=s.to.strings,s.round),d=[],y=void 0,v=(y=s.to.numbers.length,0);v<y;v++){var m=void 0,b=(m=s.to.numbers[v],s.from.numbers[v]);m=s.isPath?A(s.value,c*m):b+c*(m-b),f&&(s.isColor&&2<v||(m=Math.round(m*f)/f)),d.push(m)}if(s=l.length)for(y=l[0],c=0;c<s;c++)f=l[c+1],v=d[c],isNaN(v)||(y=f?y+(v+f):y+(v+" "));else y=d[0];B[a.type](u.target,a.property,y,n,u.id),a.currentValue=y,r++}if(r=Object.keys(n).length)for(o=0;o<r;o++)I||(I=h(document.body,"transform")?"transform":"-webkit-transform"),p.animatables[o].target.style[I]=n[o].join(" ");p.currentTime=e,p.progress=e/p.duration*100}function i(e){p[e]&&p[e](p)}function a(){p.remaining&&!0!==p.remaining&&p.remaining--}function u(e){var t=p.duration,u=p.offset,h=u+p.delay,y=p.currentTime,v=p.reversed,m=n(e);if(p.children.length){var b=p.children,g=b.length;if(m>=p.currentTime)for(var w=0;w<g;w++)b[w].seek(m);else for(;g--;)b[g].seek(m)}(m>=h||!t)&&(p.began||(p.began=!0,i("begin")),i("run")),m>u&&m<t?o(m):(m<=u&&0!==y&&(o(0),v&&a()),(m>=t&&y!==t||!t)&&(o(t),v||a())),i("update"),e>=t&&(p.remaining?(l=s,"alternate"===p.direction&&(p.reversed=!p.reversed)):(p.pause(),p.completed||(p.completed=!0,i("complete"),"Promise"in window&&(f(),d=r()))),c=0)}e=void 0===e?{}:e;var s,l,c=0,f=null,d=r(),p=_(e);return p.reset=function(){var e=p.direction,t=p.loop;for(p.currentTime=0,p.progress=0,p.paused=!0,p.began=!1,p.completed=!1,p.reversed="reverse"===e,p.remaining="alternate"===e&&1===t?2:t,o(0),e=p.children.length;e--;)p.children[e].reset()},p.tick=function(e){s=e,l||(l=s),u((c+s-l)*T.speed)},p.seek=function(e){u(n(e))},p.pause=function(){var e=q.indexOf(p);-1<e&&q.splice(e,1),p.paused=!0},p.play=function(){p.paused&&(p.paused=!1,l=0,c=n(p.currentTime),q.push(p),$||U())},p.reverse=function(){p.reversed=!p.reversed,l=0,c=n(p.currentTime)},p.restart=function(){p.pause(),p.reset(),p.play()},p.finished=d,p.reset(),p.autoplay&&p.play(),p}var I,L={update:void 0,begin:void 0,run:void 0,complete:void 0,loop:1,direction:"normal",autoplay:!0,offset:0},R={duration:1e3,delay:0,easing:"easeOutElastic",elasticity:500,round:0},F="translateX translateY translateZ rotate rotateX rotateY rotateZ scale scaleX scaleY scaleZ skewX skewY perspective".split(" "),V={arr:function(e){return Array.isArray(e)},obj:function(e){return-1<Object.prototype.toString.call(e).indexOf("Object")},pth:function(e){return V.obj(e)&&e.hasOwnProperty("totalLength")},svg:function(e){return e instanceof SVGElement},dom:function(e){return e.nodeType||V.svg(e)},str:function(e){return"string"==typeof e},fnc:function(e){return"function"==typeof e},und:function(e){return void 0===e},hex:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},rgb:function(e){return/^rgb/.test(e)},hsl:function(e){return/^hsl/.test(e)},col:function(e){return V.hex(e)||V.rgb(e)||V.hsl(e)}},W=function(){function e(e,t,r){return(((1-3*r+3*t)*e+(3*r-6*t))*e+3*t)*e}return function(t,r,n,o){if(0<=t&&1>=t&&0<=n&&1>=n){var i=new Float32Array(11);if(t!==r||n!==o)for(var a=0;11>a;++a)i[a]=e(.1*a,t,n);return function(a){if(t===r&&n===o)return a;if(0===a)return 0;if(1===a)return 1;for(var u=0,s=1;10!==s&&i[s]<=a;++s)u+=.1;--s,s=u+(a-i[s])/(i[s+1]-i[s])*.1;var l=3*(1-3*n+3*t)*s*s+2*(3*n-6*t)*s+3*t;if(.001<=l){for(u=0;4>u&&0!=(l=3*(1-3*n+3*t)*s*s+2*(3*n-6*t)*s+3*t);++u){var c=e(s,t,n)-a;s-=c/l}a=s}else if(0===l)a=s;else{s=u,u+=.1;var f=0;do{0<(l=e(c=s+(u-s)/2,t,n)-a)?u=c:s=c}while(1e-7<Math.abs(l)&&10>++f);a=c}return e(a,r,o)}}}}(),D=function(){function e(e,t){return 0===e||1===e?e:-Math.pow(2,10*(e-1))*Math.sin(2*(e-1-t/(2*Math.PI)*Math.asin(1))*Math.PI/t)}var t,r="Quad Cubic Quart Quint Sine Expo Circ Back Elastic".split(" "),n={In:[[.55,.085,.68,.53],[.55,.055,.675,.19],[.895,.03,.685,.22],[.755,.05,.855,.06],[.47,0,.745,.715],[.95,.05,.795,.035],[.6,.04,.98,.335],[.6,-.28,.735,.045],e],Out:[[.25,.46,.45,.94],[.215,.61,.355,1],[.165,.84,.44,1],[.23,1,.32,1],[.39,.575,.565,1],[.19,1,.22,1],[.075,.82,.165,1],[.175,.885,.32,1.275],function(t,r){return 1-e(1-t,r)}],InOut:[[.455,.03,.515,.955],[.645,.045,.355,1],[.77,0,.175,1],[.86,0,.07,1],[.445,.05,.55,.95],[1,0,0,1],[.785,.135,.15,.86],[.68,-.55,.265,1.55],function(t,r){return.5>t?e(2*t,r)/2:1-e(-2*t+2,r)/2}]},o={linear:W(.25,.25,.75,.75)},i={};for(t in n)i.type=t,n[i.type].forEach(function(e){return function(t,n){o["ease"+e.type+r[n]]=V.fnc(t)?t:W.apply(u,t)}}(i)),i={type:i.type};return o}(),B={css:function(e,t,r){return e.style[t]=r},attribute:function(e,t,r){return e.setAttribute(t,r)},object:function(e,t,r){return e[t]=r},transform:function(e,t,r,n,o){n[o]||(n[o]=[]),n[o].push(t+"("+r+")")}},q=[],$=0,U=function(){function e(){$=requestAnimationFrame(t)}function t(t){var r=q.length;if(r){for(var n=0;n<r;)q[n]&&q[n].tick(t),n++;e()}else cancelAnimationFrame($),$=0}return e}();return T.version="2.2.0",T.speed=1,T.running=q,T.remove=function(e){e=O(e);for(var t=q.length;t--;)for(var r=q[t],n=r.animations,i=n.length;i--;)o(e,n[i].animatable.target)&&(n.splice(i,1),n.length||r.pause())},T.getValue=m,T.path=function(t,r){var n=V.str(t)?e(t)[0]:t,o=r||100;return function(e){return{el:n,property:e,totalLength:S(n)*(o/100)}}},T.setDashoffset=function(e){var t=S(e);return e.setAttribute("stroke-dasharray",t),t},T.bezier=W,T.easings=D,T.timeline=function(e){var t=T(e);return t.pause(),t.duration=0,t.add=function(r){return t.children.forEach((function(e){e.began=!0,e.completed=!0})),n(r).forEach((function(r){var n=s(r,a(R,e||{}));n.targets=n.targets||e.targets,r=t.duration;var o=n.offset;n.autoplay=!1,n.direction=t.direction,n.offset=V.und(o)?r:b(o,r),t.began=!0,t.completed=!0,t.seek(n.offset),(n=T(n)).began=!0,n.completed=!0,n.duration>r&&(t.duration=n.duration),t.children.push(n)})),t.seek(0),t.reset(),t.autoplay&&t.restart(),t},t},T.random=function(e,t){return Math.floor(Math.random()*(t-e+1))+e},T},void 0===(i="function"==typeof n?n.apply(t,o):n)||(e.exports=i)},318(e,t,r){"use strict";function n(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,u=[],s=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);s=!0);}catch(e){l=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(e,t)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var i=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,a=new Map;function u(e){var t=0,r=e.replace(i,(function(e,r,o,i){if(i){t++;var u=function(e){return null==e?void 0:e.split(";").map((function(e){var t=n(e.split(":",2),2),r=t[0],o=t[1];return{key:r.trim(),value:o?o.trim():""}})).filter((function(e){return e.key&&""!==e.key&&""!==e.value}))}(i),s="",l=[];return u.forEach((function(e){l.push(e.key),s+="".concat(r,"_-_").concat(e.key,": ").concat(e.value,";")+"\n"})),a.set(r,l),e.replace(r,"".concat(s,"\n ").concat(r))}return e}));return t>0?r:null}function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function l(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,c(n.key),n)}}function c(e){var t=function(e,t){if("object"!=s(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==s(t)?t:t+""}function f(e,t,r){return t=y(t),function(e,t){if(t&&("object"==s(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,p()?Reflect.construct(t,r||[],y(e).constructor):t.apply(e,r))}function d(e){var t="function"==typeof Map?new Map:void 0;return d=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return function(e,t,r){if(p())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&h(o,r.prototype),o}(e,arguments,y(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),h(r,e)},d(e)}function p(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(p=function(){return!!e})()}function h(e,t){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},h(e,t)}function y(e){return y=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},y(e)}var v=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),f(this,t,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&h(e,t)}(t,e),r=t,(n=[{key:"connectedCallback",value:function(){var e=this,t=this.getAttribute("href");fetch(t).then((function(t){t.text().then((function(t){var r=u(t);if(r){var n=document.createElement("link");n.rel="stylesheet",n.href=URL.createObjectURL(new Blob([r],{type:"text/css"})),e.parentElement.replaceWith(n),window.dispatchEvent(new CustomEvent("updatecssapply"))}}))}))}}])&&l(r.prototype,n),o&&l(r,o),Object.defineProperty(r,"prototype",{writable:!1}),r;var r,n,o}(d(HTMLLinkElement));v.cssApplyVars=a,customElements.whenDefined("custom-style").then((function(){document.body.parentElement.classList.add("custom-style-defined")})),customElements.get("custom-style")||customElements.define("custom-style",v,{extends:"link"});var m=r(523),b=r(554);function g(e){return g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},g(e)}var w=function(e,t,r){var n=r.value;if("function"!=typeof n)throw new Error("@Bind decorator can only be applied to methods not: ".concat(g(n)));var o=!1;return{configurable:!0,get:function(){if(o||this===e.prototype||this.hasOwnProperty(t)||"function"!=typeof n)return n;var r=n.bind(this);return o=!0,Object.defineProperty(this,t,{configurable:!0,get:function(){return r},set:function(e){n=e,delete this[t]}}),o=!1,r},set:function(e){n=e}}},S=function(e){return function(t){customElements.get(e.tagName)?console.warn("Custom element with tag name ".concat(e.tagName," already exists.")):customElements.define(e.tagName,t,e.options)}},A=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return function(r,n){Object.defineProperty(r,n,{get:function(){return t?this.shadowRoot.querySelector(e):this.querySelector(e)}})}};function E(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function O(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?E(Object(r),!0).forEach((function(t){k(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):E(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function k(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=j(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=j(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==j(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function j(e){return j="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},j(e)}var x=new WeakSet,M=new WeakMap,N=new WeakMap;function C(e){var t=M.get(e);if(t){x.add(e);try{t.forEach((function(t,r){P(e,r,t.value,t.type,t.converter)}))}finally{x.delete(e)}M.delete(e)}var r=N.get(e);if(r&&e.updated){for(var n=r.length,o=0;o<n;){var i=r[o];e.updated(i.propertyKey,i.oldValue,i.newValue),o+=1}N.delete(e)}}function P(e,t,r,n,o){n===Boolean?r?e.setAttribute(t,""):e.removeAttribute(t):n===Object||n===Array?o&&o.toAttribute?e.setAttribute(t,o.toAttribute(r)):e.setAttribute(t,JSON.stringify(r)):null==r?e.removeAttribute(t):e.setAttribute(t,String(r))}var _=new Set;function T(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.type,r=e.attribute,n=void 0===r||r,o=e.reflect,i=void 0!==o&&o,a=e.converter,u=e.readonly,s=void 0!==u&&u,l=function(e){if("string"==typeof e)switch(e){case"string":return String;case"number":return Number;case"boolean":return Boolean;case"object":return Object;case"array":return Array;default:return null}return e}(t);return function(t,r){var o=new WeakMap,u=function(e,t){if(!1!==t)return!0===t?e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase():"string"==typeof t?t:void 0}(r,n);if(!t.__p_elements_core_lifecycle_patch_applied){if(Object.prototype.hasOwnProperty.call(t,"connectedCallback")&&"function"==typeof t.connectedCallback){var c=t.connectedCallback;t.connectedCallback=function(){for(var e,r="__p_elements_core_pending_updates_called",n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];if(this[r])c&&c.apply(this,o);else{var a=!1,u=C,s=this;globalThis.__origProcessPendingUpdates=C,globalThis.processPendingUpdates=function(e){return e===s&&(a=!0),u(e)};try{c&&c.apply(this,o)}finally{globalThis.processPendingUpdates=globalThis.__origProcessPendingUpdates,delete globalThis.__origProcessPendingUpdates}if(!a){var l=Object.getPrototypeOf(t),f=l&&l.connectedCallback;"function"==typeof f?(f.apply(this,o),"undefined"!=typeof console&&console.info&&(e=this.nodeName,_.has(e)||(_.add(e),"undefined"!=typeof console&&console.info&&console.info("[CustomElement] connectedCallback called for <".concat(e.toLocaleLowerCase(),">"))))):(C(this),"undefined"!=typeof console&&console.info&&console.info("[p-elements-core] connectedCallback: called processPendingUpdates automatically for <".concat(this.nodeName,">")))}this[r]=!0}}}if(Object.prototype.hasOwnProperty.call(t,"disconnectedCallback")&&"function"==typeof t.disconnectedCallback){var f=t.disconnectedCallback;t.disconnectedCallback=function(){for(var e="__p_elements_core_disconnected_called",r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];if(this[e])f&&f.apply(this,n);else{var i=!1,a=Object.getPrototypeOf(t),u=a&&a.disconnectedCallback;f&&(f.apply(this,n),i=!0),i||"function"!=typeof u||u.apply(this,n),this[e]=!0}}}if(Object.prototype.hasOwnProperty.call(t,"attributeChangedCallback")&&"function"==typeof t.attributeChangedCallback){var d=t.attributeChangedCallback;t.attributeChangedCallback=function(){for(var e="__p_elements_core_attribute_changed_called",r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];if(this[e])d&&d.apply(this,n);else{var i=!1,a=Object.getPrototypeOf(t),u=a&&a.attributeChangedCallback;d&&(d.apply(this,n),i=!0),i||"function"!=typeof u||u.apply(this,n),this[e]=!0}}}t.__p_elements_core_lifecycle_patch_applied=!0}Object.defineProperty(t,r,{get:function(){if(!o.has(this)&&u&&this.hasAttribute&&this.hasAttribute(u)){var e,t=this.getAttribute(u);if(null!==t)return e=a&&a.fromAttribute?a.fromAttribute(t):l===Boolean||(l===Number?Number(t):t),o.set(this,e),"function"==typeof this.renderNow&&this.renderNow(),e}return o.has(this)?o.get(this):l!==Boolean&&void 0},set:function(e){if(!s||!o.has(this)){var t,n=o.get(this),c=!1;if(null==l&&e!==n&&(c=!0),!o.has(this)&&u&&this.hasAttribute&&this.hasAttribute(u)){var f=this.getAttribute(u);if(null!==f)return t=a&&a.fromAttribute?a.fromAttribute(f):l===Boolean||(l===Number?Number(f):f),o.set(this,t),void(this.isConnected?("function"==typeof this.renderNow&&this.renderNow(),this.updated&&this.updated(r,n,t)):this.updated&&(N.has(this)||N.set(this,[]),N.get(this).push({propertyKey:r,oldValue:n,newValue:t})))}if(t=c?e:function(e,t,r){if(r&&r.fromAttribute&&"string"==typeof e)return r.fromAttribute(e);if(null==e)return e;switch(t){case String:return String(e);case Number:return Number(e);case Boolean:return Boolean(e);case Object:return"object"===j(e)?e:JSON.parse(String(e));case Array:return Array.isArray(e)?e:JSON.parse(String(e));default:return e}}(e,l,a),n!==t){var d=!this.shouldUpdate||this.shouldUpdate(r,n,t);if(o.set(this,d?t:n),i&&void 0!==u)if(this.isConnected){x.add(this);try{P(this,u,d?t:n,l,a)}finally{x.delete(this)}}else M.has(this)||M.set(this,new Map),M.get(this).set(u,{value:d?t:n,type:l,converter:a});this.isConnected?("function"==typeof this.renderNow&&this.renderNow(),this.updated&&this.updated(r,n,t)):this.updated&&(N.has(this)||N.set(this,[]),N.get(this).push({propertyKey:r,oldValue:n,newValue:t})),c&&"function"==typeof this.renderNow&&this.renderNow()}}},configurable:!0}),t.constructor._propertyInfo||(t.constructor._propertyInfo=new Map),t.constructor._propertyInfo.set(r,O(O({},e),{},{name:r,attribute:u,type:l})),u&&(t.constructor.observedAttributes||(t.constructor.observedAttributes=[]),t.constructor.observedAttributes.includes(u)||t.constructor.observedAttributes.push(u))}}var I=T({});function L(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,u=[],s=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);s=!0);}catch(e){l=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(e,t)||F(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function R(e){return function(e){if(Array.isArray(e))return V(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||F(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function F(e,t){if(e){if("string"==typeof e)return V(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?V(e,t):void 0}}function V(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function W(e){return W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},W(e)}function D(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,B(n.key),n)}}function B(e){var t=function(e,t){if("object"!=W(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=W(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==W(t)?t:t+""}function q(e,t){if(t&&("object"==W(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function $(e){var t="function"==typeof Map?new Map:void 0;return $=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return function(e,t,r){if(U())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&H(o,r.prototype),o}(e,arguments,z(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),H(r,e)},$(e)}function U(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(U=function(){return!!e})()}function H(e,t){return H=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},H(e,t)}function z(e){return z=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},z(e)}function K(e,t,r){Y(e,t),t.set(e,r)}function Y(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function X(e,t,r){return r(Q(e,t))}function Z(e,t){return e.get(Q(e,t))}function J(e,t,r){return e.set(Q(e,t),r),r}function Q(e,t,r){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:r;throw new TypeError("Private element is not present on this object")}var G=[],ee=new WeakMap,te=new WeakMap,re=new WeakMap,ne=new WeakMap,oe=new WeakMap,ie=new WeakMap,ae=new WeakMap,ue=new WeakMap,se=new WeakMap,le=new WeakMap,ce=new WeakMap,fe=new WeakMap,de=new WeakMap,pe=new WeakMap,he=new WeakMap,ye=new WeakMap,ve=new WeakSet,me=function(e){function t(e){var r,n,o,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),n=this,o=z(o=t),function(e,t){Y(e,t),t.add(e)}(r=q(n,U()?Reflect.construct(o,i||[],z(n).constructor):o.apply(n,i)),ve),K(r,ee,void 0),K(r,te,void 0),K(r,re,!1),K(r,ne,void 0),K(r,oe,void 0),K(r,ie,void 0),K(r,ae,!1),K(r,ue,!1),K(r,se,!1),K(r,le,!0),K(r,ce,!0),K(r,fe,null),K(r,de,void 0),K(r,pe,[]),K(r,he,null),K(r,ye,null);var a=function(e){console.warn("ElementInternals.".concat(e," called before element was connected. Call will be ignored."))};return J(de,r,{setValidity:function(e,t,r){a("setValidity")},reportValidity:function(){return a("reportValidity"),!1},checkValidity:function(){return a("checkValidity"),!0},setFormValue:function(e,t){a("setFormValue")}}),Q(ve,r,Se).call(r),Q(ve,r,be).call(r),q(r,e)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&H(e,t)}(t,e),r=t,n=[{key:"isConnected",get:function(){return Z(re,this)}},{key:"properties",get:function(){var e=this.constructor;return e._propertyInfo?Array.from(e._propertyInfo.values()):[]}},{key:"updateComplete",get:function(){return Z(he,this)?Z(he,this):Promise.resolve()}},{key:"internals",get:function(){if(!Z(re,this)&&"object"===W(Z(de,this)))return Z(de,this);var e=this.constructor;if(null===Z(fe,this)&&e.formAssociated){var t=Z(de,this);for(var r in J(de,this,null),J(fe,this,this.attachInternals()),t)"function"!=typeof Z(fe,this)[r]&&(Z(fe,this)[r]=t[r])}return Z(fe,this)},set:function(e){J(fe,this,e)}},{key:"requestUpdate",value:function(){var e=this;return Z(he,this)||(J(he,this,new Promise((function(t){J(ye,e,t)}))),this.scheduleRender()),Z(he,this)}},{key:"addController",value:function(e){Z(pe,this).push(e),Z(re,this)&&e.connected&&e.connected()}},{key:"scheduleRender",value:function(){var e;null===(e=Z(ee,this))||void 0===e||e.scheduleRender()}},{key:"renderNow",value:function(){var e,t=this;if(this.shadowRoot&&(Z(he,this)||J(he,this,new Promise((function(e){J(ye,t,e)}))),null===(e=Z(ee,this))||void 0===e||e.renderNow(),this.updated("",null,null),Z(ye,this))){var r=Z(ye,this);J(ye,this,null),J(he,this,null),r()}}},{key:"updated",value:function(e,t,r){}},{key:"shouldUpdate",value:function(e,t,r){return!0}},{key:"addStylesheetToRootNode",value:function(e,t){if(X(ve,this,ke)){if(Z(oe,this)||J(oe,this,new CSSStyleSheet),e=Q(ve,this,Ae).call(this),Z(oe,this).replaceSync(e),Z(ae,this))return;if(t instanceof Document){var r=Q(ve,this,Oe).call(this,e);-1===G.indexOf(r)&&(document.adoptedStyleSheets=[].concat(R(document.adoptedStyleSheets),[Z(oe,this)]),J(ae,this,!0),G.push(r))}else this.shadowRoot.adoptedStyleSheets=[Z(oe,this)],J(ae,this,!0)}else if(J(ie,this,document.createElement("link")),Z(ie,this).rel="stylesheet",e=Q(ve,this,Ae).call(this),Z(ie,this).href=URL.createObjectURL(new Blob([e],{type:"text/css"})),t instanceof Document){var n=Q(ve,this,Oe).call(this,e);-1===G.indexOf(n)&&(document.head.appendChild(Z(ie,this)),G.push(n))}else this.shadowRoot.appendChild(Z(ie,this))}},{key:"templateFromString",value:function(e){var t=this,r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=document.createElement("template");n.innerHTML=e;var o=document.createDocumentFragment();o.appendChild(n.content);var i=o.querySelector("style");return r&&(J(ue,this,!0),this.shadowRoot||this.attachShadow({mode:"open",delegatesFocus:Z(se,this)})),i&&(Q(ve,this,Ee).call(this,i.textContent),i.remove()),window.addEventListener("updatecssapply",(function(){Q(ve,t,Ae).call(t)})),o}},{key:"adoptStyle",value:function(e,t){this.addStylesheetToRootNode(t,e)}},{key:"createProjector",value:function(e,t){var r=this;return new Promise((function(n,o){var i,a=Z(te,r)?Z(te,r):"append";requestAnimationFrame((function(){(i=window.Maquette.createProjector({performanceLogger:function(e){"renderStart"!==e&&"renderDone"!==e||Q(ve,r,ge).call(r,e)}}))[a](e,t.bind(r)),J(ee,r,i),i.renderNow(),n(i),r.dispatchEvent(new CustomEvent("firstRender",{}))}))}))}},{key:"connectedCallback",value:function(){if(!Z(re,this)){J(re,this,!0);for(var e=0,t=Z(pe,this).length;e<t;){var r=Z(pe,this)[e];null!=r&&r.connected&&r.connected(),e+=1}C(this),this.renderNow()}}},{key:"disconnectedCallback",value:function(){if(!1!==Z(re,this)){console.log("disconnectedCallback called"),J(re,this,!1);for(var e=0,t=Z(pe,this).length;e<t;){var r=Z(pe,this)[e];null!=r&&r.disconnected&&r.disconnected(),e+=1}}}},{key:"attributeChangedCallback",value:function(e,t,r){var n;if(n=this,!x.has(n)&&r!==t){var o=this.constructor;if(null!=o&&o._propertyInfo){var i=Array.from(o._propertyInfo.values()).find((function(t){return t.attribute===e&&"string"==typeof t.attribute}));if(i){var a=i.converter,u=r;null!=a&&a.fromAttribute?u=a.fromAttribute(r):i.type===Boolean?u=null!==r:i.type===Number&&(u=null===r?null:Number(r)),this[i.name]=u,this.scheduleRender()}}}}}],n&&D(r.prototype,n),o&&D(r,o),Object.defineProperty(r,"prototype",{writable:!1}),r;var r,n,o}($(HTMLElement));function be(){"function"==typeof this.init&&(this.init(),Z(pe,this).forEach((function(e){null!=e&&e.init&&e.init()})))}function ge(e){var t=this;this[e]&&this[e](Z("renderStart"===e?le:ce,this));var r="host".concat(e.charAt(0).toUpperCase()).concat(e.slice(1));Z(pe,this).forEach((function(n){n[r]&&n[r](Z("renderStart"===e?le:ce,t))})),J("renderStart"===e?le:ce,this,!1)}function we(){var e=this.constructor;if(e._propertyInfo)for(var t=Array.from(e._propertyInfo.entries()),r=0,n=t.length;r<n;){var o=L(t[r],1)[0];if(Object.hasOwn(this,o)){var i=this[o];delete this[o],this[o]=i}r+=1}}function Se(){var e=this,t=this.constructor.projectorMode;J(te,this,t||"append");var r=this.constructor.formAssociated,n=this.constructor.delegatesFocus;J(se,this,n),r&&J(fe,this,this.attachInternals());var o=this.constructor.style;if(o){J(ue,this,!0),J(te,this,"replace"),this.shadowRoot||this.attachShadow({mode:"open",delegatesFocus:Z(se,this)}),Q(ve,this,Ee).call(this,o);var i=document.createElement("div");this.shadowRoot.appendChild(i),requestAnimationFrame((function(){e.createProjector(i,e.render).then((function(){Q(ve,e,we).call(e)}))})),window.addEventListener("updatecssapply",(function(){Q(ve,e,Ae).call(e)}))}}function Ae(){var e=function(e){for(var t,r=customElements.get("custom-style").cssApplyVars,n=e,o=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,i=function(){var e=t[0],o=t[1];if(r.has(o)){var i="@apply"+e.split("@apply",2)[1],a=r.get(o).map((function(e){return";".concat(e,": var(").concat(o,"_-_").concat(e,");")})).join("");n=n.replace(i,a)}};t=o.exec(n);)i();return n}(Z(ne,this));return Z(ne,this)!==e&&(J(ne,this,e),X(ve,this,ke)&&Z(oe,this)?Z(oe,this).replaceSync(e):X(ve,this,ke)||(Z(ie,this)&&URL.revokeObjectURL(Z(ie,this).href),Z(ie,this).href=URL.createObjectURL(new Blob([e],{type:"text/css"})))),e}function Ee(e){J(ne,this,e),Z(ue,this)&&this.shadowRoot?this.addStylesheetToRootNode(e,this.shadowRoot):Z(ue,this)||this.addStylesheetToRootNode(e,document)}function Oe(e){for(var t=0,r=0;t<e.length;t++)r=Math.imul(31,r)+e.charCodeAt(t)|0;return r}function ke(e){return Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype}function je(e){return je="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},je(e)}function xe(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Me(n.key),n)}}function Me(e){var t=function(e,t){if("object"!=je(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=je(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==je(t)?t:t+""}function Ne(e,t,r){(function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")})(e,t),t.set(e,r)}function Ce(e,t){return e.get(Pe(e,t))}function Pe(e,t,r){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:r;throw new TypeError("Private element is not present on this object")}me._propertyInfo=new Map;var _e=new WeakMap,Te=function(){return e=function e(t){var r,n,o;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),Ne(this,_e,void 0),n=this,o=t,(r=_e).set(Pe(r,n),o),Ce(_e,this).addController(this)},(t=[{key:"hostElement",get:function(){return Ce(_e,this)}},{key:"renderNow",value:function(){var e;null===(e=this.hostElement)||void 0===e||e.renderNow()}},{key:"scheduleRender",value:function(){var e;null===(e=this.hostElement)||void 0===e||e.scheduleRender()}}])&&xe(e.prototype,t),r&&xe(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,r}();function Ie(e){return Ie="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ie(e)}function Le(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,u=[],s=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==t);s=!0);}catch(e){l=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}(e,t)||Re(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Re(e,t){if(e){if("string"==typeof e)return Fe(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Fe(e,t):void 0}}function Fe(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var Ve,We="http://www.w3.org/",De="".concat(We,"2000/svg"),Be="".concat(We,"1999/xlink"),qe=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","readonly","required","reversed","selected","scoped","seamless","typemustmatch"],$e=[],Ue=function(e,t){var r={};return Object.keys(e).forEach((function(t){r[t]=e[t]})),t&&Object.keys(t).forEach((function(e){r[e]=t[e]})),r},He=function(e,t){return e.vnodeSelector===t.vnodeSelector&&(e.properties&&t.properties?e.properties.key===t.properties.key&&e.properties.bind===t.properties.bind:!e.properties&&!t.properties)},ze=function(e){if("string"!=typeof e)throw new Error("Style values must be strings")},Ke=function(e,t,r){if(""!==t.vnodeSelector)for(var n=r;n<e.length;n++)if(He(e[n],t))return n;return-1},Ye=function(e,t,r,n){var o=e[t];if(""!==o.vnodeSelector){var i=o.properties;if(!(i?void 0===i.key?i.bind:i.key:void 0))for(var a=0;a<e.length;a++)if(a!==t){var u=e[a];if(He(u,o))throw{error:new Error("".concat(r.vnodeSelector," had a ").concat(o.vnodeSelector," child ").concat("added"===n?n:"removed",", but there is now more than one. You must add unique key properties to make them distinguishable.")),parentNode:r,childNode:o}}}},Xe=function(e){if(e.properties){var t=e.properties.enterAnimation;t&&t(e.domNode,e.properties)}},Ze=[],Je=!1,Qe=function(e){(e.children||[]).forEach(Qe),e.properties&&e.properties.afterRemoved&&e.properties.afterRemoved.apply(e.properties.bind||e.properties,[e.domNode])},Ge=function(){Je=!1,Ze.forEach(Qe),Ze.length=0},et=function(e){Ze.push(e),Je||(Je=!0,"undefined"!=typeof window&&"requestIdleCallback"in window?window.requestIdleCallback(Ge,{timeout:16}):setTimeout(Ge,16))},tt=function(e){var t=e.domNode;if(e.properties){e.properties.eventListeners&&Array.isArray(e.properties.eventListeners)&&e.properties.eventListeners.forEach((function(e){t.removeEventListener(e[0],e[1])}));var r=e.properties.exitAnimation;if(r){t.style.pointerEvents="none";return void r(t,(function(){t.parentNode&&(t.parentNode.removeChild(t),et(e))}),e.properties)}}t.parentNode&&(t.parentNode.removeChild(t),et(e))},rt=function(e,t,r){if(t){var n,o=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=Re(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}(t);try{for(o.s();!(n=o.n()).done;){var i=n.value;ot(i,e,void 0,r)}}catch(e){o.e(e)}finally{o.f()}}},nt=function(e,t,r){if(rt(e,t.children,r),t.text&&(e.textContent=t.text),function(e,t,r){if(t)for(var n=r.eventHandlerInterceptor,o=Object.keys(t),i=o.length,a=function(){var i,a=o[u],s=t[a];if("className"===a)throw new Error('Property "className" is not supported, use "class".');if("class"===a)it(e,s,!0);else if("classes"===a)for(var l=Object.keys(s),c=l.length,f=0;f<c;f++){var d=l[f];s[d]&&e.classList.add(d)}else if("styles"===a)for(var p=Object.keys(s),h=p.length,y=0;y<h;y++){var v=p[y],m=s[v];m&&(ze(m),r.styleApplyer(e,v,m))}else if("on"===a&&s)for(var b=0,g=Object.entries(t.on);b<g.length;b++){var w=Le(g[b],2),S=w[0],A=w[1],E="function"==typeof A?A:A.listener;n&&(E=n(S,E,e,t)),E&&e.addEventListener(S,E,"function"==typeof A?void 0:A.options)}else if("key"!==a&&null!=s){var O=Ie(s);"function"===O?(0===a.lastIndexOf("on",0)&&(n&&(s=n(a,s,e,t)),"oninput"===a&&(i=s,s=function(e){i.apply(this,[e]),e.target["oninput-value"]=e.target.value})),e[a]=s):r.namespace===De?"href"===a?e.setAttributeNS(Be,a,s):e.setAttribute(a,s):"string"===O&&"value"!==a&&"innerHTML"!==a?e.setAttribute(a,s):("string"===O&&"value"===a&&null!=e&&e.tagName.indexOf("-")&&e.setAttribute(a,s),e[a]=s)}},u=0;u<i;u++)a()}(e,t.properties,r),t.properties&&t.properties.afterCreate)t.properties.afterCreate.apply(t.properties.bind||t.properties,[e,r,t.vnodeSelector,t.properties,t.children]);else if(t.properties&&t.properties.eventListeners){if(!Array.isArray(t.properties.eventListeners))throw new Error("eventListeners value must be an array");t.properties.eventListeners.forEach((function(t){e.addEventListener(t[0],t[1],t[2])}))}},ot=function(e,t,r,n){var o,i=0,a=e.vnodeSelector,u=t.ownerDocument;if(""===a)e.domNode?e.domNode.nodeValue=e.text:(o=e.domNode=u.createTextNode(e.text),void 0!==r?t.insertBefore(o,r):t.appendChild(o));else{for(var s=0;s<=a.length;++s){var l=a.charAt(s);if(s===a.length||"."===l||"#"===l){var c=a.charAt(i-1),f=a.slice(i,s);if("."===c)o.classList.add(f);else if("#"===c)o.id=f;else{var d;if("svg"===f&&(n=Ue(n,{namespace:De})),void 0!==n.namespace)o=e.domNode=u.createElementNS(n.namespace,f);else o=e.domNode=e.domNode||(null!==(d=e.properties)&&void 0!==d&&d.is?u.createElement(f,{is:e.properties.is}):u.createElement(f)),"input"===f&&e.properties&&void 0!==e.properties.type&&o.setAttribute("type",e.properties.type);void 0!==r?t.insertBefore(o,r):o.parentNode!==t&&t.appendChild(o)}i=s+1}}nt(o,e,n)}},it=function(e,t,r){t&&t.split(" ").forEach((function(t){t&&e.classList.toggle(t,r)}))},at=function(e,t,r,n,o){if(r===n)return!1;n=n||$e;for(var i,a=(r=r||$e).length,u=n.length,s=0,l=0,c=!1;l<u;){var f=s<a?r[s]:void 0,d=n[l];if(void 0!==f&&He(f,d))c=Ve(f,d,o)||c,s++;else{var p=Ke(r,d,s+1);if(p>=0){for(i=s;i<p;i++)tt(r[i]),Ye(r,i,e,"removed");c=Ve(r[p],d,o)||c,s=p+1}else ot(d,t,s<a?r[s].domNode:void 0,o),Xe(d),Ye(n,l,e,"added")}l++}if(a>s)for(i=s;i<a;i++)tt(r[i]),Ye(r,i,e,"removed");return c};Ve=function(e,t,r){var n=e.domNode,o=!1;if(e===t)return!1;var i=!1;if(""===t.vnodeSelector){if(t.text!==e.text){var a=n.ownerDocument.createTextNode(t.text);return n.parentNode.replaceChild(a,n),t.domNode=a,o=!0}t.domNode=n}else 0===t.vnodeSelector.lastIndexOf("svg",0)&&(r=Ue(r,{namespace:De})),e.text!==t.text&&(i=!0,void 0===t.text?n.removeChild(n.firstChild):n.textContent=t.text),t.domNode=n,i=at(t,n,e.children,t.children,r)||i,i=function(e,t,r,n){if(r){for(var o=!1,i=Object.keys(r),a=i.length,u=0;u<a;u++){var s=i[u],l=r[s],c=t[s];if("class"===s)c!==l&&(it(e,c,!1),it(e,l,!0));else if("classes"===s)for(var f=e.classList,d=Object.keys(l),p=d.length,h=0;h<p;h++){var y=d[h],v=!!l[y];v!==!!c[y]&&(o=!0,v?f.add(y):f.remove(y))}else if("styles"===s)for(var m=Object.keys(l),b=m.length,g=0;g<b;g++){var w=m[g],S=l[w];S!==c[w]&&(o=!0,S?(ze(S),n.styleApplyer(e,w,S)):n.styleApplyer(e,w,""))}else if(l||"string"!=typeof c||qe.indexOf(s)<0&&(l=""),"value"===s){var A=e[s];A!==l&&(e["oninput-value"]?A===e["oninput-value"]:l!==c)&&(e[s]=l,e["oninput-value"]=void 0),l!==c&&(o=!0)}else if(qe.indexOf(s)>=0)"string"==typeof l||!0===l?(e.setAttribute(s,""),e[s]=!0):(e.removeAttribute(s),e[s]=!1),o=!0;else if(l!==c){var E=Ie(l);"function"===E&&n.eventHandlerInterceptor||(n.namespace===De?"href"===s?e.setAttributeNS(Be,s,l):e.setAttribute(s,l):"string"===E&&"innerHTML"!==s?"role"===s&&""===l?e.removeAttribute(s):e.setAttribute(s,l):e[s]!==l&&(e[s]=l),o=!0)}}return o}}(n,e.properties,t.properties,r)||i,t.properties&&t.properties.afterUpdate&&t.properties.afterUpdate.apply(t.properties.bind||t.properties,[n,r,t.vnodeSelector,t.properties,t.children]);return i&&t.properties&&t.properties.updateAnimation&&t.properties.updateAnimation(n,t.properties,e.properties),o};var ut,st=function(e,t){return{getLastRender:function(){return e},update:function(r){if(e.vnodeSelector!==r.vnodeSelector)throw new Error("The selector for the root VNode may not be changed. (consider using dom.merge and add one extra level to the virtual DOM)");var n=e;e=r,Ve(n,r,t)},domNode:e.domNode}},lt={namespace:void 0,performanceLogger:function(){},eventHandlerInterceptor:void 0,styleApplyer:function(e,t,r){"-"===t.charAt(0)?e.style.setProperty(t,r):e.style[t]=r}},ct=function(e){return Ue(lt,e)},ft={create:function(e,t){return t=ct(t),ot(e,document.createElement("div"),void 0,t),st(e,t)},append:function(e,t,r){return r=ct(r),ot(t,e,void 0,r),st(t,r)},insertBefore:function(e,t,r){return r=ct(r),ot(t,e.parentNode,e,r),st(t,r)},merge:function(e,t,r){return r=ct(r),t.domNode=e,nt(e,t,r),st(t,r)},replace:function(e,t,r){return r=ct(r),ot(t,e.parentNode,e,r),e.parentNode.removeChild(e),st(t,r)}};ut=Array.prototype.find?function(e,t){return e.find(t)}:function(e,t){return e.filter(t)[0]};var dt=function(e,t,r){return function(n,o,i,a){return function(n){r("domEvent",n);var i=t(),a=function(e,t){for(var r=[];e&&e!==t;)r.push(e),e=e.parentNode;return r}(n.currentTarget,i.domNode);a.reverse();var u,s,l,c=function(e,t){var r=e;return t.forEach((function(e){r=r&&r.children?ut(r.children,(function(t){return t.domNode===e})):void 0})),r}(i.getLastRender(),a);(e.scheduleRender(),c)&&(u=(null!==(s=null!==(l=c.properties["on".concat(n.type)])&&void 0!==l?l:c.properties.on[n.type].listener)&&void 0!==s?s:c.properties.on[n.type]).apply(c.properties.bind||this,arguments));return void 0===u&&this.hasAttribute("data-force-event-handler")&&(u=o.apply(this,arguments)),r("domEventProcessed",n),u}}},pt=function(e,t){for(var r=0,n=e.length;r<n;r++){var o=e[r];Array.isArray(o)?pt(o,t):null!=o&&!1!==o&&(o.hasOwnProperty("vnodeSelector")||(o={vnodeSelector:"",properties:void 0,children:void 0,text:o.toString(),domNode:null}),t.push(o))}},ht=function(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),o=2;o<r;o++)n[o-2]=arguments[o];if(1===n.length&&"string"==typeof n[0])return{vnodeSelector:e,properties:t||void 0,children:void 0,text:n[0],domNode:null};var i=[];return pt(n,i),{vnodeSelector:e,properties:t||void 0,children:i,text:void 0,domNode:null}},yt={createCache:function(){var e,t;return{invalidate:function(){t=void 0,e=void 0},result:function(r,n){if(e)for(var o=0;o<r.length;o++)e[o]!==r[o]&&(t=void 0);return t||(t=n(),e=r),t}}},createMapping:function(e,t,r){var n=[],o=[];return{results:o,map:function(i){for(var a=i.map(e),u=o.slice(),s=0,l=0;l<i.length;l++){var c=i[l],f=a[l];if(f===n[s])o[l]=u[s],r(c,u[s],l),s++;else{for(var d=!1,p=1;p<n.length+1;p++){var h=(s+p)%n.length;if(n[h]===f){o[l]=u[h],r(i[l],u[h],l),s=h+1,d=!0;break}}d||(o[l]=t(c,l))}}o.length=i.length,n=a}}},createProjector:function(e){var t,r,n=ct(e),o=n.performanceLogger,i=!0,a=!1,u=[],s=[],l=function(e,r,i){var a;n.eventHandlerInterceptor=dt(t,(function(){return a}),o),a=e(r,i(),n),u.push(a),s.push(i)},c=function(){if(r=void 0,i){i=!1,o("renderStart",void 0);for(var e=0;e<u.length;e++){var t=s[e]();o("rendered",void 0),u[e].update(t),o("patched",void 0)}o("renderDone",void 0),i=!0}};return t={renderNow:c,scheduleRender:function(){r||a||(r=requestAnimationFrame(c))},stop:function(){r&&(cancelAnimationFrame(r),r=void 0),a=!0},resume:function(){a=!1,i=!0,t.scheduleRender()},append:function(e,t){l(ft.append,e,t)},insertBefore:function(e,t){l(ft.insertBefore,e,t)},merge:function(e,t){l(ft.merge,e,t)},replace:function(e,t){l(ft.replace,e,t)},detach:function(e){for(var t=0;t<s.length;t++)if(s[t]===e)return s.splice(t,1),u.splice(t,1)[0];throw new Error("renderFunction was not found")}}},dom:ft,h:ht};!function(e){e._=m,e.Maquette=yt,e.h=ht,e.anime=b,e.CustomElement=me,e.CustomElementController=Te,e.CustomElementConfig=S,e.PropertyRenderOnSet=I,e.RenderOnSet=I,e.Property=T,e.Query=A,e.Bind=w}(window)},484(){"use strict";const{keys:e}=Object,t=!0,r=!1,n="querySelectorAll",o="querySelectorAll",{document:i,Element:a,MutationObserver:u,Set:s,WeakMap:l}=self,c=e=>o in e,{filter:f}=[],d=e=>{const d=new l,p=(t,r)=>{let n;if(r)for(let o,i=(e=>e.matches||e.webkitMatchesSelector||e.msMatchesSelector)(t),a=0,{length:u}=y;a<u;a++)i.call(t,o=y[a])&&(d.has(t)||d.set(t,new s),n=d.get(t),n.has(o)||(n.add(o),e.handle(t,r,o)));else d.has(t)&&(n=d.get(t),d.delete(t),n.forEach((n=>{e.handle(t,r,n)})))},h=(e,t=!0)=>{for(let r=0,{length:n}=e;r<n;r++)p(e[r],t)},{query:y}=e,v=e.root||i,m=((e,o=document,i=MutationObserver,a=["*"])=>{const u=(r,o,i,a,s,l)=>{for(const c of r)(l||n in c)&&(s?i.has(c)||(i.add(c),a.delete(c),e(c,s)):a.has(c)||(a.add(c),i.delete(c),e(c,s)),l||u(c[n](o),o,i,a,s,t))},s=new i((e=>{if(a.length){const n=a.join(","),o=new Set,i=new Set;for(const{addedNodes:a,removedNodes:s}of e)u(s,n,o,i,r,r),u(a,n,o,i,t,r)}})),{observe:l}=s;return(s.observe=e=>l.call(s,e,{subtree:t,childList:t}))(o),s})(p,v,u,y),{attachShadow:b}=a.prototype;return b&&(a.prototype.attachShadow=function(e){const t=b.call(this,e);return m.observe(t),t}),y.length&&h(v[o](y)),{drop:e=>{for(let t=0,{length:r}=e;t<r;t++)d.delete(e[t])},flush:()=>{const e=m.takeRecords();for(let t=0,{length:r}=e;t<r;t++)h(f.call(e[t].removedNodes,c),!1),h(f.call(e[t].addedNodes,c),!0)},observer:m,parse:h}},{customElements:p,document:h,Element:y,MutationObserver:v,Object:m,Promise:b,Map:g,Set:w,WeakMap:S,Reflect:A}=self,{createElement:E}=h,{define:O,get:k,upgrade:j}=p,{construct:x}=A||{construct(e){return e.call(this)}},{defineProperty:M,getOwnPropertyNames:N,setPrototypeOf:C}=m,P=new S,_=new w,T=new g,I=new g,L=new g,R=new g,F=[],V=[],W=e=>R.get(e)||k.call(p,e),{parse:D}=d({query:V,handle:(t,r,n)=>{const o=L.get(n);if(r&&!o.isPrototypeOf(t)){const r=(t=>{const r=e(t),n=[],o=new Set,{length:i}=r;for(let e=0;e<i;e++){n[e]=t[r[e]];try{delete t[r[e]]}catch(t){o.add(e)}}return()=>{for(let e=0;e<i;e++)o.has(e)||(t[r[e]]=n[e])}})(t);H=C(t,o);try{new o.constructor}finally{H=null,r()}}const i=(r?"":"dis")+"connectedCallback";i in o&&t[i]()}}),{parse:B}=d({query:F,handle(e,t){P.has(e)&&(t?_.add(e):_.delete(e),V.length&&z.call(V,e))}}),{attachShadow:q}=y.prototype;q&&(y.prototype.attachShadow=function(e){const t=q.call(this,e);return P.set(this,t),t});const $=e=>{if(!I.has(e)){let t,r=new b((e=>{t=e}));I.set(e,{$:r,_:t})}return I.get(e).$},U=((e,t)=>{const r=e=>{for(let t=0,{length:r}=e;t<r;t++)n(e[t])},n=({target:e,attributeName:t,oldValue:r})=>{e.attributeChangedCallback(t,r,e.getAttribute(t))};return(o,i)=>{const{observedAttributes:a}=o.constructor;return a&&e(i).then((()=>{new t(r).observe(o,{attributes:!0,attributeOldValue:!0,attributeFilter:a});for(let e=0,{length:t}=a;e<t;e++)o.hasAttribute(a[e])&&n({target:o,attributeName:a[e],oldValue:null})})),o}})($,v);let H=null;function z(e){const t=P.get(e);D(t.querySelectorAll(this),e.isConnected)}N(self).filter((e=>/^HTML.*Element$/.test(e))).forEach((e=>{const t=self[e];function r(){const{constructor:e}=this;if(!T.has(e))throw new TypeError("Illegal constructor");const{is:r,tag:n}=T.get(e);if(r){if(H)return U(H,r);const t=E.call(h,n);return t.setAttribute("is",r),U(C(t,e.prototype),r)}return x.call(this,t,[],e)}C(r,t),M(r.prototype=t.prototype,"constructor",{value:r}),M(self,e,{value:r})})),h.createElement=function(e,t){const r=t&&t.is;if(r){const t=R.get(r);if(t&&T.get(t).tag===e)return new t}const n=E.call(h,e);return r&&n.setAttribute("is",r),n},p.get=W,p.whenDefined=$,p.upgrade=function(e){const t=e.getAttribute("is");if(t){const r=R.get(t);if(r)return void U(C(e,r.prototype),t)}j.call(p,e)},p.define=function(e,t,r){if(W(e))throw new Error(`'${e}' has already been defined as a custom element`);let n;const o=r&&r.extends;T.set(t,o?{is:e,tag:o}:{is:"",tag:e}),o?(n=`${o}[is="${e}"]`,L.set(n,t.prototype),R.set(e,t),V.push(n)):(O.apply(p,arguments),F.push(n=e)),$(e).then((()=>{o?(D(h.querySelectorAll(n)),_.forEach(z,[n])):B(h.querySelectorAll(n))})),I.get(e)._(t)}},650(){"use strict";!function(e){const t=new WeakMap,r=new WeakMap,n=new WeakMap,o=new WeakMap,i=new WeakMap,a=new WeakMap,u=new WeakMap,s=new WeakMap,l=new WeakMap,c=new WeakMap,f=new WeakMap,d=new WeakMap,p=new WeakMap,h=new WeakMap,y=new WeakMap,v={ariaAtomic:"aria-atomic",ariaAutoComplete:"aria-autocomplete",ariaBusy:"aria-busy",ariaChecked:"aria-checked",ariaColCount:"aria-colcount",ariaColIndex:"aria-colindex",ariaColIndexText:"aria-colindextext",ariaColSpan:"aria-colspan",ariaCurrent:"aria-current",ariaDescription:"aria-description",ariaDisabled:"aria-disabled",ariaExpanded:"aria-expanded",ariaHasPopup:"aria-haspopup",ariaHidden:"aria-hidden",ariaInvalid:"aria-invalid",ariaKeyShortcuts:"aria-keyshortcuts",ariaLabel:"aria-label",ariaLevel:"aria-level",ariaLive:"aria-live",ariaModal:"aria-modal",ariaMultiLine:"aria-multiline",ariaMultiSelectable:"aria-multiselectable",ariaOrientation:"aria-orientation",ariaPlaceholder:"aria-placeholder",ariaPosInSet:"aria-posinset",ariaPressed:"aria-pressed",ariaReadOnly:"aria-readonly",ariaRelevant:"aria-relevant",ariaRequired:"aria-required",ariaRoleDescription:"aria-roledescription",ariaRowCount:"aria-rowcount",ariaRowIndex:"aria-rowindex",ariaRowIndexText:"aria-rowindextext",ariaRowSpan:"aria-rowspan",ariaSelected:"aria-selected",ariaSetSize:"aria-setsize",ariaSort:"aria-sort",ariaValueMax:"aria-valuemax",ariaValueMin:"aria-valuemin",ariaValueNow:"aria-valuenow",ariaValueText:"aria-valuetext",role:"role"};function m(e){const t=o.get(e),{form:r}=t;T(e,r,t),M(e,t.labels)}const b=(e,t=!1)=>{const r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>o.has(e)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let n=r.nextNode();const i=!t||e.disabled;for(;n;)n.formDisabledCallback&&i&&k(n,e.disabled),n=r.nextNode()},g={attributes:!0,attributeFilter:["disabled","name"]},w=V()?new MutationObserver((e=>{for(const t of e){const e=t.target;if("disabled"===t.attributeName&&(e.constructor.formAssociated?k(e,e.hasAttribute("disabled")):"fieldset"===e.localName&&b(e)),"name"===t.attributeName&&e.constructor.formAssociated){const t=o.get(e),r=l.get(e);t.setFormValue(r)}}})):{};function S(e){e.forEach((e=>{const{addedNodes:t,removedNodes:r}=e,i=Array.from(t),a=Array.from(r);i.forEach((e=>{var t;if(o.has(e)&&e.constructor.formAssociated&&m(e),c.has(e)){const t=c.get(e);Object.keys(v).filter((e=>null!==t[e])).forEach((r=>{O(e,v[r],t[r])})),c.delete(e)}if(y.has(e)){const t=y.get(e);O(e,"internals-valid",t.validity.valid.toString()),O(e,"internals-invalid",(!t.validity.valid).toString()),O(e,"aria-invalid",(!t.validity.valid).toString()),y.delete(e)}if("form"===e.localName){const t=s.get(e),r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>!o.has(e)||!e.constructor.formAssociated||t&&t.has(e)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT});let n=r.nextNode();for(;n;)m(n),n=r.nextNode()}"fieldset"===e.localName&&(null===(t=w.observe)||void 0===t||t.call(w,e,g),b(e,!0))})),a.forEach((e=>{const t=o.get(e);if(t&&n.get(t)&&j(t),u.has(e)){u.get(e).disconnect()}}))}))}function A(e){e.forEach((e=>{const{removedNodes:t}=e;t.forEach((t=>{const r=p.get(e.target);o.has(t)&&F(t),r.disconnect()}))}))}!V()||new MutationObserver(S);const E={childList:!0,subtree:!0},O=(e,t,r)=>{e.getAttribute(t)!==r&&e.setAttribute(t,r)},k=(e,t)=>{e.toggleAttribute("internals-disabled",t),t?O(e,"aria-disabled","true"):e.removeAttribute("aria-disabled"),e.formDisabledCallback&&e.formDisabledCallback.apply(e,[t])},j=e=>{n.get(e).forEach((e=>{e.remove()})),n.set(e,[])},x=(e,t)=>{const r=document.createElement("input");return r.type="hidden",r.name=e.getAttribute("name"),e.after(r),n.get(t).push(r),r},M=(e,t)=>{if(t.length){Array.from(t).forEach((t=>t.addEventListener("click",e.click.bind(e))));let r=t[0].id;t[0].id||(r=`${t[0].htmlFor}_Label`,t[0].id=r),O(e,"aria-labelledby",r)}},N=e=>{const t=Array.from(e.elements).filter((e=>!e.tagName.includes("-")&&e.validity)).map((e=>e.validity.valid)),r=s.get(e)||[],n=[...t,...Array.from(r).filter((e=>e.isConnected)).map((e=>o.get(e).validity.valid))].includes(!1);e.toggleAttribute("internals-invalid",n),e.toggleAttribute("internals-valid",!n)},C=e=>{N(I(e.target))},P=e=>{N(I(e.target))},_=e=>{const t=s.get(e.target);t&&t.size&&t.forEach((e=>{e.constructor.formAssociated&&e.formResetCallback&&e.formResetCallback.apply(e)}))},T=(e,t,r)=>{if(t){const n=s.get(t);if(n)n.add(e);else{const r=new Set;r.add(e),s.set(t,r),(e=>{const t=["button[type=submit]","input[type=submit]","button:not([type])"].map((e=>`${e}:not([disabled])`)).map((t=>`${t}:not([form])${e.id?`,${t}[form='${e.id}']`:""}`)).join(",");e.addEventListener("click",(r=>{if(r.target.closest(t)){const t=s.get(e);if(e.noValidate)return;t.size&&Array.from(t).reverse().map((e=>o.get(e).reportValidity())).includes(!1)&&r.preventDefault()}}))})(t),t.addEventListener("reset",_),t.addEventListener("input",C),t.addEventListener("change",P)}a.set(t,{ref:e,internals:r}),e.constructor.formAssociated&&e.formAssociatedCallback&&setTimeout((()=>{e.formAssociatedCallback.apply(e,[t])}),0),N(t)}},I=e=>{let t=e.parentNode;return t&&"FORM"!==t.tagName&&(t=I(t)),t},L=(e,t,r=DOMException)=>{if(!e.constructor.formAssociated)throw new r(t)},R=(e,t,r)=>{const n=s.get(e);return n&&n.size&&n.forEach((e=>{o.get(e)[r]()||(t=!1)})),t},F=e=>{if(e.constructor.formAssociated){const t=o.get(e),{labels:r,form:n}=t;M(e,r),T(e,n,t)}};function V(){return"undefined"!=typeof MutationObserver}class W{constructor(){this.badInput=!1,this.customError=!1,this.patternMismatch=!1,this.rangeOverflow=!1,this.rangeUnderflow=!1,this.stepMismatch=!1,this.tooLong=!1,this.tooShort=!1,this.typeMismatch=!1,this.valid=!0,this.valueMissing=!1,Object.seal(this)}}const D=e=>{let t=!0;for(let r in e)"valid"!==r&&!1!==e[r]&&(t=!1);return t},B=new WeakMap;function q(e,t){e.toggleAttribute(t,!0),e.part&&e.part.add(t)}class $ extends Set{static get isPolyfilled(){return!0}constructor(e){if(super(),!e||!e.tagName||-1===e.tagName.indexOf("-"))throw new TypeError("Illegal constructor");B.set(this,e)}add(e){if(!/^--/.test(e)||"string"!=typeof e)throw new DOMException(`Failed to execute 'add' on 'CustomStateSet': The specified value ${e} must start with '--'.`);const t=super.add(e),r=B.get(this),n=`state${e}`;return r.isConnected?q(r,n):setTimeout((()=>{q(r,n)})),t}clear(){for(let[e]of this.entries())this.delete(e);super.clear()}delete(e){const t=super.delete(e),r=B.get(this);return r.isConnected?(r.toggleAttribute(`state${e}`,!1),r.part&&r.part.remove(`state${e}`)):setTimeout((()=>{r.toggleAttribute(`state${e}`,!1),r.part&&r.part.remove(`state${e}`)})),t}}function U(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)}var H;class z{constructor(e){H.set(this,void 0),function(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===n?o.call(e,r):o?o.value=r:t.set(e,r)}(this,H,e,"f");for(let t=0;t<e.length;t++){let r=e[t];this[t]=r,r.hasAttribute("name")&&(this[r.getAttribute("name")]=r)}Object.freeze(this)}get length(){return U(this,H,"f").length}[(H=new WeakMap,Symbol.iterator)](){return U(this,H,"f")[Symbol.iterator]()}item(e){return null==this[e]?null:this[e]}namedItem(e){return null==this[e]?null:this[e]}}class K{static get isPolyfilled(){return!0}constructor(e){if(!e||!e.tagName||-1===e.tagName.indexOf("-"))throw new TypeError("Illegal constructor");const i=e.getRootNode(),a=new W;this.states=new $(e),t.set(this,e),r.set(this,a),o.set(e,this),((e,t)=>{for(let r in v){t[r]=null;let n=null;const o=v[r];Object.defineProperty(t,r,{get:()=>n,set(r){n=r,e.isConnected?O(e,o,r):c.set(e,t)}})}})(e,this),((e,t)=>{var r;n.set(t,[]),null===(r=w.observe)||void 0===r||r.call(w,e,g)})(e,this),Object.seal(this),i instanceof DocumentFragment&&(e=>{var t,r;const n=new MutationObserver(A);(null===(t=null===window||void 0===window?void 0:window.ShadyDOM)||void 0===t?void 0:t.inUse)&&e.mode&&e.host&&(e=e.host),null===(r=n.observe)||void 0===r||r.call(n,e,{childList:!0}),p.set(e,n)})(i)}checkValidity(){const e=t.get(this);if(L(e,"Failed to execute 'checkValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const n=r.get(this);if(!n.valid){const t=new Event("invalid",{bubbles:!1,cancelable:!0,composed:!1});e.dispatchEvent(t)}return n.valid}get form(){const e=t.get(this);let r;return L(e,"Failed to read the 'form' property from 'ElementInternals': The target element is not a form-associated custom element."),!0===e.constructor.formAssociated&&(r=I(e)),r}get labels(){const e=t.get(this);L(e,"Failed to read the 'labels' property from 'ElementInternals': The target element is not a form-associated custom element.");const r=e.getAttribute("id"),n=e.getRootNode();return n&&r?n.querySelectorAll(`[for="${r}"]`):[]}reportValidity(){const e=t.get(this);if(L(e,"Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const r=this.checkValidity(),n=d.get(this);if(n&&!e.constructor.formAssociated)throw new DOMException("Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element.");return!r&&n&&(e.focus(),n.focus()),r}setFormValue(e){const r=t.get(this);if(L(r,"Failed to execute 'setFormValue' on 'ElementInternals': The target element is not a form-associated custom element."),j(this),null==e||e instanceof FormData)null!=e&&e instanceof FormData&&Array.from(e).reverse().forEach((([e,t])=>{if("string"==typeof t){const n=x(r,this);n.name=e,n.value=t}}));else if(r.getAttribute("name")){x(r,this).value=e}l.set(r,e)}setValidity(e,n,o){const a=t.get(this);if(L(a,"Failed to execute 'setValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!e)throw new TypeError("Failed to execute 'setValidity' on 'ElementInternals': 1 argument required, but only 0 present.");d.set(this,o);const u=r.get(this),s={};for(const t in e)s[t]=e[t];var l;0===Object.keys(s).length&&((l=u).badInput=!1,l.customError=!1,l.patternMismatch=!1,l.rangeOverflow=!1,l.rangeUnderflow=!1,l.stepMismatch=!1,l.tooLong=!1,l.tooShort=!1,l.typeMismatch=!1,l.valid=!0,l.valueMissing=!1);const c=Object.assign(Object.assign({},u),s);delete c.valid;const{valid:f}=((e,t,r)=>(e.valid=D(t),Object.keys(t).forEach((r=>e[r]=t[r])),r&&N(r),e))(u,c,this.form);if(!f&&!n)throw new DOMException("Failed to execute 'setValidity' on 'ElementInternals': The second argument should not be empty if one or more flags in the first argument are true.");i.set(this,f?"":n),a.isConnected?(a.toggleAttribute("internals-invalid",!f),a.toggleAttribute("internals-valid",f),O(a,"aria-invalid",`${!f}`)):y.set(a,this)}get shadowRoot(){const e=t.get(this),r=f.get(e);return r||null}get validationMessage(){const e=t.get(this);return L(e,"Failed to read the 'validationMessage' property from 'ElementInternals': The target element is not a form-associated custom element."),i.get(this)}get validity(){const e=t.get(this);L(e,"Failed to read the 'validity' property from 'ElementInternals': The target element is not a form-associated custom element.");return r.get(this)}get willValidate(){const e=t.get(this);return L(e,"Failed to read the 'willValidate' property from 'ElementInternals': The target element is not a form-associated custom element."),!(e.disabled||e.hasAttribute("disabled")||e.hasAttribute("readonly"))}}let Y=!1,X=!1;function Z(e){X||(X=!0,window.CustomStateSet=$,e&&(HTMLElement.prototype.attachInternals=function(...t){const r=e.call(this,t);return r.states=new $(this),r}))}function J(e=!0){if(!Y){if(Y=!0,"undefined"!=typeof window&&(window.ElementInternals=K),"undefined"!=typeof CustomElementRegistry){const t=CustomElementRegistry.prototype.define;CustomElementRegistry.prototype.define=function(e,r,n){if(r.formAssociated){const e=r.prototype.connectedCallback;r.prototype.connectedCallback=function(){h.has(this)||(h.set(this,!0),this.hasAttribute("disabled")&&k(this,!0)),null!=e&&e.apply(this),F(this)}}t.call(this,e,r,n)}}if("undefined"!=typeof HTMLElement&&(HTMLElement.prototype.attachInternals=function(){if(!this.tagName)return{};if(-1===this.tagName.indexOf("-"))throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': Unable to attach ElementInternals to non-custom elements.");if(o.has(this))throw new DOMException("DOMException: Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");return new K(this)}),"undefined"!=typeof Element){function r(...e){const t=n.apply(this,e);if(f.set(this,t),V()){const e=new MutationObserver(S);window.ShadyDOM?e.observe(this,E):e.observe(t,E),u.set(this,e)}return t}const n=Element.prototype.attachShadow;Element.prototype.attachShadow=r}if(V()&&"undefined"!=typeof document){new MutationObserver(S).observe(document.documentElement,E)}"undefined"!=typeof HTMLFormElement&&function(){const e=HTMLFormElement.prototype.checkValidity;HTMLFormElement.prototype.checkValidity=function(...t){let r=e.apply(this,t);return R(this,r,"checkValidity")};const t=HTMLFormElement.prototype.reportValidity;HTMLFormElement.prototype.reportValidity=function(...e){let r=t.apply(this,e);return R(this,r,"reportValidity")};const{get:r}=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get(...e){const t=r.call(this,...e),n=Array.from(s.get(this)||[]);if(0===n.length)return t;const o=Array.from(t).concat(n).sort(((e,t)=>e.compareDocumentPosition?2&e.compareDocumentPosition(t)?1:-1:0));return new z(o)}})}(),(e||"undefined"!=typeof window&&!window.CustomStateSet)&&Z()}}!!customElements.polyfillWrapFlushCallback||(!function(){if("undefined"==typeof window||!window.ElementInternals||!HTMLElement.prototype.attachInternals)return!1;class e extends HTMLElement{constructor(){super(),this.internals=this.attachInternals()}}const t=`element-internals-feature-detection-${Math.random().toString(36).replace(/[^a-z]+/g,"")}`;customElements.define(t,e);const r=new e;return["shadowRoot","form","willValidate","validity","validationMessage","labels","setFormValue","setValidity","checkValidity","reportValidity"].every((e=>e in r.internals))}()?J(!1):"undefined"==typeof window||window.CustomStateSet||Z(HTMLElement.prototype.attachInternals)),e.forceCustomStateSetPolyfill=Z,e.forceElementInternalsPolyfill=J,Object.defineProperty(e,"__esModule",{value:!0})}({})},523(e,t,r){"use strict";r.r(t),r.d(t,{VERSION:()=>o,after:()=>It,all:()=>er,allKeys:()=>ve,any:()=>tr,assign:()=>Ie,before:()=>Lt,bind:()=>At,bindAll:()=>kt,chain:()=>bt,chunk:()=>Fr,clone:()=>Ve,collect:()=>Yt,compact:()=>jr,compose:()=>Tt,constant:()=>Q,contains:()=>rr,countBy:()=>hr,create:()=>Fe,debounce:()=>Ct,default:()=>qr,defaults:()=>Le,defer:()=>Mt,delay:()=>xt,detect:()=>Ht,difference:()=>Mr,drop:()=>Or,each:()=>Kt,escape:()=>at,every:()=>er,extend:()=>Te,extendOwn:()=>Ie,filter:()=>Qt,find:()=>Ht,findIndex:()=>Wt,findKey:()=>Ft,findLastIndex:()=>Dt,findWhere:()=>zt,first:()=>Er,flatten:()=>xr,foldl:()=>Zt,foldr:()=>Jt,forEach:()=>Kt,functions:()=>Pe,get:()=>$e,groupBy:()=>dr,has:()=>Ue,head:()=>Er,identity:()=>He,include:()=>rr,includes:()=>rr,indexBy:()=>pr,indexOf:()=>$t,initial:()=>Ar,inject:()=>Zt,intersection:()=>_r,invert:()=>Ce,invoke:()=>nr,isArguments:()=>X,isArray:()=>z,isArrayBuffer:()=>F,isBoolean:()=>M,isDataView:()=>H,isDate:()=>T,isElement:()=>N,isEmpty:()=>se,isEqual:()=>ye,isError:()=>L,isFinite:()=>Z,isFunction:()=>D,isMap:()=>Oe,isMatch:()=>le,isNaN:()=>J,isNull:()=>j,isNumber:()=>_,isObject:()=>k,isRegExp:()=>I,isSet:()=>je,isString:()=>P,isSymbol:()=>R,isTypedArray:()=>oe,isUndefined:()=>x,isWeakMap:()=>ke,isWeakSet:()=>xe,iteratee:()=>Ze,keys:()=>ue,last:()=>kr,lastIndexOf:()=>Ut,map:()=>Yt,mapObject:()=>Qe,matcher:()=>ze,matches:()=>ze,max:()=>ar,memoize:()=>jt,methods:()=>Pe,min:()=>ur,mixin:()=>Wr,negate:()=>_t,noop:()=>Ge,now:()=>nt,object:()=>Lr,omit:()=>Sr,once:()=>Rt,pairs:()=>Ne,partial:()=>St,partition:()=>yr,pick:()=>wr,pluck:()=>or,property:()=>Ke,propertyOf:()=>et,random:()=>rt,range:()=>Rr,reduce:()=>Zt,reduceRight:()=>Jt,reject:()=>Gt,rest:()=>Or,restArguments:()=>O,result:()=>yt,sample:()=>sr,select:()=>Qt,shuffle:()=>lr,size:()=>br,some:()=>tr,sortBy:()=>cr,sortedIndex:()=>Bt,tail:()=>Or,take:()=>Er,tap:()=>We,template:()=>ht,templateSettings:()=>st,throttle:()=>Nt,times:()=>tt,toArray:()=>mr,toPath:()=>De,transpose:()=>Tr,unescape:()=>ut,union:()=>Pr,uniq:()=>Cr,unique:()=>Cr,uniqueId:()=>mt,unzip:()=>Tr,values:()=>Me,where:()=>ir,without:()=>Nr,wrap:()=>Pt,zip:()=>Ir});var n={};r.r(n),r.d(n,{VERSION:()=>o,after:()=>It,all:()=>er,allKeys:()=>ve,any:()=>tr,assign:()=>Ie,before:()=>Lt,bind:()=>At,bindAll:()=>kt,chain:()=>bt,chunk:()=>Fr,clone:()=>Ve,collect:()=>Yt,compact:()=>jr,compose:()=>Tt,constant:()=>Q,contains:()=>rr,countBy:()=>hr,create:()=>Fe,debounce:()=>Ct,default:()=>Dr,defaults:()=>Le,defer:()=>Mt,delay:()=>xt,detect:()=>Ht,difference:()=>Mr,drop:()=>Or,each:()=>Kt,escape:()=>at,every:()=>er,extend:()=>Te,extendOwn:()=>Ie,filter:()=>Qt,find:()=>Ht,findIndex:()=>Wt,findKey:()=>Ft,findLastIndex:()=>Dt,findWhere:()=>zt,first:()=>Er,flatten:()=>xr,foldl:()=>Zt,foldr:()=>Jt,forEach:()=>Kt,functions:()=>Pe,get:()=>$e,groupBy:()=>dr,has:()=>Ue,head:()=>Er,identity:()=>He,include:()=>rr,includes:()=>rr,indexBy:()=>pr,indexOf:()=>$t,initial:()=>Ar,inject:()=>Zt,intersection:()=>_r,invert:()=>Ce,invoke:()=>nr,isArguments:()=>X,isArray:()=>z,isArrayBuffer:()=>F,isBoolean:()=>M,isDataView:()=>H,isDate:()=>T,isElement:()=>N,isEmpty:()=>se,isEqual:()=>ye,isError:()=>L,isFinite:()=>Z,isFunction:()=>D,isMap:()=>Oe,isMatch:()=>le,isNaN:()=>J,isNull:()=>j,isNumber:()=>_,isObject:()=>k,isRegExp:()=>I,isSet:()=>je,isString:()=>P,isSymbol:()=>R,isTypedArray:()=>oe,isUndefined:()=>x,isWeakMap:()=>ke,isWeakSet:()=>xe,iteratee:()=>Ze,keys:()=>ue,last:()=>kr,lastIndexOf:()=>Ut,map:()=>Yt,mapObject:()=>Qe,matcher:()=>ze,matches:()=>ze,max:()=>ar,memoize:()=>jt,methods:()=>Pe,min:()=>ur,mixin:()=>Wr,negate:()=>_t,noop:()=>Ge,now:()=>nt,object:()=>Lr,omit:()=>Sr,once:()=>Rt,pairs:()=>Ne,partial:()=>St,partition:()=>yr,pick:()=>wr,pluck:()=>or,property:()=>Ke,propertyOf:()=>et,random:()=>rt,range:()=>Rr,reduce:()=>Zt,reduceRight:()=>Jt,reject:()=>Gt,rest:()=>Or,restArguments:()=>O,result:()=>yt,sample:()=>sr,select:()=>Qt,shuffle:()=>lr,size:()=>br,some:()=>tr,sortBy:()=>cr,sortedIndex:()=>Bt,tail:()=>Or,take:()=>Er,tap:()=>We,template:()=>ht,templateSettings:()=>st,throttle:()=>Nt,times:()=>tt,toArray:()=>mr,toPath:()=>De,transpose:()=>Tr,unescape:()=>ut,union:()=>Pr,uniq:()=>Cr,unique:()=>Cr,uniqueId:()=>mt,unzip:()=>Tr,values:()=>Me,where:()=>ir,without:()=>Nr,wrap:()=>Pt,zip:()=>Ir});var o="1.13.1",i="object"==typeof self&&self.self===self&&self||"object"==typeof r.g&&r.g.global===r.g&&r.g||Function("return this")()||{},a=Array.prototype,u=Object.prototype,s="undefined"!=typeof Symbol?Symbol.prototype:null,l=a.push,c=a.slice,f=u.toString,d=u.hasOwnProperty,p="undefined"!=typeof ArrayBuffer,h="undefined"!=typeof DataView,y=Array.isArray,v=Object.keys,m=Object.create,b=p&&ArrayBuffer.isView,g=isNaN,w=isFinite,S=!{toString:null}.propertyIsEnumerable("toString"),A=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],E=Math.pow(2,53)-1;function O(e,t){return t=null==t?e.length-1:+t,function(){for(var r=Math.max(arguments.length-t,0),n=Array(r),o=0;o<r;o++)n[o]=arguments[o+t];switch(t){case 0:return e.call(this,n);case 1:return e.call(this,arguments[0],n);case 2:return e.call(this,arguments[0],arguments[1],n)}var i=Array(t+1);for(o=0;o<t;o++)i[o]=arguments[o];return i[t]=n,e.apply(this,i)}}function k(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function j(e){return null===e}function x(e){return void 0===e}function M(e){return!0===e||!1===e||"[object Boolean]"===f.call(e)}function N(e){return!(!e||1!==e.nodeType)}function C(e){var t="[object "+e+"]";return function(e){return f.call(e)===t}}const P=C("String"),_=C("Number"),T=C("Date"),I=C("RegExp"),L=C("Error"),R=C("Symbol"),F=C("ArrayBuffer");var V=C("Function"),W=i.document&&i.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof W&&(V=function(e){return"function"==typeof e||!1});const D=V,B=C("Object");var q=h&&B(new DataView(new ArrayBuffer(8))),$="undefined"!=typeof Map&&B(new Map),U=C("DataView");const H=q?function(e){return null!=e&&D(e.getInt8)&&F(e.buffer)}:U,z=y||C("Array");function K(e,t){return null!=e&&d.call(e,t)}var Y=C("Arguments");!function(){Y(arguments)||(Y=function(e){return K(e,"callee")})}();const X=Y;function Z(e){return!R(e)&&w(e)&&!isNaN(parseFloat(e))}function J(e){return _(e)&&g(e)}function Q(e){return function(){return e}}function G(e){return function(t){var r=e(t);return"number"==typeof r&&r>=0&&r<=E}}function ee(e){return function(t){return null==t?void 0:t[e]}}const te=ee("byteLength"),re=G(te);var ne=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;const oe=p?function(e){return b?b(e)&&!H(e):re(e)&&ne.test(f.call(e))}:Q(!1),ie=ee("length");function ae(e,t){t=function(e){for(var t={},r=e.length,n=0;n<r;++n)t[e[n]]=!0;return{contains:function(e){return t[e]},push:function(r){return t[r]=!0,e.push(r)}}}(t);var r=A.length,n=e.constructor,o=D(n)&&n.prototype||u,i="constructor";for(K(e,i)&&!t.contains(i)&&t.push(i);r--;)(i=A[r])in e&&e[i]!==o[i]&&!t.contains(i)&&t.push(i)}function ue(e){if(!k(e))return[];if(v)return v(e);var t=[];for(var r in e)K(e,r)&&t.push(r);return S&&ae(e,t),t}function se(e){if(null==e)return!0;var t=ie(e);return"number"==typeof t&&(z(e)||P(e)||X(e))?0===t:0===ie(ue(e))}function le(e,t){var r=ue(t),n=r.length;if(null==e)return!n;for(var o=Object(e),i=0;i<n;i++){var a=r[i];if(t[a]!==o[a]||!(a in o))return!1}return!0}function ce(e){return e instanceof ce?e:this instanceof ce?void(this._wrapped=e):new ce(e)}function fe(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,te(e))}ce.VERSION=o,ce.prototype.value=function(){return this._wrapped},ce.prototype.valueOf=ce.prototype.toJSON=ce.prototype.value,ce.prototype.toString=function(){return String(this._wrapped)};var de="[object DataView]";function pe(e,t,r,n){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var o=typeof e;return("function"===o||"object"===o||"object"==typeof t)&&he(e,t,r,n)}function he(e,t,r,n){e instanceof ce&&(e=e._wrapped),t instanceof ce&&(t=t._wrapped);var o=f.call(e);if(o!==f.call(t))return!1;if(q&&"[object Object]"==o&&H(e)){if(!H(t))return!1;o=de}switch(o){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return s.valueOf.call(e)===s.valueOf.call(t);case"[object ArrayBuffer]":case de:return he(fe(e),fe(t),r,n)}var i="[object Array]"===o;if(!i&&oe(e)){if(te(e)!==te(t))return!1;if(e.buffer===t.buffer&&e.byteOffset===t.byteOffset)return!0;i=!0}if(!i){if("object"!=typeof e||"object"!=typeof t)return!1;var a=e.constructor,u=t.constructor;if(a!==u&&!(D(a)&&a instanceof a&&D(u)&&u instanceof u)&&"constructor"in e&&"constructor"in t)return!1}n=n||[];for(var l=(r=r||[]).length;l--;)if(r[l]===e)return n[l]===t;if(r.push(e),n.push(t),i){if((l=e.length)!==t.length)return!1;for(;l--;)if(!pe(e[l],t[l],r,n))return!1}else{var c,d=ue(e);if(l=d.length,ue(t).length!==l)return!1;for(;l--;)if(!K(t,c=d[l])||!pe(e[c],t[c],r,n))return!1}return r.pop(),n.pop(),!0}function ye(e,t){return pe(e,t)}function ve(e){if(!k(e))return[];var t=[];for(var r in e)t.push(r);return S&&ae(e,t),t}function me(e){var t=ie(e);return function(r){if(null==r)return!1;var n=ve(r);if(ie(n))return!1;for(var o=0;o<t;o++)if(!D(r[e[o]]))return!1;return e!==Ae||!D(r[be])}}var be="forEach",ge=["clear","delete"],we=["get","has","set"],Se=ge.concat(be,we),Ae=ge.concat(we),Ee=["add"].concat(ge,be,"has");const Oe=$?me(Se):C("Map"),ke=$?me(Ae):C("WeakMap"),je=$?me(Ee):C("Set"),xe=C("WeakSet");function Me(e){for(var t=ue(e),r=t.length,n=Array(r),o=0;o<r;o++)n[o]=e[t[o]];return n}function Ne(e){for(var t=ue(e),r=t.length,n=Array(r),o=0;o<r;o++)n[o]=[t[o],e[t[o]]];return n}function Ce(e){for(var t={},r=ue(e),n=0,o=r.length;n<o;n++)t[e[r[n]]]=r[n];return t}function Pe(e){var t=[];for(var r in e)D(e[r])&&t.push(r);return t.sort()}function _e(e,t){return function(r){var n=arguments.length;if(t&&(r=Object(r)),n<2||null==r)return r;for(var o=1;o<n;o++)for(var i=arguments[o],a=e(i),u=a.length,s=0;s<u;s++){var l=a[s];t&&void 0!==r[l]||(r[l]=i[l])}return r}}const Te=_e(ve),Ie=_e(ue),Le=_e(ve,!0);function Re(e){if(!k(e))return{};if(m)return m(e);var t=function(){};t.prototype=e;var r=new t;return t.prototype=null,r}function Fe(e,t){var r=Re(e);return t&&Ie(r,t),r}function Ve(e){return k(e)?z(e)?e.slice():Te({},e):e}function We(e,t){return t(e),e}function De(e){return z(e)?e:[e]}function Be(e){return ce.toPath(e)}function qe(e,t){for(var r=t.length,n=0;n<r;n++){if(null==e)return;e=e[t[n]]}return r?e:void 0}function $e(e,t,r){var n=qe(e,Be(t));return x(n)?r:n}function Ue(e,t){for(var r=(t=Be(t)).length,n=0;n<r;n++){var o=t[n];if(!K(e,o))return!1;e=e[o]}return!!r}function He(e){return e}function ze(e){return e=Ie({},e),function(t){return le(t,e)}}function Ke(e){return e=Be(e),function(t){return qe(t,e)}}function Ye(e,t,r){if(void 0===t)return e;switch(null==r?3:r){case 1:return function(r){return e.call(t,r)};case 3:return function(r,n,o){return e.call(t,r,n,o)};case 4:return function(r,n,o,i){return e.call(t,r,n,o,i)}}return function(){return e.apply(t,arguments)}}function Xe(e,t,r){return null==e?He:D(e)?Ye(e,t,r):k(e)&&!z(e)?ze(e):Ke(e)}function Ze(e,t){return Xe(e,t,1/0)}function Je(e,t,r){return ce.iteratee!==Ze?ce.iteratee(e,t):Xe(e,t,r)}function Qe(e,t,r){t=Je(t,r);for(var n=ue(e),o=n.length,i={},a=0;a<o;a++){var u=n[a];i[u]=t(e[u],u,e)}return i}function Ge(){}function et(e){return null==e?Ge:function(t){return $e(e,t)}}function tt(e,t,r){var n=Array(Math.max(0,e));t=Ye(t,r,1);for(var o=0;o<e;o++)n[o]=t(o);return n}function rt(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}ce.toPath=De,ce.iteratee=Ze;const nt=Date.now||function(){return(new Date).getTime()};function ot(e){var t=function(t){return e[t]},r="(?:"+ue(e).join("|")+")",n=RegExp(r),o=RegExp(r,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(o,t):e}}const it={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},at=ot(it),ut=ot(Ce(it)),st=ce.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var lt=/(.)^/,ct={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},ft=/\\|'|\r|\n|\u2028|\u2029/g;function dt(e){return"\\"+ct[e]}var pt=/^\s*(\w|\$)+\s*$/;function ht(e,t,r){!t&&r&&(t=r),t=Le({},t,ce.templateSettings);var n=RegExp([(t.escape||lt).source,(t.interpolate||lt).source,(t.evaluate||lt).source].join("|")+"|$","g"),o=0,i="__p+='";e.replace(n,(function(t,r,n,a,u){return i+=e.slice(o,u).replace(ft,dt),o=u+t.length,r?i+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?i+="'+\n((__t=("+n+"))==null?'':__t)+\n'":a&&(i+="';\n"+a+"\n__p+='"),t})),i+="';\n";var a,u=t.variable;if(u){if(!pt.test(u))throw new Error("variable is not a bare identifier: "+u)}else i="with(obj||{}){\n"+i+"}\n",u="obj";i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{a=new Function(u,"_",i)}catch(e){throw e.source=i,e}var s=function(e){return a.call(this,e,ce)};return s.source="function("+u+"){\n"+i+"}",s}function yt(e,t,r){var n=(t=Be(t)).length;if(!n)return D(r)?r.call(e):r;for(var o=0;o<n;o++){var i=null==e?void 0:e[t[o]];void 0===i&&(i=r,o=n),e=D(i)?i.call(e):i}return e}var vt=0;function mt(e){var t=++vt+"";return e?e+t:t}function bt(e){var t=ce(e);return t._chain=!0,t}function gt(e,t,r,n,o){if(!(n instanceof t))return e.apply(r,o);var i=Re(e.prototype),a=e.apply(i,o);return k(a)?a:i}var wt=O((function(e,t){var r=wt.placeholder,n=function(){for(var o=0,i=t.length,a=Array(i),u=0;u<i;u++)a[u]=t[u]===r?arguments[o++]:t[u];for(;o<arguments.length;)a.push(arguments[o++]);return gt(e,n,this,this,a)};return n}));wt.placeholder=ce;const St=wt,At=O((function(e,t,r){if(!D(e))throw new TypeError("Bind must be called on a function");var n=O((function(o){return gt(e,n,t,this,r.concat(o))}));return n})),Et=G(ie);function Ot(e,t,r,n){if(n=n||[],t||0===t){if(t<=0)return n.concat(e)}else t=1/0;for(var o=n.length,i=0,a=ie(e);i<a;i++){var u=e[i];if(Et(u)&&(z(u)||X(u)))if(t>1)Ot(u,t-1,r,n),o=n.length;else for(var s=0,l=u.length;s<l;)n[o++]=u[s++];else r||(n[o++]=u)}return n}const kt=O((function(e,t){var r=(t=Ot(t,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var n=t[r];e[n]=At(e[n],e)}return e}));function jt(e,t){var r=function(n){var o=r.cache,i=""+(t?t.apply(this,arguments):n);return K(o,i)||(o[i]=e.apply(this,arguments)),o[i]};return r.cache={},r}const xt=O((function(e,t,r){return setTimeout((function(){return e.apply(null,r)}),t)})),Mt=St(xt,ce,1);function Nt(e,t,r){var n,o,i,a,u=0;r||(r={});var s=function(){u=!1===r.leading?0:nt(),n=null,a=e.apply(o,i),n||(o=i=null)},l=function(){var l=nt();u||!1!==r.leading||(u=l);var c=t-(l-u);return o=this,i=arguments,c<=0||c>t?(n&&(clearTimeout(n),n=null),u=l,a=e.apply(o,i),n||(o=i=null)):n||!1===r.trailing||(n=setTimeout(s,c)),a};return l.cancel=function(){clearTimeout(n),u=0,n=o=i=null},l}function Ct(e,t,r){var n,o,i,a,u,s=function(){var l=nt()-o;t>l?n=setTimeout(s,t-l):(n=null,r||(a=e.apply(u,i)),n||(i=u=null))},l=O((function(l){return u=this,i=l,o=nt(),n||(n=setTimeout(s,t),r&&(a=e.apply(u,i))),a}));return l.cancel=function(){clearTimeout(n),n=i=u=null},l}function Pt(e,t){return St(t,e)}function _t(e){return function(){return!e.apply(this,arguments)}}function Tt(){var e=arguments,t=e.length-1;return function(){for(var r=t,n=e[t].apply(this,arguments);r--;)n=e[r].call(this,n);return n}}function It(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function Lt(e,t){var r;return function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=null),r}}const Rt=St(Lt,2);function Ft(e,t,r){t=Je(t,r);for(var n,o=ue(e),i=0,a=o.length;i<a;i++)if(t(e[n=o[i]],n,e))return n}function Vt(e){return function(t,r,n){r=Je(r,n);for(var o=ie(t),i=e>0?0:o-1;i>=0&&i<o;i+=e)if(r(t[i],i,t))return i;return-1}}const Wt=Vt(1),Dt=Vt(-1);function Bt(e,t,r,n){for(var o=(r=Je(r,n,1))(t),i=0,a=ie(e);i<a;){var u=Math.floor((i+a)/2);r(e[u])<o?i=u+1:a=u}return i}function qt(e,t,r){return function(n,o,i){var a=0,u=ie(n);if("number"==typeof i)e>0?a=i>=0?i:Math.max(i+u,a):u=i>=0?Math.min(i+1,u):i+u+1;else if(r&&i&&u)return n[i=r(n,o)]===o?i:-1;if(o!=o)return(i=t(c.call(n,a,u),J))>=0?i+a:-1;for(i=e>0?a:u-1;i>=0&&i<u;i+=e)if(n[i]===o)return i;return-1}}const $t=qt(1,Wt,Bt),Ut=qt(-1,Dt);function Ht(e,t,r){var n=(Et(e)?Wt:Ft)(e,t,r);if(void 0!==n&&-1!==n)return e[n]}function zt(e,t){return Ht(e,ze(t))}function Kt(e,t,r){var n,o;if(t=Ye(t,r),Et(e))for(n=0,o=e.length;n<o;n++)t(e[n],n,e);else{var i=ue(e);for(n=0,o=i.length;n<o;n++)t(e[i[n]],i[n],e)}return e}function Yt(e,t,r){t=Je(t,r);for(var n=!Et(e)&&ue(e),o=(n||e).length,i=Array(o),a=0;a<o;a++){var u=n?n[a]:a;i[a]=t(e[u],u,e)}return i}function Xt(e){return function(t,r,n,o){var i=arguments.length>=3;return function(t,r,n,o){var i=!Et(t)&&ue(t),a=(i||t).length,u=e>0?0:a-1;for(o||(n=t[i?i[u]:u],u+=e);u>=0&&u<a;u+=e){var s=i?i[u]:u;n=r(n,t[s],s,t)}return n}(t,Ye(r,o,4),n,i)}}const Zt=Xt(1),Jt=Xt(-1);function Qt(e,t,r){var n=[];return t=Je(t,r),Kt(e,(function(e,r,o){t(e,r,o)&&n.push(e)})),n}function Gt(e,t,r){return Qt(e,_t(Je(t)),r)}function er(e,t,r){t=Je(t,r);for(var n=!Et(e)&&ue(e),o=(n||e).length,i=0;i<o;i++){var a=n?n[i]:i;if(!t(e[a],a,e))return!1}return!0}function tr(e,t,r){t=Je(t,r);for(var n=!Et(e)&&ue(e),o=(n||e).length,i=0;i<o;i++){var a=n?n[i]:i;if(t(e[a],a,e))return!0}return!1}function rr(e,t,r,n){return Et(e)||(e=Me(e)),("number"!=typeof r||n)&&(r=0),$t(e,t,r)>=0}const nr=O((function(e,t,r){var n,o;return D(t)?o=t:(t=Be(t),n=t.slice(0,-1),t=t[t.length-1]),Yt(e,(function(e){var i=o;if(!i){if(n&&n.length&&(e=qe(e,n)),null==e)return;i=e[t]}return null==i?i:i.apply(e,r)}))}));function or(e,t){return Yt(e,Ke(t))}function ir(e,t){return Qt(e,ze(t))}function ar(e,t,r){var n,o,i=-1/0,a=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var u=0,s=(e=Et(e)?e:Me(e)).length;u<s;u++)null!=(n=e[u])&&n>i&&(i=n);else t=Je(t,r),Kt(e,(function(e,r,n){((o=t(e,r,n))>a||o===-1/0&&i===-1/0)&&(i=e,a=o)}));return i}function ur(e,t,r){var n,o,i=1/0,a=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e)for(var u=0,s=(e=Et(e)?e:Me(e)).length;u<s;u++)null!=(n=e[u])&&n<i&&(i=n);else t=Je(t,r),Kt(e,(function(e,r,n){((o=t(e,r,n))<a||o===1/0&&i===1/0)&&(i=e,a=o)}));return i}function sr(e,t,r){if(null==t||r)return Et(e)||(e=Me(e)),e[rt(e.length-1)];var n=Et(e)?Ve(e):Me(e),o=ie(n);t=Math.max(Math.min(t,o),0);for(var i=o-1,a=0;a<t;a++){var u=rt(a,i),s=n[a];n[a]=n[u],n[u]=s}return n.slice(0,t)}function lr(e){return sr(e,1/0)}function cr(e,t,r){var n=0;return t=Je(t,r),or(Yt(e,(function(e,r,o){return{value:e,index:n++,criteria:t(e,r,o)}})).sort((function(e,t){var r=e.criteria,n=t.criteria;if(r!==n){if(r>n||void 0===r)return 1;if(r<n||void 0===n)return-1}return e.index-t.index})),"value")}function fr(e,t){return function(r,n,o){var i=t?[[],[]]:{};return n=Je(n,o),Kt(r,(function(t,o){var a=n(t,o,r);e(i,t,a)})),i}}const dr=fr((function(e,t,r){K(e,r)?e[r].push(t):e[r]=[t]})),pr=fr((function(e,t,r){e[r]=t})),hr=fr((function(e,t,r){K(e,r)?e[r]++:e[r]=1})),yr=fr((function(e,t,r){e[r?0:1].push(t)}),!0);var vr=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function mr(e){return e?z(e)?c.call(e):P(e)?e.match(vr):Et(e)?Yt(e,He):Me(e):[]}function br(e){return null==e?0:Et(e)?e.length:ue(e).length}function gr(e,t,r){return t in r}const wr=O((function(e,t){var r={},n=t[0];if(null==e)return r;D(n)?(t.length>1&&(n=Ye(n,t[1])),t=ve(e)):(n=gr,t=Ot(t,!1,!1),e=Object(e));for(var o=0,i=t.length;o<i;o++){var a=t[o],u=e[a];n(u,a,e)&&(r[a]=u)}return r})),Sr=O((function(e,t){var r,n=t[0];return D(n)?(n=_t(n),t.length>1&&(r=t[1])):(t=Yt(Ot(t,!1,!1),String),n=function(e,r){return!rr(t,r)}),wr(e,n,r)}));function Ar(e,t,r){return c.call(e,0,Math.max(0,e.length-(null==t||r?1:t)))}function Er(e,t,r){return null==e||e.length<1?null==t||r?void 0:[]:null==t||r?e[0]:Ar(e,e.length-t)}function Or(e,t,r){return c.call(e,null==t||r?1:t)}function kr(e,t,r){return null==e||e.length<1?null==t||r?void 0:[]:null==t||r?e[e.length-1]:Or(e,Math.max(0,e.length-t))}function jr(e){return Qt(e,Boolean)}function xr(e,t){return Ot(e,t,!1)}const Mr=O((function(e,t){return t=Ot(t,!0,!0),Qt(e,(function(e){return!rr(t,e)}))})),Nr=O((function(e,t){return Mr(e,t)}));function Cr(e,t,r,n){M(t)||(n=r,r=t,t=!1),null!=r&&(r=Je(r,n));for(var o=[],i=[],a=0,u=ie(e);a<u;a++){var s=e[a],l=r?r(s,a,e):s;t&&!r?(a&&i===l||o.push(s),i=l):r?rr(i,l)||(i.push(l),o.push(s)):rr(o,s)||o.push(s)}return o}const Pr=O((function(e){return Cr(Ot(e,!0,!0))}));function _r(e){for(var t=[],r=arguments.length,n=0,o=ie(e);n<o;n++){var i=e[n];if(!rr(t,i)){var a;for(a=1;a<r&&rr(arguments[a],i);a++);a===r&&t.push(i)}}return t}function Tr(e){for(var t=e&&ar(e,ie).length||0,r=Array(t),n=0;n<t;n++)r[n]=or(e,n);return r}const Ir=O(Tr);function Lr(e,t){for(var r={},n=0,o=ie(e);n<o;n++)t?r[e[n]]=t[n]:r[e[n][0]]=e[n][1];return r}function Rr(e,t,r){null==t&&(t=e||0,e=0),r||(r=t<e?-1:1);for(var n=Math.max(Math.ceil((t-e)/r),0),o=Array(n),i=0;i<n;i++,e+=r)o[i]=e;return o}function Fr(e,t){if(null==t||t<1)return[];for(var r=[],n=0,o=e.length;n<o;)r.push(c.call(e,n,n+=t));return r}function Vr(e,t){return e._chain?ce(t).chain():t}function Wr(e){return Kt(Pe(e),(function(t){var r=ce[t]=e[t];ce.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),Vr(this,r.apply(ce,e))}})),ce}Kt(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=a[e];ce.prototype[e]=function(){var r=this._wrapped;return null!=r&&(t.apply(r,arguments),"shift"!==e&&"splice"!==e||0!==r.length||delete r[0]),Vr(this,r)}})),Kt(["concat","join","slice"],(function(e){var t=a[e];ce.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),Vr(this,e)}}));const Dr=ce;var Br=Wr(n);Br._=Br;const qr=Br}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r(484),r(523),r(650);r(318)})();
1
+ /*! P-ELEMENTS 1.2.32-rc7 - Tue Apr 21 2026 16:36:51 GMT+0200 (Midden-Europese zomertijd) */(()=>{var t={554(t,e,r){var n,o,i,a={scope:{}};a.defineProperty="function"==typeof Object.defineProperties?Object.defineProperty:function(t,e,r){if(r.get||r.set)throw new TypeError("ES3 does not support getters and setters.");t!=Array.prototype&&t!=Object.prototype&&(t[e]=r.value)},a.getGlobal=function(t){return"undefined"!=typeof window&&window===t?t:void 0!==r.g&&null!=r.g?r.g:t},a.global=a.getGlobal(this),a.SYMBOL_PREFIX="jscomp_symbol_",a.initSymbol=function(){a.initSymbol=function(){},a.global.Symbol||(a.global.Symbol=a.Symbol)},a.symbolCounter_=0,a.Symbol=function(t){return a.SYMBOL_PREFIX+(t||"")+a.symbolCounter_++},a.initSymbolIterator=function(){a.initSymbol();var t=a.global.Symbol.iterator;t||(t=a.global.Symbol.iterator=a.global.Symbol("iterator")),"function"!=typeof Array.prototype[t]&&a.defineProperty(Array.prototype,t,{configurable:!0,writable:!0,value:function(){return a.arrayIterator(this)}}),a.initSymbolIterator=function(){}},a.arrayIterator=function(t){var e=0;return a.iteratorPrototype((function(){return e<t.length?{done:!1,value:t[e++]}:{done:!0}}))},a.iteratorPrototype=function(t){return a.initSymbolIterator(),(t={next:t})[a.global.Symbol.iterator]=function(){return this},t},a.array=a.array||{},a.iteratorFromArray=function(t,e){a.initSymbolIterator(),t instanceof String&&(t+="");var r=0,n={next:function(){if(r<t.length){var o=r++;return{value:e(o,t[o]),done:!1}}return n.next=function(){return{done:!0,value:void 0}},n.next()}};return n[Symbol.iterator]=function(){return n},n},a.polyfill=function(t,e,r,n){if(e){for(r=a.global,t=t.split("."),n=0;n<t.length-1;n++){var o=t[n];o in r||(r[o]={}),r=r[o]}(e=e(n=r[t=t[t.length-1]]))!=n&&null!=e&&a.defineProperty(r,t,{configurable:!0,writable:!0,value:e})}},a.polyfill("Array.prototype.keys",(function(t){return t||function(){return a.iteratorFromArray(this,(function(t){return t}))}}),"es6-impl","es3");var u=this;o=[],n=function(){function t(t){if(!V.col(t))try{return document.querySelectorAll(t)}catch(t){}}function e(t,e){for(var r=t.length,n=2<=arguments.length?arguments[1]:void 0,o=[],i=0;i<r;i++)if(i in t){var a=t[i];e.call(n,a,i,t)&&o.push(a)}return o}function r(t){return t.reduce((function(t,e){return t.concat(V.arr(e)?r(e):e)}),[])}function n(e){return V.arr(e)?e:(V.str(e)&&(e=t(e)||e),e instanceof NodeList||e instanceof HTMLCollection?[].slice.call(e):[e])}function o(t,e){return t.some((function(t){return t===e}))}function i(t){var e,r={};for(e in t)r[e]=t[e];return r}function a(t,e){var r,n=i(t);for(r in t)n[r]=e.hasOwnProperty(r)?e[r]:t[r];return n}function s(t,e){var r,n=i(t);for(r in e)n[r]=V.und(t[r])?e[r]:t[r];return n}function c(t){t=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(t,e,r,n){return e+e+r+r+n+n}));var e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return"rgba("+(t=parseInt(e[1],16))+","+parseInt(e[2],16)+","+(e=parseInt(e[3],16))+",1)"}function l(t){function e(t,e,r){return 0>r&&(r+=1),1<r&&--r,r<1/6?t+6*(e-t)*r:.5>r?e:r<2/3?t+(e-t)*(2/3-r)*6:t}var r=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(t)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(t);t=parseInt(r[1])/360;var n=parseInt(r[2])/100,o=parseInt(r[3])/100;if(r=r[4]||1,0==n)o=n=t=o;else{var i=.5>o?o*(1+n):o+n-o*n,a=2*o-i;o=e(a,i,t+1/3),n=e(a,i,t),t=e(a,i,t-1/3)}return"rgba("+255*o+","+255*n+","+255*t+","+r+")"}function f(t){if(t=/([\+\-]?[0-9#\.]+)(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(t))return t[2]}function d(t){return-1<t.indexOf("translate")||"perspective"===t?"px":-1<t.indexOf("rotate")||-1<t.indexOf("skew")?"deg":void 0}function p(t,e){return V.fnc(t)?t(e.target,e.id,e.total):t}function h(t,e){if(e in t.style)return getComputedStyle(t).getPropertyValue(e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase())||"0"}function y(t,e){return V.dom(t)&&o(R,e)?"transform":V.dom(t)&&(t.getAttribute(e)||V.svg(t)&&t[e])?"attribute":V.dom(t)&&"transform"!==e&&h(t,e)?"css":null!=t[e]?"object":void 0}function v(t,r){var n=d(r);if(n=-1<r.indexOf("scale")?1:0+n,!(t=t.style.transform))return n;for(var o=[],i=[],a=[],u=/(\w+)\((.+?)\)/g;o=u.exec(t);)i.push(o[1]),a.push(o[2]);return t=e(a,(function(t,e){return i[e]===r})),t.length?t[0]:n}function m(t,e){switch(y(t,e)){case"transform":return v(t,e);case"css":return h(t,e);case"attribute":return t.getAttribute(e)}return t[e]||0}function g(t,e){var r=/^(\*=|\+=|-=)/.exec(t);if(!r)return t;var n=f(t)||0;switch(e=parseFloat(e),t=parseFloat(t.replace(r[0],"")),r[0][0]){case"+":return e+t+n;case"-":return e-t+n;case"*":return e*t+n}}function b(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function w(t){t=t.points;for(var e,r=0,n=0;n<t.numberOfItems;n++){var o=t.getItem(n);0<n&&(r+=b(e,o)),e=o}return r}function S(t){if(t.getTotalLength)return t.getTotalLength();switch(t.tagName.toLowerCase()){case"circle":return 2*Math.PI*t.getAttribute("r");case"rect":return 2*t.getAttribute("width")+2*t.getAttribute("height");case"line":return b({x:t.getAttribute("x1"),y:t.getAttribute("y1")},{x:t.getAttribute("x2"),y:t.getAttribute("y2")});case"polyline":return w(t);case"polygon":var e=t.points;return w(t)+b(e.getItem(e.numberOfItems-1),e.getItem(0))}}function E(t,e){function r(r){return r=void 0===r?0:r,t.el.getPointAtLength(1<=e+r?e+r:0)}var n=r(),o=r(-1),i=r(1);switch(t.property){case"x":return n.x;case"y":return n.y;case"angle":return 180*Math.atan2(i.y-o.y,i.x-o.x)/Math.PI}}function A(t,e){var r,n=/-?\d*\.?\d+/g;if(r=V.pth(t)?t.totalLength:t,V.col(r))if(V.rgb(r)){var o=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(r);r=o?"rgba("+o[1]+",1)":r}else r=V.hex(r)?c(r):V.hsl(r)?l(r):void 0;else o=(o=f(r))?r.substr(0,r.length-o.length):r,r=e&&!/\s/g.test(r)?o+e:o;return{original:r+="",numbers:r.match(n)?r.match(n).map(Number):[0],strings:V.str(t)||e?r.split(n):[]}}function O(t){return e(t=t?r(V.arr(t)?t.map(n):n(t)):[],(function(t,e,r){return r.indexOf(t)===e}))}function j(t){var e=O(t);return e.map((function(t,r){return{target:t,id:r,total:e.length}}))}function x(t,e){var r=i(e);if(V.arr(t)){var o=t.length;2!==o||V.obj(t[0])?V.fnc(e.duration)||(r.duration=e.duration/o):t={value:t}}return n(t).map((function(t,r){return r=r?0:e.delay,t=V.obj(t)&&!V.pth(t)?t:{value:t},V.und(t.delay)&&(t.delay=r),t})).map((function(t){return s(t,r)}))}function k(t,e){var r,n={};for(r in t){var o=p(t[r],e);V.arr(o)&&(o=o.map((function(t){return p(t,e)})),1===o.length&&(o=o[0])),n[r]=o}return n.duration=parseFloat(n.duration),n.delay=parseFloat(n.delay),n}function M(t){return V.arr(t)?W.apply(this,t):D[t]}function N(t,e){var r;return t.tweens.map((function(n){var o=(n=k(n,e)).value,i=m(e.target,t.name),a=r?r.to.original:i,u=(a=V.arr(o)?o[0]:a,g(V.arr(o)?o[1]:o,a));return i=f(u)||f(a)||f(i),n.from=A(a,i),n.to=A(u,i),n.start=r?r.end:t.offset,n.end=n.start+n.delay+n.duration,n.easing=M(n.easing),n.elasticity=(1e3-Math.min(Math.max(n.elasticity,1),999))/1e3,n.isPath=V.pth(o),n.isColor=V.col(n.from.original),n.isColor&&(n.round=1),r=n}))}function _(t,n){return e(r(t.map((function(t){return n.map((function(e){var r=y(t.target,e.name);if(r){var n=N(e,t);e={type:r,property:e.name,animatable:t,tweens:n,duration:n[n.length-1].end,delay:n[0].delay}}else e=void 0;return e}))}))),(function(t){return!V.und(t)}))}function P(t,e,r,n){var o="delay"===t;return e.length?(o?Math.min:Math.max).apply(Math,e.map((function(e){return e[t]}))):o?n.delay:r.offset+n.delay+n.duration}function C(t){var e,r=a(L,t),n=a(F,t),o=j(t.targets),i=[],u=s(r,n);for(e in t)u.hasOwnProperty(e)||"targets"===e||i.push({name:e,offset:u.offset,tweens:x(t[e],n)});return s(r,{children:[],animatables:o,animations:t=_(o,i),duration:P("duration",t,r,n),delay:P("delay",t,r,n)})}function T(t){function r(){return window.Promise&&new Promise((function(t){return f=t}))}function n(t){return p.reversed?p.duration-t:t}function o(t){for(var r=0,n={},o=p.animations,i=o.length;r<i;){var a=o[r],u=a.animatable,s=(c=a.tweens)[d=c.length-1];d&&(s=e(c,(function(e){return t<e.end}))[0]||s);for(var c=Math.min(Math.max(t-s.start-s.delay,0),s.duration)/s.duration,l=isNaN(c)?1:s.easing(c,s.elasticity),f=(c=s.to.strings,s.round),d=[],y=void 0,v=(y=s.to.numbers.length,0);v<y;v++){var m=void 0,g=(m=s.to.numbers[v],s.from.numbers[v]);m=s.isPath?E(s.value,l*m):g+l*(m-g),f&&(s.isColor&&2<v||(m=Math.round(m*f)/f)),d.push(m)}if(s=c.length)for(y=c[0],l=0;l<s;l++)f=c[l+1],v=d[l],isNaN(v)||(y=f?y+(v+f):y+(v+" "));else y=d[0];B[a.type](u.target,a.property,y,n,u.id),a.currentValue=y,r++}if(r=Object.keys(n).length)for(o=0;o<r;o++)I||(I=h(document.body,"transform")?"transform":"-webkit-transform"),p.animatables[o].target.style[I]=n[o].join(" ");p.currentTime=t,p.progress=t/p.duration*100}function i(t){p[t]&&p[t](p)}function a(){p.remaining&&!0!==p.remaining&&p.remaining--}function u(t){var e=p.duration,u=p.offset,h=u+p.delay,y=p.currentTime,v=p.reversed,m=n(t);if(p.children.length){var g=p.children,b=g.length;if(m>=p.currentTime)for(var w=0;w<b;w++)g[w].seek(m);else for(;b--;)g[b].seek(m)}(m>=h||!e)&&(p.began||(p.began=!0,i("begin")),i("run")),m>u&&m<e?o(m):(m<=u&&0!==y&&(o(0),v&&a()),(m>=e&&y!==e||!e)&&(o(e),v||a())),i("update"),t>=e&&(p.remaining?(c=s,"alternate"===p.direction&&(p.reversed=!p.reversed)):(p.pause(),p.completed||(p.completed=!0,i("complete"),"Promise"in window&&(f(),d=r()))),l=0)}t=void 0===t?{}:t;var s,c,l=0,f=null,d=r(),p=C(t);return p.reset=function(){var t=p.direction,e=p.loop;for(p.currentTime=0,p.progress=0,p.paused=!0,p.began=!1,p.completed=!1,p.reversed="reverse"===t,p.remaining="alternate"===t&&1===e?2:e,o(0),t=p.children.length;t--;)p.children[t].reset()},p.tick=function(t){s=t,c||(c=s),u((l+s-c)*T.speed)},p.seek=function(t){u(n(t))},p.pause=function(){var t=q.indexOf(p);-1<t&&q.splice(t,1),p.paused=!0},p.play=function(){p.paused&&(p.paused=!1,c=0,l=n(p.currentTime),q.push(p),$||U())},p.reverse=function(){p.reversed=!p.reversed,c=0,l=n(p.currentTime)},p.restart=function(){p.pause(),p.reset(),p.play()},p.finished=d,p.reset(),p.autoplay&&p.play(),p}var I,L={update:void 0,begin:void 0,run:void 0,complete:void 0,loop:1,direction:"normal",autoplay:!0,offset:0},F={duration:1e3,delay:0,easing:"easeOutElastic",elasticity:500,round:0},R="translateX translateY translateZ rotate rotateX rotateY rotateZ scale scaleX scaleY scaleZ skewX skewY perspective".split(" "),V={arr:function(t){return Array.isArray(t)},obj:function(t){return-1<Object.prototype.toString.call(t).indexOf("Object")},pth:function(t){return V.obj(t)&&t.hasOwnProperty("totalLength")},svg:function(t){return t instanceof SVGElement},dom:function(t){return t.nodeType||V.svg(t)},str:function(t){return"string"==typeof t},fnc:function(t){return"function"==typeof t},und:function(t){return void 0===t},hex:function(t){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t)},rgb:function(t){return/^rgb/.test(t)},hsl:function(t){return/^hsl/.test(t)},col:function(t){return V.hex(t)||V.rgb(t)||V.hsl(t)}},W=function(){function t(t,e,r){return(((1-3*r+3*e)*t+(3*r-6*e))*t+3*e)*t}return function(e,r,n,o){if(0<=e&&1>=e&&0<=n&&1>=n){var i=new Float32Array(11);if(e!==r||n!==o)for(var a=0;11>a;++a)i[a]=t(.1*a,e,n);return function(a){if(e===r&&n===o)return a;if(0===a)return 0;if(1===a)return 1;for(var u=0,s=1;10!==s&&i[s]<=a;++s)u+=.1;--s,s=u+(a-i[s])/(i[s+1]-i[s])*.1;var c=3*(1-3*n+3*e)*s*s+2*(3*n-6*e)*s+3*e;if(.001<=c){for(u=0;4>u&&0!=(c=3*(1-3*n+3*e)*s*s+2*(3*n-6*e)*s+3*e);++u){var l=t(s,e,n)-a;s-=l/c}a=s}else if(0===c)a=s;else{s=u,u+=.1;var f=0;do{0<(c=t(l=s+(u-s)/2,e,n)-a)?u=l:s=l}while(1e-7<Math.abs(c)&&10>++f);a=l}return t(a,r,o)}}}}(),D=function(){function t(t,e){return 0===t||1===t?t:-Math.pow(2,10*(t-1))*Math.sin(2*(t-1-e/(2*Math.PI)*Math.asin(1))*Math.PI/e)}var e,r="Quad Cubic Quart Quint Sine Expo Circ Back Elastic".split(" "),n={In:[[.55,.085,.68,.53],[.55,.055,.675,.19],[.895,.03,.685,.22],[.755,.05,.855,.06],[.47,0,.745,.715],[.95,.05,.795,.035],[.6,.04,.98,.335],[.6,-.28,.735,.045],t],Out:[[.25,.46,.45,.94],[.215,.61,.355,1],[.165,.84,.44,1],[.23,1,.32,1],[.39,.575,.565,1],[.19,1,.22,1],[.075,.82,.165,1],[.175,.885,.32,1.275],function(e,r){return 1-t(1-e,r)}],InOut:[[.455,.03,.515,.955],[.645,.045,.355,1],[.77,0,.175,1],[.86,0,.07,1],[.445,.05,.55,.95],[1,0,0,1],[.785,.135,.15,.86],[.68,-.55,.265,1.55],function(e,r){return.5>e?t(2*e,r)/2:1-t(-2*e+2,r)/2}]},o={linear:W(.25,.25,.75,.75)},i={};for(e in n)i.type=e,n[i.type].forEach(function(t){return function(e,n){o["ease"+t.type+r[n]]=V.fnc(e)?e:W.apply(u,e)}}(i)),i={type:i.type};return o}(),B={css:function(t,e,r){return t.style[e]=r},attribute:function(t,e,r){return t.setAttribute(e,r)},object:function(t,e,r){return t[e]=r},transform:function(t,e,r,n,o){n[o]||(n[o]=[]),n[o].push(e+"("+r+")")}},q=[],$=0,U=function(){function t(){$=requestAnimationFrame(e)}function e(e){var r=q.length;if(r){for(var n=0;n<r;)q[n]&&q[n].tick(e),n++;t()}else cancelAnimationFrame($),$=0}return t}();return T.version="2.2.0",T.speed=1,T.running=q,T.remove=function(t){t=O(t);for(var e=q.length;e--;)for(var r=q[e],n=r.animations,i=n.length;i--;)o(t,n[i].animatable.target)&&(n.splice(i,1),n.length||r.pause())},T.getValue=m,T.path=function(e,r){var n=V.str(e)?t(e)[0]:e,o=r||100;return function(t){return{el:n,property:t,totalLength:S(n)*(o/100)}}},T.setDashoffset=function(t){var e=S(t);return t.setAttribute("stroke-dasharray",e),e},T.bezier=W,T.easings=D,T.timeline=function(t){var e=T(t);return e.pause(),e.duration=0,e.add=function(r){return e.children.forEach((function(t){t.began=!0,t.completed=!0})),n(r).forEach((function(r){var n=s(r,a(F,t||{}));n.targets=n.targets||t.targets,r=e.duration;var o=n.offset;n.autoplay=!1,n.direction=e.direction,n.offset=V.und(o)?r:g(o,r),e.began=!0,e.completed=!0,e.seek(n.offset),(n=T(n)).began=!0,n.completed=!0,n.duration>r&&(e.duration=n.duration),e.children.push(n)})),e.seek(0),e.reset(),e.autoplay&&e.restart(),e},e},T.random=function(t,e){return Math.floor(Math.random()*(e-t+1))+t},T},void 0===(i="function"==typeof n?n.apply(e,o):n)||(t.exports=i)},318(t,e,r){"use strict";function n(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||function(t,e){if(t){if("string"==typeof t)return o(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var i=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,a=new Map;function u(t){var e=0,r=t.replace(i,(function(t,r,o,i){if(i){e++;var u=function(t){return null==t?void 0:t.split(";").map((function(t){var e=n(t.split(":",2),2),r=e[0],o=e[1];return{key:r.trim(),value:o?o.trim():""}})).filter((function(t){return t.key&&""!==t.key&&""!==t.value}))}(i),s="",c=[];return u.forEach((function(t){c.push(t.key),s+="".concat(r,"_-_").concat(t.key,": ").concat(t.value,";")+"\n"})),a.set(r,c),t.replace(r,"".concat(s,"\n ").concat(r))}return t}));return e>0?r:null}function s(t){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s(t)}function c(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,l(n.key),n)}}function l(t){var e=function(t,e){if("object"!=s(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!=s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==s(e)?e:e+""}function f(t,e,r){return e=y(e),function(t,e){if(e&&("object"==s(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,p()?Reflect.construct(e,r||[],y(t).constructor):e.apply(t,r))}function d(t){var e="function"==typeof Map?new Map:void 0;return d=function(t){if(null===t||!function(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"==typeof t}}(t))return t;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return function(t,e,r){if(p())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&h(o,r.prototype),o}(t,arguments,y(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),h(r,t)},d(t)}function p(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(p=function(){return!!t})()}function h(t,e){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},h(t,e)}function y(t){return y=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},y(t)}var v=function(t){function e(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),f(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&h(t,e)}(e,t),r=e,(n=[{key:"connectedCallback",value:function(){var t=this,e=this.getAttribute("href");fetch(e).then((function(e){e.text().then((function(e){var r=u(e);if(r){var n=document.createElement("link");n.rel="stylesheet",n.href=URL.createObjectURL(new Blob([r],{type:"text/css"})),t.parentElement.replaceWith(n),window.dispatchEvent(new CustomEvent("updatecssapply"))}}))}))}}])&&c(r.prototype,n),o&&c(r,o),Object.defineProperty(r,"prototype",{writable:!1}),r;var r,n,o}(d(HTMLLinkElement));v.cssApplyVars=a,customElements.whenDefined("custom-style").then((function(){document.body.parentElement.classList.add("custom-style-defined")})),customElements.get("custom-style")||customElements.define("custom-style",v,{extends:"link"});var m=r(523),g=r(554);function b(t){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},b(t)}var w=function(t,e,r){var n=r.value;if("function"!=typeof n)throw new Error("@Bind decorator can only be applied to methods not: ".concat(b(n)));var o=!1;return{configurable:!0,get:function(){if(o||this===t.prototype||this.hasOwnProperty(e)||"function"!=typeof n)return n;var r=n.bind(this);return o=!0,Object.defineProperty(this,e,{configurable:!0,get:function(){return r},set:function(t){n=t,delete this[e]}}),o=!1,r},set:function(t){n=t}}},S=function(t){return function(e){customElements.get(t.tagName)?console.warn("Custom element with tag name ".concat(t.tagName," already exists.")):customElements.define(t.tagName,e,t.options)}},E=function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return function(r,n){Object.defineProperty(r,n,{get:function(){return e?this.shadowRoot.querySelector(t):this.querySelector(t)}})}};function A(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function O(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?A(Object(r),!0).forEach((function(e){j(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):A(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function j(t,e,r){return(e=function(t){var e=function(t,e){if("object"!=x(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!=x(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==x(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function x(t){return x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},x(t)}var k=new WeakSet,M=new WeakMap,N=new WeakMap;function _(t){var e=M.get(t);if(e){k.add(t);try{e.forEach((function(e,r){P(t,r,e.value,e.type,e.converter)}))}finally{k.delete(t)}M.delete(t)}var r=N.get(t);if(r&&t.updated){for(var n=r.length,o=0;o<n;){var i=r[o];t.updated(i.propertyKey,i.oldValue,i.newValue),o+=1}N.delete(t)}}function P(t,e,r,n,o){n===Boolean?r?t.setAttribute(e,""):t.removeAttribute(e):n===Object||n===Array?o&&o.toAttribute?t.setAttribute(e,o.toAttribute(r)):t.setAttribute(e,JSON.stringify(r)):null==r?t.removeAttribute(e):t.setAttribute(e,String(r))}var C=new Set;function T(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.type,r=t.attribute,n=void 0===r||r,o=t.reflect,i=void 0!==o&&o,a=t.converter,u=t.readonly,s=void 0!==u&&u,c=function(t){if("string"==typeof t)switch(t){case"string":return String;case"number":return Number;case"boolean":return Boolean;case"object":return Object;case"array":return Array;default:return null}return t}(e);return function(e,r){var o=new WeakMap,u=function(t,e){if(!1!==e)return!0===e?t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase():"string"==typeof e?e:void 0}(r,n);if(!e.__p_elements_core_lifecycle_patch_applied){if(Object.prototype.hasOwnProperty.call(e,"connectedCallback")&&"function"==typeof e.connectedCallback){var l=e.connectedCallback;e.connectedCallback=function(){for(var t,r="__p_elements_core_pending_updates_called",n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];if(this[r])l&&l.apply(this,o);else{var a=!1,u=_,s=this;globalThis.__origProcessPendingUpdates=_,globalThis.processPendingUpdates=function(t){return t===s&&(a=!0),u(t)};try{l&&l.apply(this,o)}finally{globalThis.processPendingUpdates=globalThis.__origProcessPendingUpdates,delete globalThis.__origProcessPendingUpdates}if(!a){var c=Object.getPrototypeOf(e),f=c&&c.connectedCallback;"function"==typeof f?(f.apply(this,o),"undefined"!=typeof console&&console.info&&(t=this.nodeName,C.has(t)||(C.add(t),"undefined"!=typeof console&&console.info&&console.info("[CustomElement] connectedCallback called for <".concat(t.toLocaleLowerCase(),">"))))):(_(this),"undefined"!=typeof console&&console.info&&console.info("[p-elements-core] called processPendingUpdates automatically for <".concat(this.nodeName,">")))}this[r]=!0}}}if(Object.prototype.hasOwnProperty.call(e,"disconnectedCallback")&&"function"==typeof e.disconnectedCallback){var f=e.disconnectedCallback;e.disconnectedCallback=function(){for(var t="__p_elements_core_disconnected_called",r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];if(this[t])f&&f.apply(this,n);else{var i=!1,a=Object.getPrototypeOf(e),u=a&&a.disconnectedCallback;f&&(f.apply(this,n),i=!0),i||"function"!=typeof u||u.apply(this,n),this[t]=!0}}}if(Object.prototype.hasOwnProperty.call(e,"attributeChangedCallback")&&"function"==typeof e.attributeChangedCallback){var d=e.attributeChangedCallback;e.attributeChangedCallback=function(){for(var t="__p_elements_core_attribute_changed_called",r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];if(this[t])d&&d.apply(this,n);else{var i=!1,a=Object.getPrototypeOf(e),u=a&&a.attributeChangedCallback;d&&(d.apply(this,n),i=!0),i||"function"!=typeof u||u.apply(this,n),this[t]=!0}}}e.__p_elements_core_lifecycle_patch_applied=!0}Object.defineProperty(e,r,{get:function(){if(!o.has(this)&&u&&this.hasAttribute&&this.hasAttribute(u)){var t,e=this.getAttribute(u);if(null!==e)return t=a&&a.fromAttribute?a.fromAttribute(e):c===Boolean||(c===Number?Number(e):e),o.set(this,t),"function"==typeof this.renderNow&&this.renderNow(),t}return o.has(this)?o.get(this):c!==Boolean&&void 0},set:function(t){if(!s||!o.has(this)){var e,n=o.get(this),l=!1;if(null==c&&t!==n&&(l=!0),!o.has(this)&&u&&this.hasAttribute&&this.hasAttribute(u)){var f=this.getAttribute(u);if(null!==f)return e=a&&a.fromAttribute?a.fromAttribute(f):c===Boolean||(c===Number?Number(f):f),o.set(this,e),void(this.isConnected?("function"==typeof this.renderNow&&this.renderNow(),this.updated&&this.updated(r,n,e)):this.updated&&(N.has(this)||N.set(this,[]),N.get(this).push({propertyKey:r,oldValue:n,newValue:e})))}if(e=l?t:function(t,e,r){if(r&&r.fromAttribute&&"string"==typeof t)return r.fromAttribute(t);if(null==t)return t;switch(e){case String:return String(t);case Number:return Number(t);case Boolean:return Boolean(t);case Object:return"object"===x(t)?t:JSON.parse(String(t));case Array:return Array.isArray(t)?t:JSON.parse(String(t));default:return t}}(t,c,a),n!==e){var d=!this.shouldUpdate||this.shouldUpdate(r,n,e);if(o.set(this,d?e:n),i&&void 0!==u)if(this.isConnected){k.add(this);try{P(this,u,d?e:n,c,a)}finally{k.delete(this)}}else M.has(this)||M.set(this,new Map),M.get(this).set(u,{value:d?e:n,type:c,converter:a});this.isConnected?("function"==typeof this.renderNow&&this.renderNow(),this.updated&&this.updated(r,n,e)):this.updated&&(N.has(this)||N.set(this,[]),N.get(this).push({propertyKey:r,oldValue:n,newValue:e})),l&&"function"==typeof this.renderNow&&this.renderNow()}}},configurable:!0}),e.constructor._propertyInfo||(e.constructor._propertyInfo=new Map),e.constructor._propertyInfo.set(r,O(O({},t),{},{name:r,attribute:u,type:c})),u&&(e.constructor.observedAttributes||(e.constructor.observedAttributes=[]),e.constructor.observedAttributes.includes(u)||e.constructor.observedAttributes.push(u))}}var I=T({});function L(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||W(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function F(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */F=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function s(t,e,r,n){return Object.defineProperty(t,e,{value:r,enumerable:!n,configurable:!n,writable:!n})}try{s({},"")}catch(t){s=function(t,e,r){return t[e]=r}}function c(e,r,n,o){var i=r&&r.prototype instanceof d?r:d,a=Object.create(i.prototype);return s(a,"_invoke",function(e,r,n){var o=1;return function(i,a){if(3===o)throw Error("Generator is already running");if(4===o){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var s=S(u,n);if(s){if(s===f)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(1===o)throw o=4,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=3;var c=l(e,r,n);if("normal"===c.type){if(o=n.done?4:2,c.arg===f)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o=4,n.method="throw",n.arg=c.arg)}}}(e,n,new O(o||[])),!0),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=c;var f={};function d(){}function p(){}function h(){}var y={};s(y,i,(function(){return this}));var v=Object.getPrototypeOf,m=v&&v(v(j([])));m&&m!==r&&n.call(m,i)&&(y=m);var g=h.prototype=d.prototype=Object.create(y);function b(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function r(o,i,a,u){var s=l(t[o],t,i);if("throw"!==s.type){var c=s.arg,f=c.value;return f&&"object"==B(f)&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,a,u)}),(function(t){r("throw",t,a,u)})):e.resolve(f).then((function(t){c.value=t,a(c)}),(function(t){return r("throw",t,a,u)}))}u(s.arg)}var o;s(this,"_invoke",(function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}),!0)}function S(e,r){var n=r.method,o=e.i[n];if(o===t)return r.delegate=null,"throw"===n&&e.i.return&&(r.method="return",r.arg=t,S(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),f;var i=l(o,e.i,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,f;var a=i.arg;return a?a.done?(r[e.r]=a.value,r.next=e.n,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,f):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,f)}function E(t){this.tryEntries.push(t)}function A(e){var r=e[4]||{};r.type="normal",r.arg=t,e[4]=r}function O(t){this.tryEntries=[[-1]],t.forEach(E,this),this.reset(!0)}function j(e){if(null!=e){var r=e[i];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function r(){for(;++o<e.length;)if(n.call(e,o))return r.value=e[o],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw new TypeError(B(e)+" is not iterable")}return p.prototype=h,s(g,"constructor",h),s(h,"constructor",p),p.displayName=s(h,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,h):(t.__proto__=h,s(t,u,"GeneratorFunction")),t.prototype=Object.create(g),t},e.awrap=function(t){return{__await:t}},b(w.prototype),s(w.prototype,a,(function(){return this})),e.AsyncIterator=w,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new w(c(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},b(g),s(g,u,"Generator"),s(g,i,(function(){return this})),s(g,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.unshift(n);return function t(){for(;r.length;)if((n=r.pop())in e)return t.value=n,t.done=!1,t;return t.done=!0,t}},e.values=j,O.prototype={constructor:O,reset:function(e){if(this.prev=this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(A),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0][4];if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(t){a.type="throw",a.arg=e,r.next=t}for(var o=r.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i[4],u=this.prev,s=i[1],c=i[2];if(-1===i[0])return n("end"),!1;if(!s&&!c)throw Error("try statement without catch or finally");if(null!=i[0]&&i[0]<=u){if(u<s)return this.method="next",this.arg=t,n(s),!0;if(u<c)return n(c),!1}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n[0]>-1&&n[0]<=this.prev&&this.prev<n[2]){var o=n;break}}o&&("break"===t||"continue"===t)&&o[0]<=e&&e<=o[2]&&(o=null);var i=o?o[4]:{};return i.type=t,i.arg=e,o?(this.method="next",this.next=o[2],f):this.complete(i)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r[2]===t)return this.complete(r[4],r[3]),A(r),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r[0]===t){var n=r[4];if("throw"===n.type){var o=n.arg;A(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={i:j(e),r,n},"next"===this.method&&(this.arg=t),f}},e}function R(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}function V(t){return function(t){if(Array.isArray(t))return D(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||W(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function W(t,e){if(t){if("string"==typeof t)return D(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?D(t,e):void 0}}function D(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function B(t){return B="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},B(t)}function q(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,$(n.key),n)}}function $(t){var e=function(t,e){if("object"!=B(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!=B(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==B(e)?e:e+""}function U(t,e){if(e&&("object"==B(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function H(t){var e="function"==typeof Map?new Map:void 0;return H=function(t){if(null===t||!function(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"==typeof t}}(t))return t;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return function(t,e,r){if(z())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&G(o,r.prototype),o}(t,arguments,K(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),G(r,t)},H(t)}function z(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(z=function(){return!!t})()}function G(t,e){return G=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},G(t,e)}function K(t){return K=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},K(t)}function Y(t,e,r){X(t,e),e.set(t,r)}function X(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Z(t,e,r){return r(tt(t,e))}function J(t,e){return t.get(tt(t,e))}function Q(t,e,r){return t.set(tt(t,e),r),r}function tt(t,e,r){if("function"==typeof t?t===e:t.has(e))return arguments.length<3?e:r;throw new TypeError("Private element is not present on this object")}var et=[],rt=new WeakMap,nt=new WeakMap,ot=new WeakMap,it=new WeakMap,at=new WeakMap,ut=new WeakMap,st=new WeakMap,ct=new WeakMap,lt=new WeakMap,ft=new WeakMap,dt=new WeakMap,pt=new WeakMap,ht=new WeakMap,yt=new WeakMap,vt=new WeakMap,mt=new WeakMap,gt=new WeakSet,bt=function(t){function e(t){var r,n,o,i;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),n=this,o=K(o=e),function(t,e){X(t,e),e.add(t)}(r=U(n,z()?Reflect.construct(o,i||[],K(n).constructor):o.apply(n,i)),gt),Y(r,rt,void 0),Y(r,nt,void 0),Y(r,ot,!1),Y(r,it,void 0),Y(r,at,void 0),Y(r,ut,void 0),Y(r,st,!1),Y(r,ct,!1),Y(r,lt,!1),Y(r,ft,!0),Y(r,dt,!0),Y(r,pt,null),Y(r,ht,void 0),Y(r,yt,[]),Y(r,vt,null),Y(r,mt,null);var a=function(t){console.warn("ElementInternals.".concat(t," called before element was connected. Call will be ignored."))};return Q(ht,r,{setValidity:function(t,e,r){a("setValidity")},reportValidity:function(){return a("reportValidity"),!1},checkValidity:function(){return a("checkValidity"),!0},setFormValue:function(t,e){a("setFormValue")}}),tt(gt,r,At).call(r),tt(gt,r,wt).call(r),U(r,t)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&G(t,e)}(e,t),r=e,n=[{key:"isConnected",get:function(){return J(ot,this)}},{key:"properties",get:function(){var t=this.constructor;return t._propertyInfo?Array.from(t._propertyInfo.values()):[]}},{key:"updateComplete",get:function(){return J(vt,this)?J(vt,this):Promise.resolve()}},{key:"internals",get:function(){if(!J(ot,this)&&"object"===B(J(ht,this)))return J(ht,this);var t=this.constructor;if(null===J(pt,this)&&t.formAssociated){var e=J(ht,this);for(var r in Q(ht,this,null),Q(pt,this,this.attachInternals()),e)"function"!=typeof J(pt,this)[r]&&(J(pt,this)[r]=e[r])}return J(pt,this)},set:function(t){Q(pt,this,t)}},{key:"requestUpdate",value:function(){var t=this;return J(vt,this)||(Q(vt,this,new Promise((function(e){Q(mt,t,e)}))),this.scheduleRender()),J(vt,this)}},{key:"addController",value:function(t){J(yt,this).push(t),J(ot,this)&&t.connected&&t.connected()}},{key:"scheduleRender",value:function(){var t;null===(t=J(rt,this))||void 0===t||t.scheduleRender()}},{key:"renderNow",value:function(){var t,e=this;if(this.shadowRoot&&(J(vt,this)||Q(vt,this,new Promise((function(t){Q(mt,e,t)}))),null===(t=J(rt,this))||void 0===t||t.renderNow(),this.updated("",null,null),J(mt,this))){var r=J(mt,this);Q(mt,this,null),Q(vt,this,null),r()}}},{key:"updated",value:function(t,e,r){}},{key:"shouldUpdate",value:function(t,e,r){return!0}},{key:"addStylesheetToRootNode",value:function(t,e){if(Z(gt,this,kt)){if(J(at,this)||Q(at,this,new CSSStyleSheet),t=tt(gt,this,Ot).call(this),J(at,this).replaceSync(t),J(st,this))return;if(e instanceof Document){var r=tt(gt,this,xt).call(this,t);-1===et.indexOf(r)&&(document.adoptedStyleSheets=[].concat(V(document.adoptedStyleSheets),[J(at,this)]),Q(st,this,!0),et.push(r))}else this.shadowRoot.adoptedStyleSheets=[J(at,this)],Q(st,this,!0)}else if(Q(ut,this,document.createElement("link")),J(ut,this).rel="stylesheet",t=tt(gt,this,Ot).call(this),J(ut,this).href=URL.createObjectURL(new Blob([t],{type:"text/css"})),e instanceof Document){var n=tt(gt,this,xt).call(this,t);-1===et.indexOf(n)&&(document.head.appendChild(J(ut,this)),et.push(n))}else this.shadowRoot.appendChild(J(ut,this))}},{key:"templateFromString",value:function(t){var e=this,r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=document.createElement("template");n.innerHTML=t;var o=document.createDocumentFragment();o.appendChild(n.content);var i=o.querySelector("style");return r&&(Q(ct,this,!0),this.shadowRoot||this.attachShadow({mode:"open",delegatesFocus:J(lt,this)})),i&&(tt(gt,this,jt).call(this,i.textContent),i.remove()),window.addEventListener("updatecssapply",(function(){tt(gt,e,Ot).call(e)})),o}},{key:"adoptStyle",value:function(t,e){this.addStylesheetToRootNode(e,t)}},{key:"createProjector",value:(i=F().mark((function t(e,r){var n=this;return F().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,new Promise((function(t){return requestAnimationFrame(t)}));case 2:return t.abrupt("return",new Promise((function(t,o){var i,a=J(nt,n)?J(nt,n):"append";requestAnimationFrame((function(){(i=window.Maquette.createProjector({performanceLogger:function(t){"renderStart"!==t&&"renderDone"!==t||tt(gt,n,St).call(n,t)}}))[a](e,r.bind(n)),Q(rt,n,i),requestAnimationFrame((function(){i.renderNow()})),t(i),n.dispatchEvent(new CustomEvent("firstRender",{}))}))})));case 3:case"end":return t.stop()}}),t)})),a=function(){var t=this,e=arguments;return new Promise((function(r,n){var o=i.apply(t,e);function a(t){R(o,r,n,a,u,"next",t)}function u(t){R(o,r,n,a,u,"throw",t)}a(void 0)}))},function(t,e){return a.apply(this,arguments)})},{key:"connectedCallback",value:function(){if(!J(ot,this)){Q(ot,this,!0);for(var t=0,e=J(yt,this).length;t<e;){var r=J(yt,this)[t];null!=r&&r.connected&&r.connected(),t+=1}_(this),this.renderNow()}}},{key:"disconnectedCallback",value:function(){if(!1!==J(ot,this)){Q(ot,this,!1);for(var t=0,e=J(yt,this).length;t<e;){var r=J(yt,this)[t];null!=r&&r.disconnected&&r.disconnected(),t+=1}}}},{key:"attributeChangedCallback",value:function(t,e,r){if(n=this,!k.has(n)&&r!==e){var n,o=this.constructor;if(null!=o&&o._propertyInfo){var i=Array.from(o._propertyInfo.values()).find((function(e){return e.attribute===t&&"string"==typeof e.attribute}));if(i){var a=i.converter,u=r;null!=a&&a.fromAttribute?u=a.fromAttribute(r):i.type===Boolean?u=null!==r:i.type===Number&&(u=null===r?null:Number(r)),this[i.name]=u,this.scheduleRender()}}}}}],n&&q(r.prototype,n),o&&q(r,o),Object.defineProperty(r,"prototype",{writable:!1}),r;var r,n,o,i,a}(H(HTMLElement));function wt(){"function"==typeof this.init&&(this.init(),J(yt,this).forEach((function(t){null!=t&&t.init&&t.init()})))}function St(t){var e=this;this[t]&&this[t](J("renderStart"===t?ft:dt,this));var r="host".concat(t.charAt(0).toUpperCase()).concat(t.slice(1));J(yt,this).forEach((function(n){n[r]&&n[r](J("renderStart"===t?ft:dt,e))})),Q("renderStart"===t?ft:dt,this,!1)}function Et(){var t=this.constructor;if(t._propertyInfo)for(var e=Array.from(t._propertyInfo.entries()),r=0,n=e.length;r<n;){var o=L(e[r],1)[0];if(Object.hasOwn(this,o)){var i=this[o];delete this[o],this[o]=i}r+=1}}function At(){var t=this,e=this.constructor.projectorMode;Q(nt,this,e||"append");var r=this.constructor.formAssociated,n=this.constructor.delegatesFocus;Q(lt,this,n),r&&Q(pt,this,this.attachInternals());var o=this.constructor.style;if(o){Q(ct,this,!0),Q(nt,this,"replace"),this.shadowRoot||this.attachShadow({mode:"open",delegatesFocus:J(lt,this)}),tt(gt,this,jt).call(this,o);var i=document.createElement("div");this.shadowRoot.appendChild(i),requestAnimationFrame((function(){t.createProjector(i,t.render).then((function(){tt(gt,t,Et).call(t)}))})),window.addEventListener("updatecssapply",(function(){tt(gt,t,Ot).call(t)}))}}function Ot(){var t=function(t){for(var e,r=customElements.get("custom-style").cssApplyVars,n=t,o=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,i=function(){var t=e[0],o=e[1];if(r.has(o)){var i="@apply"+t.split("@apply",2)[1],a=r.get(o).map((function(t){return";".concat(t,": var(").concat(o,"_-_").concat(t,");")})).join("");n=n.replace(i,a)}};e=o.exec(n);)i();return n}(J(it,this));return J(it,this)!==t&&(Q(it,this,t),Z(gt,this,kt)&&J(at,this)?J(at,this).replaceSync(t):Z(gt,this,kt)||(J(ut,this)&&URL.revokeObjectURL(J(ut,this).href),J(ut,this).href=URL.createObjectURL(new Blob([t],{type:"text/css"})))),t}function jt(t){Q(it,this,t),J(ct,this)&&this.shadowRoot?this.addStylesheetToRootNode(t,this.shadowRoot):J(ct,this)||this.addStylesheetToRootNode(t,document)}function xt(t){for(var e=0,r=0;e<t.length;e++)r=Math.imul(31,r)+t.charCodeAt(e)|0;return r}function kt(t){return Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype}function Mt(t){return Mt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Mt(t)}function Nt(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,_t(n.key),n)}}function _t(t){var e=function(t,e){if("object"!=Mt(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var n=r.call(t,e||"default");if("object"!=Mt(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==Mt(e)?e:e+""}function Pt(t,e,r){(function(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")})(t,e),e.set(t,r)}function Ct(t,e){return t.get(Tt(t,e))}function Tt(t,e,r){if("function"==typeof t?t===e:t.has(e))return arguments.length<3?e:r;throw new TypeError("Private element is not present on this object")}bt._propertyInfo=new Map;var It=new WeakMap,Lt=function(){return t=function t(e){var r,n,o;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),Pt(this,It,void 0),n=this,o=e,(r=It).set(Tt(r,n),o),Ct(It,this).addController(this)},(e=[{key:"hostElement",get:function(){return Ct(It,this)}},{key:"renderNow",value:function(){var t;null===(t=this.hostElement)||void 0===t||t.renderNow()}},{key:"scheduleRender",value:function(){var t;null===(t=this.hostElement)||void 0===t||t.scheduleRender()}}])&&Nt(t.prototype,e),r&&Nt(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,r}();function Ft(t){return Ft="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ft(t)}function Rt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,o,i,a,u=[],s=!0,c=!1;try{if(i=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(u.push(n.value),u.length!==e);s=!0);}catch(t){c=!0,o=t}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(t,e)||Vt(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vt(t,e){if(t){if("string"==typeof t)return Wt(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Wt(t,e):void 0}}function Wt(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var Dt,Bt="http://www.w3.org/",qt="".concat(Bt,"2000/svg"),$t="".concat(Bt,"1999/xlink"),Ut=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","readonly","required","reversed","selected","scoped","seamless","typemustmatch"],Ht=[],zt=function(t,e){var r={};return Object.keys(t).forEach((function(e){r[e]=t[e]})),e&&Object.keys(e).forEach((function(t){r[t]=e[t]})),r},Gt=function(t,e){return t.vnodeSelector===e.vnodeSelector&&(t.properties&&e.properties?t.properties.key===e.properties.key&&t.properties.bind===e.properties.bind:!t.properties&&!e.properties)},Kt=function(t){if("string"!=typeof t)throw new Error("Style values must be strings")},Yt=function(t,e,r){if(""!==e.vnodeSelector)for(var n=r;n<t.length;n++)if(Gt(t[n],e))return n;return-1},Xt=function(t,e,r,n){var o=t[e];if(""!==o.vnodeSelector){var i=o.properties;if(!(i?void 0===i.key?i.bind:i.key:void 0))for(var a=0;a<t.length;a++)if(a!==e){var u=t[a];if(Gt(u,o))throw{error:new Error("".concat(r.vnodeSelector," had a ").concat(o.vnodeSelector," child ").concat("added"===n?n:"removed",", but there is now more than one. You must add unique key properties to make them distinguishable.")),parentNode:r,childNode:o}}}},Zt=function(t){if(t.properties){var e=t.properties.enterAnimation;e&&e(t.domNode,t.properties)}},Jt=[],Qt=!1,te=function(t){(t.children||[]).forEach(te),t.properties&&t.properties.afterRemoved&&t.properties.afterRemoved.apply(t.properties.bind||t.properties,[t.domNode])},ee=function(){Qt=!1,Jt.forEach(te),Jt.length=0},re=function(t){Jt.push(t),Qt||(Qt=!0,"undefined"!=typeof window&&"requestIdleCallback"in window?window.requestIdleCallback(ee,{timeout:16}):setTimeout(ee,16))},ne=function(t){var e=t.domNode;if(t.properties){t.properties.eventListeners&&Array.isArray(t.properties.eventListeners)&&t.properties.eventListeners.forEach((function(t){e.removeEventListener(t[0],t[1])}));var r=t.properties.exitAnimation;if(r){e.style.pointerEvents="none";return void r(e,(function(){e.parentNode&&(e.parentNode.removeChild(e),re(t))}),t.properties)}}e.parentNode&&(e.parentNode.removeChild(e),re(t))},oe=function(t,e,r){if(e){var n,o=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=Vt(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}(e);try{for(o.s();!(n=o.n()).done;){var i=n.value;ae(i,t,void 0,r)}}catch(t){o.e(t)}finally{o.f()}}},ie=function(t,e,r){if(oe(t,e.children,r),e.text&&(t.textContent=e.text),function(t,e,r){if(e)for(var n=r.eventHandlerInterceptor,o=Object.keys(e),i=o.length,a=function(){var i,a=o[u],s=e[a];if("className"===a)throw new Error('Property "className" is not supported, use "class".');if("class"===a)ue(t,s,!0);else if("classes"===a)for(var c=Object.keys(s),l=c.length,f=0;f<l;f++){var d=c[f];s[d]&&t.classList.add(d)}else if("styles"===a)for(var p=Object.keys(s),h=p.length,y=0;y<h;y++){var v=p[y],m=s[v];m&&(Kt(m),r.styleApplyer(t,v,m))}else if("on"===a&&s)for(var g=0,b=Object.entries(e.on);g<b.length;g++){var w=Rt(b[g],2),S=w[0],E=w[1],A="function"==typeof E?E:E.listener;n&&(A=n(S,A,t,e)),A&&t.addEventListener(S,A,"function"==typeof E?void 0:E.options)}else if("key"!==a&&null!=s){var O=Ft(s);"function"===O?(0===a.lastIndexOf("on",0)&&(n&&(s=n(a,s,t,e)),"oninput"===a&&(i=s,s=function(t){i.apply(this,[t]),t.target["oninput-value"]=t.target.value})),t[a]=s):r.namespace===qt?"href"===a?t.setAttributeNS($t,a,s):t.setAttribute(a,s):"string"===O&&"value"!==a&&"innerHTML"!==a?t.setAttribute(a,s):("string"===O&&"value"===a&&null!=t&&t.tagName.indexOf("-")&&t.setAttribute(a,s),t[a]=s)}},u=0;u<i;u++)a()}(t,e.properties,r),e.properties&&e.properties.afterCreate)e.properties.afterCreate.apply(e.properties.bind||e.properties,[t,r,e.vnodeSelector,e.properties,e.children]);else if(e.properties&&e.properties.eventListeners){if(!Array.isArray(e.properties.eventListeners))throw new Error("eventListeners value must be an array");e.properties.eventListeners.forEach((function(e){t.addEventListener(e[0],e[1],e[2])}))}},ae=function(t,e,r,n){var o,i=0,a=t.vnodeSelector,u=e.ownerDocument;if(""===a)t.domNode?t.domNode.nodeValue=t.text:(o=t.domNode=u.createTextNode(t.text),void 0!==r?e.insertBefore(o,r):e.appendChild(o));else{for(var s=0;s<=a.length;++s){var c=a.charAt(s);if(s===a.length||"."===c||"#"===c){var l=a.charAt(i-1),f=a.slice(i,s);if("."===l)o.classList.add(f);else if("#"===l)o.id=f;else{var d;if("svg"===f&&(n=zt(n,{namespace:qt})),void 0!==n.namespace)o=t.domNode=u.createElementNS(n.namespace,f);else o=t.domNode=t.domNode||(null!==(d=t.properties)&&void 0!==d&&d.is?u.createElement(f,{is:t.properties.is}):u.createElement(f)),"input"===f&&t.properties&&void 0!==t.properties.type&&o.setAttribute("type",t.properties.type);void 0!==r?e.insertBefore(o,r):o.parentNode!==e&&e.appendChild(o)}i=s+1}}ie(o,t,n)}},ue=function(t,e,r){e&&e.split(" ").forEach((function(e){e&&t.classList.toggle(e,r)}))},se=function(t,e,r,n,o){if(r===n)return!1;n=n||Ht;for(var i,a=(r=r||Ht).length,u=n.length,s=0,c=0,l=!1;c<u;){var f=s<a?r[s]:void 0,d=n[c];if(void 0!==f&&Gt(f,d))l=Dt(f,d,o)||l,s++;else{var p=Yt(r,d,s+1);if(p>=0){for(i=s;i<p;i++)ne(r[i]),Xt(r,i,t,"removed");l=Dt(r[p],d,o)||l,s=p+1}else ae(d,e,s<a?r[s].domNode:void 0,o),Zt(d),Xt(n,c,t,"added")}c++}if(a>s)for(i=s;i<a;i++)ne(r[i]),Xt(r,i,t,"removed");return l};Dt=function(t,e,r){var n=t.domNode,o=!1;if(t===e)return!1;var i=!1;if(""===e.vnodeSelector){if(e.text!==t.text){var a=n.ownerDocument.createTextNode(e.text);return n.parentNode.replaceChild(a,n),e.domNode=a,o=!0}e.domNode=n}else 0===e.vnodeSelector.lastIndexOf("svg",0)&&(r=zt(r,{namespace:qt})),t.text!==e.text&&(i=!0,void 0===e.text?n.removeChild(n.firstChild):n.textContent=e.text),e.domNode=n,i=se(e,n,t.children,e.children,r)||i,i=function(t,e,r,n){if(r){for(var o=!1,i=Object.keys(r),a=i.length,u=0;u<a;u++){var s=i[u],c=r[s],l=e[s];if("class"===s)l!==c&&(ue(t,l,!1),ue(t,c,!0));else if("classes"===s)for(var f=t.classList,d=Object.keys(c),p=d.length,h=0;h<p;h++){var y=d[h],v=!!c[y];v!==!!l[y]&&(o=!0,v?f.add(y):f.remove(y))}else if("styles"===s)for(var m=Object.keys(c),g=m.length,b=0;b<g;b++){var w=m[b],S=c[w];S!==l[w]&&(o=!0,S?(Kt(S),n.styleApplyer(t,w,S)):n.styleApplyer(t,w,""))}else if(c||"string"!=typeof l||Ut.indexOf(s)<0&&(c=""),"value"===s){var E=t[s];E!==c&&(t["oninput-value"]?E===t["oninput-value"]:c!==l)&&(t[s]=c,t["oninput-value"]=void 0),c!==l&&(o=!0)}else if(Ut.indexOf(s)>=0)"string"==typeof c||!0===c?(t.setAttribute(s,""),t[s]=!0):(t.removeAttribute(s),t[s]=!1),o=!0;else if(c!==l){var A=Ft(c);"function"===A&&n.eventHandlerInterceptor||(n.namespace===qt?"href"===s?t.setAttributeNS($t,s,c):t.setAttribute(s,c):"string"===A&&"innerHTML"!==s?"role"===s&&""===c?t.removeAttribute(s):t.setAttribute(s,c):t[s]!==c&&(t[s]=c),o=!0)}}return o}}(n,t.properties,e.properties,r)||i,e.properties&&e.properties.afterUpdate&&e.properties.afterUpdate.apply(e.properties.bind||e.properties,[n,r,e.vnodeSelector,e.properties,e.children]);return i&&e.properties&&e.properties.updateAnimation&&e.properties.updateAnimation(n,e.properties,t.properties),o};var ce,le=function(t,e){return{getLastRender:function(){return t},update:function(r){if(t.vnodeSelector!==r.vnodeSelector)throw new Error("The selector for the root VNode may not be changed. (consider using dom.merge and add one extra level to the virtual DOM)");var n=t;t=r,Dt(n,r,e)},domNode:t.domNode}},fe={namespace:void 0,performanceLogger:function(){},eventHandlerInterceptor:void 0,styleApplyer:function(t,e,r){"-"===e.charAt(0)?t.style.setProperty(e,r):t.style[e]=r}},de=function(t){return zt(fe,t)},pe={create:function(t,e){return e=de(e),ae(t,document.createElement("div"),void 0,e),le(t,e)},append:function(t,e,r){return r=de(r),ae(e,t,void 0,r),le(e,r)},insertBefore:function(t,e,r){return r=de(r),ae(e,t.parentNode,t,r),le(e,r)},merge:function(t,e,r){return r=de(r),e.domNode=t,ie(t,e,r),le(e,r)},replace:function(t,e,r){return r=de(r),ae(e,t.parentNode,t,r),t.parentNode.removeChild(t),le(e,r)}};ce=Array.prototype.find?function(t,e){return t.find(e)}:function(t,e){return t.filter(e)[0]};var he=function(t,e,r){return function(n,o,i,a){return function(n){r("domEvent",n);var i=e(),a=function(t,e){for(var r=[];t&&t!==e;)r.push(t),t=t.parentNode;return r}(n.currentTarget,i.domNode);a.reverse();var u,s,c,l=function(t,e){var r=t;return e.forEach((function(t){r=r&&r.children?ce(r.children,(function(e){return e.domNode===t})):void 0})),r}(i.getLastRender(),a);(t.scheduleRender(),l)&&(u=(null!==(s=null!==(c=l.properties["on".concat(n.type)])&&void 0!==c?c:l.properties.on[n.type].listener)&&void 0!==s?s:l.properties.on[n.type]).apply(l.properties.bind||this,arguments));return void 0===u&&this.hasAttribute("data-force-event-handler")&&(u=o.apply(this,arguments)),r("domEventProcessed",n),u}}},ye=function(t,e){for(var r=0,n=t.length;r<n;r++){var o=t[r];Array.isArray(o)?ye(o,e):null!=o&&!1!==o&&(o.hasOwnProperty("vnodeSelector")||(o={vnodeSelector:"",properties:void 0,children:void 0,text:o.toString(),domNode:null}),e.push(o))}},ve=function(t,e){for(var r=arguments.length,n=new Array(r>2?r-2:0),o=2;o<r;o++)n[o-2]=arguments[o];if(1===n.length&&"string"==typeof n[0])return{vnodeSelector:t,properties:e||void 0,children:void 0,text:n[0],domNode:null};var i=[];return ye(n,i),{vnodeSelector:t,properties:e||void 0,children:i,text:void 0,domNode:null}},me={createCache:function(){var t,e;return{invalidate:function(){e=void 0,t=void 0},result:function(r,n){if(t)for(var o=0;o<r.length;o++)t[o]!==r[o]&&(e=void 0);return e||(e=n(),t=r),e}}},createMapping:function(t,e,r){var n=[],o=[];return{results:o,map:function(i){for(var a=i.map(t),u=o.slice(),s=0,c=0;c<i.length;c++){var l=i[c],f=a[c];if(f===n[s])o[c]=u[s],r(l,u[s],c),s++;else{for(var d=!1,p=1;p<n.length+1;p++){var h=(s+p)%n.length;if(n[h]===f){o[c]=u[h],r(i[c],u[h],c),s=h+1,d=!0;break}}d||(o[c]=e(l,c))}}o.length=i.length,n=a}}},createProjector:function(t){var e,r,n=de(t),o=n.performanceLogger,i=!0,a=!1,u=[],s=[],c=function(t,r,i){var a;n.eventHandlerInterceptor=he(e,(function(){return a}),o),a=t(r,i(),n),u.push(a),s.push(i)},l=function(){if(r=void 0,i){i=!1,o("renderStart",void 0);for(var t=0;t<u.length;t++){var e=s[t]();o("rendered",void 0),u[t].update(e),o("patched",void 0)}o("renderDone",void 0),i=!0}};return e={renderNow:l,scheduleRender:function(){r||a||(r=requestAnimationFrame(l))},stop:function(){r&&(cancelAnimationFrame(r),r=void 0),a=!0},resume:function(){a=!1,i=!0,e.scheduleRender()},append:function(t,e){c(pe.append,t,e)},insertBefore:function(t,e){c(pe.insertBefore,t,e)},merge:function(t,e){c(pe.merge,t,e)},replace:function(t,e){c(pe.replace,t,e)},detach:function(t){for(var e=0;e<s.length;e++)if(s[e]===t)return s.splice(e,1),u.splice(e,1)[0];throw new Error("renderFunction was not found")}}},dom:pe,h:ve};!function(t){t._=m,t.Maquette=me,t.h=ve,t.anime=g,t.CustomElement=bt,t.CustomElementController=Lt,t.CustomElementConfig=S,t.PropertyRenderOnSet=I,t.RenderOnSet=I,t.Property=T,t.Query=E,t.Bind=w}(window)},484(){"use strict";const{keys:t}=Object,e=!0,r=!1,n="querySelectorAll",o="querySelectorAll",{document:i,Element:a,MutationObserver:u,Set:s,WeakMap:c}=self,l=t=>o in t,{filter:f}=[],d=t=>{const d=new c,p=(e,r)=>{let n;if(r)for(let o,i=(t=>t.matches||t.webkitMatchesSelector||t.msMatchesSelector)(e),a=0,{length:u}=y;a<u;a++)i.call(e,o=y[a])&&(d.has(e)||d.set(e,new s),n=d.get(e),n.has(o)||(n.add(o),t.handle(e,r,o)));else d.has(e)&&(n=d.get(e),d.delete(e),n.forEach((n=>{t.handle(e,r,n)})))},h=(t,e=!0)=>{for(let r=0,{length:n}=t;r<n;r++)p(t[r],e)},{query:y}=t,v=t.root||i,m=((t,o=document,i=MutationObserver,a=["*"])=>{const u=(r,o,i,a,s,c)=>{for(const l of r)(c||n in l)&&(s?i.has(l)||(i.add(l),a.delete(l),t(l,s)):a.has(l)||(a.add(l),i.delete(l),t(l,s)),c||u(l[n](o),o,i,a,s,e))},s=new i((t=>{if(a.length){const n=a.join(","),o=new Set,i=new Set;for(const{addedNodes:a,removedNodes:s}of t)u(s,n,o,i,r,r),u(a,n,o,i,e,r)}})),{observe:c}=s;return(s.observe=t=>c.call(s,t,{subtree:e,childList:e}))(o),s})(p,v,u,y),{attachShadow:g}=a.prototype;return g&&(a.prototype.attachShadow=function(t){const e=g.call(this,t);return m.observe(e),e}),y.length&&h(v[o](y)),{drop:t=>{for(let e=0,{length:r}=t;e<r;e++)d.delete(t[e])},flush:()=>{const t=m.takeRecords();for(let e=0,{length:r}=t;e<r;e++)h(f.call(t[e].removedNodes,l),!1),h(f.call(t[e].addedNodes,l),!0)},observer:m,parse:h}},{customElements:p,document:h,Element:y,MutationObserver:v,Object:m,Promise:g,Map:b,Set:w,WeakMap:S,Reflect:E}=self,{createElement:A}=h,{define:O,get:j,upgrade:x}=p,{construct:k}=E||{construct(t){return t.call(this)}},{defineProperty:M,getOwnPropertyNames:N,setPrototypeOf:_}=m,P=new S,C=new w,T=new b,I=new b,L=new b,F=new b,R=[],V=[],W=t=>F.get(t)||j.call(p,t),{parse:D}=d({query:V,handle:(e,r,n)=>{const o=L.get(n);if(r&&!o.isPrototypeOf(e)){const r=(e=>{const r=t(e),n=[],o=new Set,{length:i}=r;for(let t=0;t<i;t++){n[t]=e[r[t]];try{delete e[r[t]]}catch(e){o.add(t)}}return()=>{for(let t=0;t<i;t++)o.has(t)||(e[r[t]]=n[t])}})(e);H=_(e,o);try{new o.constructor}finally{H=null,r()}}const i=(r?"":"dis")+"connectedCallback";i in o&&e[i]()}}),{parse:B}=d({query:R,handle(t,e){P.has(t)&&(e?C.add(t):C.delete(t),V.length&&z.call(V,t))}}),{attachShadow:q}=y.prototype;q&&(y.prototype.attachShadow=function(t){const e=q.call(this,t);return P.set(this,e),e});const $=t=>{if(!I.has(t)){let e,r=new g((t=>{e=t}));I.set(t,{$:r,_:e})}return I.get(t).$},U=((t,e)=>{const r=t=>{for(let e=0,{length:r}=t;e<r;e++)n(t[e])},n=({target:t,attributeName:e,oldValue:r})=>{t.attributeChangedCallback(e,r,t.getAttribute(e))};return(o,i)=>{const{observedAttributes:a}=o.constructor;return a&&t(i).then((()=>{new e(r).observe(o,{attributes:!0,attributeOldValue:!0,attributeFilter:a});for(let t=0,{length:e}=a;t<e;t++)o.hasAttribute(a[t])&&n({target:o,attributeName:a[t],oldValue:null})})),o}})($,v);let H=null;function z(t){const e=P.get(t);D(e.querySelectorAll(this),t.isConnected)}N(self).filter((t=>/^HTML.*Element$/.test(t))).forEach((t=>{const e=self[t];function r(){const{constructor:t}=this;if(!T.has(t))throw new TypeError("Illegal constructor");const{is:r,tag:n}=T.get(t);if(r){if(H)return U(H,r);const e=A.call(h,n);return e.setAttribute("is",r),U(_(e,t.prototype),r)}return k.call(this,e,[],t)}_(r,e),M(r.prototype=e.prototype,"constructor",{value:r}),M(self,t,{value:r})})),h.createElement=function(t,e){const r=e&&e.is;if(r){const e=F.get(r);if(e&&T.get(e).tag===t)return new e}const n=A.call(h,t);return r&&n.setAttribute("is",r),n},p.get=W,p.whenDefined=$,p.upgrade=function(t){const e=t.getAttribute("is");if(e){const r=F.get(e);if(r)return void U(_(t,r.prototype),e)}x.call(p,t)},p.define=function(t,e,r){if(W(t))throw new Error(`'${t}' has already been defined as a custom element`);let n;const o=r&&r.extends;T.set(e,o?{is:t,tag:o}:{is:"",tag:t}),o?(n=`${o}[is="${t}"]`,L.set(n,e.prototype),F.set(t,e),V.push(n)):(O.apply(p,arguments),R.push(n=t)),$(t).then((()=>{o?(D(h.querySelectorAll(n)),C.forEach(z,[n])):B(h.querySelectorAll(n))})),I.get(t)._(e)}},650(){"use strict";!function(t){const e=new WeakMap,r=new WeakMap,n=new WeakMap,o=new WeakMap,i=new WeakMap,a=new WeakMap,u=new WeakMap,s=new WeakMap,c=new WeakMap,l=new WeakMap,f=new WeakMap,d=new WeakMap,p=new WeakMap,h=new WeakMap,y=new WeakMap,v={ariaAtomic:"aria-atomic",ariaAutoComplete:"aria-autocomplete",ariaBusy:"aria-busy",ariaChecked:"aria-checked",ariaColCount:"aria-colcount",ariaColIndex:"aria-colindex",ariaColIndexText:"aria-colindextext",ariaColSpan:"aria-colspan",ariaCurrent:"aria-current",ariaDescription:"aria-description",ariaDisabled:"aria-disabled",ariaExpanded:"aria-expanded",ariaHasPopup:"aria-haspopup",ariaHidden:"aria-hidden",ariaInvalid:"aria-invalid",ariaKeyShortcuts:"aria-keyshortcuts",ariaLabel:"aria-label",ariaLevel:"aria-level",ariaLive:"aria-live",ariaModal:"aria-modal",ariaMultiLine:"aria-multiline",ariaMultiSelectable:"aria-multiselectable",ariaOrientation:"aria-orientation",ariaPlaceholder:"aria-placeholder",ariaPosInSet:"aria-posinset",ariaPressed:"aria-pressed",ariaReadOnly:"aria-readonly",ariaRelevant:"aria-relevant",ariaRequired:"aria-required",ariaRoleDescription:"aria-roledescription",ariaRowCount:"aria-rowcount",ariaRowIndex:"aria-rowindex",ariaRowIndexText:"aria-rowindextext",ariaRowSpan:"aria-rowspan",ariaSelected:"aria-selected",ariaSetSize:"aria-setsize",ariaSort:"aria-sort",ariaValueMax:"aria-valuemax",ariaValueMin:"aria-valuemin",ariaValueNow:"aria-valuenow",ariaValueText:"aria-valuetext",role:"role"};function m(t){const e=o.get(t),{form:r}=e;T(t,r,e),M(t,e.labels)}const g=(t,e=!1)=>{const r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>o.has(t)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let n=r.nextNode();const i=!e||t.disabled;for(;n;)n.formDisabledCallback&&i&&j(n,t.disabled),n=r.nextNode()},b={attributes:!0,attributeFilter:["disabled","name"]},w=V()?new MutationObserver((t=>{for(const e of t){const t=e.target;if("disabled"===e.attributeName&&(t.constructor.formAssociated?j(t,t.hasAttribute("disabled")):"fieldset"===t.localName&&g(t)),"name"===e.attributeName&&t.constructor.formAssociated){const e=o.get(t),r=c.get(t);e.setFormValue(r)}}})):{};function S(t){t.forEach((t=>{const{addedNodes:e,removedNodes:r}=t,i=Array.from(e),a=Array.from(r);i.forEach((t=>{var e;if(o.has(t)&&t.constructor.formAssociated&&m(t),l.has(t)){const e=l.get(t);Object.keys(v).filter((t=>null!==e[t])).forEach((r=>{O(t,v[r],e[r])})),l.delete(t)}if(y.has(t)){const e=y.get(t);O(t,"internals-valid",e.validity.valid.toString()),O(t,"internals-invalid",(!e.validity.valid).toString()),O(t,"aria-invalid",(!e.validity.valid).toString()),y.delete(t)}if("form"===t.localName){const e=s.get(t),r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:t=>!o.has(t)||!t.constructor.formAssociated||e&&e.has(t)?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT});let n=r.nextNode();for(;n;)m(n),n=r.nextNode()}"fieldset"===t.localName&&(null===(e=w.observe)||void 0===e||e.call(w,t,b),g(t,!0))})),a.forEach((t=>{const e=o.get(t);if(e&&n.get(e)&&x(e),u.has(t)){u.get(t).disconnect()}}))}))}function E(t){t.forEach((t=>{const{removedNodes:e}=t;e.forEach((e=>{const r=p.get(t.target);o.has(e)&&R(e),r.disconnect()}))}))}!V()||new MutationObserver(S);const A={childList:!0,subtree:!0},O=(t,e,r)=>{t.getAttribute(e)!==r&&t.setAttribute(e,r)},j=(t,e)=>{t.toggleAttribute("internals-disabled",e),e?O(t,"aria-disabled","true"):t.removeAttribute("aria-disabled"),t.formDisabledCallback&&t.formDisabledCallback.apply(t,[e])},x=t=>{n.get(t).forEach((t=>{t.remove()})),n.set(t,[])},k=(t,e)=>{const r=document.createElement("input");return r.type="hidden",r.name=t.getAttribute("name"),t.after(r),n.get(e).push(r),r},M=(t,e)=>{if(e.length){Array.from(e).forEach((e=>e.addEventListener("click",t.click.bind(t))));let r=e[0].id;e[0].id||(r=`${e[0].htmlFor}_Label`,e[0].id=r),O(t,"aria-labelledby",r)}},N=t=>{const e=Array.from(t.elements).filter((t=>!t.tagName.includes("-")&&t.validity)).map((t=>t.validity.valid)),r=s.get(t)||[],n=[...e,...Array.from(r).filter((t=>t.isConnected)).map((t=>o.get(t).validity.valid))].includes(!1);t.toggleAttribute("internals-invalid",n),t.toggleAttribute("internals-valid",!n)},_=t=>{N(I(t.target))},P=t=>{N(I(t.target))},C=t=>{const e=s.get(t.target);e&&e.size&&e.forEach((t=>{t.constructor.formAssociated&&t.formResetCallback&&t.formResetCallback.apply(t)}))},T=(t,e,r)=>{if(e){const n=s.get(e);if(n)n.add(t);else{const r=new Set;r.add(t),s.set(e,r),(t=>{const e=["button[type=submit]","input[type=submit]","button:not([type])"].map((t=>`${t}:not([disabled])`)).map((e=>`${e}:not([form])${t.id?`,${e}[form='${t.id}']`:""}`)).join(",");t.addEventListener("click",(r=>{if(r.target.closest(e)){const e=s.get(t);if(t.noValidate)return;e.size&&Array.from(e).reverse().map((t=>o.get(t).reportValidity())).includes(!1)&&r.preventDefault()}}))})(e),e.addEventListener("reset",C),e.addEventListener("input",_),e.addEventListener("change",P)}a.set(e,{ref:t,internals:r}),t.constructor.formAssociated&&t.formAssociatedCallback&&setTimeout((()=>{t.formAssociatedCallback.apply(t,[e])}),0),N(e)}},I=t=>{let e=t.parentNode;return e&&"FORM"!==e.tagName&&(e=I(e)),e},L=(t,e,r=DOMException)=>{if(!t.constructor.formAssociated)throw new r(e)},F=(t,e,r)=>{const n=s.get(t);return n&&n.size&&n.forEach((t=>{o.get(t)[r]()||(e=!1)})),e},R=t=>{if(t.constructor.formAssociated){const e=o.get(t),{labels:r,form:n}=e;M(t,r),T(t,n,e)}};function V(){return"undefined"!=typeof MutationObserver}class W{constructor(){this.badInput=!1,this.customError=!1,this.patternMismatch=!1,this.rangeOverflow=!1,this.rangeUnderflow=!1,this.stepMismatch=!1,this.tooLong=!1,this.tooShort=!1,this.typeMismatch=!1,this.valid=!0,this.valueMissing=!1,Object.seal(this)}}const D=t=>{let e=!0;for(let r in t)"valid"!==r&&!1!==t[r]&&(e=!1);return e},B=new WeakMap;function q(t,e){t.toggleAttribute(e,!0),t.part&&t.part.add(e)}class $ extends Set{static get isPolyfilled(){return!0}constructor(t){if(super(),!t||!t.tagName||-1===t.tagName.indexOf("-"))throw new TypeError("Illegal constructor");B.set(this,t)}add(t){if(!/^--/.test(t)||"string"!=typeof t)throw new DOMException(`Failed to execute 'add' on 'CustomStateSet': The specified value ${t} must start with '--'.`);const e=super.add(t),r=B.get(this),n=`state${t}`;return r.isConnected?q(r,n):setTimeout((()=>{q(r,n)})),e}clear(){for(let[t]of this.entries())this.delete(t);super.clear()}delete(t){const e=super.delete(t),r=B.get(this);return r.isConnected?(r.toggleAttribute(`state${t}`,!1),r.part&&r.part.remove(`state${t}`)):setTimeout((()=>{r.toggleAttribute(`state${t}`,!1),r.part&&r.part.remove(`state${t}`)})),e}}function U(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}var H;class z{constructor(t){H.set(this,void 0),function(t,e,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");"a"===n?o.call(t,r):o?o.value=r:e.set(t,r)}(this,H,t,"f");for(let e=0;e<t.length;e++){let r=t[e];this[e]=r,r.hasAttribute("name")&&(this[r.getAttribute("name")]=r)}Object.freeze(this)}get length(){return U(this,H,"f").length}[(H=new WeakMap,Symbol.iterator)](){return U(this,H,"f")[Symbol.iterator]()}item(t){return null==this[t]?null:this[t]}namedItem(t){return null==this[t]?null:this[t]}}class G{static get isPolyfilled(){return!0}constructor(t){if(!t||!t.tagName||-1===t.tagName.indexOf("-"))throw new TypeError("Illegal constructor");const i=t.getRootNode(),a=new W;this.states=new $(t),e.set(this,t),r.set(this,a),o.set(t,this),((t,e)=>{for(let r in v){e[r]=null;let n=null;const o=v[r];Object.defineProperty(e,r,{get:()=>n,set(r){n=r,t.isConnected?O(t,o,r):l.set(t,e)}})}})(t,this),((t,e)=>{var r;n.set(e,[]),null===(r=w.observe)||void 0===r||r.call(w,t,b)})(t,this),Object.seal(this),i instanceof DocumentFragment&&(t=>{var e,r;const n=new MutationObserver(E);(null===(e=null===window||void 0===window?void 0:window.ShadyDOM)||void 0===e?void 0:e.inUse)&&t.mode&&t.host&&(t=t.host),null===(r=n.observe)||void 0===r||r.call(n,t,{childList:!0}),p.set(t,n)})(i)}checkValidity(){const t=e.get(this);if(L(t,"Failed to execute 'checkValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const n=r.get(this);if(!n.valid){const e=new Event("invalid",{bubbles:!1,cancelable:!0,composed:!1});t.dispatchEvent(e)}return n.valid}get form(){const t=e.get(this);let r;return L(t,"Failed to read the 'form' property from 'ElementInternals': The target element is not a form-associated custom element."),!0===t.constructor.formAssociated&&(r=I(t)),r}get labels(){const t=e.get(this);L(t,"Failed to read the 'labels' property from 'ElementInternals': The target element is not a form-associated custom element.");const r=t.getAttribute("id"),n=t.getRootNode();return n&&r?n.querySelectorAll(`[for="${r}"]`):[]}reportValidity(){const t=e.get(this);if(L(t,"Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!this.willValidate)return!0;const r=this.checkValidity(),n=d.get(this);if(n&&!t.constructor.formAssociated)throw new DOMException("Failed to execute 'reportValidity' on 'ElementInternals': The target element is not a form-associated custom element.");return!r&&n&&(t.focus(),n.focus()),r}setFormValue(t){const r=e.get(this);if(L(r,"Failed to execute 'setFormValue' on 'ElementInternals': The target element is not a form-associated custom element."),x(this),null==t||t instanceof FormData)null!=t&&t instanceof FormData&&Array.from(t).reverse().forEach((([t,e])=>{if("string"==typeof e){const n=k(r,this);n.name=t,n.value=e}}));else if(r.getAttribute("name")){k(r,this).value=t}c.set(r,t)}setValidity(t,n,o){const a=e.get(this);if(L(a,"Failed to execute 'setValidity' on 'ElementInternals': The target element is not a form-associated custom element."),!t)throw new TypeError("Failed to execute 'setValidity' on 'ElementInternals': 1 argument required, but only 0 present.");d.set(this,o);const u=r.get(this),s={};for(const e in t)s[e]=t[e];var c;0===Object.keys(s).length&&((c=u).badInput=!1,c.customError=!1,c.patternMismatch=!1,c.rangeOverflow=!1,c.rangeUnderflow=!1,c.stepMismatch=!1,c.tooLong=!1,c.tooShort=!1,c.typeMismatch=!1,c.valid=!0,c.valueMissing=!1);const l=Object.assign(Object.assign({},u),s);delete l.valid;const{valid:f}=((t,e,r)=>(t.valid=D(e),Object.keys(e).forEach((r=>t[r]=e[r])),r&&N(r),t))(u,l,this.form);if(!f&&!n)throw new DOMException("Failed to execute 'setValidity' on 'ElementInternals': The second argument should not be empty if one or more flags in the first argument are true.");i.set(this,f?"":n),a.isConnected?(a.toggleAttribute("internals-invalid",!f),a.toggleAttribute("internals-valid",f),O(a,"aria-invalid",`${!f}`)):y.set(a,this)}get shadowRoot(){const t=e.get(this),r=f.get(t);return r||null}get validationMessage(){const t=e.get(this);return L(t,"Failed to read the 'validationMessage' property from 'ElementInternals': The target element is not a form-associated custom element."),i.get(this)}get validity(){const t=e.get(this);L(t,"Failed to read the 'validity' property from 'ElementInternals': The target element is not a form-associated custom element.");return r.get(this)}get willValidate(){const t=e.get(this);return L(t,"Failed to read the 'willValidate' property from 'ElementInternals': The target element is not a form-associated custom element."),!(t.disabled||t.hasAttribute("disabled")||t.hasAttribute("readonly"))}}let K=!1,Y=!1;function X(t){Y||(Y=!0,window.CustomStateSet=$,t&&(HTMLElement.prototype.attachInternals=function(...e){const r=t.call(this,e);return r.states=new $(this),r}))}function Z(t=!0){if(!K){if(K=!0,"undefined"!=typeof window&&(window.ElementInternals=G),"undefined"!=typeof CustomElementRegistry){const e=CustomElementRegistry.prototype.define;CustomElementRegistry.prototype.define=function(t,r,n){if(r.formAssociated){const t=r.prototype.connectedCallback;r.prototype.connectedCallback=function(){h.has(this)||(h.set(this,!0),this.hasAttribute("disabled")&&j(this,!0)),null!=t&&t.apply(this),R(this)}}e.call(this,t,r,n)}}if("undefined"!=typeof HTMLElement&&(HTMLElement.prototype.attachInternals=function(){if(!this.tagName)return{};if(-1===this.tagName.indexOf("-"))throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': Unable to attach ElementInternals to non-custom elements.");if(o.has(this))throw new DOMException("DOMException: Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");return new G(this)}),"undefined"!=typeof Element){function r(...t){const e=n.apply(this,t);if(f.set(this,e),V()){const t=new MutationObserver(S);window.ShadyDOM?t.observe(this,A):t.observe(e,A),u.set(this,t)}return e}const n=Element.prototype.attachShadow;Element.prototype.attachShadow=r}if(V()&&"undefined"!=typeof document){new MutationObserver(S).observe(document.documentElement,A)}"undefined"!=typeof HTMLFormElement&&function(){const t=HTMLFormElement.prototype.checkValidity;HTMLFormElement.prototype.checkValidity=function(...e){let r=t.apply(this,e);return F(this,r,"checkValidity")};const e=HTMLFormElement.prototype.reportValidity;HTMLFormElement.prototype.reportValidity=function(...t){let r=e.apply(this,t);return F(this,r,"reportValidity")};const{get:r}=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get(...t){const e=r.call(this,...t),n=Array.from(s.get(this)||[]);if(0===n.length)return e;const o=Array.from(e).concat(n).sort(((t,e)=>t.compareDocumentPosition?2&t.compareDocumentPosition(e)?1:-1:0));return new z(o)}})}(),(t||"undefined"!=typeof window&&!window.CustomStateSet)&&X()}}!!customElements.polyfillWrapFlushCallback||(!function(){if("undefined"==typeof window||!window.ElementInternals||!HTMLElement.prototype.attachInternals)return!1;class t extends HTMLElement{constructor(){super(),this.internals=this.attachInternals()}}const e=`element-internals-feature-detection-${Math.random().toString(36).replace(/[^a-z]+/g,"")}`;customElements.define(e,t);const r=new t;return["shadowRoot","form","willValidate","validity","validationMessage","labels","setFormValue","setValidity","checkValidity","reportValidity"].every((t=>t in r.internals))}()?Z(!1):"undefined"==typeof window||window.CustomStateSet||X(HTMLElement.prototype.attachInternals)),t.forceCustomStateSetPolyfill=X,t.forceElementInternalsPolyfill=Z,Object.defineProperty(t,"__esModule",{value:!0})}({})},523(t,e,r){"use strict";r.r(e),r.d(e,{VERSION:()=>o,after:()=>Ce,all:()=>Je,allKeys:()=>ht,any:()=>Qe,assign:()=>Ct,before:()=>Te,bind:()=>we,bindAll:()=>Ae,chain:()=>ve,chunk:()=>Lr,clone:()=>Ft,collect:()=>ze,compact:()=>Or,compose:()=>Pe,constant:()=>J,contains:()=>tr,countBy:()=>hr,create:()=>Lt,debounce:()=>Me,default:()=>Dr,defaults:()=>Tt,defer:()=>xe,delay:()=>je,detect:()=>$e,difference:()=>xr,drop:()=>Er,each:()=>He,escape:()=>oe,every:()=>Je,extend:()=>Pt,extendOwn:()=>Ct,filter:()=>Xe,find:()=>$e,findIndex:()=>Re,findKey:()=>Le,findLastIndex:()=>Ve,findWhere:()=>Ue,first:()=>Sr,flatten:()=>jr,foldl:()=>Ke,foldr:()=>Ye,forEach:()=>He,functions:()=>Nt,get:()=>Bt,groupBy:()=>dr,has:()=>qt,head:()=>Sr,identity:()=>$t,include:()=>tr,includes:()=>tr,indexBy:()=>pr,indexOf:()=>Be,initial:()=>wr,inject:()=>Ke,intersection:()=>_r,invert:()=>Mt,invoke:()=>er,isArguments:()=>Y,isArray:()=>z,isArrayBuffer:()=>R,isBoolean:()=>M,isDataView:()=>H,isDate:()=>T,isElement:()=>N,isEmpty:()=>st,isEqual:()=>pt,isError:()=>L,isFinite:()=>X,isFunction:()=>D,isMap:()=>Et,isMatch:()=>ct,isNaN:()=>Z,isNull:()=>x,isNumber:()=>C,isObject:()=>j,isRegExp:()=>I,isSet:()=>Ot,isString:()=>P,isSymbol:()=>F,isTypedArray:()=>ot,isUndefined:()=>k,isWeakMap:()=>At,isWeakSet:()=>jt,iteratee:()=>Kt,keys:()=>ut,last:()=>Ar,lastIndexOf:()=>qe,map:()=>ze,mapObject:()=>Xt,matcher:()=>Ut,matches:()=>Ut,max:()=>or,memoize:()=>Oe,methods:()=>Nt,min:()=>ir,mixin:()=>Rr,negate:()=>_e,noop:()=>Zt,now:()=>ee,object:()=>Tr,omit:()=>br,once:()=>Ie,pairs:()=>kt,partial:()=>be,partition:()=>yr,pick:()=>gr,pluck:()=>rr,property:()=>Ht,propertyOf:()=>Jt,random:()=>te,range:()=>Ir,reduce:()=>Ke,reduceRight:()=>Ye,reject:()=>Ze,rest:()=>Er,restArguments:()=>O,result:()=>pe,sample:()=>sr,select:()=>Xe,shuffle:()=>cr,size:()=>vr,some:()=>Qe,sortBy:()=>lr,sortedIndex:()=>We,tail:()=>Er,take:()=>Sr,tap:()=>Rt,template:()=>de,templateSettings:()=>ae,throttle:()=>ke,times:()=>Qt,toArray:()=>ur,toPath:()=>Vt,transpose:()=>Pr,unescape:()=>ie,union:()=>Nr,uniq:()=>Mr,unique:()=>Mr,uniqueId:()=>ye,unzip:()=>Pr,values:()=>xt,where:()=>nr,without:()=>kr,wrap:()=>Ne,zip:()=>Cr});var n={};r.r(n),r.d(n,{VERSION:()=>o,after:()=>Ce,all:()=>Je,allKeys:()=>ht,any:()=>Qe,assign:()=>Ct,before:()=>Te,bind:()=>we,bindAll:()=>Ae,chain:()=>ve,chunk:()=>Lr,clone:()=>Ft,collect:()=>ze,compact:()=>Or,compose:()=>Pe,constant:()=>J,contains:()=>tr,countBy:()=>hr,create:()=>Lt,debounce:()=>Me,default:()=>Vr,defaults:()=>Tt,defer:()=>xe,delay:()=>je,detect:()=>$e,difference:()=>xr,drop:()=>Er,each:()=>He,escape:()=>oe,every:()=>Je,extend:()=>Pt,extendOwn:()=>Ct,filter:()=>Xe,find:()=>$e,findIndex:()=>Re,findKey:()=>Le,findLastIndex:()=>Ve,findWhere:()=>Ue,first:()=>Sr,flatten:()=>jr,foldl:()=>Ke,foldr:()=>Ye,forEach:()=>He,functions:()=>Nt,get:()=>Bt,groupBy:()=>dr,has:()=>qt,head:()=>Sr,identity:()=>$t,include:()=>tr,includes:()=>tr,indexBy:()=>pr,indexOf:()=>Be,initial:()=>wr,inject:()=>Ke,intersection:()=>_r,invert:()=>Mt,invoke:()=>er,isArguments:()=>Y,isArray:()=>z,isArrayBuffer:()=>R,isBoolean:()=>M,isDataView:()=>H,isDate:()=>T,isElement:()=>N,isEmpty:()=>st,isEqual:()=>pt,isError:()=>L,isFinite:()=>X,isFunction:()=>D,isMap:()=>Et,isMatch:()=>ct,isNaN:()=>Z,isNull:()=>x,isNumber:()=>C,isObject:()=>j,isRegExp:()=>I,isSet:()=>Ot,isString:()=>P,isSymbol:()=>F,isTypedArray:()=>ot,isUndefined:()=>k,isWeakMap:()=>At,isWeakSet:()=>jt,iteratee:()=>Kt,keys:()=>ut,last:()=>Ar,lastIndexOf:()=>qe,map:()=>ze,mapObject:()=>Xt,matcher:()=>Ut,matches:()=>Ut,max:()=>or,memoize:()=>Oe,methods:()=>Nt,min:()=>ir,mixin:()=>Rr,negate:()=>_e,noop:()=>Zt,now:()=>ee,object:()=>Tr,omit:()=>br,once:()=>Ie,pairs:()=>kt,partial:()=>be,partition:()=>yr,pick:()=>gr,pluck:()=>rr,property:()=>Ht,propertyOf:()=>Jt,random:()=>te,range:()=>Ir,reduce:()=>Ke,reduceRight:()=>Ye,reject:()=>Ze,rest:()=>Er,restArguments:()=>O,result:()=>pe,sample:()=>sr,select:()=>Xe,shuffle:()=>cr,size:()=>vr,some:()=>Qe,sortBy:()=>lr,sortedIndex:()=>We,tail:()=>Er,take:()=>Sr,tap:()=>Rt,template:()=>de,templateSettings:()=>ae,throttle:()=>ke,times:()=>Qt,toArray:()=>ur,toPath:()=>Vt,transpose:()=>Pr,unescape:()=>ie,union:()=>Nr,uniq:()=>Mr,unique:()=>Mr,uniqueId:()=>ye,unzip:()=>Pr,values:()=>xt,where:()=>nr,without:()=>kr,wrap:()=>Ne,zip:()=>Cr});var o="1.13.8",i="object"==typeof self&&self.self===self&&self||"object"==typeof r.g&&r.g.global===r.g&&r.g||Function("return this")()||{},a=Array.prototype,u=Object.prototype,s="undefined"!=typeof Symbol?Symbol.prototype:null,c=a.push,l=a.slice,f=u.toString,d=u.hasOwnProperty,p="undefined"!=typeof ArrayBuffer,h="undefined"!=typeof DataView,y=Array.isArray,v=Object.keys,m=Object.create,g=p&&ArrayBuffer.isView,b=isNaN,w=isFinite,S=!{toString:null}.propertyIsEnumerable("toString"),E=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],A=Math.pow(2,53)-1;function O(t,e){return e=null==e?t.length-1:+e,function(){for(var r=Math.max(arguments.length-e,0),n=Array(r),o=0;o<r;o++)n[o]=arguments[o+e];switch(e){case 0:return t.call(this,n);case 1:return t.call(this,arguments[0],n);case 2:return t.call(this,arguments[0],arguments[1],n)}var i=Array(e+1);for(o=0;o<e;o++)i[o]=arguments[o];return i[e]=n,t.apply(this,i)}}function j(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function x(t){return null===t}function k(t){return void 0===t}function M(t){return!0===t||!1===t||"[object Boolean]"===f.call(t)}function N(t){return!(!t||1!==t.nodeType)}function _(t){var e="[object "+t+"]";return function(t){return f.call(t)===e}}const P=_("String"),C=_("Number"),T=_("Date"),I=_("RegExp"),L=_("Error"),F=_("Symbol"),R=_("ArrayBuffer");var V=_("Function"),W=i.document&&i.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof W&&(V=function(t){return"function"==typeof t||!1});const D=V,B=_("Object");var q=h&&(!/\[native code\]/.test(String(DataView))||B(new DataView(new ArrayBuffer(8)))),$="undefined"!=typeof Map&&B(new Map),U=_("DataView");const H=q?function(t){return null!=t&&D(t.getInt8)&&R(t.buffer)}:U,z=y||_("Array");function G(t,e){return null!=t&&d.call(t,e)}var K=_("Arguments");!function(){K(arguments)||(K=function(t){return G(t,"callee")})}();const Y=K;function X(t){return!F(t)&&w(t)&&!isNaN(parseFloat(t))}function Z(t){return C(t)&&b(t)}function J(t){return function(){return t}}function Q(t){return function(e){var r=t(e);return"number"==typeof r&&r>=0&&r<=A}}function tt(t){return function(e){return null==e?void 0:e[t]}}const et=tt("byteLength"),rt=Q(et);var nt=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;const ot=p?function(t){return g?g(t)&&!H(t):rt(t)&&nt.test(f.call(t))}:J(!1),it=tt("length");function at(t,e){e=function(t){for(var e={},r=t.length,n=0;n<r;++n)e[t[n]]=!0;return{contains:function(t){return!0===e[t]},push:function(r){return e[r]=!0,t.push(r)}}}(e);var r=E.length,n=t.constructor,o=D(n)&&n.prototype||u,i="constructor";for(G(t,i)&&!e.contains(i)&&e.push(i);r--;)(i=E[r])in t&&t[i]!==o[i]&&!e.contains(i)&&e.push(i)}function ut(t){if(!j(t))return[];if(v)return v(t);var e=[];for(var r in t)G(t,r)&&e.push(r);return S&&at(t,e),e}function st(t){if(null==t)return!0;var e=it(t);return"number"==typeof e&&(z(t)||P(t)||Y(t))?0===e:0===it(ut(t))}function ct(t,e){var r=ut(e),n=r.length;if(null==t)return!n;for(var o=Object(t),i=0;i<n;i++){var a=r[i];if(e[a]!==o[a]||!(a in o))return!1}return!0}function lt(t){return t instanceof lt?t:this instanceof lt?void(this._wrapped=t):new lt(t)}function ft(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,et(t))}lt.VERSION=o,lt.prototype.value=function(){return this._wrapped},lt.prototype.valueOf=lt.prototype.toJSON=lt.prototype.value,lt.prototype.toString=function(){return String(this._wrapped)};var dt="[object DataView]";function pt(t,e){for(var r=[{a:t,b:e}],n=[],o=[];r.length;){var i=r.pop();if(!0!==i){if((t=i.a)===(e=i.b)){if(0!==t||1/t==1/e)continue;return!1}if(null==t||null==e)return!1;if(t!=t){if(e!=e)continue;return!1}var a=typeof t;if("function"!==a&&"object"!==a&&"object"!=typeof e)return!1;t instanceof lt&&(t=t._wrapped),e instanceof lt&&(e=e._wrapped);var u=f.call(t);if(u!==f.call(e))return!1;if(q&&"[object Object]"==u&&H(t)){if(!H(e))return!1;u=dt}switch(u){case"[object RegExp]":case"[object String]":if(""+t==""+e)continue;return!1;case"[object Number]":r.push({a:+t,b:+e});continue;case"[object Date]":case"[object Boolean]":if(+t==+e)continue;return!1;case"[object Symbol]":if(s.valueOf.call(t)===s.valueOf.call(e))continue;return!1;case"[object ArrayBuffer]":case dt:r.push({a:ft(t),b:ft(e)});continue}var c="[object Array]"===u;if(!c&&ot(t)){if(et(t)!==et(e))return!1;if(t.buffer===e.buffer&&t.byteOffset===e.byteOffset)continue;c=!0}if(!c){if("object"!=typeof t||"object"!=typeof e)return!1;var l=t.constructor,d=e.constructor;if(l!==d&&!(D(l)&&l instanceof l&&D(d)&&d instanceof d)&&"constructor"in t&&"constructor"in e)return!1}for(var p=n.length;p--;)if(n[p]===t){if(o[p]===e)break;return!1}if(!(p>=0))if(n.push(t),o.push(e),r.push(!0),c){if((p=t.length)!==e.length)return!1;for(;p--;)r.push({a:t[p],b:e[p]})}else{var h,y=ut(t);if(p=y.length,ut(e).length!==p)return!1;for(;p--;){if(!G(e,h=y[p]))return!1;r.push({a:t[h],b:e[h]})}}}else n.pop(),o.pop()}return!0}function ht(t){if(!j(t))return[];var e=[];for(var r in t)e.push(r);return S&&at(t,e),e}function yt(t){var e=it(t);return function(r){if(null==r)return!1;var n=ht(r);if(it(n))return!1;for(var o=0;o<e;o++)if(!D(r[t[o]]))return!1;return t!==wt||!D(r[vt])}}var vt="forEach",mt=["clear","delete"],gt=["get","has","set"],bt=mt.concat(vt,gt),wt=mt.concat(gt),St=["add"].concat(mt,vt,"has");const Et=$?yt(bt):_("Map"),At=$?yt(wt):_("WeakMap"),Ot=$?yt(St):_("Set"),jt=_("WeakSet");function xt(t){for(var e=ut(t),r=e.length,n=Array(r),o=0;o<r;o++)n[o]=t[e[o]];return n}function kt(t){for(var e=ut(t),r=e.length,n=Array(r),o=0;o<r;o++)n[o]=[e[o],t[e[o]]];return n}function Mt(t){for(var e={},r=ut(t),n=0,o=r.length;n<o;n++)e[t[r[n]]]=r[n];return e}function Nt(t){var e=[];for(var r in t)D(t[r])&&e.push(r);return e.sort()}function _t(t,e){return function(r){var n=arguments.length;if(e&&(r=Object(r)),n<2||null==r)return r;for(var o=1;o<n;o++)for(var i=arguments[o],a=t(i),u=a.length,s=0;s<u;s++){var c=a[s];e&&void 0!==r[c]||(r[c]=i[c])}return r}}const Pt=_t(ht),Ct=_t(ut),Tt=_t(ht,!0);function It(t){if(!j(t))return{};if(m)return m(t);var e=function(){};e.prototype=t;var r=new e;return e.prototype=null,r}function Lt(t,e){var r=It(t);return e&&Ct(r,e),r}function Ft(t){return j(t)?z(t)?t.slice():Pt({},t):t}function Rt(t,e){return e(t),t}function Vt(t){return z(t)?t:[t]}function Wt(t){return lt.toPath(t)}function Dt(t,e){for(var r=e.length,n=0;n<r;n++){if(null==t)return;t=t[e[n]]}return r?t:void 0}function Bt(t,e,r){var n=Dt(t,Wt(e));return k(n)?r:n}function qt(t,e){for(var r=(e=Wt(e)).length,n=0;n<r;n++){var o=e[n];if(!G(t,o))return!1;t=t[o]}return!!r}function $t(t){return t}function Ut(t){return t=Ct({},t),function(e){return ct(e,t)}}function Ht(t){return t=Wt(t),function(e){return Dt(e,t)}}function zt(t,e,r){if(void 0===e)return t;switch(null==r?3:r){case 1:return function(r){return t.call(e,r)};case 3:return function(r,n,o){return t.call(e,r,n,o)};case 4:return function(r,n,o,i){return t.call(e,r,n,o,i)}}return function(){return t.apply(e,arguments)}}function Gt(t,e,r){return null==t?$t:D(t)?zt(t,e,r):j(t)&&!z(t)?Ut(t):Ht(t)}function Kt(t,e){return Gt(t,e,1/0)}function Yt(t,e,r){return lt.iteratee!==Kt?lt.iteratee(t,e):Gt(t,e,r)}function Xt(t,e,r){e=Yt(e,r);for(var n=ut(t),o=n.length,i={},a=0;a<o;a++){var u=n[a];i[u]=e(t[u],u,t)}return i}function Zt(){}function Jt(t){return null==t?Zt:function(e){return Bt(t,e)}}function Qt(t,e,r){var n=Array(Math.max(0,t));e=zt(e,r,1);for(var o=0;o<t;o++)n[o]=e(o);return n}function te(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}lt.toPath=Vt,lt.iteratee=Kt;const ee=Date.now||function(){return(new Date).getTime()};function re(t){var e=function(e){return t[e]},r="(?:"+ut(t).join("|")+")",n=RegExp(r),o=RegExp(r,"g");return function(t){return t=null==t?"":""+t,n.test(t)?t.replace(o,e):t}}const ne={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},oe=re(ne),ie=re(Mt(ne)),ae=lt.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var ue=/(.)^/,se={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},ce=/\\|'|\r|\n|\u2028|\u2029/g;function le(t){return"\\"+se[t]}var fe=/^\s*(\w|\$)+\s*$/;function de(t,e,r){!e&&r&&(e=r),e=Tt({},e,lt.templateSettings);var n=RegExp([(e.escape||ue).source,(e.interpolate||ue).source,(e.evaluate||ue).source].join("|")+"|$","g"),o=0,i="__p+='";t.replace(n,(function(e,r,n,a,u){return i+=t.slice(o,u).replace(ce,le),o=u+e.length,r?i+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":n?i+="'+\n((__t=("+n+"))==null?'':__t)+\n'":a&&(i+="';\n"+a+"\n__p+='"),e})),i+="';\n";var a,u=e.variable;if(u){if(!fe.test(u))throw new Error("variable is not a bare identifier: "+u)}else i="with(obj||{}){\n"+i+"}\n",u="obj";i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{a=new Function(u,"_",i)}catch(t){throw t.source=i,t}var s=function(t){return a.call(this,t,lt)};return s.source="function("+u+"){\n"+i+"}",s}function pe(t,e,r){var n=(e=Wt(e)).length;if(!n)return D(r)?r.call(t):r;for(var o=0;o<n;o++){var i=null==t?void 0:t[e[o]];void 0===i&&(i=r,o=n),t=D(i)?i.call(t):i}return t}var he=0;function ye(t){var e=++he+"";return t?t+e:e}function ve(t){var e=lt(t);return e._chain=!0,e}function me(t,e,r,n,o){if(!(n instanceof e))return t.apply(r,o);var i=It(t.prototype),a=t.apply(i,o);return j(a)?a:i}var ge=O((function(t,e){var r=ge.placeholder,n=function(){for(var o=0,i=e.length,a=Array(i),u=0;u<i;u++)a[u]=e[u]===r?arguments[o++]:e[u];for(;o<arguments.length;)a.push(arguments[o++]);return me(t,n,this,this,a)};return n}));ge.placeholder=lt;const be=ge,we=O((function(t,e,r){if(!D(t))throw new TypeError("Bind must be called on a function");var n=O((function(o){return me(t,n,e,this,r.concat(o))}));return n})),Se=Q(it);function Ee(t,e,r){e||0===e||(e=1/0);for(var n=[],o=0,i=0,a=it(t)||0,u=[];;)if(i>=a){if(!u.length)break;var s=u.pop();i=s.i,t=s.v,a=it(t)}else{var c=t[i++];u.length>=e?n[o++]=c:Se(c)&&(z(c)||Y(c))?(u.push({i,v:t}),i=0,a=it(t=c)):r||(n[o++]=c)}return n}const Ae=O((function(t,e){var r=(e=Ee(e,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var n=e[r];t[n]=we(t[n],t)}return t}));function Oe(t,e){var r=function(n){var o=r.cache,i=""+(e?e.apply(this,arguments):n);return G(o,i)||(o[i]=t.apply(this,arguments)),o[i]};return r.cache={},r}const je=O((function(t,e,r){return setTimeout((function(){return t.apply(null,r)}),e)})),xe=be(je,lt,1);function ke(t,e,r){var n,o,i,a,u=0;r||(r={});var s=function(){u=!1===r.leading?0:ee(),n=null,a=t.apply(o,i),n||(o=i=null)},c=function(){var c=ee();u||!1!==r.leading||(u=c);var l=e-(c-u);return o=this,i=arguments,l<=0||l>e?(n&&(clearTimeout(n),n=null),u=c,a=t.apply(o,i),n||(o=i=null)):n||!1===r.trailing||(n=setTimeout(s,l)),a};return c.cancel=function(){clearTimeout(n),u=0,n=o=i=null},c}function Me(t,e,r){var n,o,i,a,u,s=function(){var c=ee()-o;e>c?n=setTimeout(s,e-c):(n=null,r||(a=t.apply(u,i)),n||(i=u=null))},c=O((function(c){return u=this,i=c,o=ee(),n||(n=setTimeout(s,e),r&&(a=t.apply(u,i))),a}));return c.cancel=function(){clearTimeout(n),n=i=u=null},c}function Ne(t,e){return be(e,t)}function _e(t){return function(){return!t.apply(this,arguments)}}function Pe(){var t=arguments,e=t.length-1;return function(){for(var r=e,n=t[e].apply(this,arguments);r--;)n=t[r].call(this,n);return n}}function Ce(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function Te(t,e){var r;return function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=null),r}}const Ie=be(Te,2);function Le(t,e,r){e=Yt(e,r);for(var n,o=ut(t),i=0,a=o.length;i<a;i++)if(e(t[n=o[i]],n,t))return n}function Fe(t){return function(e,r,n){r=Yt(r,n);for(var o=it(e),i=t>0?0:o-1;i>=0&&i<o;i+=t)if(r(e[i],i,e))return i;return-1}}const Re=Fe(1),Ve=Fe(-1);function We(t,e,r,n){for(var o=(r=Yt(r,n,1))(e),i=0,a=it(t);i<a;){var u=Math.floor((i+a)/2);r(t[u])<o?i=u+1:a=u}return i}function De(t,e,r){return function(n,o,i){var a=0,u=it(n);if("number"==typeof i)t>0?a=i>=0?i:Math.max(i+u,a):u=i>=0?Math.min(i+1,u):i+u+1;else if(r&&i&&u)return n[i=r(n,o)]===o?i:-1;if(o!=o)return(i=e(l.call(n,a,u),Z))>=0?i+a:-1;for(i=t>0?a:u-1;i>=0&&i<u;i+=t)if(n[i]===o)return i;return-1}}const Be=De(1,Re,We),qe=De(-1,Ve);function $e(t,e,r){var n=(Se(t)?Re:Le)(t,e,r);if(void 0!==n&&-1!==n)return t[n]}function Ue(t,e){return $e(t,Ut(e))}function He(t,e,r){var n,o;if(e=zt(e,r),Se(t))for(n=0,o=t.length;n<o;n++)e(t[n],n,t);else{var i=ut(t);for(n=0,o=i.length;n<o;n++)e(t[i[n]],i[n],t)}return t}function ze(t,e,r){e=Yt(e,r);for(var n=!Se(t)&&ut(t),o=(n||t).length,i=Array(o),a=0;a<o;a++){var u=n?n[a]:a;i[a]=e(t[u],u,t)}return i}function Ge(t){return function(e,r,n,o){var i=arguments.length>=3;return function(e,r,n,o){var i=!Se(e)&&ut(e),a=(i||e).length,u=t>0?0:a-1;for(o||(n=e[i?i[u]:u],u+=t);u>=0&&u<a;u+=t){var s=i?i[u]:u;n=r(n,e[s],s,e)}return n}(e,zt(r,o,4),n,i)}}const Ke=Ge(1),Ye=Ge(-1);function Xe(t,e,r){var n=[];return e=Yt(e,r),He(t,(function(t,r,o){e(t,r,o)&&n.push(t)})),n}function Ze(t,e,r){return Xe(t,_e(Yt(e)),r)}function Je(t,e,r){e=Yt(e,r);for(var n=!Se(t)&&ut(t),o=(n||t).length,i=0;i<o;i++){var a=n?n[i]:i;if(!e(t[a],a,t))return!1}return!0}function Qe(t,e,r){e=Yt(e,r);for(var n=!Se(t)&&ut(t),o=(n||t).length,i=0;i<o;i++){var a=n?n[i]:i;if(e(t[a],a,t))return!0}return!1}function tr(t,e,r,n){return Se(t)||(t=xt(t)),("number"!=typeof r||n)&&(r=0),Be(t,e,r)>=0}const er=O((function(t,e,r){var n,o;return D(e)?o=e:(e=Wt(e),n=e.slice(0,-1),e=e[e.length-1]),ze(t,(function(t){var i=o;if(!i){if(n&&n.length&&(t=Dt(t,n)),null==t)return;i=t[e]}return null==i?i:i.apply(t,r)}))}));function rr(t,e){return ze(t,Ht(e))}function nr(t,e){return Xe(t,Ut(e))}function or(t,e,r){var n,o,i=-1/0,a=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var u=0,s=(t=Se(t)?t:xt(t)).length;u<s;u++)null!=(n=t[u])&&n>i&&(i=n);else e=Yt(e,r),He(t,(function(t,r,n){((o=e(t,r,n))>a||o===-1/0&&i===-1/0)&&(i=t,a=o)}));return i}function ir(t,e,r){var n,o,i=1/0,a=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var u=0,s=(t=Se(t)?t:xt(t)).length;u<s;u++)null!=(n=t[u])&&n<i&&(i=n);else e=Yt(e,r),He(t,(function(t,r,n){((o=e(t,r,n))<a||o===1/0&&i===1/0)&&(i=t,a=o)}));return i}var ar=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function ur(t){return t?z(t)?l.call(t):P(t)?t.match(ar):Se(t)?ze(t,$t):xt(t):[]}function sr(t,e,r){if(null==e||r)return Se(t)||(t=xt(t)),t[te(t.length-1)];var n=ur(t),o=it(n);e=Math.max(Math.min(e,o),0);for(var i=o-1,a=0;a<e;a++){var u=te(a,i),s=n[a];n[a]=n[u],n[u]=s}return n.slice(0,e)}function cr(t){return sr(t,1/0)}function lr(t,e,r){var n=0;return e=Yt(e,r),rr(ze(t,(function(t,r,o){return{value:t,index:n++,criteria:e(t,r,o)}})).sort((function(t,e){var r=t.criteria,n=e.criteria;if(r!==n){if(r>n||void 0===r)return 1;if(r<n||void 0===n)return-1}return t.index-e.index})),"value")}function fr(t,e){return function(r,n,o){var i=e?[[],[]]:{};return n=Yt(n,o),He(r,(function(e,o){var a=n(e,o,r);t(i,e,a)})),i}}const dr=fr((function(t,e,r){G(t,r)?t[r].push(e):t[r]=[e]})),pr=fr((function(t,e,r){t[r]=e})),hr=fr((function(t,e,r){G(t,r)?t[r]++:t[r]=1})),yr=fr((function(t,e,r){t[r?0:1].push(e)}),!0);function vr(t){return null==t?0:Se(t)?t.length:ut(t).length}function mr(t,e,r){return e in r}const gr=O((function(t,e){var r={},n=e[0];if(null==t)return r;D(n)?(e.length>1&&(n=zt(n,e[1])),e=ht(t)):(n=mr,e=Ee(e,!1,!1),t=Object(t));for(var o=0,i=e.length;o<i;o++){var a=e[o],u=t[a];n(u,a,t)&&(r[a]=u)}return r})),br=O((function(t,e){var r,n=e[0];return D(n)?(n=_e(n),e.length>1&&(r=e[1])):(e=ze(Ee(e,!1,!1),String),n=function(t,r){return!tr(e,r)}),gr(t,n,r)}));function wr(t,e,r){return l.call(t,0,Math.max(0,t.length-(null==e||r?1:e)))}function Sr(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[0]:wr(t,t.length-e)}function Er(t,e,r){return l.call(t,null==e||r?1:e)}function Ar(t,e,r){return null==t||t.length<1?null==e||r?void 0:[]:null==e||r?t[t.length-1]:Er(t,Math.max(0,t.length-e))}function Or(t){return Xe(t,Boolean)}function jr(t,e){return Ee(t,e,!1)}const xr=O((function(t,e){return e=Ee(e,!0,!0),Xe(t,(function(t){return!tr(e,t)}))})),kr=O((function(t,e){return xr(t,e)}));function Mr(t,e,r,n){M(e)||(n=r,r=e,e=!1),null!=r&&(r=Yt(r,n));for(var o=[],i=[],a=0,u=it(t);a<u;a++){var s=t[a],c=r?r(s,a,t):s;e&&!r?(a&&i===c||o.push(s),i=c):r?tr(i,c)||(i.push(c),o.push(s)):tr(o,s)||o.push(s)}return o}const Nr=O((function(t){return Mr(Ee(t,!0,!0))}));function _r(t){for(var e=[],r=arguments.length,n=0,o=it(t);n<o;n++){var i=t[n];if(!tr(e,i)){var a;for(a=1;a<r&&tr(arguments[a],i);a++);a===r&&e.push(i)}}return e}function Pr(t){for(var e=t&&or(t,it).length||0,r=Array(e),n=0;n<e;n++)r[n]=rr(t,n);return r}const Cr=O(Pr);function Tr(t,e){for(var r={},n=0,o=it(t);n<o;n++)e?r[t[n]]=e[n]:r[t[n][0]]=t[n][1];return r}function Ir(t,e,r){null==e&&(e=t||0,t=0),r||(r=e<t?-1:1);for(var n=Math.max(Math.ceil((e-t)/r),0),o=Array(n),i=0;i<n;i++,t+=r)o[i]=t;return o}function Lr(t,e){if(null==e||e<1)return[];for(var r=[],n=0,o=t.length;n<o;)r.push(l.call(t,n,n+=e));return r}function Fr(t,e){return t._chain?lt(e).chain():e}function Rr(t){return He(Nt(t),(function(e){var r=lt[e]=t[e];lt.prototype[e]=function(){var t=[this._wrapped];return c.apply(t,arguments),Fr(this,r.apply(lt,t))}})),lt}He(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=a[t];lt.prototype[t]=function(){var r=this._wrapped;return null!=r&&(e.apply(r,arguments),"shift"!==t&&"splice"!==t||0!==r.length||delete r[0]),Fr(this,r)}})),He(["concat","join","slice"],(function(t){var e=a[t];lt.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),Fr(this,t)}}));const Vr=lt;var Wr=Rr(n);Wr._=Wr;const Dr=Wr}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n].call(i.exports,i,i.exports,r),i.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r(484),r(523),r(650);r(318)})();