uikit 3.13.10 → 3.13.11-dev.eb080f280

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 (92) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/dist/css/uikit-core-rtl.css +46 -8
  3. package/dist/css/uikit-core-rtl.min.css +1 -1
  4. package/dist/css/uikit-core.css +46 -8
  5. package/dist/css/uikit-core.min.css +1 -1
  6. package/dist/css/uikit-rtl.css +46 -6
  7. package/dist/css/uikit-rtl.min.css +1 -1
  8. package/dist/css/uikit.css +46 -6
  9. package/dist/css/uikit.min.css +1 -1
  10. package/dist/js/components/countdown.js +1 -1
  11. package/dist/js/components/countdown.min.js +1 -1
  12. package/dist/js/components/filter.js +1 -1
  13. package/dist/js/components/filter.min.js +1 -1
  14. package/dist/js/components/lightbox-panel.js +7 -3
  15. package/dist/js/components/lightbox-panel.min.js +1 -1
  16. package/dist/js/components/lightbox.js +7 -3
  17. package/dist/js/components/lightbox.min.js +1 -1
  18. package/dist/js/components/notification.js +1 -1
  19. package/dist/js/components/notification.min.js +1 -1
  20. package/dist/js/components/parallax.js +18 -11
  21. package/dist/js/components/parallax.min.js +1 -1
  22. package/dist/js/components/slider-parallax.js +18 -11
  23. package/dist/js/components/slider-parallax.min.js +1 -1
  24. package/dist/js/components/slider.js +1 -1
  25. package/dist/js/components/slider.min.js +1 -1
  26. package/dist/js/components/slideshow-parallax.js +18 -11
  27. package/dist/js/components/slideshow-parallax.min.js +1 -1
  28. package/dist/js/components/slideshow.js +1 -1
  29. package/dist/js/components/slideshow.min.js +1 -1
  30. package/dist/js/components/sortable.js +2 -2
  31. package/dist/js/components/sortable.min.js +1 -1
  32. package/dist/js/components/tooltip.js +62 -30
  33. package/dist/js/components/tooltip.min.js +1 -1
  34. package/dist/js/components/upload.js +1 -1
  35. package/dist/js/components/upload.min.js +1 -1
  36. package/dist/js/uikit-core.js +349 -253
  37. package/dist/js/uikit-core.min.js +1 -1
  38. package/dist/js/uikit-icons.js +1 -1
  39. package/dist/js/uikit-icons.min.js +1 -1
  40. package/dist/js/uikit.js +392 -259
  41. package/dist/js/uikit.min.js +1 -1
  42. package/package.json +1 -1
  43. package/src/js/components/sortable.js +2 -3
  44. package/src/js/components/tooltip.js +38 -3
  45. package/src/js/core/drop.js +20 -10
  46. package/src/js/core/navbar.js +18 -6
  47. package/src/js/core/scrollspy-nav.js +4 -9
  48. package/src/js/core/sticky.js +55 -21
  49. package/src/js/mixin/media.js +12 -9
  50. package/src/js/mixin/modal.js +6 -2
  51. package/src/js/mixin/parallax.js +5 -1
  52. package/src/js/mixin/position.js +24 -24
  53. package/src/js/uikit-core.js +0 -4
  54. package/src/js/util/lang.js +0 -4
  55. package/src/js/util/position.js +180 -125
  56. package/src/js/util/viewport.js +42 -22
  57. package/src/less/components/drop.less +0 -1
  58. package/src/less/components/dropdown.less +11 -1
  59. package/src/less/components/icon.less +3 -0
  60. package/src/less/components/nav.less +22 -0
  61. package/src/less/components/navbar.less +26 -2
  62. package/src/less/components/search.less +2 -0
  63. package/src/less/components/sticky.less +8 -3
  64. package/src/less/theme/dropdown.less +4 -0
  65. package/src/less/theme/nav.less +6 -0
  66. package/src/less/theme/navbar.less +4 -0
  67. package/src/less/theme/search.less +6 -0
  68. package/src/scss/components/drop.scss +0 -1
  69. package/src/scss/components/dropdown.scss +11 -1
  70. package/src/scss/components/icon.scss +3 -0
  71. package/src/scss/components/nav.scss +22 -0
  72. package/src/scss/components/navbar.scss +26 -2
  73. package/src/scss/components/search.scss +2 -0
  74. package/src/scss/components/sticky.scss +8 -3
  75. package/src/scss/mixins-theme.scss +5 -0
  76. package/src/scss/mixins.scss +5 -0
  77. package/src/scss/theme/dropdown.scss +4 -0
  78. package/src/scss/theme/nav.scss +6 -0
  79. package/src/scss/theme/navbar.scss +4 -0
  80. package/src/scss/theme/search.scss +6 -0
  81. package/src/scss/variables-theme.scss +5 -1
  82. package/src/scss/variables.scss +5 -1
  83. package/tests/animation.html +216 -214
  84. package/tests/dropdown.html +16 -2
  85. package/tests/nav.html +27 -0
  86. package/tests/navbar.html +55 -4
  87. package/tests/parallax.html +4 -4
  88. package/tests/position.html +38 -39
  89. package/tests/sticky-navbar.html +6 -6
  90. package/tests/sticky-parallax.html +23 -7
  91. package/tests/sticky.html +300 -49
  92. package/src/js/core/core.js +0 -25
@@ -1 +1 @@
1
- /*! UIkit 3.13.10 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */(function(zt,Lt){typeof exports=="object"&&typeof module<"u"?module.exports=Lt():typeof define=="function"&&define.amd?define("uikit",Lt):(zt=typeof globalThis<"u"?globalThis:zt||self,zt.UIkit=Lt())})(this,function(){"use strict";const{hasOwnProperty:zt,toString:Lt}=Object.prototype;function ft(t,e){return zt.call(t,e)}const zn=/\B([A-Z])/g,dt=V(t=>t.replace(zn,"-$1").toLowerCase()),Ln=/-(\w)/g,$t=V(t=>t.replace(Ln,Ei)),ae=V(t=>t.length?Ei(null,t.charAt(0))+t.slice(1):"");function Ei(t,e){return e?e.toUpperCase():""}function G(t,e){return t==null||t.startsWith==null?void 0:t.startsWith(e)}function pt(t,e){return t==null||t.endsWith==null?void 0:t.endsWith(e)}function p(t,e){return t==null||t.includes==null?void 0:t.includes(e)}function le(t,e){return t==null||t.findIndex==null?void 0:t.findIndex(e)}const{isArray:Y,from:Fn}=Array,{assign:xt}=Object;function Q(t){return typeof t=="function"}function ot(t){return t!==null&&typeof t=="object"}function rt(t){return Lt.call(t)==="[object Object]"}function Ft(t){return ot(t)&&t===t.window}function Rt(t){return Re(t)===9}function Fe(t){return Re(t)>=1}function jt(t){return Re(t)===1}function Re(t){return!Ft(t)&&ot(t)&&t.nodeType}function ce(t){return typeof t=="boolean"}function x(t){return typeof t=="string"}function je(t){return typeof t=="number"}function gt(t){return je(t)||x(t)&&!isNaN(t-parseFloat(t))}function Ie(t){return!(Y(t)?t.length:ot(t)?Object.keys(t).length:!1)}function R(t){return t===void 0}function We(t){return ce(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function It(t){const e=Number(t);return isNaN(e)?!1:e}function m(t){return parseFloat(t)||0}function E(t){return d(t)[0]}function d(t){return t&&(Fe(t)?[t]:Array.from(t).filter(Fe))||[]}function kt(t){var e;if(Ft(t))return t;t=E(t);const i=Rt(t)?t:(e=t)==null?void 0:e.ownerDocument;return i?.defaultView||window}function qe(t){return t?pt(t,"ms")?m(t):m(t)*1e3:0}function _i(t,e){return t===e||ot(t)&&ot(e)&&Object.keys(t).length===Object.keys(e).length&&X(t,(i,n)=>i===e[n])}function Ye(t,e,i){return t.replace(new RegExp(e+"|"+i,"g"),n=>n===e?i:e)}function he(t){return t[t.length-1]}function X(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function Ve(t,e){return t.slice().sort((i,n)=>{let{[e]:s=0}=i,{[e]:o=0}=n;return s>o?1:o>s?-1:0})}function Rn(t,e){const i=new Set;return t.filter(n=>{let{[e]:s}=n;return i.has(s)?!1:i.add(s)})}function mt(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=1),Math.min(Math.max(It(t)||0,e),i)}function at(){}function Ge(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return[["bottom","top"],["right","left"]].every(n=>{let[s,o]=n;return Math.min(...e.map(r=>{let{[s]:a}=r;return a}))-Math.max(...e.map(r=>{let{[o]:a}=r;return a}))>0})}function Xe(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}const Je={ratio(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}},contain(t,e){return t={...t},X(t,(i,n)=>t=t[n]>e[n]?this.ratio(t,n,e[n]):t),t},cover(t,e){return t=this.contain(t,e),X(t,(i,n)=>t=t[n]<e[n]?this.ratio(t,n,e[n]):t),t}};function ue(t,e,i,n){i===void 0&&(i=0),n===void 0&&(n=!1),e=d(e);const{length:s}=e;return s?(t=gt(t)?It(t):t==="next"?i+1:t==="previous"?i-1:e.indexOf(E(t)),n?mt(t,0,s-1):(t%=s,t<0?t+s:t)):-1}function V(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}class Pi{constructor(){this.promise=new Promise((e,i)=>{this.reject=i,this.resolve=e})}}function w(t,e,i){if(ot(e)){for(const s in e)w(t,s,e[s]);return}if(R(i)){var n;return(n=E(t))==null?void 0:n.getAttribute(e)}else for(const s of d(t))Q(i)&&(i=i.call(s,w(s,e))),i===null?Wt(s,e):s.setAttribute(e,i)}function Tt(t,e){return d(t).some(i=>i.hasAttribute(e))}function Wt(t,e){const i=d(t);for(const n of e.split(" "))for(const s of i)s.removeAttribute(n)}function St(t,e){for(const i of[e,"data-"+e])if(Tt(t,i))return w(t,i)}const jn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Ke(t){return d(t).some(e=>jn[e.tagName.toLowerCase()])}function B(t){return d(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const fe="input,select,textarea,button";function Ai(t){return d(t).some(e=>P(e,fe))}const de=fe+",a[href],[tabindex]";function Ze(t){return P(t,de)}function S(t){var e;return(e=E(t))==null?void 0:e.parentElement}function qt(t,e){return d(t).filter(i=>P(i,e))}function P(t,e){return d(t).some(i=>i.matches(e))}function J(t,e){return G(e,">")&&(e=e.slice(1)),jt(t)?t.closest(e):d(t).map(i=>J(i,e)).filter(Boolean)}function N(t,e){return x(e)?P(t,e)||!!J(t,e):t===e||E(e).contains(E(t))}function Yt(t,e){const i=[];for(;t=S(t);)(!e||P(t,e))&&i.push(t);return i}function nt(t,e){t=E(t);const i=t?d(t.children):[];return e?qt(i,e):i}function Qe(t,e){return e?d(t).indexOf(E(e)):nt(S(t)).indexOf(t)}function vt(t,e){return Ue(t,Bi(t,e))}function Vt(t,e){return Gt(t,Bi(t,e))}function Ue(t,e){return E(Ni(t,e,"querySelector"))}function Gt(t,e){return d(Ni(t,e,"querySelectorAll"))}const In=/(^|[^\\],)\s*[!>+~-]/,Oi=V(t=>t.match(In));function Bi(t,e){return e===void 0&&(e=document),x(t)&&Oi(t)||Rt(e)?e:e.ownerDocument}const Wn=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,qn=V(t=>t.replace(Wn,"$1 *"));function Ni(t,e,i){if(e===void 0&&(e=document),!t||!x(t))return t;if(t=qn(t),Oi(t)){const n=Vn(t);t="";for(let s of n){let o=e;if(s[0]==="!"){const r=s.substr(1).trim().split(" ");if(o=J(S(e),r[0]),s=r.slice(1).join(" ").trim(),!s.length&&n.length===1)return o}if(s[0]==="-"){const r=s.substr(1).trim().split(" "),a=(o||e).previousElementSibling;o=P(a,s.substr(1))?a:null,s=r.slice(1).join(" ")}o&&(t+=(t?",":"")+Gn(o)+" "+s)}e=document}try{return e[i](t)}catch{return null}}const Yn=/.*?[^\\](?:,|$)/g,Vn=V(t=>t.match(Yn).map(e=>e.replace(/,$/,"").trim()));function Gn(t){const e=[];for(;t.parentNode;){const i=w(t,"id");if(i){e.unshift("#"+ti(i));break}else{let{tagName:n}=t;n!=="HTML"&&(n+=":nth-child("+(Qe(t)+1)+")"),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function ti(t){return x(t)?CSS.escape(t):""}function C(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,s,o,r,a=!1]=ei(e);r.length>1&&(r=Jn(r)),a!=null&&a.self&&(r=Kn(r)),o&&(r=Xn(o,r));for(const l of s)for(const h of n)h.addEventListener(l,r,a);return()=>Mi(n,s,r,a)}function Mi(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,s,,o,r=!1]=ei(e);for(const a of s)for(const l of n)l.removeEventListener(a,o,r)}function _(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];const[n,s,o,r,a=!1,l]=ei(e),h=C(n,s,o,u=>{const f=!l||l(u);f&&(h(),r(u,f))},a);return h}function k(t,e,i){return ii(t).every(n=>n.dispatchEvent(pe(e,!0,!0,i)))}function pe(t,e,i,n){return e===void 0&&(e=!0),i===void 0&&(i=!1),x(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function ei(t){return t[0]=ii(t[0]),x(t[1])&&(t[1]=t[1].split(" ")),Q(t[2])&&t.splice(2,0,!1),t}function Xn(t,e){return i=>{const n=t[0]===">"?Gt(t,i.currentTarget).reverse().filter(s=>N(i.target,s))[0]:J(i.target,t);n&&(i.current=n,e.call(this,i))}}function Jn(t){return e=>Y(e.detail)?t(e,...e.detail):t(e)}function Kn(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function Di(t){return t&&"addEventListener"in t}function Zn(t){return Di(t)?t:E(t)}function ii(t){return Y(t)?t.map(Zn).filter(Boolean):x(t)?Gt(t):Di(t)?[t]:d(t)}function Ct(t){return t.pointerType==="touch"||!!t.touches}function ge(t){var e,i;const{clientX:n,clientY:s}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:s}}function Qn(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:at,responseType:"",...e};return Promise.resolve().then(()=>i.beforeSend(i)).then(()=>Un(t,i))}function Un(t,e){return new Promise((i,n)=>{const{xhr:s}=e;for(const o in e)if(o in s)try{s[o]=e[o]}catch{}s.open(e.method.toUpperCase(),t);for(const o in e.headers)s.setRequestHeader(o,e.headers[o]);C(s,"load",()=>{s.status===0||s.status>=200&&s.status<300||s.status===304?i(s):n(xt(Error(s.statusText),{xhr:s,status:s.status}))}),C(s,"error",()=>n(xt(Error("Network Error"),{xhr:s}))),C(s,"timeout",()=>n(xt(Error("Network Timeout"),{xhr:s}))),s.send(e.data)})}function ts(t,e,i){return new Promise((n,s)=>{const o=new Image;o.onerror=r=>{s(r)},o.onload=()=>{n(o)},i&&(o.sizes=i),e&&(o.srcset=e),o.src=t})}const es={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){n===void 0&&(n="");const s=d(t);for(const o of s)if(x(e)){if(e=ni(e),R(i))return getComputedStyle(o).getPropertyValue(e);o.style.setProperty(e,gt(i)&&!es[e]?i+"px":i||je(i)?i:"",n)}else if(Y(e)){const r={};for(const a of e)r[a]=c(o,a);return r}else ot(e)&&(n=i,X(e,(r,a)=>c(o,a,r,n)));return s[0]}const is=/^\s*(["'])?(.*?)\1\s*$/;function me(t,e){return e===void 0&&(e=document.documentElement),c(e,"--uk-"+t).replace(is,"$2")}const ni=V(t=>ns(t)),Hi=["webkit","moz"];function ns(t){if(t[0]==="-")return t;t=dt(t);const{style:e}=document.documentElement;if(t in e)return t;let i=Hi.length,n;for(;i--;)if(n="-"+Hi[i]+"-"+t,n in e)return n}function y(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];zi(t,i,"add")}function L(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];zi(t,i,"remove")}function si(t,e){w(t,"class",i=>(i||"").replace(new RegExp("\\b"+e+"\\b","g"),""))}function oi(t){!(arguments.length<=1)&&arguments[1]&&L(t,arguments.length<=1?void 0:arguments[1]),!(arguments.length<=2)&&arguments[2]&&y(t,arguments.length<=2?void 0:arguments[2])}function b(t,e){return[e]=ri(e),!!e&&d(t).some(i=>i.classList.contains(e))}function j(t,e,i){const n=ri(e);R(i)||(i=!!i);for(const s of d(t))for(const o of n)s.classList.toggle(o,i)}function zi(t,e,i){e=e.reduce((n,s)=>n.concat(ri(s)),[]);for(const n of d(t))n.classList[i](...e)}function ri(t){return String(t).split(/\s|,/).filter(Boolean)}function Li(t,e,i,n){return i===void 0&&(i=400),n===void 0&&(n="linear"),Promise.all(d(t).map(s=>new Promise((o,r)=>{for(const l in e){const h=c(s,l);h===""&&c(s,l,h)}const a=setTimeout(()=>k(s,"transitionend"),i);_(s,"transitionend transitioncanceled",l=>{let{type:h}=l;clearTimeout(a),L(s,"uk-transition"),c(s,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),h==="transitioncanceled"?r():o(s)},{self:!0}),y(s,"uk-transition"),c(s,{transitionProperty:Object.keys(e).map(ni).join(","),transitionDuration:i+"ms",transitionTimingFunction:n,...e})})))}const lt={start:Li,stop(t){return k(t,"transitionend"),Promise.resolve()},cancel(t){k(t,"transitioncanceled")},inProgress(t){return b(t,"uk-transition")}},Xt="uk-animation-";function ai(t,e,i,n,s){return i===void 0&&(i=200),Promise.all(d(t).map(o=>new Promise((r,a)=>{k(o,"animationcanceled");const l=setTimeout(()=>k(o,"animationend"),i);_(o,"animationend animationcanceled",h=>{let{type:u}=h;clearTimeout(l),u==="animationcanceled"?a():r(o),c(o,"animationDuration",""),si(o,Xt+"\\S*")},{self:!0}),c(o,"animationDuration",i+"ms"),y(o,e,Xt+(s?"leave":"enter")),G(e,Xt)&&(n&&y(o,"uk-transform-origin-"+n),s&&y(o,Xt+"reverse"))})))}const ss=new RegExp(Xt+"(enter|leave)"),U={in:ai,out(t,e,i,n){return ai(t,e,i,n,!0)},inProgress(t){return ss.test(w(t,"class"))},cancel(t){k(t,"animationcanceled")}},wt={width:["left","right"],height:["top","bottom"]};function tt(t){const e=jt(t)?E(t).getBoundingClientRect():{height:M(t),width:Kt(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function v(t,e){const i=tt(t);if(t){const{scrollY:s,scrollX:o}=kt(t),r={height:s,width:o};for(const a in wt)for(const l of wt[a])i[l]+=r[a]}if(!e)return i;const n=c(t,"position");X(c(t,["left","top"]),(s,o)=>c(t,o,e[o]-i[o]+m(n==="absolute"&&s==="auto"?Fi(t)[o]:s)))}function Fi(t){let{top:e,left:i}=v(t);const{ownerDocument:{body:n,documentElement:s},offsetParent:o}=E(t);let r=o||s;for(;r&&(r===n||r===s)&&c(r,"position")==="static";)r=r.parentNode;if(jt(r)){const a=v(r);e-=a.top+m(c(r,"borderTopWidth")),i-=a.left+m(c(r,"borderLeftWidth"))}return{top:e-m(c(t,"marginTop")),left:i-m(c(t,"marginLeft"))}}function Jt(t){const e=[0,0];t=E(t);do if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,c(t,"position")==="fixed"){const i=kt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}while(t=t.offsetParent);return e}const M=Ri("height"),Kt=Ri("width");function Ri(t){const e=ae(t);return(i,n)=>{if(R(n)){if(Ft(i))return i["inner"+e];if(Rt(i)){const s=i.documentElement;return Math.max(s["offset"+e],s["scroll"+e])}return i=E(i),n=c(i,t),n=n==="auto"?i["offset"+e]:m(n)||0,n-Zt(i,t)}else return c(i,t,!n&&n!==0?"":+n+Zt(i,t)+"px")}}function Zt(t,e,i){return i===void 0&&(i="border-box"),c(t,"boxSizing")===i?wt[e].map(ae).reduce((n,s)=>n+m(c(t,"padding"+s))+m(c(t,"border"+s+"Width")),0):0}function li(t){for(const e in wt)for(const i in wt[e])if(wt[e][i]===t)return wt[e][1-i];return t}function K(t,e,i,n){return e===void 0&&(e="width"),i===void 0&&(i=window),n===void 0&&(n=!1),x(t)?rs(t).reduce((s,o)=>{const r=ls(o);return r&&(o=cs(r==="vh"?M(kt(i)):r==="vw"?Kt(kt(i)):n?i["offset"+ae(e)]:tt(i)[e],o)),s+m(o)},0):m(t)}const os=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,rs=V(t=>t.toString().replace(/\s/g,"").match(os)||[]),as=/(?:v[hw]|%)$/,ls=V(t=>(t.match(as)||[])[0]);function cs(t,e){return t*m(e)/100}function ci(t){if(document.readyState!=="loading"){t();return}_(document,"DOMContentLoaded",t)}function et(t,e){var i;return(t==null||(i=t.tagName)==null?void 0:i.toLowerCase())===e.toLowerCase()}function hs(t){return hi(t,"")}function ve(t,e){return R(e)?g(t).innerHTML:hi(t,e)}const hi=Qt("replaceChildren"),us=Qt("prepend"),st=Qt("append"),ji=Qt("before"),we=Qt("after");function Qt(t){return function(e,i){var n;const s=d(x(i)?_t(i):i);return(n=g(e))==null||n[t](...s),Wi(s)}}function Et(t){d(t).forEach(e=>e.remove())}function be(t,e){for(e=E(ji(t,e));e.firstChild;)e=e.firstChild;return st(e,t),e}function Ii(t,e){return d(d(t).map(i=>i.hasChildNodes()?be(d(i.childNodes),e):st(i,e)))}function ye(t){d(t).map(S).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const fs=/^\s*<(\w+|!)[^>]*>/,ds=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function _t(t){const e=ds.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return fs.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,Wi(i.childNodes)}function Wi(t){return t.length>1?t:t[0]}function ct(t,e){if(!!jt(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;ct(t,e),t=i}}function g(t,e){return qi(t)?E(_t(t)):Ue(t,e)}function F(t,e){return qi(t)?d(_t(t)):Gt(t,e)}function qi(t){return x(t)&&G(t.trim(),"<")}const ht=typeof window<"u",Ut=ht&&w(document.documentElement,"dir")==="rtl",Pt=ht&&"ontouchstart"in window,At=ht&&window.PointerEvent,Ot=At?"pointerdown":Pt?"touchstart":"mousedown",ps=At?"pointermove":Pt?"touchmove":"mousemove",Bt=At?"pointerup":Pt?"touchend":"mouseup",$e=At?"pointerenter":Pt?"":"mouseenter",xe=At?"pointerleave":Pt?"":"mouseleave",ke=At?"pointercancel":"touchcancel",A={reads:[],writes:[],read(t){return this.reads.push(t),fi(),t},write(t){return this.writes.push(t),fi(),t},clear(t){Vi(this.reads,t),Vi(this.writes,t)},flush:ui};function ui(t){Yi(A.reads),Yi(A.writes.splice(0)),A.scheduled=!1,(A.reads.length||A.writes.length)&&fi(t+1)}const gs=4;function fi(t){A.scheduled||(A.scheduled=!0,t&&t<gs?Promise.resolve().then(()=>ui(t)):requestAnimationFrame(()=>ui(1)))}function Yi(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function Vi(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function di(){}di.prototype={positions:[],init(){this.positions=[];let t;this.unbind=C(document,"mousemove",e=>t=ge(e)),this.interval=setInterval(()=>{!t||(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),this.interval&&clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:s,bottom:o}=e,[r]=this.positions,a=he(this.positions),l=[r,a];return Xe(a,e)?!1:[[{x:i,y:s},{x:n,y:o}],[{x:i,y:o},{x:n,y:s}]].some(u=>{const f=ms(l,u);return f&&Xe(f,e)})}};function ms(t,e){let[{x:i,y:n},{x:s,y:o}]=t,[{x:r,y:a},{x:l,y:h}]=e;const u=(h-a)*(s-i)-(l-r)*(o-n);if(u===0)return!1;const f=((l-r)*(n-a)-(h-a)*(i-r))/u;return f<0?!1:{x:i+f*(s-i),y:n+f*(o-n)}}function Nt(t,e,i,n){n===void 0&&(n=!0);const s=new IntersectionObserver(n?(o,r)=>{o.some(a=>a.isIntersecting)&&e(o,r)}:e,i);for(const o of d(t))s.observe(o);return s}const vs=ht&&window.ResizeObserver;function Gi(t,e,i){return i===void 0&&(i={box:"border-box"}),vs?Ji(ResizeObserver,t,e,i):(ws(),te.add(e),{disconnect(){te.delete(e)}})}let te;function ws(){if(te)return;te=new Set;let t;const e=()=>{if(!t){t=!0,A.read(()=>t=!1);for(const i of te)i()}};C(window,"load resize",e),C(document,"loadedmetadata load",e,!0)}function Xi(t,e,i){return Ji(MutationObserver,t,e,i)}function Ji(t,e,i,n){const s=new t(i);for(const o of d(e))s.observe(o,n);return s}const H={};H.events=H.created=H.beforeConnect=H.connected=H.beforeDisconnect=H.disconnected=H.destroy=pi,H.args=function(t,e){return e!==!1&&pi(e||t)},H.update=function(t,e){return Ve(pi(t,Q(e)?{read:e}:e),"order")},H.props=function(t,e){if(Y(e)){const i={};for(const n of e)i[n]=String;e=i}return H.methods(t,e)},H.computed=H.methods=function(t,e){return e?t?{...t,...e}:e:t},H.data=function(t,e,i){return i?Ki(t,e,i):e?t?function(n){return Ki(t,e,n)}:e:t};function Ki(t,e,i){return H.computed(Q(t)?t.call(i,i):t,Q(e)?e.call(i,i):e)}function pi(t,e){return t=t&&!Y(t)?[t]:t,e?t?t.concat(e):Y(e)?e:[e]:t}function bs(t,e){return R(e)?t:e}function Mt(t,e,i){const n={};if(Q(e)&&(e=e.options),e.extends&&(t=Mt(t,e.extends,i)),e.mixins)for(const o of e.mixins)t=Mt(t,o,i);for(const o in t)s(o);for(const o in e)ft(t,o)||s(o);function s(o){n[o]=(H[o]||bs)(t[o],e[o],i)}return n}function gi(t,e){e===void 0&&(e=[]);try{return t?G(t,"{")?JSON.parse(t):e.length&&!p(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[s,o]=n.split(/:(.*)/);return s&&!R(o)&&(i[s.trim()]=o.trim()),i},{}):{}}catch{return{}}}function Zi(t){if(Se(t)&&mi(t,{func:"playVideo",method:"play"}),Te(t))try{t.play().catch(at)}catch{}}function Qi(t){Se(t)&&mi(t,{func:"pauseVideo",method:"pause"}),Te(t)&&t.pause()}function Ui(t){Se(t)&&mi(t,{func:"mute",method:"setVolume",value:0}),Te(t)&&(t.muted=!0)}function tn(t){return Te(t)||Se(t)}function Te(t){return et(t,"video")}function Se(t){return et(t,"iframe")&&(en(t)||nn(t))}function en(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function nn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function mi(t,e){await $s(t),sn(t,e)}function sn(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const vi="_ukPlayer";let ys=0;function $s(t){if(t[vi])return t[vi];const e=en(t),i=nn(t),n=++ys;let s;return t[vi]=new Promise(o=>{e&&_(t,"load",()=>{const r=()=>sn(t,{event:"listening",id:n});s=setInterval(r,100),r()}),_(window,"message",o,!1,r=>{let{data:a}=r;try{return a=JSON.parse(a),a&&(e&&a.id===n&&a.event==="onReady"||i&&Number(a.player_id)===n)}catch{}}),t.src=""+t.src+(p(t.src,"?")?"&":"?")+(e?"enablejsapi=1":"api=1&player_id="+n)}).then(()=>clearInterval(s))}function wi(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=0),B(t)?Ge(...Dt(t).map(n=>{const{top:s,left:o,bottom:r,right:a}=v(ie(n));return{top:s-e,left:o-i,bottom:r+e,right:a+i}}).concat(v(t))):!1}function ee(t,e){if(Ft(t)||Rt(t)?t=Ht(t):t=E(t),R(e))return t.scrollTop;t.scrollTop=e}function bi(t,e){let{offset:i=0}=e===void 0?{}:e;const n=B(t)?Dt(t):[];return n.reduce((a,l,h)=>{const{scrollTop:u,scrollHeight:f,offsetHeight:$}=l,q=f-ne(l),{height:T,top:z}=v(n[h-1]||t);let D=Math.ceil(z-v(ie(l)).top-i+u);return i>0&&$<T+i?D+=i:i=0,D>q?(i-=D-q,D=q):D<0&&(i-=D,D=0),()=>s(l,D-u).then(a)},()=>Promise.resolve())();function s(a,l){return new Promise(h=>{const u=a.scrollTop,f=o(Math.abs(l)),$=Date.now();(function q(){const T=r(mt((Date.now()-$)/f));ee(a,u+l*T),T===1?h():requestAnimationFrame(q)})()})}function o(a){return 40*Math.pow(a,.375)}function r(a){return .5*(1-Math.cos(Math.PI*a))}}function on(t,e,i){if(e===void 0&&(e=0),i===void 0&&(i=0),!B(t))return 0;const[n]=Dt(t,/auto|scroll/,!0),{scrollHeight:s,scrollTop:o}=n,r=ne(n),a=s-r,l=Jt(t)[0]-Jt(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return mt((o-h)/(u-h))}function Dt(t,e,i){e===void 0&&(e=/auto|scroll|hidden/),i===void 0&&(i=!1);const n=Ht(t);let s=Yt(t).reverse();s=s.slice(s.indexOf(n)+1);const o=le(s,r=>c(r,"position")==="fixed");return~o&&(s=s.slice(o)),[n].concat(s.filter(r=>e.test(c(r,"overflow"))&&(!i||r.scrollHeight>ne(r)))).reverse()}function ie(t){return t===Ht(t)?window:t}function ne(t){return(t===Ht(t)?document.documentElement:t).clientHeight}function Ht(t){const{document:e}=kt(t);return e.scrollingElement||e.documentElement}const se={width:["x","left","right"],height:["y","top","bottom"]};function rn(t,e,i,n,s,o,r,a){i=ln(i),n=ln(n);const l={element:i,target:n};if(!t||!e)return l;const h=v(t),u=v(e),f=u;if(an(f,i,h,-1),an(f,n,u,1),s=cn(s,h.width,h.height),o=cn(o,u.width,u.height),s.x+=o.x,s.y+=o.y,f.left+=s.x,f.top+=s.y,r){let $=Dt(t).map(ie);a&&!p($,a)&&$.unshift(a),$=$.map(q=>v(q)),X(se,(q,T)=>{let[z,D,He]=q;!(r===!0||p(r,z))||$.some(ze=>{const ir=i[z]===D?-h[T]:i[z]===He?h[T]:0,nr=n[z]===D?u[T]:n[z]===He?-u[T]:0;if(f[D]<ze[D]||f[D]+h[T]>ze[He]){const re=h[T]/2,Le=n[z]==="center"?-u[T]/2:0;return i[z]==="center"&&(Si(re,Le)||Si(-re,-Le))||Si(ir,nr)}function Si(re,Le){const Ci=m((f[D]+re+Le-s[z]*2).toFixed(4));if(Ci>=ze[D]&&Ci+h[T]<=ze[He]){f[D]=Ci;for(const Hn of["element","target"])re&&(l[Hn][z]=l[Hn][z]===se[T][1]?se[T][2]:se[T][1]);return!0}}})})}return v(t,f),l}function an(t,e,i,n){X(se,(s,o)=>{let[r,a,l]=s;e[r]===l?t[a]+=i[o]*n:e[r]==="center"&&(t[a]+=i[o]*n/2)})}function ln(t){const e=/left|center|right/,i=/top|center|bottom/;return t=(t||"").split(" "),t.length===1&&(t=e.test(t[0])?t.concat("center"):i.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:i.test(t[1])?t[1]:"center"}}function cn(t,e,i){const[n,s]=(t||"").split(" ");return{x:n?m(n)*(pt(n,"%")?e/100:1):0,y:s?m(s)*(pt(s,"%")?i/100:1):0}}var xs=Object.freeze({__proto__:null,ajax:Qn,getImage:ts,transition:Li,Transition:lt,animate:ai,Animation:U,attr:w,hasAttr:Tt,removeAttr:Wt,data:St,addClass:y,removeClass:L,removeClasses:si,replaceClass:oi,hasClass:b,toggleClass:j,dimensions:tt,offset:v,position:Fi,offsetPosition:Jt,height:M,width:Kt,boxModelAdjust:Zt,flipPosition:li,toPx:K,ready:ci,isTag:et,empty:hs,html:ve,replaceChildren:hi,prepend:us,append:st,before:ji,after:we,remove:Et,wrapAll:be,wrapInner:Ii,unwrap:ye,fragment:_t,apply:ct,$:g,$$:F,inBrowser:ht,isRtl:Ut,hasTouch:Pt,pointerDown:Ot,pointerMove:ps,pointerUp:Bt,pointerEnter:$e,pointerLeave:xe,pointerCancel:ke,on:C,off:Mi,once:_,trigger:k,createEvent:pe,toEventTargets:ii,isTouch:Ct,getEventPos:ge,fastdom:A,isVoidElement:Ke,isVisible:B,selInput:fe,isInput:Ai,selFocusable:de,isFocusable:Ze,parent:S,filter:qt,matches:P,closest:J,within:N,parents:Yt,children:nt,index:Qe,hasOwn:ft,hyphenate:dt,camelize:$t,ucfirst:ae,startsWith:G,endsWith:pt,includes:p,findIndex:le,isArray:Y,toArray:Fn,assign:xt,isFunction:Q,isObject:ot,isPlainObject:rt,isWindow:Ft,isDocument:Rt,isNode:Fe,isElement:jt,isBoolean:ce,isString:x,isNumber:je,isNumeric:gt,isEmpty:Ie,isUndefined:R,toBoolean:We,toNumber:It,toFloat:m,toNode:E,toNodes:d,toWindow:kt,toMs:qe,isEqual:_i,swap:Ye,last:he,each:X,sortBy:Ve,uniqueBy:Rn,clamp:mt,noop:at,intersectRect:Ge,pointInRect:Xe,Dimensions:Je,getIndex:ue,memoize:V,Deferred:Pi,MouseTracker:di,observeIntersection:Nt,observeResize:Gi,observeMutation:Xi,mergeOptions:Mt,parseOptions:gi,play:Zi,pause:Qi,mute:Ui,isVideo:tn,positionAt:rn,query:vt,queryAll:Vt,find:Ue,findAll:Gt,escape:ti,css:c,getCssVar:me,propName:ni,isInView:wi,scrollTop:ee,scrollIntoView:bi,scrolledOver:on,scrollParents:Dt,getViewport:ie,getViewportClientHeight:ne,getScrollingElement:Ht});function ks(t){const e=t.data;t.use=function(s){if(!s.installed)return s.call(null,this),s.installed=!0,this},t.mixin=function(s,o){o=(x(o)?t.component(o):o)||this,o.options=Mt(o.options,s)},t.extend=function(s){s=s||{};const o=this,r=function(l){this._init(l)};return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.options=Mt(o.options,s),r.super=o,r.extend=o.extend,r},t.update=function(s,o){s=s?E(s):document.body;for(const r of Yt(s).reverse())n(r[e],o);ct(s,r=>n(r[e],o))};let i;Object.defineProperty(t,"container",{get(){return i||document.body},set(s){i=g(s)}});function n(s,o){if(!!s)for(const r in s)s[r]._connected&&s[r]._callUpdate(o)}}function Ts(t){t.prototype._callHook=function(n){var s;(s=this.$options[n])==null||s.forEach(o=>o.call(this))},t.prototype._callConnected=function(){this._connected||(this._data={},this._computed={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObservers(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){!this._connected||(this._callHook("beforeDisconnect"),this._disconnectObservers(),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1,delete this._watch)},t.prototype._callUpdate=function(n){n===void 0&&(n="update"),this._connected&&((n==="update"||n==="resize")&&this._callWatches(),this.$options.update&&(this._updates||(this._updates=new Set,A.read(()=>{this._connected&&e.call(this,this._updates),delete this._updates})),this._updates.add(n.type||n)))},t.prototype._callWatches=function(){if(this._watch)return;const n=!ft(this,"_watch");this._watch=A.read(()=>{this._connected&&i.call(this,n),this._watch=null})};function e(n){for(const{read:s,write:o,events:r=[]}of this.$options.update){if(!n.has("update")&&!r.some(l=>n.has(l)))continue;let a;s&&(a=s.call(this,this._data,n),a&&rt(a)&&xt(this._data,a)),o&&a!==!1&&A.write(()=>o.call(this,this._data,n))}}function i(n){const{$options:{computed:s}}=this,o={...n?{}:this._computed};this._computed={};for(const r in s){const{watch:a,immediate:l}=s[r];a&&(n&&l||ft(o,r)&&!_i(o[r],this[r]))&&a.call(this,this[r],o[r])}}}function Ss(t){let e=0;t.prototype._init=function(i){i=i||{},i.data=Ps(i,this.constructor.options),this.$options=Mt(this.constructor.options,i,this),this.$el=null,this.$props={},this._uid=e++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),i.el&&this.$mount(i.el)},t.prototype._initData=function(){const{data:i={}}=this.$options;for(const n in i)this.$props[n]=this[n]=i[n]},t.prototype._initMethods=function(){const{methods:i}=this.$options;if(i)for(const n in i)this[n]=i[n].bind(this)},t.prototype._initComputeds=function(){const{computed:i}=this.$options;if(this._computed={},i)for(const n in i)Cs(this,n,i[n])},t.prototype._initProps=function(i){let n;i=i||hn(this.$options,this.$name);for(n in i)R(i[n])||(this.$props[n]=i[n]);const s=[this.$options.computed,this.$options.methods];for(n in this.$props)n in i&&Es(s,n)&&(this[n]=this.$props[n])},t.prototype._initEvents=function(){this._events=[];for(const i of this.$options.events||[])if(ft(i,"handler"))Ce(this,i);else for(const n in i)Ce(this,i[n],n)},t.prototype._unbindEvents=function(){this._events.forEach(i=>i()),delete this._events},t.prototype._initObservers=function(){this._observers=[Os(this)],this.$options.computed&&this.registerObserver(As(this))},t.prototype.registerObserver=function(i){this._observers.push(i)},t.prototype._disconnectObservers=function(){this._observers.forEach(i=>i?.disconnect())}}function hn(t,e){const i={},{args:n=[],props:s={},el:o}=t;if(!s)return i;for(const a in s){const l=dt(a);let h=St(o,l);R(h)||(h=s[a]===Boolean&&h===""?!0:yi(s[a],h),!(l==="target"&&(!h||G(h,"_")))&&(i[a]=h))}const r=gi(St(o,e),n);for(const a in r){const l=$t(a);s[l]!==void 0&&(i[l]=yi(s[l],r[a]))}return i}function Cs(t,e,i){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:s,$el:o}=t;return ft(n,e)||(n[e]=(i.get||i).call(t,s,o)),n[e]},set(n){const{_computed:s}=t;s[e]=i.set?i.set.call(t,n):n,R(s[e])&&delete s[e]}})}function Ce(t,e,i){rt(e)||(e={name:i,handler:e});let{name:n,el:s,handler:o,capture:r,passive:a,delegate:l,filter:h,self:u}=e;if(s=Q(s)?s.call(t):s||t.$el,Y(s)){s.forEach(f=>Ce(t,{...e,el:f},i));return}!s||h&&!h.call(t)||t._events.push(C(s,n,l?x(l)?l:l.call(t):null,x(o)?t[o]:o.bind(t),{passive:a,capture:r,self:u}))}function Es(t,e){return t.every(i=>!i||!ft(i,e))}function yi(t,e){return t===Boolean?We(e):t===Number?It(e):t==="list"?_s(e):t?t(e):e}function _s(t){return Y(t)?t:x(t)?t.split(/,(?![^(]*\))/).map(e=>gt(e)?It(e):We(e.trim())):[t]}function Ps(t,e){let{data:i={}}=t,{args:n=[],props:s={}}=e;Y(i)&&(i=i.slice(0,n.length).reduce((o,r,a)=>(rt(r)?xt(o,r):o[n[a]]=r,o),{}));for(const o in i)R(i[o])?delete i[o]:s[o]&&(i[o]=yi(s[o],i[o]));return i}function As(t){const{el:e}=t.$options,i=new MutationObserver(()=>t.$emit());return i.observe(e,{childList:!0,subtree:!0}),i}function Os(t){const{$name:e,$options:i,$props:n}=t,{attrs:s,props:o,el:r}=i;if(!o||s===!1)return;const a=Y(s)?s:Object.keys(o),l=a.map(u=>dt(u)).concat(e),h=new MutationObserver(u=>{const f=hn(i,e);u.some($=>{let{attributeName:q}=$;const T=q.replace("data-","");return(T===e?a:[$t(T),$t(q)]).some(z=>!R(f[z])&&f[z]!==n[z])})&&t.$reset()});return h.observe(r,{attributes:!0,attributeFilter:l.concat(l.map(u=>"data-"+u))}),h}function Bs(t){const e=t.data;t.prototype.$create=function(n,s,o){return t[n](s,o)},t.prototype.$mount=function(n){const{name:s}=this.$options;n[e]||(n[e]={}),!n[e][s]&&(n[e][s]=this,this.$el=this.$options.el=this.$options.el||n,N(n,document)&&this._callConnected())},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(n){n===void 0&&(n=!1);const{el:s,name:o}=this.$options;s&&this._callDisconnected(),this._callHook("destroy"),s!=null&&s[e]&&(delete s[e][o],Ie(s[e])||delete s[e],n&&Et(this.$el))},t.prototype.$emit=function(n){this._callUpdate(n)},t.prototype.$update=function(n,s){n===void 0&&(n=this.$el),t.update(n,s)},t.prototype.$getComponent=t.getComponent;const i=V(n=>t.prefix+dt(n));Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get(){return i(this.$options.name)}}})}function Ns(t){const e=t.data,i={};t.component=function(n,s){const o=dt(n);if(n=$t(o),!s)return rt(i[n])&&(i[n]=t.extend(i[n])),i[n];t[n]=function(a,l){const h=t.component(n);return h.options.functional?new h({data:rt(a)?a:[...arguments]}):a?F(a).map(u)[0]:u();function u(f){const $=t.getComponent(f,n);if($)if(l)$.$destroy();else return $;return new h({el:f,data:l})}};const r=rt(s)?{...s}:s.options;return r.name=n,r.install==null||r.install(t,r,n),t._initialized&&!r.functional&&A.read(()=>t[n]("[uk-"+o+"],[data-uk-"+o+"]")),i[n]=rt(s)?r:s},t.getComponents=n=>n?.[e]||{},t.getComponent=(n,s)=>t.getComponents(n)[s],t.connect=n=>{if(n[e])for(const s in n[e])n[e][s]._callConnected();for(const s of n.attributes){const o=un(s.name);o&&o in i&&t[o](n)}},t.disconnect=n=>{for(const s in n[e])n[e][s]._callDisconnected()}}const un=V(t=>G(t,"uk-")||G(t,"data-uk-")?$t(t.replace("data-uk-","").replace("uk-","")):!1),I=function(t){this._init(t)};I.util=xs,I.data="__uikit__",I.prefix="uk-",I.options={},I.version="3.13.10",ks(I),Ts(I),Ss(I),Ns(I),Bs(I);function Ms(){if(!ht)return;let t=0;C(document,"animationstart",e=>{let{target:i}=e;(c(i,"animationName")||"").match(/^uk-.*(left|right)/)&&(t++,c(document.documentElement,"overflowX","hidden"),setTimeout(()=>{--t||c(document.documentElement,"overflowX","")},qe(c(i,"animationDuration"))+100))},!0)}function Ds(t){const{connect:e,disconnect:i}=t;if(!ht||!window.MutationObserver)return;A.read(function(){document.body&&ct(document.body,e),new MutationObserver(o=>o.forEach(n)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(o=>o.forEach(s)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0});function n(o){let{addedNodes:r,removedNodes:a}=o;for(const l of r)ct(l,e);for(const l of a)ct(l,i)}function s(o){var r;let{target:a,attributeName:l}=o;const h=un(l);if(!(!h||!(h in t))){if(Tt(a,l)){t[h](a);return}(r=t.getComponent(a,h))==null||r.$destroy()}}}var Z={connected(){!b(this.$el,this.$name)&&y(this.$el,this.$name)}},Ee={methods:{lazyload(t,e){t===void 0&&(t=this.$el),e===void 0&&(e=this.$el),this.registerObserver(Nt(t,(i,n)=>{for(const s of d(Q(e)?e():e))F('[loading="lazy"]',s).forEach(o=>Wt(o,"loading"));for(const s of i.filter(o=>{let{isIntersecting:r}=o;return r}).map(o=>{let{target:r}=o;return r}))n.unobserve(s)}))}}},bt={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation(t){let{animation:e}=t;return!!e[0]},hasTransition(t){let{animation:e}=t;return this.hasAnimation&&e[0]===!0}},methods:{toggleElement(t,e,i){return new Promise(n=>Promise.all(d(t).map(s=>{const o=ce(e)?e:!this.isToggled(s);if(!k(s,"before"+(o?"show":"hide"),[this]))return Promise.reject();const r=(Q(i)?i:i===!1||!this.hasAnimation?this._toggle:this.hasTransition?fn(this):Hs(this))(s,o),a=o?this.clsEnter:this.clsLeave;y(s,a),k(s,o?"show":"hide",[this]);const l=()=>{L(s,a),k(s,o?"shown":"hidden",[this]),this.$update(s)};return r?r.then(l,()=>(L(s,a),Promise.reject())):l()})).then(n,at))},isToggled(t){return t===void 0&&(t=this.$el),[t]=d(t),b(t,this.clsEnter)?!0:b(t,this.clsLeave)?!1:this.cls?b(t,this.cls.split(" ")[0]):B(t)},_toggle(t,e){if(!t)return;e=Boolean(e);let i;this.cls?(i=p(this.cls," ")||e!==b(t,this.cls),i&&j(t,this.cls,p(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),F("[autofocus]",t).some(n=>B(n)?n.focus()||!0:n.blur()),i&&(k(t,"toggled",[e,this]),this.$update(t))}}};function fn(t){let{isToggled:e,duration:i,initProps:n,hideProps:s,transition:o,_toggle:r}=t;return(a,l)=>{const h=lt.inProgress(a),u=a.hasChildNodes()?m(c(a.firstElementChild,"marginTop"))+m(c(a.lastElementChild,"marginBottom")):0,f=B(a)?M(a)+(h?0:u):0;lt.cancel(a),e(a)||r(a,!0),M(a,""),A.flush();const $=M(a)+(h?0:u);return M(a,f),(l?lt.start(a,{...n,overflow:"hidden",height:$},Math.round(i*(1-f/$)),o):lt.start(a,s,Math.round(i*(f/$)),o).then(()=>r(a,!1))).then(()=>c(a,n))}}function Hs(t){return(e,i)=>{U.cancel(e);const{animation:n,duration:s,_toggle:o}=t;return i?(o(e,!0),U.in(e,n[0],s,t.origin)):U.out(e,n[1]||n[0],s,t.origin).then(()=>o(e,!1))}}var dn={mixins:[Z,Ee,bt],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String,offset:Number},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease",offset:0},computed:{items:{get(t,e){let{targets:i}=t;return F(i,e).filter(n=>g(this.content,n))},watch(t,e){if(t.forEach(n=>_e(g(this.content,n),!b(n,this.clsOpen))),e||b(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},immediate:!0},toggles(t){let{toggle:e}=t;return this.items.map(i=>g(e,i))}},connected(){this.lazyload()},events:[{name:"click",delegate(){return this.targets+" "+this.$props.toggle},handler(t){t.preventDefault(),this.toggle(Qe(this.toggles,t.current))}}],methods:{toggle(t,e){let i=[this.items[ue(t,this.items)]];const n=qt(this.items,"."+this.clsOpen);if(!this.multiple&&!p(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&!qt(i,":not(."+this.clsOpen+")").length))for(const s of i)this.toggleElement(s,!b(s,this.clsOpen),async(o,r)=>{j(o,this.clsOpen,r),w(g(this.$props.toggle,o),"aria-expanded",r);const a=g((o._wrapper?"> * ":"")+this.content,o);if(e===!1||!this.hasTransition){_e(a,!r);return}if(o._wrapper||(o._wrapper=be(a,"<div"+(r?" hidden":"")+">")),_e(a,!1),await fn(this)(o._wrapper,r),_e(a,!r),delete o._wrapper,ye(a),r){const l=g(this.$props.toggle,o);A.read(()=>{wi(l)||bi(l,{offset:this.offset})})}})}}};function _e(t,e){t&&(t.hidden=e)}var zs={mixins:[Z,bt],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:{opacity:0,...bt.data.hideProps}},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}}],methods:{async close(){await this.toggleElement(this.$el),this.$destroy(!0)}}},pn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.inView=this.autoplay==="inview",this.inView&&!Tt(this.$el,"preload")&&(this.$el.preload="none"),this.automute&&Ui(this.$el),this.registerObserver(Nt(this.$el,()=>this.$emit(),{},!1))},update:{read(){return tn(this.$el)?{visible:B(this.$el)&&c(this.$el,"visibility")!=="hidden",inView:this.inView&&wi(this.$el)}:!1},write(t){let{visible:e,inView:i}=t;!e||this.inView&&!i?Qi(this.$el):(this.autoplay===!0||this.inView&&i)&&Zi(this.$el)}}},ut={connected(){var t;this.registerObserver(Gi(((t=this.$options.resizeTargets)==null?void 0:t.call(this))||this.$el,()=>this.$emit("resize")))}},Ls={mixins:[ut,pn],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},resizeTargets(){return[this.$el,S(this.$el)]},update:{read(){const t=this.$el,{offsetHeight:e,offsetWidth:i}=Fs(t)||S(t),n=Je.cover({width:this.width||t.naturalWidth||t.videoWidth||t.clientWidth,height:this.height||t.naturalHeight||t.videoHeight||t.clientHeight},{width:i+(i%2?1:0),height:e+(e%2?1:0)});return!n.width||!n.height?!1:n},write(t){let{height:e,width:i}=t;c(this.$el,{height:e,width:i})},events:["resize"]}};function Fs(t){for(;t=S(t);)if(c(t,"position")!=="static")return t}var $i={props:{container:Boolean},data:{container:!0},computed:{container(t){let{container:e}=t;return e===!0&&this.$container||e&&g(e)}}},Rs={props:{pos:String,offset:null,flip:Boolean},data:{pos:"bottom-"+(Ut?"right":"left"),flip:!0,offset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),this.dir=this.pos[0],this.align=this.pos[1]},methods:{positionAt(t,e,i){const n=this.getAxis(),s=this.pos[0],o=this.pos[1];let{offset:r}=this;if(!gt(r)){const h=g(r);r=h?v(h)[n==="x"?"left":"top"]-v(e)[n==="x"?"right":"bottom"]:0}r=K(r)+K(me("position-offset",t));const{x:a,y:l}=rn(t,e,n==="x"?li(s)+" "+o:o+" "+li(s),n==="x"?s+" "+o:o+" "+s,n==="x"?""+(s==="left"?-r:r):" "+(s==="top"?-r:r),null,this.flip,i).target;this.dir=n==="x"?a:l,this.align=n==="x"?l:a},getAxis(){return this.dir==="top"||this.dir==="bottom"?"y":"x"}}};let O;var gn={mixins:[$i,Ee,Rs,bt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:!0,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open",container:!1},created(){this.tracker=new di},beforeConnect(){this.clsDrop=this.$props.clsDrop||"uk-"+this.$options.name},connected(){y(this.$el,this.clsDrop),this.toggle&&!this.target&&(this.target=this.$create("toggle",vt(this.toggle,this.$el),{target:this.$el,mode:this.mode}).$el,w(this.target,"aria-haspopup",!0),this.lazyload(this.target))},disconnected(){this.isActive()&&(O=null)},events:[{name:"click",delegate(){return"."+this.clsDrop+"-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{defaultPrevented:e,current:{hash:i}}=t;!e&&i&&!N(i,this.$el)&&this.hide(!1)}},{name:"beforescroll",handler(){this.hide(!1)}},{name:"toggle",self:!0,handler(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e?.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e?.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),P(this.$el,":focus,:hover")||this.hide()}},{name:$e+" focusin",filter(){return p(this.mode,"hover")},handler(t){Ct(t)||this.clearTimers()}},{name:xe+" focusout",filter(){return p(this.mode,"hover")},handler(t){!Ct(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){!e||(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){O=this,this.tracker.init();for(const t of[C(document,Ot,e=>{let{target:i}=e;return!N(i,this.$el)&&_(document,Bt+" "+ke+" scroll",n=>{let{defaultPrevented:s,type:o,target:r}=n;!s&&o===Bt&&i===r&&!(this.target&&N(i,this.target))&&this.hide(!1)},!0)}),C(document,"keydown",e=>{e.keyCode===27&&this.hide(!1)}),C(window,"resize",()=>this.$emit())])_(this.$el,"hide",t,{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler(t){let{target:e}=t;if(this.$el!==e){O=O===null&&N(e,this.$el)&&this.isToggled()?this:O;return}O=this.isActive()?null:O,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!b(this.$el,this.clsEnter)&&this.position()}},methods:{show(t,e){if(t===void 0&&(t=this.target),e===void 0&&(e=!0),this.isToggled()&&t&&this.target&&t!==this.target&&this.hide(!1),this.target=t,this.clearTimers(),!this.isActive()){if(O){if(e&&O.isDelaying){this.showTimer=setTimeout(()=>P(t,":hover")&&this.show(),10);return}let i;for(;O&&i!==O&&!N(this.$el,O.$el);)i=O,O.hide(!1)}this.container&&S(this.$el)!==this.container&&st(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t){t===void 0&&(t=!0);const e=()=>this.toggleElement(this.$el,!1,!1);this.clearTimers(),this.isDelaying=js(this.$el).some(i=>this.tracker.movesTo(i)),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(e,this.delayHide):e()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive(){return O===this},position(){const t=vt(this.boundary,this.$el)||window;L(this.$el,this.clsDrop+"-stack"),j(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);const e=v(t),i=v(this.target),n=this.boundaryAlign?e:i;if(this.pos[1]==="justify"){const s=this.getAxis()==="y"?"width":"height";c(this.$el,s,n[s])}else this.$el.offsetWidth>Math.max(e.right-n.left,n.right-e.left)&&y(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?t:this.target,t)}}};function js(t){const e=[];return ct(t,i=>c(i,"position")!=="static"&&e.push(i)),e}var Is={mixins:[Z],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return g(fe,e)},state(){return this.input.nextElementSibling},target(t,e){let{target:i}=t;return i&&(i===!0&&S(this.input)===e&&this.input.nextElementSibling||g(i,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const s=Ai(e)?"value":"textContent",o=e[s],r=(t=i.files)!=null&&t[0]?i.files[0].name:P(i,"select")&&(n=F("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;o!==r&&(e[s]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return J(this.$el,"form")},handler(){this.$emit()}}]},mn={mixins:[ut],props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},resizeTargets(){return[this.$el,this.$el.children]},connected(){this.registerObserver(Xi(this.$el,()=>this.$reset(),{childList:!0}))},update:{read(){const t=vn(this.$el.children);return{rows:t,columns:Ws(t)}},write(t){let{columns:e,rows:i}=t;for(const n of i)for(const s of n)j(s,this.margin,i[0]!==n),j(s,this.firstColumn,!!~e[0].indexOf(s))},events:["resize"]}};function vn(t){return wn(t,"top","bottom")}function Ws(t){const e=[];for(const i of t){const n=wn(i,"left","right");for(let s=0;s<n.length;s++)e[s]=e[s]?e[s].concat(n[s]):n[s]}return Ut?e.reverse():e}function wn(t,e,i){const n=[[]];for(const s of t){if(!B(s))continue;let o=Pe(s);for(let r=n.length-1;r>=0;r--){const a=n[r];if(!a[0]){a.push(s);break}let l;if(a[0].offsetParent===s.offsetParent?l=Pe(a[0]):(o=Pe(s,!0),l=Pe(a[0],!0)),o[e]>=l[i]-1&&o[e]!==l[e]){n.push([s]);break}if(o[i]-1>l[e]||o[e]===l[e]){a.push(s);break}if(r===0){n.unshift([s]);break}}}return n}function Pe(t,e){e===void 0&&(e=!1);let{offsetTop:i,offsetLeft:n,offsetHeight:s,offsetWidth:o}=t;return e&&([i,n]=Jt(t)),{top:i,left:n,bottom:i+s,right:n+o}}var Ae={connected(){qs(this._uid,()=>this.$emit("scroll"))},disconnected(){Ys(this._uid)}};const Oe=new Map;let oe;function qs(t,e){oe=oe||C(window,"scroll",()=>Oe.forEach(i=>i()),{passive:!0,capture:!0}),Oe.set(t,e)}function Ys(t){Oe.delete(t),oe&&!Oe.size&&(oe(),oe=null)}var Vs={extends:mn,mixins:[Z,Ae],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&y(this.$el,"uk-flex-top uk-flex-wrap-top")},update:[{write(t){let{columns:e}=t;j(this.$el,this.clsStack,e.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||bn(this.$el))return t.translates=!1,!1;let n=!1;const s=nt(this.$el),o=Js(e),r=Xs(s,this.margin)*(i.length-1),a=Math.max(...o)+r;this.masonry&&(e=e.map(h=>Ve(h,"offsetTop")),n=Gs(i,e));let l=Math.abs(this.parallax);return l&&(l=o.reduce((h,u,f)=>Math.max(h,u+r+(f%2?l:l/8)-a),0)),{padding:l,columns:e,translates:n,height:n?a:""}},write(t){let{height:e,padding:i}=t;c(this.$el,"paddingBottom",i||""),e!==!1&&c(this.$el,"height",e)},events:["resize"]},{read(){return this.parallax&&bn(this.$el)?!1:{scrolled:this.parallax?on(this.$el)*Math.abs(this.parallax):!1}},write(t){let{columns:e,scrolled:i,translates:n}=t;i===!1&&!n||e.forEach((s,o)=>s.forEach((r,a)=>c(r,"transform",!i&&!n?"":"translateY("+((n&&-n[o][a])+(i?o%2?i:i/8:0))+"px)")))},events:["scroll","resize"]}]};function bn(t){return nt(t).some(e=>c(e,"position")==="absolute")}function Gs(t,e){const i=t.map(n=>Math.max(...n.map(s=>s.offsetHeight)));return e.map(n=>{let s=0;return n.map((o,r)=>s+=r?i[r-1]-n[r-1].offsetHeight:0)})}function Xs(t,e){const[i]=t.filter(n=>b(n,e));return m(i?c(i,"marginTop"):c(t[0],"paddingLeft"))}function Js(t){return t.map(e=>e.reduce((i,n)=>i+n.offsetHeight,0))}var Ks={mixins:[ut],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:{get(t,e){let{target:i}=t;return F(i,e)},watch(){this.$reset()}}},resizeTargets(){return[this.$el,this.elements]},update:{read(){return{rows:(this.row?vn(this.elements):[this.elements]).map(Zs)}},write(t){let{rows:e}=t;for(const{heights:i,elements:n}of e)n.forEach((s,o)=>c(s,"minHeight",i[o]))},events:["resize"]}};function Zs(t){if(t.length<2)return{heights:[""],elements:t};c(t,"minHeight","");let e=t.map(Qs);const i=Math.max(...e);return{heights:t.map((n,s)=>e[s].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function Qs(t){let e=!1;B(t)||(e=t.style.display,c(t,"display","block","important"));const i=tt(t).height-Zt(t,"height","content-box");return e!==!1&&c(t,"display",e),i}var Us={mixins:[Z,ut],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},resizeTargets(){return[this.$el,document.documentElement]},update:{read(t){let{minHeight:e}=t;if(!B(this.$el))return!1;let i="";const n=Zt(this.$el,"height","content-box");if(this.expand)i=Math.max(M(window)-(tt(document.documentElement).height-tt(this.$el).height)-n,0);else{if(i="calc(100vh",this.offsetTop){const{top:s}=v(this.$el);i+=s>0&&s<M(window)/2?" - "+s+"px":""}this.offsetBottom===!0?i+=" - "+tt(this.$el.nextElementSibling).height+"px":gt(this.offsetBottom)?i+=" - "+this.offsetBottom+"vh":this.offsetBottom&&pt(this.offsetBottom,"px")?i+=" - "+m(this.offsetBottom)+"px":x(this.offsetBottom)&&(i+=" - "+tt(vt(this.offsetBottom,this.$el)).height+"px"),i+=(n?" - "+n+"px":"")+")"}return{minHeight:i,prev:e}},write(t){let{minHeight:e}=t;c(this.$el,{minHeight:e}),this.minHeight&&m(c(this.$el,"minHeight"))<this.minHeight&&c(this.$el,"minHeight",this.minHeight)},events:["resize"]}},yn={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,focusable:Boolean,attributes:"list"},data:{ratio:1,include:["style","class","focusable"],class:"",strokeAnimation:!1},beforeConnect(){this.class+=" uk-svg"},connected(){!this.icon&&p(this.src,"#")&&([this.src,this.icon]=this.src.split("#")),this.svg=this.getSvg().then(t=>{if(this._connected){const e=so(t,this.$el);return this.svgEl&&e!==this.svgEl&&Et(this.svgEl),this.applyAttributes(e,t),this.svgEl=e}},at),this.strokeAnimation&&this.svg.then(t=>{this._connected&&(xn(t),this.registerObserver(Nt(t,(e,i)=>{xn(t),i.disconnect()})))})},disconnected(){this.svg.then(t=>{this._connected||(Ke(this.$el)&&(this.$el.hidden=!1),Et(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){return et(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>_(this.$el,"load",()=>t(this.getSvg()))):eo(await to(this.src),this.icon)||Promise.reject("SVG not found.")},applyAttributes(t,e){for(const o in this.$options.props)p(this.include,o)&&o in this&&w(t,o,this[o]);for(const o in this.attributes){const[r,a]=this.attributes[o].split(":",2);w(t,r,a)}this.id||Wt(t,"id");const i=["width","height"];let n=i.map(o=>this[o]);n.some(o=>o)||(n=i.map(o=>w(e,o)));const s=w(e,"viewBox");s&&!n.some(o=>o)&&(n=s.split(" ").slice(2)),n.forEach((o,r)=>w(t,i[r],m(o)*this.ratio||null))}}};const to=V(async t=>t?G(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function eo(t,e){var i;return e&&p(t,"<symbol")&&(t=io(t,e)||t),t=g(t.substr(t.indexOf("<svg"))),((i=t)==null?void 0:i.hasChildNodes())&&t}const $n=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Be={};function io(t,e){if(!Be[t]){Be[t]={},$n.lastIndex=0;let i;for(;i=$n.exec(t);)Be[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>"}return Be[t][e]}function xn(t){const e=no(t);e&&t.style.setProperty("--uk-animation-stroke",e)}function no(t){return Math.ceil(Math.max(0,...F("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}function so(t,e){if(Ke(e)||et(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return kn(t,n)?n:we(e,t)}const i=e.lastElementChild;return kn(t,i)?i:st(e,t)}function kn(t,e){return et(t,"svg")&&et(e,"svg")&&Tn(t)===Tn(e)}function Tn(t){return(t.innerHTML||new XMLSerializer().serializeToString(t).replace(/<svg.*?>(.*?)<\/svg>/g,"$1")).replace(/\s/g,"")}var oo='<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',ro='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',ao='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',lo='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',co='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',ho='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',uo='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',fo='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',po='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',go='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',mo='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',vo='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',wo='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',bo='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>',yo='<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',$o='<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>';const Ne={spinner:yo,totop:$o,marker:ao,"close-icon":oo,"close-large":ro,"navbar-toggle-icon":lo,"overlay-icon":co,"pagination-next":ho,"pagination-previous":uo,"search-icon":fo,"search-large":po,"search-navbar":go,"slidenav-next":mo,"slidenav-next-large":vo,"slidenav-previous":wo,"slidenav-previous-large":bo},xi={install:So,extends:yn,args:"icon",props:["icon"],data:{include:["focusable"]},isIcon:!0,beforeConnect(){y(this.$el,"uk-icon")},methods:{async getSvg(){const t=Co(this.icon);if(!t)throw"Icon not found.";return t}}},it={args:!1,extends:xi,data:t=>({icon:dt(t.constructor.options.name)}),beforeConnect(){y(this.$el,this.$name)}},Sn={extends:it,beforeConnect(){y(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=b(this.$el,"uk-slidenav-large")?t+"-large":t}},xo={extends:it,beforeConnect(){this.icon=b(this.$el,"uk-search-icon")&&Yt(this.$el,".uk-search-large").length?"search-large":Yt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon}},ko={extends:it,beforeConnect(){this.icon="close-"+(b(this.$el,"uk-close-large")?"large":"icon")}},To={extends:it,methods:{async getSvg(){const t=await xi.methods.getSvg.call(this);return this.ratio!==1&&c(g("circle",t),"strokeWidth",1/this.ratio),t}}},Me={};function So(t){t.icon.add=(e,i)=>{const n=x(e)?{[e]:i}:e;X(n,(s,o)=>{Ne[o]=s,delete Me[o]}),t._initialized&&ct(document.body,s=>X(t.getComponents(s),o=>{o.$options.isIcon&&o.icon in n&&o.$reset()}))}}function Co(t){return Ne[t]?(Me[t]||(Me[t]=g((Ne[Eo(t)]||Ne[t]).trim())),Me[t].cloneNode(!0)):null}function Eo(t){return Ut?Ye(Ye(t,"left","right"),"previous","next"):t}const _o=ht&&"loading"in HTMLImageElement.prototype;var Po={args:"dataSrc",props:{dataSrc:String,sources:String,offsetTop:String,offsetLeft:String,target:String,loading:String},data:{dataSrc:"",sources:!1,offsetTop:"50vh",offsetLeft:"50vw",target:!1,loading:"lazy"},connected(){if(this.loading!=="lazy"){this.load();return}const t=[this.$el,...Vt(this.$props.target,this.$el)];_o&&De(this.$el)&&(this.$el.loading="lazy",ki(this.$el),t.length===1)||(Mo(this.$el),this.registerObserver(Nt(t,(e,i)=>{this.load(),i.disconnect()},{rootMargin:K(this.offsetTop,"height")+"px "+K(this.offsetLeft,"width")+"px"})))},disconnected(){this._data.image&&(this._data.image.onload="")},methods:{load(){if(this._data.image)return this._data.image;const t=De(this.$el)?this.$el:Oo(this.$el,this.dataSrc,this.sources);return Wt(t,"loading"),ki(this.$el,t.currentSrc),this._data.image=t}}};function ki(t,e){if(De(t)){const i=S(t);(Do(i)?nt(i):[t]).forEach(s=>Cn(s,s))}else e&&!p(t.style.backgroundImage,e)&&(c(t,"backgroundImage","url("+ti(e)+")"),k(t,pe("load",!1)))}const Ao=["data-src","data-srcset","sizes"];function Cn(t,e){Ao.forEach(i=>{const n=St(t,i);n&&w(e,i.replace(/^(data-)+/,""),n)})}function Oo(t,e,i){const n=new Image;return Bo(n,i),Cn(t,n),n.onload=()=>{ki(t,n.currentSrc)},w(n,"src",e),n}function Bo(t,e){if(e=No(e),e.length){const i=_t("<picture>");for(const n of e){const s=_t("<source>");w(s,n),st(i,s)}st(i,t)}}function No(t){if(!t)return[];if(G(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=gi(t);return Y(t)||(t=[t]),t.filter(e=>!Ie(e))}function Mo(t){De(t)&&!Tt(t,"src")&&w(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Do(t){return et(t,"picture")}function De(t){return et(t,"img")}var Ti={props:{media:Boolean},data:{media:!1},connected(){const t=Ho(this.media);this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,k(this.$el,pe("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=C(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function Ho(t){if(x(t)){if(G(t,"@")){const e="breakpoint-"+t.substr(1);t=m(me(e))}else if(isNaN(t))return t}return t&&gt(t)?"(min-width: "+t+"px)":""}var zo={mixins:[Z,Ti,ut],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill(t){let{fill:e}=t;return e||me("leader-fill-content")}},connected(){[this.wrapper]=Ii(this.$el,'<span class="'+this.clsWrapper+'">')},disconnected(){ye(this.wrapper.childNodes)},update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write(t){let{width:e,fill:i,hide:n}=t;j(this.wrapper,this.clsHide,n),w(this.wrapper,this.attrFill,new Array(e).join(i))},events:["resize"]}};const W=[];var En={mixins:[Z,$i,bt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel(t,e){let{selPanel:i}=t;return g(i,e)},transitionElement(){return this.panel},bgClose(t){let{bgClose:e}=t;return e&&this.panel}},beforeDisconnect(){p(W,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===p(W,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(p(W,this))return!1;!this.stack&&W.length?(Promise.all(W.map(e=>e.hide())).then(this.show),t.preventDefault()):W.push(this)}},{name:"show",self:!0,handler(){const t=document.documentElement;Kt(window)>t.clientWidth&&this.overlay&&c(document.body,"overflowY","scroll"),this.stack&&c(this.$el,"zIndex",m(c(this.$el,"zIndex"))+W.length),y(t,this.clsPage),this.bgClose&&_(this.$el,"hide",C(document,Ot,e=>{let{target:i}=e;he(W)!==this||this.overlay&&!N(i,this.$el)||N(i,this.panel)||_(document,Bt+" "+ke+" scroll",n=>{let{defaultPrevented:s,type:o,target:r}=n;!s&&o===Bt&&i===r&&this.hide()},!0)}),{self:!0}),this.escClose&&_(this.$el,"hide",C(document,"keydown",e=>{e.keyCode===27&&he(W)===this&&this.hide()}),{self:!0})}},{name:"shown",self:!0,handler(){Ze(this.$el)||w(this.$el,"tabindex","-1"),g(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler(){p(W,this)&&W.splice(W.indexOf(this),1),W.length||c(document.body,"overflowY",""),c(this.$el,"zIndex",""),W.some(t=>t.clsPage===this.clsPage)||L(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&S(this.$el)!==this.container?(st(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,_n(this))},hide(){return this.toggleElement(this.$el,!1,_n(this))}}};function _n(t){let{transitionElement:e,_toggle:i}=t;return(n,s)=>new Promise((o,r)=>_(n,"show hide",()=>{n._reject&&n._reject(),n._reject=r,i(n,s);const a=_(e,"transitionstart",()=>{_(e,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},qe(c(e,"transitionDuration")))})).then(()=>delete n._reject)}var Lo={install:Fo,mixins:[En],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler(){b(this.panel,"uk-margin-auto-vertical")?y(this.$el,"uk-flex"):c(this.$el,"display","block"),M(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),L(this.$el,"uk-flex")}}]};function Fo(t){let{modal:e}=t;e.dialog=function(n,s){const o=e('<div class="uk-modal"> <div class="uk-modal-dialog">'+n+"</div> </div>",s);return o.show(),C(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},e.alert=function(n,s){return i(o=>{let{labels:r}=o;return'<div class="uk-modal-body">'+(x(n)?n:ve(n))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+r.ok+"</button> </div>"},s,o=>o.resolve())},e.confirm=function(n,s){return i(o=>{let{labels:r}=o;return'<form> <div class="uk-modal-body">'+(x(n)?n:ve(n))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+r.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+r.ok+"</button> </div> </form>"},s,o=>o.reject())},e.prompt=function(n,s,o){return i(r=>{let{labels:a}=r;return'<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(x(n)?n:ve(n))+'</label> <input class="uk-input" value="'+(s||"")+'" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+a.cancel+'</button> <button class="uk-button uk-button-primary">'+a.ok+"</button> </div> </form>"},o,r=>r.resolve(null),r=>g("input",r.$el).value)},e.labels={ok:"Ok",cancel:"Cancel"};function i(n,s,o,r){s={bgClose:!1,escClose:!0,labels:e.labels,...s};const a=e.dialog(n(s),s),l=new Pi;let h=!1;return C(a.$el,"submit","form",u=>{u.preventDefault(),l.resolve(r?.(a)),h=!0,a.hide()}),C(a.$el,"hide",()=>!h&&o(l)),l.promise.dialog=a,l.promise}}var Ro={extends:dn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},jo={mixins:[Z,$i],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",align:Ut?"right":"left",clsDrop:"uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarAnchor:!1,duration:200,container:!1},computed:{boundary(t,e){let{boundary:i}=t;return i===!0?e:i},dropbarAnchor(t,e){let{dropbarAnchor:i}=t;return vt(i,e)},pos(t){let{align:e}=t;return"bottom-"+e},dropbar:{get(t){let{dropbar:e}=t;return e?(e=this._dropbar||vt(e,this.$el)||g("+ .uk-navbar-dropbar",this.$el),e||(this._dropbar=g("<div></div>"))):null},watch(t){y(t,"uk-navbar-dropbar")},immediate:!0},dropContainer(t,e){return this.container||e},dropdowns:{get(t,e){let{clsDrop:i}=t;const n=F("."+i,e);if(this.dropContainer!==e)for(const o of F("."+i,this.dropContainer)){var s;const r=(s=this.getDropdown(o))==null?void 0:s.target;!p(n,o)&&r&&N(r,this.$el)&&n.push(o)}return n},watch(t){this.$create("drop",t.filter(e=>!this.getDropdown(e)),{...this.$props,boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset})},immediate:!0},toggles(t,e){let{dropdown:i}=t;return F(i,e)}},disconnected(){this.dropbar&&Et(this.dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.dropdown},handler(t){let{current:e}=t;const i=this.getActive();i&&p(i.mode,"hover")&&i.target&&!N(i.target,e)&&!i.isDelaying&&i.hide(!1)}},{name:"keydown",delegate(){return this.dropdown},handler(t){const{current:e,keyCode:i}=t,n=this.getActive();i===yt.DOWN&&Tt(e,"aria-expanded")&&(t.preventDefault(),!n||n.target!==e?(e.click(),_(this.dropContainer,"show",s=>{let{target:o}=s;return An(o)})):An(n.$el)),Pn(t,this.toggles,n)}},{name:"keydown",el(){return this.dropContainer},delegate(){return"."+this.clsDrop},handler(t){const{current:e,keyCode:i}=t;if(!p(this.dropdowns,e))return;const n=this.getActive(),s=F(de,e),o=le(s,a=>P(a,":focus"));if(i===yt.UP&&(t.preventDefault(),o>0&&s[o-1].focus()),i===yt.DOWN&&(t.preventDefault(),o<s.length-1&&s[o+1].focus()),i===yt.ESC){var r;n==null||(r=n.target)==null||r.focus()}Pn(t,this.toggles,n)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&p(t.mode,"hover")&&!this.dropdowns.some(e=>P(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;!b(i,this.clsDrop)||(S(this.dropbar)||we(this.dropbarAnchor||this.$el,this.dropbar),y(i,this.clsDrop+"-dropbar"))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i,dir:n}=e;!b(i,this.clsDrop)||n==="bottom"&&this.transitionTo(v(i).bottom-v(this.dropbar).top+m(c(i,"marginBottom")),i)}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;const n=this.getActive();P(this.dropbar,":hover")&&n?.$el===i&&!this.toggles.some(s=>n.target!==s&&P(s,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;if(!b(i,this.clsDrop))return;const n=this.getActive();(!n||n?.$el===i)&&this.transitionTo(0)}}],methods:{getActive(){return O&&N(O.target,this.$el)&&O},transitionTo(t,e){const{dropbar:i}=this,n=B(i)?M(i):0;return e=n<t&&e,c(e,"clip","rect(0,"+e.offsetWidth+"px,"+n+"px,0)"),M(i,n),lt.cancel([e,i]),Promise.all([lt.start(i,{height:t},this.duration),lt.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(at).then(()=>{c(e,{clip:""}),this.$update(i)})},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}};function Pn(t,e,i){const{current:n,keyCode:s}=t,o=i?.target||n,r=e.indexOf(o);s===yt.LEFT&&r>0&&(i?.hide(!1),e[r-1].focus()),s===yt.RIGHT&&r<e.length-1&&(i?.hide(!1),e[r+1].focus()),s===yt.TAB&&(o.focus(),i?.hide(!1))}function An(t){if(!g(":focus",t)){var e;(e=g(de,t))==null||e.focus()}}const yt={TAB:9,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40};var On={props:{swiping:Boolean},data:{swiping:!0},computed:{swipeTarget(t,e){return e}},connected(){!this.swiping||Ce(this,{el:this.swipeTarget,name:Ot,passive:!0,handler(t){if(!Ct(t))return;const e=ge(t),i="tagName"in t.target?t.target:S(t.target);_(document,Bt+" "+ke+" scroll",n=>{const{x:s,y:o}=ge(n);(n.type!=="scroll"&&i&&s&&Math.abs(e.x-s)>100||o&&Math.abs(e.y-o)>100)&&setTimeout(()=>{k(i,"swipe"),k(i,"swipe"+Io(e.x,e.y,s,o))})})}})}};function Io(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}var Wo={mixins:[En,On],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"uk-offcanvas-page",clsContainer:"uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"uk-offcanvas-flip",clsContainerAnimation:"uk-offcanvas-container-animation",clsSidebarAnimation:"uk-offcanvas-bar-animation",clsMode:"uk-offcanvas",clsOverlay:"uk-offcanvas-overlay",selClose:".uk-offcanvas-close",container:!1},computed:{clsFlip(t){let{flip:e,clsFlip:i}=t;return e?i:""},clsOverlay(t){let{overlay:e,clsOverlay:i}=t;return e?i:""},clsMode(t){let{mode:e,clsMode:i}=t;return i+"-"+e},clsSidebarAnimation(t){let{mode:e,clsSidebarAnimation:i}=t;return e==="none"||e==="reveal"?"":i},clsContainerAnimation(t){let{mode:e,clsContainerAnimation:i}=t;return e!=="push"&&e!=="reveal"?"":i},transitionElement(t){let{mode:e}=t;return e==="reveal"?S(this.panel):this.panel}},update:{read(){this.isToggled()&&!B(this.$el)&&this.hide()},events:["resize"]},events:[{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{current:{hash:e},defaultPrevented:i}=t;!i&&e&&g(e,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el(){return this.panel},handler(t){let{targetTouches:e}=t;e.length===1&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"touchmove",passive:!1,el(){return this.panel},handler(t){if(t.targetTouches.length!==1)return;const e=t.targetTouches[0].clientY-this.clientY,{scrollTop:i,scrollHeight:n,clientHeight:s}=this.panel;(s>=n||i===0&&e>0||n-i<=s&&e<0)&&t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!b(S(this.panel),this.clsMode)&&(be(this.panel,"<div>"),y(S(this.panel),this.clsMode)),c(document.documentElement,"overflowY",this.overlay?"hidden":""),y(document.body,this.clsContainer,this.clsFlip),c(document.body,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),y(this.$el,this.clsOverlay),y(this.panel,this.clsSidebarAnimation,this.mode!=="reveal"?this.clsMode:""),M(document.body),y(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&qo()}},{name:"hide",self:!0,handler(){L(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Yo(),this.mode==="reveal"&&ye(this.panel),L(this.panel,this.clsSidebarAnimation,this.clsMode),L(this.$el,this.clsOverlay),c(this.$el,"display",""),L(document.body,this.clsContainer,this.clsFlip),c(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&pt(t.type,"Left")^this.flip&&this.hide()}}]};function qo(){Bn().content+=",user-scalable=0"}function Yo(){const t=Bn();t.content=t.content.replace(/,user-scalable=0$/,"")}function Bn(){return g('meta[name="viewport"]',document.head)||st(document.head,'<meta name="viewport">')}var Vo={mixins:[Z,ut],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container(t,e){let{selContainer:i}=t;return J(e,i)},content(t,e){let{selContent:i}=t;return J(e,i)}},resizeTargets(){return[this.container,this.content]},update:{read(){return!this.content||!this.container||!B(this.$el)?!1:{max:Math.max(this.minHeight,M(this.container)-(tt(this.content).height-M(this.$el)))}},write(t){let{max:e}=t;c(this.$el,{minHeight:this.minHeight,maxHeight:e})},events:["resize"]}},Go={mixins:[ut],props:["width","height"],resizeTargets(){return[this.$el,S(this.$el)]},connected(){y(this.$el,"uk-responsive-width")},update:{read(){return B(this.$el)&&this.width&&this.height?{width:Kt(S(this.$el)),height:this.height}:!1},write(t){M(this.$el,Je.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Xo={props:{offset:Number},data:{offset:0},methods:{async scrollTo(t){t=t&&g(t)||document.body,k(this.$el,"beforescroll",[this,t])&&(await bi(t,{offset:this.offset}),k(this.$el,"scrolled",[this,t]))}},events:{click(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(Nn(this.$el)))}}};function Nn(t){return document.getElementById(decodeURIComponent(t.hash).substring(1))}var Jo={mixins:[Ae],args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"uk-scrollspy-inview"}),computed:{elements:{get(t,e){let{target:i}=t;return i?F(i,e):[e]},watch(t,e){this.hidden&&c(qt(t,":not(."+this.inViewClass+")"),"visibility","hidden"),e&&this.$reset()},immediate:!0}},connected(){this._data.elements=new Map,this.registerObserver(Nt(this.elements,t=>{const e=this._data.elements;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:St(i,"uk-scrollspy-class")||this.cls});const s=e.get(i);!this.repeat&&s.show||(s.show=n)}this.$emit()},{rootMargin:K(this.offsetTop,"height")-1+"px "+(K(this.offsetLeft,"width")-1)+"px"},!1))},disconnected(){for(const[t,e]of this._data.elements.entries())L(t,this.inViewClass,e?.cls||"")},update:[{write(t){for(const[e,i]of t.elements.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){const i=this._data.elements.get(t);if(i.off==null||i.off(),c(t,"visibility",!e&&this.hidden?"hidden":""),j(t,this.inViewClass,e),j(t,i.cls),/\buk-animation-/.test(i.cls)){const n=()=>si(t,"uk-animation-[\\w-]+");e?i.off=_(t,"animationcancel animationend",n):n()}k(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},Ko={mixins:[Ae],props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:{get(t,e){return F('a[href^="#"]',e).filter(i=>i.hash)},watch(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})},immediate:!0},elements(t){let{closest:e}=t;return J(this.links,e||"*")}},update:[{read(){const t=this.links.map(Nn).filter(Boolean),{length:e}=t;if(!e||!B(this.$el))return!1;const[i]=Dt(t,/auto|scroll/,!0),{scrollTop:n,scrollHeight:s}=i,o=s-ne(i);let r=!1;if(n===o)r=e-1;else{for(const a in t){if(v(t[a]).top-v(ie(i)).top-this.offset>0)break;r=+a}r===!1&&this.overflow&&(r=0)}return{active:r}},write(t){let{active:e}=t;const i=e!==!1&&!b(this.elements[e],this.cls);this.links.forEach(n=>n.blur());for(const n in this.elements)j(this.elements[n],this.cls,+n===e);i&&k(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},Zo={mixins:[Z,Ti,ut,Ae],props:{position:String,top:null,bottom:Boolean,offset:String,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:0,bottom:!1,offset:0,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget(t,e){let{selTarget:i}=t;return i&&g(i,e)||e}},resizeTargets(){return document.documentElement},connected(){this.placeholder=g("+ .uk-sticky-placeholder",this.$el)||g('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},disconnected(){this.isFixed&&(this.hide(),L(this.selTarget,this.clsInactive)),Et(this.placeholder),this.placeholder=null},events:[{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){!location.hash||ee(window)===0||A.read(()=>{const t=v(g(location.hash)),e=v(this.$el);this.isFixed&&Ge(t,e)&&ee(window,t.top-e.height-K(this.targetOffset,"height")-K(this.offset,"height"))})}}],update:[{read(t,e){let{height:i,margin:n}=t;if(this.inactive=!this.matchMedia||!B(this.$el),this.inactive)return!1;const s=this.active&&e.has("resize");s&&(c(this.selTarget,"transition","0s"),this.hide()),this.active||(i=v(this.$el).height,n=c(this.$el,"margin")),s&&(this.show(),A.write(()=>c(this.selTarget,"transition","")));const o=this.isFixed?this.placeholder:this.$el,r=M(window);let a=this.position;a==="auto"&&i>r&&(a="bottom");let l=K(this.offset,"height",o);a==="bottom"&&(l+=r-i);const h=Math.max(0,i+l-r),u=v(o).top,f=Mn(this.top,this.$el,u),$=Mn(this.bottom,this.$el,u+i,!0),q=Math.max(f,u)-l,T=$?$-v(this.$el).height+h-l:Ht(this.$el).scrollHeight-r;return{start:q,end:T,offset:l,overflow:h,topOffset:u,height:i,margin:n,width:tt(o).width,top:Jt(o)[0]}},write(t){let{height:e,margin:i}=t;const{placeholder:n}=this;c(n,{height:e,margin:i}),N(n,document)||(we(this.$el,n),n.hidden=!0)},events:["resize"]},{read(t){let{scroll:e=0,dir:i="down",overflow:n,overflowScroll:s=0,start:o,end:r}=t;const a=ee(window);return{dir:e<=a?"down":"up",prevDir:i,scroll:a,prevScroll:e,offsetParentTop:v((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:mt(s+mt(a,o,r)-mt(e,o,r),0,n)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:s,prevDir:o,scroll:r,prevScroll:a=0,top:l,start:h,topOffset:u,height:f}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const $=Date.now();if(($-n>300||s!==o)&&(t.initScroll=r,t.initTimestamp=$),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||s==="down"&&i||s==="up"&&!this.isFixed&&r<=u+f)){if(!this.isFixed){U.inProgress(this.$el)&&l>r&&(U.cancel(this.$el),this.hide());return}this.isFixed=!1,this.animation&&r>u?(U.cancel(this.$el),U.out(this.$el,this.animation).then(()=>this.hide(),at)):this.hide()}else this.isFixed?this.update():this.animation&&r>u?(U.cancel(this.$el),this.show(),U.in(this.$el,this.animation).catch(at)):this.show()},events:["resize","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){this.setActive(!1),L(this.$el,this.clsFixed,this.clsBelow),c(this.$el,{position:"",top:"",width:""}),this.placeholder.hidden=!0},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:s,end:o,offset:r,topOffset:a,height:l,offsetParentTop:h}=this._data;const u=s!==0||e>s;let f="fixed";e>o&&(r+=o-h,f="absolute"),i&&(r-=n),c(this.$el,{position:f,top:r+"px",width:t}),this.setActive(u),j(this.$el,this.clsBelow,e>a+l),y(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(oi(this.selTarget,this.clsInactive,this.clsActive),e!==t&&k(this.$el,"active")):(oi(this.selTarget,this.clsActive,this.clsInactive),e!==t&&k(this.$el,"inactive"))}}};function Mn(t,e,i,n){if(!t)return 0;if(x(t)&&t.match(/^-?\d/))return i+K(t);{const s=t===!0?S(e):vt(t,e);return v(s).bottom-(n&&s&&N(e,s)?m(c(s,"paddingBottom")):0)}}var Dn={mixins:[Ee,On,bt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item"},computed:{connects:{get(t,e){let{connect:i}=t;return Vt(i,e)},watch(t){this.swiping&&c(t,"touch-action","pan-y pinch-zoom");const e=this.index();this.connects.forEach(i=>nt(i).forEach((n,s)=>j(n,this.cls,s===e)))},immediate:!0},toggles:{get(t,e){let{toggle:i}=t;return F(i,e).filter(n=>!P(n,".uk-disabled *, .uk-disabled, [disabled]"))},watch(t){const e=this.index();this.show(~e?e:t[this.active]||t[0])},immediate:!0},children(){return nt(this.$el).filter(t=>this.toggles.some(e=>N(e,t)))},swipeTarget(){return this.connects}},connected(){this.lazyload(this.$el,this.connects),ci(()=>this.$emit())},events:[{name:"click",delegate(){return this.toggle},handler(t){t.preventDefault(),this.show(t.current)}},{name:"click",el(){return this.connects.concat(this.itemNav?Vt(this.itemNav,this.$el):[])},delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.show(St(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler(t){let{type:e}=t;this.show(pt(e,"Left")?"next":"previous")}}],methods:{index(){return le(this.children,t=>b(t,this.cls))},show(t){const e=this.index(),i=ue(t,this.toggles,e),n=ue(this.children[i],nt(this.$el));nt(this.$el).forEach((o,r)=>{j(o,this.cls,n===r),w(this.toggles[r],"aria-expanded",n===r)});const s=e>=0&&e!==i;this.connects.forEach(async o=>{let{children:r}=o;await this.toggleElement(d(r).filter(a=>b(a,this.cls)),!1,s),await this.toggleElement(r[n],!0,s)})}}},Qo={mixins:[Z],extends:Dn,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected(){const t=b(this.$el,"uk-tab-left")?"uk-tab-left":b(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Uo=32;var tr={mixins:[Ee,Ti,bt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get(t,e){let{href:i,target:n}=t;return n=Vt(n||i,e),n.length&&n||[e]},watch(){this.updateAria()},immediate:!0}},connected(){!p(this.mode,"media")&&!Ze(this.$el)&&w(this.$el,"tabindex","0"),this.lazyload(this.$el,this.target),ci(()=>this.$emit())},events:[{name:Ot,filter(){return p(this.mode,"hover")},handler(t){!Ct(t)||this._showState||(k(this.$el,"focus"),_(document,Ot,()=>k(this.$el,"blur"),!0,e=>!N(e.target,this.$el)),p(this.mode,"click")&&(this._preventClick=!0))}},{name:$e+" "+xe+" focus blur",filter(){return p(this.mode,"hover")},handler(t){if(Ct(t))return;const e=p([$e,"focus"],t.type),i=w(this.$el,"aria-expanded");if(!(!e&&(t.type===xe&&P(this.$el,":focus")||t.type==="blur"&&P(this.$el,":hover")))){if(this._showState&&e&&i!==this._showState){e||(this._showState=null);return}this._showState=e?i:null,this.toggle("toggle"+(e?"show":"hide"))}}},{name:"keydown",filter(){return p(this.mode,"click")&&!et(this.$el,"input")},handler(t){t.keyCode===Uo&&(t.preventDefault(),this.$el.click())}},{name:"click",handler(t){let e;if((J(t.target,'a[href="#"], a[href=""]')||(e=J(t.target,"a[href]"))&&(w(this.$el,"aria-expanded")!=="true"||e.hash&&P(this.target,e.hash)))&&t.preventDefault(),this._preventClick)return this._preventClick=null;!p(this.mode,"click")||this.toggle()}},{name:"toggled",self:!0,el(){return this.target},handler(t,e){t.target===this.target[0]&&this.updateAria(e)}},{name:"mediachange",filter(){return p(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!k(this.target,t||"toggle",[this]))return;if(!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>b(n,this.clsLeave));if(e.length){for(const n of this.target){const s=p(e,n);this.toggleElement(n,s,s)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1),await this.toggleElement(this.target.filter(n=>!p(i,n)),!0)},updateAria(t){p(this.mode,"media")||w(this.$el,"aria-expanded",ce(t)?t:this.isToggled(this.target))}}},er=Object.freeze({__proto__:null,Accordion:dn,Alert:zs,Cover:Ls,Drop:gn,Dropdown:gn,FormCustom:Is,Grid:Vs,HeightMatch:Ks,HeightViewport:Us,Icon:xi,Img:Po,Leader:zo,Margin:mn,Modal:Lo,Nav:Ro,Navbar:jo,Offcanvas:Wo,OverflowAuto:Vo,Responsive:Go,Scroll:Xo,Scrollspy:Jo,ScrollspyNav:Ko,Sticky:Zo,Svg:yn,Switcher:Dn,Tab:Qo,Toggle:tr,Video:pn,Close:ko,Spinner:To,SlidenavNext:Sn,SlidenavPrevious:Sn,SearchIcon:xo,Marker:it,NavbarToggleIcon:it,OverlayIcon:it,PaginationNext:it,PaginationPrevious:it,Totop:it});return X(er,(t,e)=>I.component(e,t)),I.use(Ms),Ds(I),I});
1
+ /*! UIkit 3.13.11-dev.eb080f280 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */(function(Wt,qt){typeof exports=="object"&&typeof module<"u"?module.exports=qt():typeof define=="function"&&define.amd?define("uikit",qt):(Wt=typeof globalThis<"u"?globalThis:Wt||self,Wt.UIkit=qt())})(this,function(){"use strict";const{hasOwnProperty:Wt,toString:qt}=Object.prototype;function bt(t,e){return Wt.call(t,e)}const In=/\B([A-Z])/g,$t=W(t=>t.replace(In,"-$1").toLowerCase()),Wn=/-(\w)/g,At=W(t=>t.replace(Wn,Ti)),ut=W(t=>t.length?Ti(null,t.charAt(0))+t.slice(1):"");function Ti(t,e){return e?e.toUpperCase():""}function G(t,e){return t==null||t.startsWith==null?void 0:t.startsWith(e)}function Yt(t,e){return t==null||t.endsWith==null?void 0:t.endsWith(e)}function p(t,e){return t==null||t.includes==null?void 0:t.includes(e)}function he(t,e){return t==null||t.findIndex==null?void 0:t.findIndex(e)}const{isArray:I,from:qn}=Array,{assign:Pt}=Object;function tt(t){return typeof t=="function"}function ft(t){return t!==null&&typeof t=="object"}function dt(t){return qt.call(t)==="[object Object]"}function yt(t){return ft(t)&&t===t.window}function Gt(t){return Fe(t)===9}function Le(t){return Fe(t)>=1}function Vt(t){return Fe(t)===1}function Fe(t){return!yt(t)&&ft(t)&&t.nodeType}function ue(t){return typeof t=="boolean"}function x(t){return typeof t=="string"}function Re(t){return typeof t=="number"}function pt(t){return Re(t)||x(t)&&!isNaN(t-parseFloat(t))}function je(t){return!(I(t)?t.length:ft(t)?Object.keys(t).length:!1)}function L(t){return t===void 0}function Ie(t){return ue(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function Xt(t){const e=Number(t);return isNaN(e)?!1:e}function $(t){return parseFloat(t)||0}function C(t){return d(t)[0]}function d(t){return t&&(Le(t)?[t]:Array.from(t).filter(Le))||[]}function _t(t){var e;if(yt(t))return t;t=C(t);const i=Gt(t)?t:(e=t)==null?void 0:e.ownerDocument;return i?.defaultView||window}function Si(t,e){return t===e||ft(t)&&ft(e)&&Object.keys(t).length===Object.keys(e).length&&at(t,(i,n)=>i===e[n])}function We(t,e,i){return t.replace(new RegExp(e+"|"+i,"g"),n=>n===e?i:e)}function fe(t){return t[t.length-1]}function at(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function qe(t,e){return t.slice().sort((i,n)=>{let{[e]:s=0}=i,{[e]:o=0}=n;return s>o?1:o>s?-1:0})}function Yn(t,e){const i=new Set;return t.filter(n=>{let{[e]:s}=n;return i.has(s)?!1:i.add(s)})}function lt(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=1),Math.min(Math.max(Xt(t)||0,e),i)}function gt(){}function Ye(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return[["bottom","top"],["right","left"]].every(n=>{let[s,o]=n;return Math.min(...e.map(r=>{let{[s]:a}=r;return a}))-Math.max(...e.map(r=>{let{[o]:a}=r;return a}))>0})}function Ge(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}const Ve={ratio(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}},contain(t,e){return t={...t},at(t,(i,n)=>t=t[n]>e[n]?this.ratio(t,n,e[n]):t),t},cover(t,e){return t=this.contain(t,e),at(t,(i,n)=>t=t[n]<e[n]?this.ratio(t,n,e[n]):t),t}};function de(t,e,i,n){i===void 0&&(i=0),n===void 0&&(n=!1),e=d(e);const{length:s}=e;return s?(t=pt(t)?Xt(t):t==="next"?i+1:t==="previous"?i-1:e.indexOf(C(t)),n?lt(t,0,s-1):(t%=s,t<0?t+s:t)):-1}function W(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}class Ci{constructor(){this.promise=new Promise((e,i)=>{this.reject=i,this.resolve=e})}}function b(t,e,i){if(ft(e)){for(const s in e)b(t,s,e[s]);return}if(L(i)){var n;return(n=C(t))==null?void 0:n.getAttribute(e)}else for(const s of d(t))tt(i)&&(i=i.call(s,b(s,e))),i===null?Jt(s,e):s.setAttribute(e,i)}function Ot(t,e){return d(t).some(i=>i.hasAttribute(e))}function Jt(t,e){const i=d(t);for(const n of e.split(" "))for(const s of i)s.removeAttribute(n)}function Bt(t,e){for(const i of[e,"data-"+e])if(Ot(t,i))return b(t,i)}const Gn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Xe(t){return d(t).some(e=>Gn[e.tagName.toLowerCase()])}function O(t){return d(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const pe="input,select,textarea,button";function Ei(t){return d(t).some(e=>P(e,pe))}const ge=pe+",a[href],[tabindex]";function Je(t){return P(t,ge)}function S(t){var e;return(e=C(t))==null?void 0:e.parentElement}function Kt(t,e){return d(t).filter(i=>P(i,e))}function P(t,e){return d(t).some(i=>i.matches(e))}function V(t,e){return G(e,">")&&(e=e.slice(1)),Vt(t)?t.closest(e):d(t).map(i=>V(i,e)).filter(Boolean)}function B(t,e){return x(e)?P(t,e)||!!V(t,e):t===e||C(e).contains(C(t))}function Zt(t,e){const i=[];for(;t=S(t);)(!e||P(t,e))&&i.push(t);return i}function ct(t,e){t=C(t);const i=t?d(t.children):[];return e?Kt(i,e):i}function Ke(t,e){return e?d(t).indexOf(C(e)):ct(S(t)).indexOf(t)}function xt(t,e){return Ze(t,Pi(t,e))}function Qt(t,e){return Ut(t,Pi(t,e))}function Ze(t,e){return C(_i(t,e,"querySelector"))}function Ut(t,e){return d(_i(t,e,"querySelectorAll"))}const Vn=/(^|[^\\],)\s*[!>+~-]/,Ai=W(t=>t.match(Vn));function Pi(t,e){return e===void 0&&(e=document),x(t)&&Ai(t)||Gt(e)?e:e.ownerDocument}const Xn=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Jn=W(t=>t.replace(Xn,"$1 *"));function _i(t,e,i){if(e===void 0&&(e=document),!t||!x(t))return t;if(t=Jn(t),Ai(t)){const n=Zn(t);t="";for(let s of n){let o=e;if(s[0]==="!"){const r=s.substr(1).trim().split(" ");if(o=V(S(e),r[0]),s=r.slice(1).join(" ").trim(),!s.length&&n.length===1)return o}if(s[0]==="-"){const r=s.substr(1).trim().split(" "),a=(o||e).previousElementSibling;o=P(a,s.substr(1))?a:null,s=r.slice(1).join(" ")}o&&(t+=(t?",":"")+Qn(o)+" "+s)}e=document}try{return e[i](t)}catch{return null}}const Kn=/.*?[^\\](?:,|$)/g,Zn=W(t=>t.match(Kn).map(e=>e.replace(/,$/,"").trim()));function Qn(t){const e=[];for(;t.parentNode;){const i=b(t,"id");if(i){e.unshift("#"+Qe(i));break}else{let{tagName:n}=t;n!=="HTML"&&(n+=":nth-child("+(Ke(t)+1)+")"),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function Qe(t){return x(t)?CSS.escape(t):""}function E(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,s,o,r,a=!1]=Ue(e);r.length>1&&(r=ts(r)),a!=null&&a.self&&(r=es(r)),o&&(r=Un(o,r));for(const l of s)for(const h of n)h.addEventListener(l,r,a);return()=>Oi(n,s,r,a)}function Oi(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,s,,o,r=!1]=Ue(e);for(const a of s)for(const l of n)l.removeEventListener(a,o,r)}function A(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];const[n,s,o,r,a=!1,l]=Ue(e),h=E(n,s,o,u=>{const f=!l||l(u);f&&(h(),r(u,f))},a);return h}function k(t,e,i){return ti(t).every(n=>n.dispatchEvent(me(e,!0,!0,i)))}function me(t,e,i,n){return e===void 0&&(e=!0),i===void 0&&(i=!1),x(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function Ue(t){return t[0]=ti(t[0]),x(t[1])&&(t[1]=t[1].split(" ")),tt(t[2])&&t.splice(2,0,!1),t}function Un(t,e){return i=>{const n=t[0]===">"?Ut(t,i.currentTarget).reverse().filter(s=>B(i.target,s))[0]:V(i.target,t);n&&(i.current=n,e.call(this,i))}}function ts(t){return e=>I(e.detail)?t(e,...e.detail):t(e)}function es(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function Bi(t){return t&&"addEventListener"in t}function is(t){return Bi(t)?t:C(t)}function ti(t){return I(t)?t.map(is).filter(Boolean):x(t)?Ut(t):Bi(t)?[t]:d(t)}function Nt(t){return t.pointerType==="touch"||!!t.touches}function ve(t){var e,i;const{clientX:n,clientY:s}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:s}}function ns(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:gt,responseType:"",...e};return Promise.resolve().then(()=>i.beforeSend(i)).then(()=>ss(t,i))}function ss(t,e){return new Promise((i,n)=>{const{xhr:s}=e;for(const o in e)if(o in s)try{s[o]=e[o]}catch{}s.open(e.method.toUpperCase(),t);for(const o in e.headers)s.setRequestHeader(o,e.headers[o]);E(s,"load",()=>{s.status===0||s.status>=200&&s.status<300||s.status===304?i(s):n(Pt(Error(s.statusText),{xhr:s,status:s.status}))}),E(s,"error",()=>n(Pt(Error("Network Error"),{xhr:s}))),E(s,"timeout",()=>n(Pt(Error("Network Timeout"),{xhr:s}))),s.send(e.data)})}function os(t,e,i){return new Promise((n,s)=>{const o=new Image;o.onerror=r=>{s(r)},o.onload=()=>{n(o)},i&&(o.sizes=i),e&&(o.srcset=e),o.src=t})}const rs={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){n===void 0&&(n="");const s=d(t);for(const o of s)if(x(e)){if(e=ei(e),L(i))return getComputedStyle(o).getPropertyValue(e);o.style.setProperty(e,pt(i)&&!rs[e]?i+"px":i||Re(i)?i:"",n)}else if(I(e)){const r={};for(const a of e)r[a]=c(o,a);return r}else ft(e)&&(n=i,at(e,(r,a)=>c(o,a,r,n)));return s[0]}const as=/^\s*(["'])?(.*?)\1\s*$/;function we(t,e){return e===void 0&&(e=document.documentElement),c(e,"--uk-"+t).replace(as,"$2")}const ei=W(t=>ls(t)),Ni=["webkit","moz"];function ls(t){if(t[0]==="-")return t;t=$t(t);const{style:e}=document.documentElement;if(t in e)return t;let i=Ni.length,n;for(;i--;)if(n="-"+Ni[i]+"-"+t,n in e)return n}function y(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];Mi(t,i,"add")}function H(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];Mi(t,i,"remove")}function ii(t,e){b(t,"class",i=>(i||"").replace(new RegExp("\\b"+e+"\\b","g"),""))}function ni(t){!(arguments.length<=1)&&arguments[1]&&H(t,arguments.length<=1?void 0:arguments[1]),!(arguments.length<=2)&&arguments[2]&&y(t,arguments.length<=2?void 0:arguments[2])}function v(t,e){return[e]=si(e),!!e&&d(t).some(i=>i.classList.contains(e))}function F(t,e,i){const n=si(e);L(i)||(i=!!i);for(const s of d(t))for(const o of n)s.classList.toggle(o,i)}function Mi(t,e,i){e=e.reduce((n,s)=>n.concat(si(s)),[]);for(const n of d(t))n.classList[i](...e)}function si(t){return String(t).split(/\s|,/).filter(Boolean)}function Di(t,e,i,n){return i===void 0&&(i=400),n===void 0&&(n="linear"),Promise.all(d(t).map(s=>new Promise((o,r)=>{for(const l in e){const h=c(s,l);h===""&&c(s,l,h)}const a=setTimeout(()=>k(s,"transitionend"),i);A(s,"transitionend transitioncanceled",l=>{let{type:h}=l;clearTimeout(a),H(s,"uk-transition"),c(s,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),h==="transitioncanceled"?r():o(s)},{self:!0}),y(s,"uk-transition"),c(s,{transitionProperty:Object.keys(e).map(ei).join(","),transitionDuration:i+"ms",transitionTimingFunction:n,...e})})))}const mt={start:Di,stop(t){return k(t,"transitionend"),Promise.resolve()},cancel(t){k(t,"transitioncanceled")},inProgress(t){return v(t,"uk-transition")}},te="uk-animation-";function oi(t,e,i,n,s){return i===void 0&&(i=200),Promise.all(d(t).map(o=>new Promise((r,a)=>{k(o,"animationcanceled");const l=setTimeout(()=>k(o,"animationend"),i);A(o,"animationend animationcanceled",h=>{let{type:u}=h;clearTimeout(l),u==="animationcanceled"?a():r(o),c(o,"animationDuration",""),ii(o,te+"\\S*")},{self:!0}),c(o,"animationDuration",i+"ms"),y(o,e,te+(s?"leave":"enter")),G(e,te)&&(n&&y(o,"uk-transform-origin-"+n),s&&y(o,te+"reverse"))})))}const cs=new RegExp(te+"(enter|leave)"),et={in:oi,out(t,e,i,n){return oi(t,e,i,n,!0)},inProgress(t){return cs.test(b(t,"class"))},cancel(t){k(t,"animationcanceled")}},kt={width:["left","right"],height:["top","bottom"]};function it(t){const e=Vt(t)?C(t).getBoundingClientRect():{height:N(t),width:ie(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function w(t,e){const i=it(t);if(t){const{scrollY:s,scrollX:o}=_t(t),r={height:s,width:o};for(const a in kt)for(const l of kt[a])i[l]+=r[a]}if(!e)return i;const n=c(t,"position");at(c(t,["left","top"]),(s,o)=>c(t,o,e[o]-i[o]+$(n==="absolute"&&s==="auto"?zi(t)[o]:s)))}function zi(t){let{top:e,left:i}=w(t);const{ownerDocument:{body:n,documentElement:s},offsetParent:o}=C(t);let r=o||s;for(;r&&(r===n||r===s)&&c(r,"position")==="static";)r=r.parentNode;if(Vt(r)){const a=w(r);e-=a.top+$(c(r,"borderTopWidth")),i-=a.left+$(c(r,"borderLeftWidth"))}return{top:e-$(c(t,"marginTop")),left:i-$(c(t,"marginLeft"))}}function ee(t){const e=[0,0];t=C(t);do if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,c(t,"position")==="fixed"){const i=_t(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}while(t=t.offsetParent);return e}const N=Hi("height"),ie=Hi("width");function Hi(t){const e=ut(t);return(i,n)=>{if(L(n)){if(yt(i))return i["inner"+e];if(Gt(i)){const s=i.documentElement;return Math.max(s["offset"+e],s["scroll"+e])}return i=C(i),n=c(i,t),n=n==="auto"?i["offset"+e]:$(n)||0,n-ne(i,t)}else return c(i,t,!n&&n!==0?"":+n+ne(i,t)+"px")}}function ne(t,e,i){return i===void 0&&(i="border-box"),c(t,"boxSizing")===i?kt[e].map(ut).reduce((n,s)=>n+$(c(t,"padding"+s))+$(c(t,"border"+s+"Width")),0):0}function Li(t){for(const e in kt)for(const i in kt[e])if(kt[e][i]===t)return kt[e][1-i];return t}function X(t,e,i,n){return e===void 0&&(e="width"),i===void 0&&(i=window),n===void 0&&(n=!1),x(t)?us(t).reduce((s,o)=>{const r=ds(o);return r&&(o=ps(r==="vh"?N(_t(i)):r==="vw"?ie(_t(i)):n?i["offset"+ut(e)]:it(i)[e],o)),s+$(o)},0):$(t)}const hs=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,us=W(t=>t.toString().replace(/\s/g,"").match(hs)||[]),fs=/(?:v[hw]|%)$/,ds=W(t=>(t.match(fs)||[])[0]);function ps(t,e){return t*$(e)/100}function ri(t){if(document.readyState!=="loading"){t();return}A(document,"DOMContentLoaded",t)}function nt(t,e){var i;return(t==null||(i=t.tagName)==null?void 0:i.toLowerCase())===e.toLowerCase()}function gs(t){return ai(t,"")}function be(t,e){return L(e)?g(t).innerHTML:ai(t,e)}const ai=se("replaceChildren"),ms=se("prepend"),ht=se("append"),Fi=se("before"),$e=se("after");function se(t){return function(e,i){var n;const s=d(x(i)?Dt(i):i);return(n=g(e))==null||n[t](...s),ji(s)}}function Mt(t){d(t).forEach(e=>e.remove())}function ye(t,e){for(e=C(Fi(t,e));e.firstChild;)e=e.firstChild;return ht(e,t),e}function Ri(t,e){return d(d(t).map(i=>i.hasChildNodes()?ye(d(i.childNodes),e):ht(i,e)))}function xe(t){d(t).map(S).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const vs=/^\s*<(\w+|!)[^>]*>/,ws=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Dt(t){const e=ws.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return vs.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,ji(i.childNodes)}function ji(t){return t.length>1?t:t[0]}function vt(t,e){if(!!Vt(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;vt(t,e),t=i}}function g(t,e){return Ii(t)?C(Dt(t)):Ze(t,e)}function M(t,e){return Ii(t)?d(Dt(t)):Ut(t,e)}function Ii(t){return x(t)&&G(t.trim(),"<")}const Tt=typeof window<"u",oe=Tt&&b(document.documentElement,"dir")==="rtl",zt=Tt&&"ontouchstart"in window,Ht=Tt&&window.PointerEvent,Lt=Ht?"pointerdown":zt?"touchstart":"mousedown",bs=Ht?"pointermove":zt?"touchmove":"mousemove",Ft=Ht?"pointerup":zt?"touchend":"mouseup",ke=Ht?"pointerenter":zt?"":"mouseenter",Te=Ht?"pointerleave":zt?"":"mouseleave",Se=Ht?"pointercancel":"touchcancel",D={reads:[],writes:[],read(t){return this.reads.push(t),ci(),t},write(t){return this.writes.push(t),ci(),t},clear(t){qi(this.reads,t),qi(this.writes,t)},flush:li};function li(t){Wi(D.reads),Wi(D.writes.splice(0)),D.scheduled=!1,(D.reads.length||D.writes.length)&&ci(t+1)}const $s=4;function ci(t){D.scheduled||(D.scheduled=!0,t&&t<$s?Promise.resolve().then(()=>li(t)):requestAnimationFrame(()=>li(1)))}function Wi(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function qi(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function hi(){}hi.prototype={positions:[],init(){this.positions=[];let t;this.unbind=E(document,"mousemove",e=>t=ve(e)),this.interval=setInterval(()=>{!t||(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),this.interval&&clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:s,bottom:o}=e,[r]=this.positions,a=fe(this.positions),l=[r,a];return Ge(a,e)?!1:[[{x:i,y:s},{x:n,y:o}],[{x:i,y:o},{x:n,y:s}]].some(u=>{const f=ys(l,u);return f&&Ge(f,e)})}};function ys(t,e){let[{x:i,y:n},{x:s,y:o}]=t,[{x:r,y:a},{x:l,y:h}]=e;const u=(h-a)*(s-i)-(l-r)*(o-n);if(u===0)return!1;const f=((l-r)*(n-a)-(h-a)*(i-r))/u;return f<0?!1:{x:i+f*(s-i),y:n+f*(o-n)}}function Rt(t,e,i,n){n===void 0&&(n=!0);const s=new IntersectionObserver(n?(o,r)=>{o.some(a=>a.isIntersecting)&&e(o,r)}:e,i);for(const o of d(t))s.observe(o);return s}const xs=Tt&&window.ResizeObserver;function Yi(t,e,i){return i===void 0&&(i={box:"border-box"}),xs?Vi(ResizeObserver,t,e,i):(ks(),re.add(e),{disconnect(){re.delete(e)}})}let re;function ks(){if(re)return;re=new Set;let t;const e=()=>{if(!t){t=!0,D.read(()=>t=!1);for(const i of re)i()}};E(window,"load resize",e),E(document,"loadedmetadata load",e,!0)}function Gi(t,e,i){return Vi(MutationObserver,t,e,i)}function Vi(t,e,i,n){const s=new t(i);for(const o of d(e))s.observe(o,n);return s}const z={};z.events=z.created=z.beforeConnect=z.connected=z.beforeDisconnect=z.disconnected=z.destroy=ui,z.args=function(t,e){return e!==!1&&ui(e||t)},z.update=function(t,e){return qe(ui(t,tt(e)?{read:e}:e),"order")},z.props=function(t,e){if(I(e)){const i={};for(const n of e)i[n]=String;e=i}return z.methods(t,e)},z.computed=z.methods=function(t,e){return e?t?{...t,...e}:e:t},z.data=function(t,e,i){return i?Xi(t,e,i):e?t?function(n){return Xi(t,e,n)}:e:t};function Xi(t,e,i){return z.computed(tt(t)?t.call(i,i):t,tt(e)?e.call(i,i):e)}function ui(t,e){return t=t&&!I(t)?[t]:t,e?t?t.concat(e):I(e)?e:[e]:t}function Ts(t,e){return L(e)?t:e}function jt(t,e,i){const n={};if(tt(e)&&(e=e.options),e.extends&&(t=jt(t,e.extends,i)),e.mixins)for(const o of e.mixins)t=jt(t,o,i);for(const o in t)s(o);for(const o in e)bt(t,o)||s(o);function s(o){n[o]=(z[o]||Ts)(t[o],e[o],i)}return n}function fi(t,e){e===void 0&&(e=[]);try{return t?G(t,"{")?JSON.parse(t):e.length&&!p(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[s,o]=n.split(/:(.*)/);return s&&!L(o)&&(i[s.trim()]=o.trim()),i},{}):{}}catch{return{}}}function Ji(t){if(Ee(t)&&di(t,{func:"playVideo",method:"play"}),Ce(t))try{t.play().catch(gt)}catch{}}function Ki(t){Ee(t)&&di(t,{func:"pauseVideo",method:"pause"}),Ce(t)&&t.pause()}function Zi(t){Ee(t)&&di(t,{func:"mute",method:"setVolume",value:0}),Ce(t)&&(t.muted=!0)}function Qi(t){return Ce(t)||Ee(t)}function Ce(t){return nt(t,"video")}function Ee(t){return nt(t,"iframe")&&(Ui(t)||tn(t))}function Ui(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function tn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function di(t,e){await Cs(t),en(t,e)}function en(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const pi="_ukPlayer";let Ss=0;function Cs(t){if(t[pi])return t[pi];const e=Ui(t),i=tn(t),n=++Ss;let s;return t[pi]=new Promise(o=>{e&&A(t,"load",()=>{const r=()=>en(t,{event:"listening",id:n});s=setInterval(r,100),r()}),A(window,"message",o,!1,r=>{let{data:a}=r;try{return a=JSON.parse(a),a&&(e&&a.id===n&&a.event==="onReady"||i&&Number(a.player_id)===n)}catch{}}),t.src=""+t.src+(p(t.src,"?")?"&":"?")+(e?"enablejsapi=1":"api=1&player_id="+n)}).then(()=>clearInterval(s))}function gi(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=0),O(t)?Ye(...St(t).map(n=>{const{top:s,left:o,bottom:r,right:a}=st(n);return{top:s-e,left:o-i,bottom:r+e,right:a+i}}).concat(w(t))):!1}function ae(t,e){if(yt(t)||Gt(t)?t=le(t):t=C(t),L(e))return t.scrollTop;t.scrollTop=e}function mi(t,e){let{offset:i=0}=e===void 0?{}:e;const n=O(t)?St(t):[];return n.reduce((a,l,h)=>{const{scrollTop:u,scrollHeight:f,offsetHeight:m}=l,Z=st(l),Y=f-Z.height,{height:T,top:rt}=n[h-1]?st(n[h-1]):w(t);let Q=Math.ceil(rt-Z.top-i+u);return i>0&&m<T+i?Q+=i:i=0,Q>Y?(i-=Q-Y,Q=Y):Q<0&&(i-=Q,Q=0),()=>s(l,Q-u).then(a)},()=>Promise.resolve())();function s(a,l){return new Promise(h=>{const u=a.scrollTop,f=o(Math.abs(l)),m=Date.now();(function Z(){const Y=r(lt((Date.now()-m)/f));ae(a,u+l*Y),Y===1?h():requestAnimationFrame(Z)})()})}function o(a){return 40*Math.pow(a,.375)}function r(a){return .5*(1-Math.cos(Math.PI*a))}}function nn(t,e,i){if(e===void 0&&(e=0),i===void 0&&(i=0),!O(t))return 0;const[n]=St(t,/auto|scroll/,!0),{scrollHeight:s,scrollTop:o}=n,{height:r}=st(n),a=s-r,l=ee(t)[0]-ee(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return lt((o-h)/(u-h))}function St(t,e,i){e===void 0&&(e=/auto|scroll|hidden/),i===void 0&&(i=!1);const n=le(t);let s=Zt(t).reverse();s=s.slice(s.indexOf(n)+1);const o=he(s,r=>c(r,"position")==="fixed");return~o&&(s=s.slice(o)),[n].concat(s.filter(r=>e.test(c(r,"overflow"))&&(!i||r.scrollHeight>st(r).height))).reverse()}function st(t){let e=sn(t);e===le(e)&&(e=document.documentElement);let i=w(e);for(let[n,s,o,r]of[["width","x","left","right"],["height","y","top","bottom"]])yt(sn(e))||(i[o]+=$(c(e,"border"+ut(o)+"Width"))),i[n]=i[s]=(yt(e)?le(e):e)["client"+ut(n)],i[r]=i[n]+i[o];return i}function le(t){const{document:{scrollingElement:e}}=_t(t);return e}function sn(t){return t===le(t)?window:t}const J=[["width","x","left","right"],["height","y","top","bottom"]];function on(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i};const n=i.flip?an(t,e,i):rn(t,e,i);w(t,n)}function rn(t,e,i){let{attach:n,offset:s}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i};const o=w(t),r=w(e);for(const a in J){const[l,h,u,f]=J[a];o[u]=o[h]=r[u]+ln(n.target[a],f,r[l])-ln(n.element[a],f,o[l])+ +s[a],o[f]=o[u]+o[l]}return o}function an(t,e,i){const n=rn(t,e,i),s=w(e),o=St(t,/auto|scroll/),[r]=o;let{flip:a,attach:{element:l,target:h},offset:u,boundary:f,viewport:m,viewportPadding:Z}=i;o.push(m);const Y={...n};for(const T in J){const[rt,Q,j,U]=J[T];if(a!==!0&&!p(a,Q))continue;const Fn=!hn(n,s,T)&&hn(n,s,1-T);m=cn(...o.filter(Boolean).map(st)),Z&&(m[j]+=Z,m[U]-=Z),f&&!(Fn||n[rt]>w(f)[rt])&&(m=cn(m,w(f)));const Rn=n[j]>=m[j],jn=n[U]<=m[U];if(Rn&&jn)continue;let It;if(Fn){if(l[T]===U&&Rn||l[T]===j&&jn)continue;if(It=(l[T]===j?-n[rt]:l[T]===U?n[rt]:0)+(h[T]===j?s[rt]:h[T]===U?-s[rt]:0)-u[T]*2,!vi({...n,[j]:n[j]+It,[U]:n[U]+It},r,T)){if(vi(n,r,T))continue;if(i.recursion)return!1;const ki=an(t,e,{...i,attach:{element:l.map(un).reverse(),target:h.map(un).reverse()},offset:u.reverse(),flip:a===!0?a:[...a,J[1-T][1]],recursion:!0});if(ki&&vi(ki,r,1-T))return ki}}else It=lt(lt(n[j],m[j],m[U]-n[rt]),s[j]-n[rt]+u[T],s[U]-u[T])-n[j];Y[j]=n[Q]=n[j]+It,Y[U]+=It}return Y}function ln(t,e,i){return t==="center"?i/2:t===e?i:0}function cn(){let t={};for(var e=arguments.length,i=new Array(e),n=0;n<e;n++)i[n]=arguments[n];for(const s of i)for(const[,,o,r]of J)t[o]=Math.max(t[o]||0,s[o]),t[r]=Math.min(...[t[r],s[r]].filter(Boolean));return t}function vi(t,e,i){const n=st(e),[s,,o,r]=J[i];return n[o]-=e["scroll"+ut(o)],n[r]=n[o]+e["scroll"+ut(s)],t[o]>=n[o]&&t[r]<=n[r]}function hn(t,e,i){const[,,n,s]=J[i];return t[s]>e[n]&&e[s]>t[n]}function un(t){for(const e in J){const i=J[e].indexOf(t);if(~i)return J[1-e][i%2+2]}}var Es=Object.freeze({__proto__:null,ajax:ns,getImage:os,transition:Di,Transition:mt,animate:oi,Animation:et,attr:b,hasAttr:Ot,removeAttr:Jt,data:Bt,addClass:y,removeClass:H,removeClasses:ii,replaceClass:ni,hasClass:v,toggleClass:F,dimensions:it,offset:w,position:zi,offsetPosition:ee,height:N,width:ie,boxModelAdjust:ne,flipPosition:Li,toPx:X,ready:ri,isTag:nt,empty:gs,html:be,replaceChildren:ai,prepend:ms,append:ht,before:Fi,after:$e,remove:Mt,wrapAll:ye,wrapInner:Ri,unwrap:xe,fragment:Dt,apply:vt,$:g,$$:M,inBrowser:Tt,isRtl:oe,hasTouch:zt,pointerDown:Lt,pointerMove:bs,pointerUp:Ft,pointerEnter:ke,pointerLeave:Te,pointerCancel:Se,on:E,off:Oi,once:A,trigger:k,createEvent:me,toEventTargets:ti,isTouch:Nt,getEventPos:ve,fastdom:D,isVoidElement:Xe,isVisible:O,selInput:pe,isInput:Ei,selFocusable:ge,isFocusable:Je,parent:S,filter:Kt,matches:P,closest:V,within:B,parents:Zt,children:ct,index:Ke,hasOwn:bt,hyphenate:$t,camelize:At,ucfirst:ut,startsWith:G,endsWith:Yt,includes:p,findIndex:he,isArray:I,toArray:qn,assign:Pt,isFunction:tt,isObject:ft,isPlainObject:dt,isWindow:yt,isDocument:Gt,isNode:Le,isElement:Vt,isBoolean:ue,isString:x,isNumber:Re,isNumeric:pt,isEmpty:je,isUndefined:L,toBoolean:Ie,toNumber:Xt,toFloat:$,toNode:C,toNodes:d,toWindow:_t,isEqual:Si,swap:We,last:fe,each:at,sortBy:qe,uniqueBy:Yn,clamp:lt,noop:gt,intersectRect:Ye,pointInRect:Ge,Dimensions:Ve,getIndex:de,memoize:W,Deferred:Ci,MouseTracker:hi,observeIntersection:Rt,observeResize:Yi,observeMutation:Gi,mergeOptions:jt,parseOptions:fi,play:Ji,pause:Ki,mute:Zi,isVideo:Qi,positionAt:on,query:xt,queryAll:Qt,find:Ze,findAll:Ut,escape:Qe,css:c,getCssVar:we,propName:ei,isInView:gi,scrollTop:ae,scrollIntoView:mi,scrolledOver:nn,scrollParents:St,offsetViewport:st});function As(t){const e=t.data;t.use=function(s){if(!s.installed)return s.call(null,this),s.installed=!0,this},t.mixin=function(s,o){o=(x(o)?t.component(o):o)||this,o.options=jt(o.options,s)},t.extend=function(s){s=s||{};const o=this,r=function(l){this._init(l)};return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.options=jt(o.options,s),r.super=o,r.extend=o.extend,r},t.update=function(s,o){s=s?C(s):document.body;for(const r of Zt(s).reverse())n(r[e],o);vt(s,r=>n(r[e],o))};let i;Object.defineProperty(t,"container",{get(){return i||document.body},set(s){i=g(s)}});function n(s,o){if(!!s)for(const r in s)s[r]._connected&&s[r]._callUpdate(o)}}function Ps(t){t.prototype._callHook=function(n){var s;(s=this.$options[n])==null||s.forEach(o=>o.call(this))},t.prototype._callConnected=function(){this._connected||(this._data={},this._computed={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObservers(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){!this._connected||(this._callHook("beforeDisconnect"),this._disconnectObservers(),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1,delete this._watch)},t.prototype._callUpdate=function(n){n===void 0&&(n="update"),this._connected&&((n==="update"||n==="resize")&&this._callWatches(),this.$options.update&&(this._updates||(this._updates=new Set,D.read(()=>{this._connected&&e.call(this,this._updates),delete this._updates})),this._updates.add(n.type||n)))},t.prototype._callWatches=function(){if(this._watch)return;const n=!bt(this,"_watch");this._watch=D.read(()=>{this._connected&&i.call(this,n),this._watch=null})};function e(n){for(const{read:s,write:o,events:r=[]}of this.$options.update){if(!n.has("update")&&!r.some(l=>n.has(l)))continue;let a;s&&(a=s.call(this,this._data,n),a&&dt(a)&&Pt(this._data,a)),o&&a!==!1&&D.write(()=>o.call(this,this._data,n))}}function i(n){const{$options:{computed:s}}=this,o={...n?{}:this._computed};this._computed={};for(const r in s){const{watch:a,immediate:l}=s[r];a&&(n&&l||bt(o,r)&&!Si(o[r],this[r]))&&a.call(this,this[r],o[r])}}}function _s(t){let e=0;t.prototype._init=function(i){i=i||{},i.data=Ms(i,this.constructor.options),this.$options=jt(this.constructor.options,i,this),this.$el=null,this.$props={},this._uid=e++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),i.el&&this.$mount(i.el)},t.prototype._initData=function(){const{data:i={}}=this.$options;for(const n in i)this.$props[n]=this[n]=i[n]},t.prototype._initMethods=function(){const{methods:i}=this.$options;if(i)for(const n in i)this[n]=i[n].bind(this)},t.prototype._initComputeds=function(){const{computed:i}=this.$options;if(this._computed={},i)for(const n in i)Os(this,n,i[n])},t.prototype._initProps=function(i){let n;i=i||fn(this.$options,this.$name);for(n in i)L(i[n])||(this.$props[n]=i[n]);const s=[this.$options.computed,this.$options.methods];for(n in this.$props)n in i&&Bs(s,n)&&(this[n]=this.$props[n])},t.prototype._initEvents=function(){this._events=[];for(const i of this.$options.events||[])if(bt(i,"handler"))Ae(this,i);else for(const n in i)Ae(this,i[n],n)},t.prototype._unbindEvents=function(){this._events.forEach(i=>i()),delete this._events},t.prototype._initObservers=function(){this._observers=[zs(this)],this.$options.computed&&this.registerObserver(Ds(this))},t.prototype.registerObserver=function(i){this._observers.push(i)},t.prototype._disconnectObservers=function(){this._observers.forEach(i=>i?.disconnect())}}function fn(t,e){const i={},{args:n=[],props:s={},el:o}=t;if(!s)return i;for(const a in s){const l=$t(a);let h=Bt(o,l);L(h)||(h=s[a]===Boolean&&h===""?!0:wi(s[a],h),!(l==="target"&&(!h||G(h,"_")))&&(i[a]=h))}const r=fi(Bt(o,e),n);for(const a in r){const l=At(a);s[l]!==void 0&&(i[l]=wi(s[l],r[a]))}return i}function Os(t,e,i){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:s,$el:o}=t;return bt(n,e)||(n[e]=(i.get||i).call(t,s,o)),n[e]},set(n){const{_computed:s}=t;s[e]=i.set?i.set.call(t,n):n,L(s[e])&&delete s[e]}})}function Ae(t,e,i){dt(e)||(e={name:i,handler:e});let{name:n,el:s,handler:o,capture:r,passive:a,delegate:l,filter:h,self:u}=e;if(s=tt(s)?s.call(t):s||t.$el,I(s)){s.forEach(f=>Ae(t,{...e,el:f},i));return}!s||h&&!h.call(t)||t._events.push(E(s,n,l?x(l)?l:l.call(t):null,x(o)?t[o]:o.bind(t),{passive:a,capture:r,self:u}))}function Bs(t,e){return t.every(i=>!i||!bt(i,e))}function wi(t,e){return t===Boolean?Ie(e):t===Number?Xt(e):t==="list"?Ns(e):t?t(e):e}function Ns(t){return I(t)?t:x(t)?t.split(/,(?![^(]*\))/).map(e=>pt(e)?Xt(e):Ie(e.trim())):[t]}function Ms(t,e){let{data:i={}}=t,{args:n=[],props:s={}}=e;I(i)&&(i=i.slice(0,n.length).reduce((o,r,a)=>(dt(r)?Pt(o,r):o[n[a]]=r,o),{}));for(const o in i)L(i[o])?delete i[o]:s[o]&&(i[o]=wi(s[o],i[o]));return i}function Ds(t){const{el:e}=t.$options,i=new MutationObserver(()=>t.$emit());return i.observe(e,{childList:!0,subtree:!0}),i}function zs(t){const{$name:e,$options:i,$props:n}=t,{attrs:s,props:o,el:r}=i;if(!o||s===!1)return;const a=I(s)?s:Object.keys(o),l=a.map(u=>$t(u)).concat(e),h=new MutationObserver(u=>{const f=fn(i,e);u.some(m=>{let{attributeName:Z}=m;const Y=Z.replace("data-","");return(Y===e?a:[At(Y),At(Z)]).some(T=>!L(f[T])&&f[T]!==n[T])})&&t.$reset()});return h.observe(r,{attributes:!0,attributeFilter:l.concat(l.map(u=>"data-"+u))}),h}function Hs(t){const e=t.data;t.prototype.$create=function(n,s,o){return t[n](s,o)},t.prototype.$mount=function(n){const{name:s}=this.$options;n[e]||(n[e]={}),!n[e][s]&&(n[e][s]=this,this.$el=this.$options.el=this.$options.el||n,B(n,document)&&this._callConnected())},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(n){n===void 0&&(n=!1);const{el:s,name:o}=this.$options;s&&this._callDisconnected(),this._callHook("destroy"),s!=null&&s[e]&&(delete s[e][o],je(s[e])||delete s[e],n&&Mt(this.$el))},t.prototype.$emit=function(n){this._callUpdate(n)},t.prototype.$update=function(n,s){n===void 0&&(n=this.$el),t.update(n,s)},t.prototype.$getComponent=t.getComponent;const i=W(n=>t.prefix+$t(n));Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get(){return i(this.$options.name)}}})}function Ls(t){const e=t.data,i={};t.component=function(n,s){const o=$t(n);if(n=At(o),!s)return dt(i[n])&&(i[n]=t.extend(i[n])),i[n];t[n]=function(a,l){const h=t.component(n);return h.options.functional?new h({data:dt(a)?a:[...arguments]}):a?M(a).map(u)[0]:u();function u(f){const m=t.getComponent(f,n);if(m)if(l)m.$destroy();else return m;return new h({el:f,data:l})}};const r=dt(s)?{...s}:s.options;return r.name=n,r.install==null||r.install(t,r,n),t._initialized&&!r.functional&&D.read(()=>t[n]("[uk-"+o+"],[data-uk-"+o+"]")),i[n]=dt(s)?r:s},t.getComponents=n=>n?.[e]||{},t.getComponent=(n,s)=>t.getComponents(n)[s],t.connect=n=>{if(n[e])for(const s in n[e])n[e][s]._callConnected();for(const s of n.attributes){const o=dn(s.name);o&&o in i&&t[o](n)}},t.disconnect=n=>{for(const s in n[e])n[e][s]._callDisconnected()}}const dn=W(t=>G(t,"uk-")||G(t,"data-uk-")?At(t.replace("data-uk-","").replace("uk-","")):!1),q=function(t){this._init(t)};q.util=Es,q.data="__uikit__",q.prefix="uk-",q.options={},q.version="3.13.11-dev.eb080f280",As(q),Ps(q),_s(q),Ls(q),Hs(q);function Fs(t){const{connect:e,disconnect:i}=t;if(!Tt||!window.MutationObserver)return;D.read(function(){document.body&&vt(document.body,e),new MutationObserver(o=>o.forEach(n)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(o=>o.forEach(s)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0});function n(o){let{addedNodes:r,removedNodes:a}=o;for(const l of r)vt(l,e);for(const l of a)vt(l,i)}function s(o){var r;let{target:a,attributeName:l}=o;const h=dn(l);if(!(!h||!(h in t))){if(Ot(a,l)){t[h](a);return}(r=t.getComponent(a,h))==null||r.$destroy()}}}var K={connected(){!v(this.$el,this.$name)&&y(this.$el,this.$name)}},Pe={methods:{lazyload(t,e){t===void 0&&(t=this.$el),e===void 0&&(e=this.$el),this.registerObserver(Rt(t,(i,n)=>{for(const s of d(tt(e)?e():e))M('[loading="lazy"]',s).forEach(o=>Jt(o,"loading"));for(const s of i.filter(o=>{let{isIntersecting:r}=o;return r}).map(o=>{let{target:r}=o;return r}))n.unobserve(s)}))}}},Ct={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation(t){let{animation:e}=t;return!!e[0]},hasTransition(t){let{animation:e}=t;return this.hasAnimation&&e[0]===!0}},methods:{toggleElement(t,e,i){return new Promise(n=>Promise.all(d(t).map(s=>{const o=ue(e)?e:!this.isToggled(s);if(!k(s,"before"+(o?"show":"hide"),[this]))return Promise.reject();const r=(tt(i)?i:i===!1||!this.hasAnimation?this._toggle:this.hasTransition?pn(this):Rs(this))(s,o),a=o?this.clsEnter:this.clsLeave;y(s,a),k(s,o?"show":"hide",[this]);const l=()=>{H(s,a),k(s,o?"shown":"hidden",[this]),this.$update(s)};return r?r.then(l,()=>(H(s,a),Promise.reject())):l()})).then(n,gt))},isToggled(t){return t===void 0&&(t=this.$el),[t]=d(t),v(t,this.clsEnter)?!0:v(t,this.clsLeave)?!1:this.cls?v(t,this.cls.split(" ")[0]):O(t)},_toggle(t,e){if(!t)return;e=Boolean(e);let i;this.cls?(i=p(this.cls," ")||e!==v(t,this.cls),i&&F(t,this.cls,p(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),M("[autofocus]",t).some(n=>O(n)?n.focus()||!0:n.blur()),i&&(k(t,"toggled",[e,this]),this.$update(t))}}};function pn(t){let{isToggled:e,duration:i,initProps:n,hideProps:s,transition:o,_toggle:r}=t;return(a,l)=>{const h=mt.inProgress(a),u=a.hasChildNodes()?$(c(a.firstElementChild,"marginTop"))+$(c(a.lastElementChild,"marginBottom")):0,f=O(a)?N(a)+(h?0:u):0;mt.cancel(a),e(a)||r(a,!0),N(a,""),D.flush();const m=N(a)+(h?0:u);return N(a,f),(l?mt.start(a,{...n,overflow:"hidden",height:m},Math.round(i*(1-f/m)),o):mt.start(a,s,Math.round(i*(f/m)),o).then(()=>r(a,!1))).then(()=>c(a,n))}}function Rs(t){return(e,i)=>{et.cancel(e);const{animation:n,duration:s,_toggle:o}=t;return i?(o(e,!0),et.in(e,n[0],s,t.origin)):et.out(e,n[1]||n[0],s,t.origin).then(()=>o(e,!1))}}var gn={mixins:[K,Pe,Ct],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String,offset:Number},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease",offset:0},computed:{items:{get(t,e){let{targets:i}=t;return M(i,e).filter(n=>g(this.content,n))},watch(t,e){if(t.forEach(n=>_e(g(this.content,n),!v(n,this.clsOpen))),e||v(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},immediate:!0},toggles(t){let{toggle:e}=t;return this.items.map(i=>g(e,i))}},connected(){this.lazyload()},events:[{name:"click",delegate(){return this.targets+" "+this.$props.toggle},handler(t){t.preventDefault(),this.toggle(Ke(this.toggles,t.current))}}],methods:{toggle(t,e){let i=[this.items[de(t,this.items)]];const n=Kt(this.items,"."+this.clsOpen);if(!this.multiple&&!p(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&!Kt(i,":not(."+this.clsOpen+")").length))for(const s of i)this.toggleElement(s,!v(s,this.clsOpen),async(o,r)=>{F(o,this.clsOpen,r),b(g(this.$props.toggle,o),"aria-expanded",r);const a=g((o._wrapper?"> * ":"")+this.content,o);if(e===!1||!this.hasTransition){_e(a,!r);return}if(o._wrapper||(o._wrapper=ye(a,"<div"+(r?" hidden":"")+">")),_e(a,!1),await pn(this)(o._wrapper,r),_e(a,!r),delete o._wrapper,xe(a),r){const l=g(this.$props.toggle,o);D.read(()=>{gi(l)||mi(l,{offset:this.offset})})}})}}};function _e(t,e){t&&(t.hidden=e)}var js={mixins:[K,Ct],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:{opacity:0,...Ct.data.hideProps}},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}}],methods:{async close(){await this.toggleElement(this.$el),this.$destroy(!0)}}},mn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.inView=this.autoplay==="inview",this.inView&&!Ot(this.$el,"preload")&&(this.$el.preload="none"),this.automute&&Zi(this.$el),this.registerObserver(Rt(this.$el,()=>this.$emit(),{},!1))},update:{read(){return Qi(this.$el)?{visible:O(this.$el)&&c(this.$el,"visibility")!=="hidden",inView:this.inView&&gi(this.$el)}:!1},write(t){let{visible:e,inView:i}=t;!e||this.inView&&!i?Ki(this.$el):(this.autoplay===!0||this.inView&&i)&&Ji(this.$el)}}},wt={connected(){var t;this.registerObserver(Yi(((t=this.$options.resizeTargets)==null?void 0:t.call(this))||this.$el,()=>this.$emit("resize")))}},Is={mixins:[wt,mn],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},resizeTargets(){return[this.$el,S(this.$el)]},update:{read(){const t=this.$el,{offsetHeight:e,offsetWidth:i}=Ws(t)||S(t),n=Ve.cover({width:this.width||t.naturalWidth||t.videoWidth||t.clientWidth,height:this.height||t.naturalHeight||t.videoHeight||t.clientHeight},{width:i+(i%2?1:0),height:e+(e%2?1:0)});return!n.width||!n.height?!1:n},write(t){let{height:e,width:i}=t;c(this.$el,{height:e,width:i})},events:["resize"]}};function Ws(t){for(;t=S(t);)if(c(t,"position")!=="static")return t}var bi={props:{container:Boolean},data:{container:!0},computed:{container(t){let{container:e}=t;return e===!0&&this.$container||e&&g(e)}}},qs={props:{pos:String,offset:null,flip:Boolean},data:{pos:"bottom-"+(oe?"right":"left"),flip:!0,offset:!1,viewportPadding:10},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),this.axis=p(["top","bottom"],this.pos[0])?"y":"x"},methods:{positionAt(t,e,i){const[n,s]=this.pos;let{offset:o}=this;if(!pt(o)){const a=g(o);o=a?w(a)[this.axis==="x"?"left":"top"]-w(e)[this.axis==="x"?"right":"bottom"]:0}o=X(o)+X(we("position-offset",t)),o=[p(["left","top"],n)?-o:+o,0];const r={element:[Li(n),s],target:[n,s]};if(this.axis==="y"){for(const a in r)r[a]=r[a].reverse();o=o.reverse()}on(t,e,{attach:r,offset:o,boundary:i,viewportPadding:this.viewportPadding,flip:this.flip})}}};let _;var vn={mixins:[bi,Pe,qs,Ct],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:!0,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open",container:!1},created(){this.tracker=new hi},beforeConnect(){this.clsDrop=this.$props.clsDrop||"uk-"+this.$options.name},connected(){y(this.$el,this.clsDrop),this.toggle&&!this.target&&(this.target=this.$create("toggle",xt(this.toggle,this.$el),{target:this.$el,mode:this.mode}).$el,b(this.target,"aria-haspopup",!0),this.lazyload(this.target))},disconnected(){this.isActive()&&(_=null)},events:[{name:"click",delegate(){return"."+this.clsDrop+"-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{defaultPrevented:e,current:{hash:i}}=t;!e&&i&&!B(i,this.$el)&&this.hide(!1)}},{name:"beforescroll",handler(){this.hide(!1)}},{name:"toggle",self:!0,handler(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e?.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e?.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),P(this.$el,":focus,:hover")||this.hide()}},{name:ke+" focusin",filter(){return p(this.mode,"hover")},handler(t){Nt(t)||this.clearTimers()}},{name:Te+" focusout",filter(){return p(this.mode,"hover")},handler(t){!Nt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){!e||(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){_=this,this.tracker.init();for(const t of[E(document,Lt,e=>{let{target:i}=e;return!B(i,this.$el)&&A(document,Ft+" "+Se+" scroll",n=>{let{defaultPrevented:s,type:o,target:r}=n;!s&&o===Ft&&i===r&&!(this.target&&B(i,this.target))&&this.hide(!1)},!0)}),E(document,"keydown",e=>{e.keyCode===27&&this.hide(!1)}),E(window,"resize",()=>this.$emit())])A(this.$el,"hide",t,{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler(t){let{target:e}=t;if(this.$el!==e){_=_===null&&B(e,this.$el)&&this.isToggled()?this:_;return}_=this.isActive()?null:_,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!v(this.$el,this.clsEnter)&&this.position()}},methods:{show(t,e){if(t===void 0&&(t=this.target),e===void 0&&(e=!0),this.isToggled()&&t&&this.target&&t!==this.target&&this.hide(!1),this.target=t,this.clearTimers(),!this.isActive()){if(_){if(e&&_.isDelaying){this.showTimer=setTimeout(()=>P(t,":hover")&&this.show(),10);return}let i;for(;_&&i!==_&&!B(this.$el,_.$el);)i=_,_.hide(!1)}this.container&&S(this.$el)!==this.container&&ht(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t){t===void 0&&(t=!0);const e=()=>this.toggleElement(this.$el,!1,!1);this.clearTimers(),this.isDelaying=Ys(this.$el).some(i=>this.tracker.movesTo(i)),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(e,this.delayHide):e()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive(){return _===this},position(){H(this.$el,this.clsDrop+"-stack"),F(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);const t=xt(this.boundary,this.$el),[e]=St(this.$el),i=st(e),n=t?w(t):i;c(this.$el,"maxWidth","");const s=i.width-(t?0:2*this.viewportPadding);if(this.pos[1]==="justify"){const o=this.axis==="y"?"width":"height",r=w(this.target),a=this.boundaryAlign?n:r;c(this.$el,o,a[o])}else this.$el.offsetWidth>s&&y(this.$el,this.clsDrop+"-stack");c(this.$el,"maxWidth",s),this.positionAt(this.$el,t&&this.boundaryAlign?t:this.target,t)}}};function Ys(t){const e=[];return vt(t,i=>c(i,"position")!=="static"&&e.push(i)),e}var Gs={mixins:[K],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return g(pe,e)},state(){return this.input.nextElementSibling},target(t,e){let{target:i}=t;return i&&(i===!0&&S(this.input)===e&&this.input.nextElementSibling||g(i,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const s=Ei(e)?"value":"textContent",o=e[s],r=(t=i.files)!=null&&t[0]?i.files[0].name:P(i,"select")&&(n=M("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;o!==r&&(e[s]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return V(this.$el,"form")},handler(){this.$emit()}}]},wn={mixins:[wt],props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},resizeTargets(){return[this.$el,this.$el.children]},connected(){this.registerObserver(Gi(this.$el,()=>this.$reset(),{childList:!0}))},update:{read(){const t=bn(this.$el.children);return{rows:t,columns:Vs(t)}},write(t){let{columns:e,rows:i}=t;for(const n of i)for(const s of n)F(s,this.margin,i[0]!==n),F(s,this.firstColumn,!!~e[0].indexOf(s))},events:["resize"]}};function bn(t){return $n(t,"top","bottom")}function Vs(t){const e=[];for(const i of t){const n=$n(i,"left","right");for(let s=0;s<n.length;s++)e[s]=e[s]?e[s].concat(n[s]):n[s]}return oe?e.reverse():e}function $n(t,e,i){const n=[[]];for(const s of t){if(!O(s))continue;let o=Oe(s);for(let r=n.length-1;r>=0;r--){const a=n[r];if(!a[0]){a.push(s);break}let l;if(a[0].offsetParent===s.offsetParent?l=Oe(a[0]):(o=Oe(s,!0),l=Oe(a[0],!0)),o[e]>=l[i]-1&&o[e]!==l[e]){n.push([s]);break}if(o[i]-1>l[e]||o[e]===l[e]){a.push(s);break}if(r===0){n.unshift([s]);break}}}return n}function Oe(t,e){e===void 0&&(e=!1);let{offsetTop:i,offsetLeft:n,offsetHeight:s,offsetWidth:o}=t;return e&&([i,n]=ee(t)),{top:i,left:n,bottom:i+s,right:n+o}}var Be={connected(){Xs(this._uid,()=>this.$emit("scroll"))},disconnected(){Js(this._uid)}};const Ne=new Map;let ce;function Xs(t,e){ce=ce||E(window,"scroll",()=>Ne.forEach(i=>i()),{passive:!0,capture:!0}),Ne.set(t,e)}function Js(t){Ne.delete(t),ce&&!Ne.size&&(ce(),ce=null)}var Ks={extends:wn,mixins:[K,Be],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&y(this.$el,"uk-flex-top uk-flex-wrap-top")},update:[{write(t){let{columns:e}=t;F(this.$el,this.clsStack,e.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||yn(this.$el))return t.translates=!1,!1;let n=!1;const s=ct(this.$el),o=Us(e),r=Qs(s,this.margin)*(i.length-1),a=Math.max(...o)+r;this.masonry&&(e=e.map(h=>qe(h,"offsetTop")),n=Zs(i,e));let l=Math.abs(this.parallax);return l&&(l=o.reduce((h,u,f)=>Math.max(h,u+r+(f%2?l:l/8)-a),0)),{padding:l,columns:e,translates:n,height:n?a:""}},write(t){let{height:e,padding:i}=t;c(this.$el,"paddingBottom",i||""),e!==!1&&c(this.$el,"height",e)},events:["resize"]},{read(){return this.parallax&&yn(this.$el)?!1:{scrolled:this.parallax?nn(this.$el)*Math.abs(this.parallax):!1}},write(t){let{columns:e,scrolled:i,translates:n}=t;i===!1&&!n||e.forEach((s,o)=>s.forEach((r,a)=>c(r,"transform",!i&&!n?"":"translateY("+((n&&-n[o][a])+(i?o%2?i:i/8:0))+"px)")))},events:["scroll","resize"]}]};function yn(t){return ct(t).some(e=>c(e,"position")==="absolute")}function Zs(t,e){const i=t.map(n=>Math.max(...n.map(s=>s.offsetHeight)));return e.map(n=>{let s=0;return n.map((o,r)=>s+=r?i[r-1]-n[r-1].offsetHeight:0)})}function Qs(t,e){const[i]=t.filter(n=>v(n,e));return $(i?c(i,"marginTop"):c(t[0],"paddingLeft"))}function Us(t){return t.map(e=>e.reduce((i,n)=>i+n.offsetHeight,0))}var to={mixins:[wt],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:{get(t,e){let{target:i}=t;return M(i,e)},watch(){this.$reset()}}},resizeTargets(){return[this.$el,this.elements]},update:{read(){return{rows:(this.row?bn(this.elements):[this.elements]).map(eo)}},write(t){let{rows:e}=t;for(const{heights:i,elements:n}of e)n.forEach((s,o)=>c(s,"minHeight",i[o]))},events:["resize"]}};function eo(t){if(t.length<2)return{heights:[""],elements:t};c(t,"minHeight","");let e=t.map(io);const i=Math.max(...e);return{heights:t.map((n,s)=>e[s].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function io(t){let e=!1;O(t)||(e=t.style.display,c(t,"display","block","important"));const i=it(t).height-ne(t,"height","content-box");return e!==!1&&c(t,"display",e),i}var no={mixins:[K,wt],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},resizeTargets(){return[this.$el,document.documentElement]},update:{read(t){let{minHeight:e}=t;if(!O(this.$el))return!1;let i="";const n=ne(this.$el,"height","content-box");if(this.expand)i=Math.max(N(window)-(it(document.documentElement).height-it(this.$el).height)-n,0);else{if(i="calc(100vh",this.offsetTop){const{top:s}=w(this.$el);i+=s>0&&s<N(window)/2?" - "+s+"px":""}this.offsetBottom===!0?i+=" - "+it(this.$el.nextElementSibling).height+"px":pt(this.offsetBottom)?i+=" - "+this.offsetBottom+"vh":this.offsetBottom&&Yt(this.offsetBottom,"px")?i+=" - "+$(this.offsetBottom)+"px":x(this.offsetBottom)&&(i+=" - "+it(xt(this.offsetBottom,this.$el)).height+"px"),i+=(n?" - "+n+"px":"")+")"}return{minHeight:i,prev:e}},write(t){let{minHeight:e}=t;c(this.$el,{minHeight:e}),this.minHeight&&$(c(this.$el,"minHeight"))<this.minHeight&&c(this.$el,"minHeight",this.minHeight)},events:["resize"]}},xn={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,focusable:Boolean,attributes:"list"},data:{ratio:1,include:["style","class","focusable"],class:"",strokeAnimation:!1},beforeConnect(){this.class+=" uk-svg"},connected(){!this.icon&&p(this.src,"#")&&([this.src,this.icon]=this.src.split("#")),this.svg=this.getSvg().then(t=>{if(this._connected){const e=lo(t,this.$el);return this.svgEl&&e!==this.svgEl&&Mt(this.svgEl),this.applyAttributes(e,t),this.svgEl=e}},gt),this.strokeAnimation&&this.svg.then(t=>{this._connected&&(Tn(t),this.registerObserver(Rt(t,(e,i)=>{Tn(t),i.disconnect()})))})},disconnected(){this.svg.then(t=>{this._connected||(Xe(this.$el)&&(this.$el.hidden=!1),Mt(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){return nt(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>A(this.$el,"load",()=>t(this.getSvg()))):oo(await so(this.src),this.icon)||Promise.reject("SVG not found.")},applyAttributes(t,e){for(const o in this.$options.props)p(this.include,o)&&o in this&&b(t,o,this[o]);for(const o in this.attributes){const[r,a]=this.attributes[o].split(":",2);b(t,r,a)}this.id||Jt(t,"id");const i=["width","height"];let n=i.map(o=>this[o]);n.some(o=>o)||(n=i.map(o=>b(e,o)));const s=b(e,"viewBox");s&&!n.some(o=>o)&&(n=s.split(" ").slice(2)),n.forEach((o,r)=>b(t,i[r],$(o)*this.ratio||null))}}};const so=W(async t=>t?G(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function oo(t,e){var i;return e&&p(t,"<symbol")&&(t=ro(t,e)||t),t=g(t.substr(t.indexOf("<svg"))),((i=t)==null?void 0:i.hasChildNodes())&&t}const kn=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Me={};function ro(t,e){if(!Me[t]){Me[t]={},kn.lastIndex=0;let i;for(;i=kn.exec(t);)Me[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>"}return Me[t][e]}function Tn(t){const e=ao(t);e&&t.style.setProperty("--uk-animation-stroke",e)}function ao(t){return Math.ceil(Math.max(0,...M("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}function lo(t,e){if(Xe(e)||nt(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return Sn(t,n)?n:$e(e,t)}const i=e.lastElementChild;return Sn(t,i)?i:ht(e,t)}function Sn(t,e){return nt(t,"svg")&&nt(e,"svg")&&Cn(t)===Cn(e)}function Cn(t){return(t.innerHTML||new XMLSerializer().serializeToString(t).replace(/<svg.*?>(.*?)<\/svg>/g,"$1")).replace(/\s/g,"")}var co='<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',ho='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',uo='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',fo='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',po='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',go='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',mo='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',vo='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',wo='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',bo='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',$o='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',yo='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',xo='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',ko='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>',To='<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',So='<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>';const De={spinner:To,totop:So,marker:uo,"close-icon":co,"close-large":ho,"navbar-toggle-icon":fo,"overlay-icon":po,"pagination-next":go,"pagination-previous":mo,"search-icon":vo,"search-large":wo,"search-navbar":bo,"slidenav-next":$o,"slidenav-next-large":yo,"slidenav-previous":xo,"slidenav-previous-large":ko},$i={install:Po,extends:xn,args:"icon",props:["icon"],data:{include:["focusable"]},isIcon:!0,beforeConnect(){y(this.$el,"uk-icon")},methods:{async getSvg(){const t=_o(this.icon);if(!t)throw"Icon not found.";return t}}},ot={args:!1,extends:$i,data:t=>({icon:$t(t.constructor.options.name)}),beforeConnect(){y(this.$el,this.$name)}},En={extends:ot,beforeConnect(){y(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=v(this.$el,"uk-slidenav-large")?t+"-large":t}},Co={extends:ot,beforeConnect(){this.icon=v(this.$el,"uk-search-icon")&&Zt(this.$el,".uk-search-large").length?"search-large":Zt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon}},Eo={extends:ot,beforeConnect(){this.icon="close-"+(v(this.$el,"uk-close-large")?"large":"icon")}},Ao={extends:ot,methods:{async getSvg(){const t=await $i.methods.getSvg.call(this);return this.ratio!==1&&c(g("circle",t),"strokeWidth",1/this.ratio),t}}},ze={};function Po(t){t.icon.add=(e,i)=>{const n=x(e)?{[e]:i}:e;at(n,(s,o)=>{De[o]=s,delete ze[o]}),t._initialized&&vt(document.body,s=>at(t.getComponents(s),o=>{o.$options.isIcon&&o.icon in n&&o.$reset()}))}}function _o(t){return De[t]?(ze[t]||(ze[t]=g((De[Oo(t)]||De[t]).trim())),ze[t].cloneNode(!0)):null}function Oo(t){return oe?We(We(t,"left","right"),"previous","next"):t}const Bo=Tt&&"loading"in HTMLImageElement.prototype;var No={args:"dataSrc",props:{dataSrc:String,sources:String,offsetTop:String,offsetLeft:String,target:String,loading:String},data:{dataSrc:"",sources:!1,offsetTop:"50vh",offsetLeft:"50vw",target:!1,loading:"lazy"},connected(){if(this.loading!=="lazy"){this.load();return}const t=[this.$el,...Qt(this.$props.target,this.$el)];Bo&&He(this.$el)&&(this.$el.loading="lazy",yi(this.$el),t.length===1)||(Lo(this.$el),this.registerObserver(Rt(t,(e,i)=>{this.load(),i.disconnect()},{rootMargin:X(this.offsetTop,"height")+"px "+X(this.offsetLeft,"width")+"px"})))},disconnected(){this._data.image&&(this._data.image.onload="")},methods:{load(){if(this._data.image)return this._data.image;const t=He(this.$el)?this.$el:Do(this.$el,this.dataSrc,this.sources);return Jt(t,"loading"),yi(this.$el,t.currentSrc),this._data.image=t}}};function yi(t,e){if(He(t)){const i=S(t);(Fo(i)?ct(i):[t]).forEach(s=>An(s,s))}else e&&!p(t.style.backgroundImage,e)&&(c(t,"backgroundImage","url("+Qe(e)+")"),k(t,me("load",!1)))}const Mo=["data-src","data-srcset","sizes"];function An(t,e){Mo.forEach(i=>{const n=Bt(t,i);n&&b(e,i.replace(/^(data-)+/,""),n)})}function Do(t,e,i){const n=new Image;return zo(n,i),An(t,n),n.onload=()=>{yi(t,n.currentSrc)},b(n,"src",e),n}function zo(t,e){if(e=Ho(e),e.length){const i=Dt("<picture>");for(const n of e){const s=Dt("<source>");b(s,n),ht(i,s)}ht(i,t)}}function Ho(t){if(!t)return[];if(G(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=fi(t);return I(t)||(t=[t]),t.filter(e=>!je(e))}function Lo(t){He(t)&&!Ot(t,"src")&&b(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Fo(t){return nt(t,"picture")}function He(t){return nt(t,"img")}var xi={props:{media:Boolean},data:{media:!1},connected(){const t=Ro(this.media);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,k(this.$el,me("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=E(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function Ro(t){if(x(t)){if(G(t,"@")){const e="breakpoint-"+t.substr(1);t=$(we(e))}else if(isNaN(t))return t}return t&&pt(t)?"(min-width: "+t+"px)":""}var jo={mixins:[K,xi,wt],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill(t){let{fill:e}=t;return e||we("leader-fill-content")}},connected(){[this.wrapper]=Ri(this.$el,'<span class="'+this.clsWrapper+'">')},disconnected(){xe(this.wrapper.childNodes)},update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write(t){let{width:e,fill:i,hide:n}=t;F(this.wrapper,this.clsHide,n),b(this.wrapper,this.attrFill,new Array(e).join(i))},events:["resize"]}};const R=[];var Pn={mixins:[K,bi,Ct],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel(t,e){let{selPanel:i}=t;return g(i,e)},transitionElement(){return this.panel},bgClose(t){let{bgClose:e}=t;return e&&this.panel}},beforeDisconnect(){p(R,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===p(R,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(p(R,this))return!1;!this.stack&&R.length?(Promise.all(R.map(e=>e.hide())).then(this.show),t.preventDefault()):R.push(this)}},{name:"show",self:!0,handler(){const t=document.documentElement;ie(window)>t.clientWidth&&this.overlay&&c(document.body,"overflowY","scroll"),this.stack&&c(this.$el,"zIndex",$(c(this.$el,"zIndex"))+R.length),y(t,this.clsPage),this.bgClose&&A(this.$el,"hide",E(document,Lt,e=>{let{target:i}=e;fe(R)!==this||this.overlay&&!B(i,this.$el)||B(i,this.panel)||A(document,Ft+" "+Se+" scroll",n=>{let{defaultPrevented:s,type:o,target:r}=n;!s&&o===Ft&&i===r&&this.hide()},!0)}),{self:!0}),this.escClose&&A(this.$el,"hide",E(document,"keydown",e=>{e.keyCode===27&&fe(R)===this&&this.hide()}),{self:!0})}},{name:"shown",self:!0,handler(){Je(this.$el)||b(this.$el,"tabindex","-1"),g(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler(){p(R,this)&&R.splice(R.indexOf(this),1),R.length||c(document.body,"overflowY",""),c(this.$el,"zIndex",""),R.some(t=>t.clsPage===this.clsPage)||H(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&S(this.$el)!==this.container?(ht(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,_n(this))},hide(){return this.toggleElement(this.$el,!1,_n(this))}}};function _n(t){let{transitionElement:e,_toggle:i}=t;return(n,s)=>new Promise((o,r)=>A(n,"show hide",()=>{n._reject==null||n._reject(),n._reject=r,i(n,s);const a=A(e,"transitionstart",()=>{A(e,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},Io(c(e,"transitionDuration")))})).then(()=>delete n._reject)}function Io(t){return t?Yt(t,"ms")?$(t):$(t)*1e3:0}var Wo={install:qo,mixins:[Pn],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler(){v(this.panel,"uk-margin-auto-vertical")?y(this.$el,"uk-flex"):c(this.$el,"display","block"),N(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),H(this.$el,"uk-flex")}}]};function qo(t){let{modal:e}=t;e.dialog=function(n,s){const o=e('<div class="uk-modal"> <div class="uk-modal-dialog">'+n+"</div> </div>",s);return o.show(),E(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},e.alert=function(n,s){return i(o=>{let{labels:r}=o;return'<div class="uk-modal-body">'+(x(n)?n:be(n))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+r.ok+"</button> </div>"},s,o=>o.resolve())},e.confirm=function(n,s){return i(o=>{let{labels:r}=o;return'<form> <div class="uk-modal-body">'+(x(n)?n:be(n))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+r.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+r.ok+"</button> </div> </form>"},s,o=>o.reject())},e.prompt=function(n,s,o){return i(r=>{let{labels:a}=r;return'<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(x(n)?n:be(n))+'</label> <input class="uk-input" value="'+(s||"")+'" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+a.cancel+'</button> <button class="uk-button uk-button-primary">'+a.ok+"</button> </div> </form>"},o,r=>r.resolve(null),r=>g("input",r.$el).value)},e.labels={ok:"Ok",cancel:"Cancel"};function i(n,s,o,r){s={bgClose:!1,escClose:!0,labels:e.labels,...s};const a=e.dialog(n(s),s),l=new Ci;let h=!1;return E(a.$el,"submit","form",u=>{u.preventDefault(),l.resolve(r?.(a)),h=!0,a.hide()}),E(a.$el,"hide",()=>!h&&o(l)),l.promise.dialog=a,l.promise}}var Yo={extends:gn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Go={mixins:[K,bi],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",align:oe?"right":"left",clsDrop:"uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarAnchor:!1,duration:200,container:!1},computed:{boundary(t,e){let{boundary:i}=t;return i===!0?e:i},dropbarAnchor(t,e){let{dropbarAnchor:i}=t;return xt(i,e)},pos(t){let{align:e}=t;return"bottom-"+e},dropbar:{get(t){let{dropbar:e}=t;return e?(e=this._dropbar||xt(e,this.$el)||g("+ .uk-navbar-dropbar",this.$el),e||(this._dropbar=g("<div></div>"))):null},watch(t){y(t,"uk-navbar-dropbar")},immediate:!0},dropContainer(t,e){return this.container||e},dropdowns:{get(t,e){let{clsDrop:i}=t;const n=M("."+i,e);if(this.dropContainer!==e)for(const o of M("."+i,this.dropContainer)){var s;const r=(s=this.getDropdown(o))==null?void 0:s.target;!p(n,o)&&r&&B(r,this.$el)&&n.push(o)}return n},watch(t){this.$create("drop",t.filter(e=>!this.getDropdown(e)),{...this.$props,boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset})},immediate:!0},toggles:{get(t,e){let{dropdown:i}=t;return M(i,e)},watch(){const t=v(this.$el,"uk-navbar-justify");for(const e of M(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))c(e,"flexGrow",t?M(this.dropdown,e).length:"")},immediate:!0}},disconnected(){this.dropbar&&Mt(this.dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.dropdown},handler(t){let{current:e}=t;const i=this.getActive();i&&p(i.mode,"hover")&&i.target&&!B(i.target,e)&&!i.isDelaying&&i.hide(!1)}},{name:"keydown",delegate(){return this.dropdown},handler(t){const{current:e,keyCode:i}=t,n=this.getActive();i===Et.DOWN&&Ot(e,"aria-expanded")&&(t.preventDefault(),!n||n.target!==e?(e.click(),A(this.dropContainer,"show",s=>{let{target:o}=s;return Bn(o)})):Bn(n.$el)),On(t,this.toggles,n)}},{name:"keydown",el(){return this.dropContainer},delegate(){return"."+this.clsDrop},handler(t){const{current:e,keyCode:i}=t;if(!p(this.dropdowns,e))return;const n=this.getActive(),s=M(ge,e),o=he(s,a=>P(a,":focus"));if(i===Et.UP&&(t.preventDefault(),o>0&&s[o-1].focus()),i===Et.DOWN&&(t.preventDefault(),o<s.length-1&&s[o+1].focus()),i===Et.ESC){var r;n==null||(r=n.target)==null||r.focus()}On(t,this.toggles,n)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&p(t.mode,"hover")&&!this.dropdowns.some(e=>P(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;!v(i,this.clsDrop)||(S(this.dropbar)||$e(this.dropbarAnchor||this.$el,this.dropbar),y(i,this.clsDrop+"-dropbar"))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i,pos:[n]=[]}=e;!v(i,this.clsDrop)||n==="bottom"&&this.transitionTo(w(i).bottom-w(this.dropbar).top+$(c(i,"marginBottom")),i)}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;const n=this.getActive();P(this.dropbar,":hover")&&n?.$el===i&&!this.toggles.some(s=>n.target!==s&&P(s,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;if(!v(i,this.clsDrop))return;const n=this.getActive();(!n||n?.$el===i)&&this.transitionTo(0)}}],methods:{getActive(){return _&&B(_.target,this.$el)&&_},transitionTo(t,e){const{dropbar:i}=this,n=O(i)?N(i):0;return e=n<t&&e,c(e,"clip","rect(0,"+e.offsetWidth+"px,"+n+"px,0)"),N(i,n),mt.cancel([e,i]),Promise.all([mt.start(i,{height:t},this.duration),mt.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(gt).then(()=>{c(e,{clip:""}),this.$update(i)})},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}};function On(t,e,i){const{current:n,keyCode:s}=t,o=i?.target||n,r=e.indexOf(o);s===Et.LEFT&&r>0&&(i?.hide(!1),e[r-1].focus()),s===Et.RIGHT&&r<e.length-1&&(i?.hide(!1),e[r+1].focus()),s===Et.TAB&&(o.focus(),i?.hide(!1))}function Bn(t){if(!g(":focus",t)){var e;(e=g(ge,t))==null||e.focus()}}const Et={TAB:9,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40};var Nn={props:{swiping:Boolean},data:{swiping:!0},computed:{swipeTarget(t,e){return e}},connected(){!this.swiping||Ae(this,{el:this.swipeTarget,name:Lt,passive:!0,handler(t){if(!Nt(t))return;const e=ve(t),i="tagName"in t.target?t.target:S(t.target);A(document,Ft+" "+Se+" scroll",n=>{const{x:s,y:o}=ve(n);(n.type!=="scroll"&&i&&s&&Math.abs(e.x-s)>100||o&&Math.abs(e.y-o)>100)&&setTimeout(()=>{k(i,"swipe"),k(i,"swipe"+Vo(e.x,e.y,s,o))})})}})}};function Vo(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}var Xo={mixins:[Pn,Nn],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"uk-offcanvas-page",clsContainer:"uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"uk-offcanvas-flip",clsContainerAnimation:"uk-offcanvas-container-animation",clsSidebarAnimation:"uk-offcanvas-bar-animation",clsMode:"uk-offcanvas",clsOverlay:"uk-offcanvas-overlay",selClose:".uk-offcanvas-close",container:!1},computed:{clsFlip(t){let{flip:e,clsFlip:i}=t;return e?i:""},clsOverlay(t){let{overlay:e,clsOverlay:i}=t;return e?i:""},clsMode(t){let{mode:e,clsMode:i}=t;return i+"-"+e},clsSidebarAnimation(t){let{mode:e,clsSidebarAnimation:i}=t;return e==="none"||e==="reveal"?"":i},clsContainerAnimation(t){let{mode:e,clsContainerAnimation:i}=t;return e!=="push"&&e!=="reveal"?"":i},transitionElement(t){let{mode:e}=t;return e==="reveal"?S(this.panel):this.panel}},update:{read(){this.isToggled()&&!O(this.$el)&&this.hide()},events:["resize"]},events:[{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{current:{hash:e},defaultPrevented:i}=t;!i&&e&&g(e,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el(){return this.panel},handler(t){let{targetTouches:e}=t;e.length===1&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"touchmove",passive:!1,el(){return this.panel},handler(t){if(t.targetTouches.length!==1)return;const e=t.targetTouches[0].clientY-this.clientY,{scrollTop:i,scrollHeight:n,clientHeight:s}=this.panel;(s>=n||i===0&&e>0||n-i<=s&&e<0)&&t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!v(S(this.panel),this.clsMode)&&(ye(this.panel,"<div>"),y(S(this.panel),this.clsMode)),c(document.documentElement,"overflowY",this.overlay?"hidden":""),y(document.body,this.clsContainer,this.clsFlip),c(document.body,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),y(this.$el,this.clsOverlay),y(this.panel,this.clsSidebarAnimation,this.mode!=="reveal"?this.clsMode:""),N(document.body),y(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&Jo()}},{name:"hide",self:!0,handler(){H(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Ko(),this.mode==="reveal"&&xe(this.panel),H(this.panel,this.clsSidebarAnimation,this.clsMode),H(this.$el,this.clsOverlay),c(this.$el,"display",""),H(document.body,this.clsContainer,this.clsFlip),c(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&Yt(t.type,"Left")^this.flip&&this.hide()}}]};function Jo(){Mn().content+=",user-scalable=0"}function Ko(){const t=Mn();t.content=t.content.replace(/,user-scalable=0$/,"")}function Mn(){return g('meta[name="viewport"]',document.head)||ht(document.head,'<meta name="viewport">')}var Zo={mixins:[K,wt],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container(t,e){let{selContainer:i}=t;return V(e,i)},content(t,e){let{selContent:i}=t;return V(e,i)}},resizeTargets(){return[this.container,this.content]},update:{read(){return!this.content||!this.container||!O(this.$el)?!1:{max:Math.max(this.minHeight,N(this.container)-(it(this.content).height-N(this.$el)))}},write(t){let{max:e}=t;c(this.$el,{minHeight:this.minHeight,maxHeight:e})},events:["resize"]}},Qo={mixins:[wt],props:["width","height"],resizeTargets(){return[this.$el,S(this.$el)]},connected(){y(this.$el,"uk-responsive-width")},update:{read(){return O(this.$el)&&this.width&&this.height?{width:ie(S(this.$el)),height:this.height}:!1},write(t){N(this.$el,Ve.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Uo={props:{offset:Number},data:{offset:0},methods:{async scrollTo(t){t=t&&g(t)||document.body,k(this.$el,"beforescroll",[this,t])&&(await mi(t,{offset:this.offset}),k(this.$el,"scrolled",[this,t]))}},events:{click(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(Dn(this.$el)))}}};function Dn(t){return document.getElementById(decodeURIComponent(t.hash).substring(1))}var tr={mixins:[Be],args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"uk-scrollspy-inview"}),computed:{elements:{get(t,e){let{target:i}=t;return i?M(i,e):[e]},watch(t,e){this.hidden&&c(Kt(t,":not(."+this.inViewClass+")"),"visibility","hidden"),e&&this.$reset()},immediate:!0}},connected(){this._data.elements=new Map,this.registerObserver(Rt(this.elements,t=>{const e=this._data.elements;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:Bt(i,"uk-scrollspy-class")||this.cls});const s=e.get(i);!this.repeat&&s.show||(s.show=n)}this.$emit()},{rootMargin:X(this.offsetTop,"height")-1+"px "+(X(this.offsetLeft,"width")-1)+"px"},!1))},disconnected(){for(const[t,e]of this._data.elements.entries())H(t,this.inViewClass,e?.cls||"")},update:[{write(t){for(const[e,i]of t.elements.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){const i=this._data.elements.get(t);if(i.off==null||i.off(),c(t,"visibility",!e&&this.hidden?"hidden":""),F(t,this.inViewClass,e),F(t,i.cls),/\buk-animation-/.test(i.cls)){const n=()=>ii(t,"uk-animation-[\\w-]+");e?i.off=A(t,"animationcancel animationend",n):n()}k(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},er={mixins:[Be],props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:{get(t,e){return M('a[href^="#"]',e).filter(i=>i.hash)},watch(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})},immediate:!0},elements(t){let{closest:e}=t;return V(this.links,e||"*")}},update:[{read(){const t=this.links.map(Dn).filter(Boolean),{length:e}=t;if(!e||!O(this.$el))return!1;const[i]=St(t,/auto|scroll/,!0),{scrollTop:n,scrollHeight:s}=i,o=st(i),r=s-o.height;let a=!1;if(n===r)a=e-1;else{for(const l in t){if(w(t[l]).top-o.top-this.offset>0)break;a=+l}a===!1&&this.overflow&&(a=0)}return{active:a}},write(t){let{active:e}=t;const i=e!==!1&&!v(this.elements[e],this.cls);this.links.forEach(n=>n.blur());for(const n in this.elements)F(this.elements[n],this.cls,+n===e);i&&k(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},ir={mixins:[K,xi,wt,Be],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget(t,e){let{selTarget:i}=t;return i&&g(i,e)||e}},resizeTargets(){return document.documentElement},connected(){this.start=Hn(this.start||this.top),this.end=Hn(this.end||this.bottom),this.placeholder=g("+ .uk-sticky-placeholder",this.$el)||g('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},disconnected(){this.isFixed&&(this.hide(),H(this.selTarget,this.clsInactive)),Mt(this.placeholder),this.placeholder=null},events:[{name:"resize",el(){return window},handler(){this.$emit("resize")}},{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){!location.hash||ae(window)===0||setTimeout(()=>{const t=w(g(location.hash)),e=w(this.$el);this.isFixed&&Ye(t,e)&&ae(window,t.top-e.height-X(this.targetOffset,"height",this.placeholder)-X(this.offset,"height",this.placeholder))})}}],update:[{read(t,e){let{height:i,margin:n}=t;if(this.inactive=!this.matchMedia||!O(this.$el),this.inactive)return!1;const s=this.active&&e.has("resize");s&&(c(this.selTarget,"transition","0s"),this.hide()),this.active||(i=w(this.$el).height,n=c(this.$el,"margin")),s&&(this.show(),requestAnimationFrame(()=>c(this.selTarget,"transition","")));const o=this.isFixed?this.placeholder:this.$el,r=N(window);let a=this.position;this.overflowFlip&&i>r&&(a=a==="top"?"bottom":"top");let l=X(this.offset,"height",o);a==="bottom"&&(i<r||this.overflowFlip)&&(l+=r-i);const h=this.overflowFlip?0:Math.max(0,i+l-r),u=w(o).top,f=(this.start===!1?u:zn(this.start,this.$el,u))-l,m=this.end===!1?document.scrollingElement.scrollHeight-r:zn(this.end,this.$el,u+i,!0)-w(this.$el).height+h-l;return{start:f,end:m,offset:l,overflow:h,topOffset:u,height:i,margin:n,width:it(o).width,top:ee(o)[0]}},write(t){let{height:e,margin:i}=t;const{placeholder:n}=this;c(n,{height:e,margin:i}),B(n,document)||($e(this.$el,n),n.hidden=!0)},events:["resize"]},{read(t){let{scroll:e=0,dir:i="down",overflow:n,overflowScroll:s=0,start:o,end:r}=t;const a=ae(window);return{dir:e<=a?"down":"up",prevDir:i,scroll:a,prevScroll:e,offsetParentTop:w((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:lt(s+lt(a,o,r)-lt(e,o,r),0,n)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:s,prevDir:o,scroll:r,prevScroll:a=0,top:l,start:h,topOffset:u,height:f}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const m=Date.now();if((m-n>300||s!==o)&&(t.initScroll=r,t.initTimestamp=m),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||s==="down"&&i||s==="up"&&!this.isFixed&&r<=u+f)){if(!this.isFixed){et.inProgress(this.$el)&&l>r&&(et.cancel(this.$el),this.hide());return}this.isFixed=!1,this.animation&&r>u?(et.cancel(this.$el),et.out(this.$el,this.animation).then(()=>this.hide(),gt)):this.hide()}else this.isFixed?this.update():this.animation&&r>u?(et.cancel(this.$el),this.show(),et.in(this.$el,this.animation).catch(gt)):this.show()},events:["resize","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){this.setActive(!1),H(this.$el,this.clsFixed,this.clsBelow),c(this.$el,{position:"",top:"",width:""}),this.placeholder.hidden=!0},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:s,end:o,offset:r,topOffset:a,height:l,offsetParentTop:h}=this._data;const u=s!==0||e>s;let f="fixed";e>o&&(r+=o-h,f="absolute"),i&&(r-=n),c(this.$el,{position:f,top:r+"px",width:t}),this.setActive(u),F(this.$el,this.clsBelow,e>a+l),y(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(ni(this.selTarget,this.clsInactive,this.clsActive),e!==t&&k(this.$el,"active")):(ni(this.selTarget,this.clsActive,this.clsInactive),e!==t&&k(this.$el,"inactive"))}}};function zn(t,e,i,n){if(!t)return 0;if(pt(t)||x(t)&&t.match(/^-?\d/))return i+X(t,"height",e,!0);{const s=t===!0?S(e):xt(t,e);return w(s).bottom-(n&&s&&B(e,s)?$(c(s,"paddingBottom")):0)}}function Hn(t){return t==="true"?!0:t==="false"?!1:t}var Ln={mixins:[Pe,Nn,Ct],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item"},computed:{connects:{get(t,e){let{connect:i}=t;return Qt(i,e)},watch(t){this.swiping&&c(t,"touch-action","pan-y pinch-zoom");const e=this.index();this.connects.forEach(i=>ct(i).forEach((n,s)=>F(n,this.cls,s===e)))},immediate:!0},toggles:{get(t,e){let{toggle:i}=t;return M(i,e).filter(n=>!P(n,".uk-disabled *, .uk-disabled, [disabled]"))},watch(t){const e=this.index();this.show(~e?e:t[this.active]||t[0])},immediate:!0},children(){return ct(this.$el).filter(t=>this.toggles.some(e=>B(e,t)))},swipeTarget(){return this.connects}},connected(){this.lazyload(this.$el,this.connects),ri(()=>this.$emit())},events:[{name:"click",delegate(){return this.toggle},handler(t){t.preventDefault(),this.show(t.current)}},{name:"click",el(){return this.connects.concat(this.itemNav?Qt(this.itemNav,this.$el):[])},delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.show(Bt(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler(t){let{type:e}=t;this.show(Yt(e,"Left")?"next":"previous")}}],methods:{index(){return he(this.children,t=>v(t,this.cls))},show(t){const e=this.index(),i=de(t,this.toggles,e),n=de(this.children[i],ct(this.$el));ct(this.$el).forEach((o,r)=>{F(o,this.cls,n===r),b(this.toggles[r],"aria-expanded",n===r)});const s=e>=0&&e!==i;this.connects.forEach(async o=>{let{children:r}=o;await this.toggleElement(d(r).filter(a=>v(a,this.cls)),!1,s),await this.toggleElement(r[n],!0,s)})}}},nr={mixins:[K],extends:Ln,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected(){const t=v(this.$el,"uk-tab-left")?"uk-tab-left":v(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const sr=32;var or={mixins:[Pe,xi,Ct],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get(t,e){let{href:i,target:n}=t;return n=Qt(n||i,e),n.length&&n||[e]},watch(){this.updateAria()},immediate:!0}},connected(){!p(this.mode,"media")&&!Je(this.$el)&&b(this.$el,"tabindex","0"),this.lazyload(this.$el,this.target),ri(()=>this.$emit())},events:[{name:Lt,filter(){return p(this.mode,"hover")},handler(t){!Nt(t)||this._showState||(k(this.$el,"focus"),A(document,Lt,()=>k(this.$el,"blur"),!0,e=>!B(e.target,this.$el)),p(this.mode,"click")&&(this._preventClick=!0))}},{name:ke+" "+Te+" focus blur",filter(){return p(this.mode,"hover")},handler(t){if(Nt(t))return;const e=p([ke,"focus"],t.type),i=b(this.$el,"aria-expanded");if(!(!e&&(t.type===Te&&P(this.$el,":focus")||t.type==="blur"&&P(this.$el,":hover")))){if(this._showState&&e&&i!==this._showState){e||(this._showState=null);return}this._showState=e?i:null,this.toggle("toggle"+(e?"show":"hide"))}}},{name:"keydown",filter(){return p(this.mode,"click")&&!nt(this.$el,"input")},handler(t){t.keyCode===sr&&(t.preventDefault(),this.$el.click())}},{name:"click",handler(t){let e;if((V(t.target,'a[href="#"], a[href=""]')||(e=V(t.target,"a[href]"))&&(b(this.$el,"aria-expanded")!=="true"||e.hash&&P(this.target,e.hash)))&&t.preventDefault(),this._preventClick)return this._preventClick=null;!p(this.mode,"click")||this.toggle()}},{name:"toggled",self:!0,el(){return this.target},handler(t,e){t.target===this.target[0]&&this.updateAria(e)}},{name:"mediachange",filter(){return p(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!k(this.target,t||"toggle",[this]))return;if(!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>v(n,this.clsLeave));if(e.length){for(const n of this.target){const s=p(e,n);this.toggleElement(n,s,s)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1),await this.toggleElement(this.target.filter(n=>!p(i,n)),!0)},updateAria(t){p(this.mode,"media")||b(this.$el,"aria-expanded",ue(t)?t:this.isToggled(this.target))}}},rr=Object.freeze({__proto__:null,Accordion:gn,Alert:js,Cover:Is,Drop:vn,Dropdown:vn,FormCustom:Gs,Grid:Ks,HeightMatch:to,HeightViewport:no,Icon:$i,Img:No,Leader:jo,Margin:wn,Modal:Wo,Nav:Yo,Navbar:Go,Offcanvas:Xo,OverflowAuto:Zo,Responsive:Qo,Scroll:Uo,Scrollspy:tr,ScrollspyNav:er,Sticky:ir,Svg:xn,Switcher:Ln,Tab:nr,Toggle:or,Video:mn,Close:Eo,Spinner:Ao,SlidenavNext:En,SlidenavPrevious:En,SearchIcon:Co,Marker:ot,NavbarToggleIcon:ot,OverlayIcon:ot,PaginationNext:ot,PaginationPrevious:ot,Totop:ot});return at(rr,(t,e)=>q.component(e,t)),Fs(q),q});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.13.10 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
1
+ /*! UIkit 3.13.11-dev.eb080f280 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :