@frankenstyle/uikit 0.0.1 → 0.0.3

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 (90) hide show
  1. package/.prettierignore +0 -1
  2. package/CHANGELOG.md +62 -0
  3. package/README.md +0 -1
  4. package/build/publishDev.js +2 -3
  5. package/build/release.js +12 -7
  6. package/build/util.js +6 -6
  7. package/dist/css/uikit-rtl.css +105 -92
  8. package/dist/css/uikit-rtl.min.css +1 -1
  9. package/dist/css/uikit.css +105 -92
  10. package/dist/css/uikit.min.css +1 -1
  11. package/dist/js/components/countdown.js +1 -1
  12. package/dist/js/components/countdown.min.js +1 -1
  13. package/dist/js/components/filter.js +1 -1
  14. package/dist/js/components/filter.min.js +1 -1
  15. package/dist/js/components/lightbox-panel.js +35 -30
  16. package/dist/js/components/lightbox-panel.min.js +1 -1
  17. package/dist/js/components/lightbox.js +35 -30
  18. package/dist/js/components/lightbox.min.js +1 -1
  19. package/dist/js/components/notification.js +2 -2
  20. package/dist/js/components/notification.min.js +1 -1
  21. package/dist/js/components/parallax.js +1 -7
  22. package/dist/js/components/parallax.min.js +1 -1
  23. package/dist/js/components/slider-parallax.js +1 -7
  24. package/dist/js/components/slider-parallax.min.js +1 -1
  25. package/dist/js/components/slider.js +41 -42
  26. package/dist/js/components/slider.min.js +1 -1
  27. package/dist/js/components/slideshow-parallax.js +1 -7
  28. package/dist/js/components/slideshow-parallax.min.js +1 -1
  29. package/dist/js/components/slideshow.js +34 -35
  30. package/dist/js/components/slideshow.min.js +1 -1
  31. package/dist/js/components/sortable.js +5 -6
  32. package/dist/js/components/sortable.min.js +1 -1
  33. package/dist/js/components/tooltip.js +2 -2
  34. package/dist/js/components/tooltip.min.js +1 -1
  35. package/dist/js/components/upload.js +1 -1
  36. package/dist/js/components/upload.min.js +1 -1
  37. package/dist/js/uikit-core.js +123 -70
  38. package/dist/js/uikit-core.min.js +1 -1
  39. package/dist/js/uikit-icons.js +1 -1
  40. package/dist/js/uikit-icons.min.js +1 -1
  41. package/dist/js/uikit.js +131 -74
  42. package/dist/js/uikit.min.js +1 -1
  43. package/package.json +23 -24
  44. package/src/images/components/accordion-icon.svg +20 -0
  45. package/src/js/components/internal/slider-transitioner.js +1 -1
  46. package/src/js/components/slider.js +6 -7
  47. package/src/js/components/sortable.js +5 -6
  48. package/src/js/core/accordion.js +14 -10
  49. package/src/js/core/drop.js +8 -1
  50. package/src/js/core/height-viewport.js +12 -1
  51. package/src/js/core/icon.js +4 -2
  52. package/src/js/core/index.js +1 -0
  53. package/src/js/core/modal.js +5 -5
  54. package/src/js/core/overflow-fade.js +83 -8
  55. package/src/js/mixin/slider-drag.js +21 -14
  56. package/src/js/mixin/slider-nav.js +16 -18
  57. package/src/js/util/attr.js +1 -5
  58. package/src/less/components/accordion.less +110 -46
  59. package/src/less/components/card.less +1 -1
  60. package/src/less/components/form.less +10 -7
  61. package/src/less/components/lightbox.less +0 -5
  62. package/src/less/components/nav.less +1 -1
  63. package/src/less/components/overlay.less +2 -2
  64. package/src/less/components/utility.less +7 -4
  65. package/src/less/theme/accordion.less +31 -38
  66. package/src/scss/components/accordion.scss +77 -30
  67. package/src/scss/components/form.scss +4 -4
  68. package/src/scss/components/lightbox.scss +0 -5
  69. package/src/scss/components/nav.scss +1 -1
  70. package/src/scss/components/utility.scss +7 -4
  71. package/src/scss/mixins-theme.scss +39 -23
  72. package/src/scss/mixins.scss +38 -15
  73. package/src/scss/variables-theme.scss +20 -18
  74. package/src/scss/variables.scss +18 -14
  75. package/tests/accordion.html +76 -17
  76. package/tests/card.html +87 -1
  77. package/tests/height-viewport.html +12 -3
  78. package/tests/index.html +7 -7
  79. package/tests/navbar.html +1 -1
  80. package/tests/overlay.html +181 -13
  81. package/tests/parallax.html +1 -1
  82. package/tests/position.html +16 -16
  83. package/tests/sticky.html +2 -2
  84. package/tests/tab.html +1 -1
  85. package/tests/thumbnav.html +2 -2
  86. package/tests/toggle.html +2 -2
  87. package/tests/transition.html +19 -19
  88. package/tests/upload.html +2 -2
  89. package/src/images/backgrounds/accordion-close.svg +0 -4
  90. package/src/images/backgrounds/accordion-open.svg +0 -3
@@ -1 +1 @@
1
- /*! UIkit 3.24.2 | https://www.getuikit.com | (c) 2014 - 2025 YOOtheme | MIT License */(function(Ie,Ce){typeof exports=="object"&&typeof module<"u"?module.exports=Ce():typeof define=="function"&&define.amd?define("uikit",Ce):(Ie=typeof globalThis<"u"?globalThis:Ie||self,Ie.UIkit=Ce())})(this,function(){"use strict";const{hasOwnProperty:Ie,toString:Ce}=Object.prototype;function vt(t,e){return Ie.call(t,e)}const hr=/\B([A-Z])/g,Ft=ut(t=>t.replace(hr,"-$1").toLowerCase()),ur=/-(\w)/g,Ee=ut(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(ur,(e,i)=>i.toUpperCase())),Lt=ut(t=>t.charAt(0).toUpperCase()+t.slice(1));function kt(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function oe(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function v(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function yt(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:Z,from:re}=Array,{assign:pt}=Object;function rt(t){return typeof t=="function"}function _t(t){return t!==null&&typeof t=="object"}function Te(t){return Ce.call(t)==="[object Object]"}function ai(t){return _t(t)&&t===t.window}function Pe(t){return Ui(t)===9}function _e(t){return Ui(t)>=1}function ae(t){return Ui(t)===1}function Ui(t){return!ai(t)&&_t(t)&&t.nodeType}function le(t){return typeof t=="boolean"}function L(t){return typeof t=="string"}function Ae(t){return typeof t=="number"}function bt(t){return Ae(t)||L(t)&&!isNaN(t-parseFloat(t))}function li(t){return!(Z(t)?t.length:_t(t)&&Object.keys(t).length)}function K(t){return t===void 0}function Vi(t){return le(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function St(t){const e=Number(t);return isNaN(e)?!1:e}function I(t){return parseFloat(t)||0}function R(t){return t&&E(t)[0]}function E(t){return _e(t)?[t]:Array.from(t||[]).filter(_e)}function jt(t){if(ai(t))return t;t=R(t);const e=Pe(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function Me(t,e){return t===e||_t(t)&&_t(e)&&Object.keys(t).length===Object.keys(e).length&&ce(t,(i,s)=>i===e[s])}function Gi(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),s=>s===e?i:e)}function Wt(t){return t[t.length-1]}function ce(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function Ys(t,e){return t.slice().sort(({[e]:i=0},{[e]:s=0})=>i>s?1:s>i?-1:0)}function qt(t,e){return t.reduce((i,s)=>i+I(rt(e)?e(s):s[e]),0)}function Xs(t,e){const i=new Set;return t.filter(({[e]:s})=>i.has(s)?!1:i.add(s))}function ci(t,e){return e.reduce((i,s)=>({...i,[s]:t[s]}),{})}function U(t,e=0,i=1){return Math.min(Math.max(St(t)||0,e),i)}function A(){}function hi(...t){return[["bottom","top"],["right","left"]].every(([e,i])=>Math.min(...t.map(({[e]:s})=>s))-Math.max(...t.map(({[i]:s})=>s))>0)}function ui(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function Yi(t,e,i){const s=e==="width"?"height":"width";return{[s]:t[e]?Math.round(i*t[s]/t[e]):t[s],[e]:i}}function Js(t,e){t={...t};for(const i in t)t=t[i]>e[i]?Yi(t,i,e[i]):t;return t}function dr(t,e){t=Js(t,e);for(const i in t)t=t[i]<e[i]?Yi(t,i,e[i]):t;return t}const Xi={ratio:Yi,contain:Js,cover:dr};function at(t,e,i=0,s=!1){e=E(e);const{length:n}=e;return n?(t=bt(t)?St(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?n-1:e.indexOf(R(t)),s?U(t,0,n-1):(t%=n,t<0?t+n:t)):-1}function ut(t){const e=Object.create(null);return(i,...s)=>e[i]||(e[i]=t(i,...s))}function C(t,...e){for(const i of E(t)){const s=Rt(e).filter(n=>!x(i,n));s.length&&i.classList.add(...s)}}function _(t,...e){for(const i of E(t)){const s=Rt(e).filter(n=>x(i,n));s.length&&i.classList.remove(...s)}}function di(t,e,i){i=Rt(i),e=Rt(e).filter(s=>!v(i,s)),_(t,e),C(t,i)}function x(t,e){return[e]=Rt(e),E(t).some(i=>i.classList.contains(e))}function H(t,e,i){const s=Rt(e);K(i)||(i=!!i);for(const n of E(t))for(const o of s)n.classList.toggle(o,i)}function Rt(t){return t?Z(t)?t.map(Rt).flat():String(t).split(" ").filter(Boolean):[]}function y(t,e,i){var s;if(_t(e)){for(const n in e)y(t,n,e[n]);return}if(K(i))return(s=R(t))==null?void 0:s.getAttribute(e);for(const n of E(t))rt(i)&&(i=i.call(n,y(n,e))),i===null?Oe(n,e):n.setAttribute(e,i)}function It(t,e){return E(t).some(i=>i.hasAttribute(e))}function Oe(t,e){E(t).forEach(i=>i.removeAttribute(e))}function tt(t,e){for(const i of[e,`data-${e}`])if(It(t,i))return y(t,i)}const Ut=typeof window<"u",V=Ut&&document.dir==="rtl",he=Ut&&"ontouchstart"in window,ue=Ut&&window.PointerEvent,dt=ue?"pointerdown":he?"touchstart":"mousedown",De=ue?"pointermove":he?"touchmove":"mousemove",At=ue?"pointerup":he?"touchend":"mouseup",Mt=ue?"pointerenter":he?"":"mouseenter",Ot=ue?"pointerleave":he?"":"mouseleave",fi=ue?"pointercancel":"touchcancel",fr={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Ji(t){return E(t).some(e=>fr[e.tagName.toLowerCase()])}const pr=Ut&&Element.prototype.checkVisibility||function(){return this.offsetWidth||this.offsetHeight||this.getClientRects().length};function j(t){return E(t).some(e=>pr.call(e))}const Be="input,select,textarea,button";function pi(t){return E(t).some(e=>P(e,Be))}const de=`${Be},a[href],[tabindex]`;function Ne(t){return P(t,de)}function M(t){var e;return(e=R(t))==null?void 0:e.parentElement}function ze(t,e){return E(t).filter(i=>P(i,e))}function P(t,e){return E(t).some(i=>i.matches(e))}function fe(t,e){const i=[];for(;t=M(t);)(!e||P(t,e))&&i.push(t);return i}function N(t,e){t=R(t);const i=t?re(t.children):[];return e?ze(i,e):i}function Ct(t,e){return e?E(t).indexOf(R(e)):N(M(t)).indexOf(t)}function pe(t){return t=R(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function gi(t){if(pe(t)){const{hash:e,ownerDocument:i}=R(t),s=decodeURIComponent(e).slice(1);return s?i.getElementById(s)||i.getElementsByName(s)[0]:i.documentElement}}function Q(t,e){return Ki(t,Ks(t,e))}function He(t,e){return Fe(t,Ks(t,e))}function Ki(t,e){return R(tn(t,R(e),"querySelector"))}function Fe(t,e){return E(tn(t,R(e),"querySelectorAll"))}function Ks(t,e=document){return Pe(e)||Qs(t).isContextSelector?e:e.ownerDocument}const gr=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,mr=/(\([^)]*\)|[^,])+/g,Qs=ut(t=>{let e=!1;if(!t||!L(t))return{};const i=[];for(let s of t.match(mr))s=s.trim().replace(gr,"$1 *"),e||(e=["!","+","~","-",">"].includes(s[0])),i.push(s);return{selector:i.join(","),selectors:i,isContextSelector:e}}),vr=/(\([^)]*\)|\S)*/,Zs=ut(t=>{t=t.slice(1).trim();const[e]=t.match(vr);return[e,t.slice(e.length+1)]});function tn(t,e=document,i){var s;const n=Qs(t);if(!n.isContextSelector)return n.selector?Qi(e,i,n.selector):t;t="";const o=n.selectors.length===1;for(let r of n.selectors){let a,l=e;if(r[0]==="!"&&([a,r]=Zs(r),l=(s=e.parentElement)==null?void 0:s.closest(a),!r&&o)||l&&r[0]==="-"&&([a,r]=Zs(r),l=l.previousElementSibling,l=P(l,a)?l:null,!r&&o))return l;if(l){if(o)return r[0]==="~"||r[0]==="+"?(r=`:scope > :nth-child(${Ct(l)+1}) ${r}`,l=l.parentElement):r[0]===">"&&(r=`:scope ${r}`),Qi(l,i,r);t+=`${t?",":""}${br(l)} ${r}`}}return Pe(e)||(e=e.ownerDocument),Qi(e,i,t)}function Qi(t,e,i){try{return t[e](i)}catch{return null}}function br(t){const e=[];for(;t.parentNode;){const i=y(t,"id");if(i){e.unshift(`#${Zi(i)}`);break}else{let{tagName:s}=t;s!=="HTML"&&(s+=`:nth-child(${Ct(t)+1})`),e.unshift(s),t=t.parentNode}}return e.join(" > ")}function Zi(t){return L(t)?CSS.escape(t):""}function w(...t){let[e,i,s,n,o=!1]=ts(t);n.length>1&&(n=$r(n)),o!=null&&o.self&&(n=xr(n)),s&&(n=wr(s,n));for(const r of i)for(const a of e)a.addEventListener(r,n,o);return()=>Vt(e,i,n,o)}function Vt(...t){let[e,i,,s,n=!1]=ts(t);for(const o of i)for(const r of e)r.removeEventListener(o,s,n)}function z(...t){const[e,i,s,n,o=!1,r]=ts(t),a=w(e,i,s,l=>{const h=!r||r(l);h&&(a(),n(l,h))},o);return a}function m(t,e,i){return es(t).every(s=>s.dispatchEvent(ge(e,!0,!0,i)))}function ge(t,e=!0,i=!1,s){return L(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:s})),t}function ts(t){return t[0]=es(t[0]),L(t[1])&&(t[1]=t[1].split(" ")),rt(t[2])&&t.splice(2,0,!1),t}function wr(t,e){return i=>{const s=t[0]===">"?Fe(t,i.currentTarget).reverse().find(n=>n.contains(i.target)):i.target.closest(t);s&&(i.current=s,e.call(this,i),delete i.current)}}function $r(t){return e=>Z(e.detail)?t(e,...e.detail):t(e)}function xr(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function en(t){return t&&"addEventListener"in t}function kr(t){return en(t)?t:R(t)}function es(t){return Z(t)?t.map(kr).filter(Boolean):L(t)?Fe(t):en(t)?[t]:E(t)}function gt(t){return t.pointerType==="touch"||!!t.touches}function Et(t){var e,i;const{clientX:s,clientY:n}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:s,y:n}}const yr={"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,s){const n=E(t);for(const o of n)if(L(e)){if(e=mi(e),K(i))return getComputedStyle(o).getPropertyValue(e);o.style.setProperty(e,bt(i)&&!yr[e]&&!sn(e)?`${i}px`:i||Ae(i)?i:"",s)}else if(Z(e)){const r={};for(const a of e)r[a]=c(o,a);return r}else if(_t(e))for(const r in e)c(o,r,e[r],i);return n[0]}function wt(t,e){for(const i in e)c(t,i,"")}const mi=ut(t=>{if(sn(t))return t;t=Ft(t);const{style:e}=document.documentElement;if(t in e)return t;for(const i of["webkit","moz"]){const s=`-${i}-${t}`;if(s in e)return s}});function sn(t){return kt(t,"--")}const is="uk-transition",ss="transitionend",ns="transitioncanceled";function Sr(t,e,i=400,s="linear",n){return i=Math.round(i),Promise.all(E(t).map(o=>new Promise((r,a)=>{n||o.offsetHeight;const l=setTimeout(()=>m(o,ss),i);z(o,[ss,ns],({type:u})=>{clearTimeout(l),_(o,is),wt(o,h),u===ns?a():r(o)},{self:!0}),C(o,is);const h={transitionProperty:Object.keys(e).map(mi).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:s};c(o,{...h,...e})})))}const O={start:Sr,async stop(t){m(t,ss),await Promise.resolve()},async cancel(t){m(t,ns),await Promise.resolve()},inProgress(t){return x(t,is)}},Le="uk-animation",nn="animationend",vi="animationcanceled";function on(t,e,i=200,s,n){return Promise.all(E(t).map(o=>new Promise((r,a)=>{x(o,Le)&&m(o,vi);const l=[e,Le,`${Le}-${n?"leave":"enter"}`,s&&`uk-transform-origin-${s}`,n&&`${Le}-reverse`],h=setTimeout(()=>m(o,nn),i);z(o,[nn,vi],({type:u})=>{clearTimeout(h),u===vi?a():r(o),c(o,"animationDuration",""),_(o,l)},{self:!0}),c(o,"animationDuration",`${i}ms`),C(o,l)})))}const Dt={in:on,out(t,e,i,s){return on(t,e,i,s,!0)},inProgress(t){return x(t,Le)},cancel(t){m(t,vi)}};function Ir(t){if(document.readyState!=="loading"){t();return}z(document,"DOMContentLoaded",t)}function F(t,...e){return e.some(i=>{var s;return((s=t==null?void 0:t.tagName)==null?void 0:s.toLowerCase())===i.toLowerCase()})}function rn(t){return t=$(t),t&&(t.innerHTML=""),t}function $t(t,e){return K(e)?$(t).innerHTML:W(rn(t),e)}const Cr=$i("prepend"),W=$i("append"),bi=$i("before"),wi=$i("after");function $i(t){return function(e,i){var s;const n=E(L(i)?Tt(i):i);return(s=$(e))==null||s[t](...n),an(n)}}function et(t){E(t).forEach(e=>e.remove())}function je(t,e){for(e=R(bi(t,e));e.firstElementChild;)e=e.firstElementChild;return W(e,t),e}function os(t,e){return E(E(t).map(i=>i.hasChildNodes()?je(re(i.childNodes),e):W(i,e)))}function We(t){E(t).map(M).filter((e,i,s)=>s.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const Er=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Tt(t){const e=Er.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("template");return i.innerHTML=t.trim(),an(i.content.childNodes)}function an(t){return t.length>1?t:t[0]}function Bt(t,e){if(ae(t))for(e(t),t=t.firstElementChild;t;)Bt(t,e),t=t.nextElementSibling}function $(t,e){return ln(t)?R(Tt(t)):Ki(t,e)}function D(t,e){return ln(t)?E(Tt(t)):Fe(t,e)}function ln(t){return L(t)&&kt(t.trim(),"<")}const Gt={width:["left","right"],height:["top","bottom"]};function g(t){const e=ae(t)?R(t).getBoundingClientRect():{height:it(t),width:xi(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 T(t,e){e&&c(t,{left:0,top:0});const i=g(t);if(t){const{scrollY:s,scrollX:n}=jt(t),o={height:s,width:n};for(const r in Gt)for(const a of Gt[r])i[a]+=o[r]}if(!e)return i;for(const s of["left","top"])c(t,s,e[s]-i[s])}function rs(t){let{top:e,left:i}=T(t);const{ownerDocument:{body:s,documentElement:n},offsetParent:o}=R(t);let r=o||n;for(;r&&(r===s||r===n)&&c(r,"position")==="static";)r=r.parentNode;if(ae(r)){const a=T(r);e-=a.top+I(c(r,"borderTopWidth")),i-=a.left+I(c(r,"borderLeftWidth"))}return{top:e-I(c(t,"marginTop")),left:i-I(c(t,"marginLeft"))}}function qe(t){t=R(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+I(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+I(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=jt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const it=cn("height"),xi=cn("width");function cn(t){const e=Lt(t);return(i,s)=>{if(K(s)){if(ai(i))return i[`inner${e}`];if(Pe(i)){const n=i.documentElement;return Math.max(n[`offset${e}`],n[`scroll${e}`])}return i=R(i),s=c(i,t),s=s==="auto"?i[`offset${e}`]:I(s)||0,s-me(i,t)}else return c(i,t,!s&&s!==0?"":+s+me(i,t)+"px")}}function me(t,e,i="border-box"){return c(t,"boxSizing")===i?qt(Gt[e],s=>I(c(t,`padding-${s}`))+I(c(t,`border-${s}-width`))):0}function ki(t){for(const e in Gt)for(const i in Gt[e])if(Gt[e][i]===t)return Gt[e][1-i];return t}function X(t,e="width",i=window,s=!1){return L(t)?qt(Pr(t),n=>{const o=Ar(n);return o?Mr(o==="vh"?Or():o==="vw"?xi(jt(i)):s?i[`offset${Lt(e)}`]:g(i)[e],n):n}):I(t)}const Tr=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Pr=ut(t=>t.toString().replace(/\s/g,"").match(Tr)||[]),_r=/(?:v[hw]|%)$/,Ar=ut(t=>(t.match(_r)||[])[0]);function Mr(t,e){return t*I(e)/100}let Re,ve;function Or(){return Re||(ve||(ve=$("<div>"),c(ve,{height:"100vh",position:"fixed"}),w(window,"resize",()=>Re=null)),W(document.body,ve),Re=ve.clientHeight,et(ve),Re)}const Nt={read:Dr,write:Br,clear:Nr,flush:hn},yi=[],Si=[];function Dr(t){return yi.push(t),ls(),t}function Br(t){return Si.push(t),ls(),t}function Nr(t){dn(yi,t),dn(Si,t)}let as=!1;function hn(){un(yi),un(Si.splice(0)),as=!1,(yi.length||Si.length)&&ls()}function ls(){as||(as=!0,queueMicrotask(hn))}function un(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function dn(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}class fn{init(){this.positions=[];let e;this.unbind=w(document,"mousemove",i=>e=Et(i)),this.interval=setInterval(()=>{e&&(this.positions.push(e),this.positions.length>5&&this.positions.shift())},50)}cancel(){var e;(e=this.unbind)==null||e.call(this),clearInterval(this.interval)}movesTo(e){if(!this.positions||this.positions.length<2)return!1;const i=g(e),{left:s,right:n,top:o,bottom:r}=i,[a]=this.positions,l=Wt(this.positions),h=[a,l];return ui(l,i)?!1:[[{x:s,y:o},{x:n,y:r}],[{x:s,y:r},{x:n,y:o}]].some(d=>{const f=zr(h,d);return f&&ui(f,i)})}}function zr([{x:t,y:e},{x:i,y:s}],[{x:n,y:o},{x:r,y:a}]){const l=(a-o)*(i-t)-(r-n)*(s-e);if(l===0)return!1;const h=((r-n)*(e-o)-(a-o)*(t-n))/l;return h<0?!1:{x:t+h*(i-t),y:e+h*(s-e)}}function pn(t,e,i={},{intersecting:s=!0}={}){const n=new IntersectionObserver(s?(o,r)=>{o.some(a=>a.isIntersecting)&&e(o,r)}:e,i);for(const o of E(t))n.observe(o);return n}const Hr=Ut&&window.ResizeObserver;function Ue(t,e,i={box:"border-box"}){if(Hr)return gn(ResizeObserver,t,e,i);const s=[w(window,"load resize",e),w(document,"loadedmetadata load",e,!0)];return{disconnect:()=>s.map(n=>n())}}function cs(t){return{disconnect:w([window,window.visualViewport],"resize",t)}}function hs(t,e,i){return gn(MutationObserver,t,e,i)}function gn(t,e,i,s){const n=new t(i);for(const o of E(e))n.observe(o,s);return n}function us(t){fs(t)&&ps(t,{func:"playVideo",method:"play"}),ds(t)&&t.play().catch(A)}function mn(t){fs(t)&&t[Ii]&&ps(t,{func:"pauseVideo",method:"pause"}),ds(t)&&t.pause()}function vn(t){fs(t)&&ps(t,{func:"mute",method:"setVolume",value:0}),ds(t)&&(t.muted=!0)}function ds(t){return F(t,"video")}function fs(t){return F(t,"iframe")&&(bn(t)||wn(t))}function bn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function wn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function ps(t,e){await Lr(t),$n(t,e)}function $n(t,e){t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}const Ii="_ukPlayer";let Fr=0;function Lr(t){if(t[Ii])return t[Ii];const e=bn(t),i=wn(t),s=++Fr;let n;return t[Ii]=new Promise(o=>{e&&z(t,"load",()=>{const r=()=>$n(t,{event:"listening",id:s});n=setInterval(r,100),r()}),z(window,"message",o,!1,({data:r})=>{try{return r=JSON.parse(r),e&&(r==null?void 0:r.id)===s&&r.event==="onReady"||i&&Number(r==null?void 0:r.player_id)===s}catch{}}),t.src=`${t.src}${v(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${s}`}`}).then(()=>clearInterval(n))}function Ve(t,e=0,i=0){return j(t)?hi(...Xt(t).map(s=>{const{top:n,left:o,bottom:r,right:a}=nt(s);return{top:n-e,left:o-i,bottom:r+e,right:a+i}}).concat(T(t))):!1}function xn(t,{offset:e=0}={}){const i=j(t)?Yt(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:d}=a,f=nt(a),b=u-f.height,{height:k,top:p}=i[l-1]?nt(i[l-1]):T(t);let S=Math.ceil(p-f.top-e+h);return e>0&&d<k+e?S+=e:e=0,S>b?(e-=S-b,S=b):S<0&&(e-=S,S=0),()=>s(a,S-h,t,b).then(r)},()=>Promise.resolve())();function s(r,a,l,h){return new Promise(u=>{const d=r.scrollTop,f=n(Math.abs(a)),b=Date.now(),k=vs(r)===r,p=T(l).top+(k?0:d);let S=0,J=15;(function mt(){const xt=o(U((Date.now()-b)/f));let ft=0;i[0]===r&&d+a<h&&(ft=T(l).top+(k?0:r.scrollTop)-p-g(gs(l)).height),c(r,"scrollBehavior")!=="auto"&&c(r,"scrollBehavior","auto"),r.scrollTop=d+(a+ft)*xt,c(r,"scrollBehavior",""),xt===1&&(S===ft||!J--)?u():(S=ft,requestAnimationFrame(mt))})()})}function n(r){return 40*Math.pow(r,.375)}function o(r){return .5*(1-Math.cos(Math.PI*r))}}function Ci(t,e=0,i=0){if(!j(t))return 0;const s=zt(t,!0),{scrollHeight:n,scrollTop:o}=s,{height:r}=nt(s),a=n-r,l=qe(t)[0]-qe(s)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return h<u?U((o-h)/(u-h)):1}function Yt(t,e=!1,i=[]){const s=vs(t);let n=fe(t).reverse();n=n.slice(n.indexOf(s)+1);const o=yt(n,r=>c(r,"position")==="fixed");return~o&&(n=n.slice(o)),[s].concat(n.filter(r=>c(r,"overflow").split(" ").some(a=>v(["auto","scroll",...i],a))&&(!e||r.scrollHeight>nt(r).height))).reverse()}function zt(...t){return Yt(...t)[0]}function Xt(t){return Yt(t,!1,["hidden","clip"])}function nt(t){const e=jt(t),i=vs(t),s=!_e(t)||t.contains(i);if(s&&e.visualViewport){let{height:l,width:h,scale:u,pageTop:d,pageLeft:f}=e.visualViewport;return l=Math.round(l*u),h=Math.round(h*u),{height:l,width:h,top:d,left:f,bottom:d+l,right:f+h}}let n=T(s?e:t);if(c(t,"display")==="inline")return n;const{body:o,documentElement:r}=e.document,a=s?i===r||i.clientHeight<o.clientHeight?i:o:t;for(let[l,h,u,d]of[["width","x","left","right"],["height","y","top","bottom"]]){const f=n[l]%1;n[u]+=I(c(a,`border-${u}-width`)),n[l]=n[h]=a[`client${Lt(l)}`]-(f?f<.5?-f:1-f:0),n[d]=n[l]+n[u]}return n}function gs(t){const{document:e}=jt(t);t=t||e.body;const{left:i,width:s,top:n}=g(t);for(const o of n?[0,n]:[0]){let r;for(const a of e.elementsFromPoint(i+s/2,o))!a.contains(t)&&!x(a,"uk-togglable-leave")&&(ms(a,"fixed")&&kn(fe(t).reverse().find(l=>!l.contains(a)&&!ms(l,"static")))<kn(a)||ms(a,"sticky")&&(!t||M(a).contains(t)))&&(!r||g(r).height<g(a).height)&&(r=a);if(r)return r}}function kn(t){return I(c(t,"zIndex"))}function ms(t,e){return c(t,"position")===e}function vs(t){return jt(t).document.scrollingElement}const lt=[["width","x","left","right"],["height","y","top","bottom"]];function yn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},Z(e)||(e=[e,e]),T(t,Sn(t,e,i))}function Sn(t,e,i){const s=In(t,e,i),{boundary:n,viewportOffset:o=0,placement:r}=i;let a=s;for(const[l,[h,,u,d]]of Object.entries(lt)){const f=jr(t,e[l],o,n,l);if(Ei(s,f,l))continue;let b=0;if(r[l]==="flip"){const k=i.attach.target[l];if(k===d&&s[d]<=f[d]||k===u&&s[u]>=f[u])continue;b=qr(t,e,i,l)[u]-s[u];const p=Wr(t,e[l],o,l);if(!Ei(bs(s,b,l),p,l)){if(Ei(s,p,l))continue;if(i.recursion)return!1;const S=Rr(t,e,i);if(S&&Ei(S,p,1-l))return S;continue}}else if(r[l]==="shift"){const k=T(e[l]),{offset:p}=i;b=U(U(s[u],f[u],f[d]-s[h]),k[u]-s[h]+p[l],k[d]-p[l])-s[u]}a=bs(a,b,l)}return a}function In(t,e,i){let{attach:s,offset:n}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},o=T(t);for(const[r,[a,,l,h]]of Object.entries(lt)){const u=s.target[r]===s.element[r]?nt(e[r]):T(e[r]);o=bs(o,u[l]-o[l]+Cn(s.target[r],h,u[a])-Cn(s.element[r],h,o[a])+ +n[r],r)}return o}function bs(t,e,i){const[,s,n,o]=lt[i],r={...t};return r[n]=t[s]=t[n]+e,r[o]+=e,r}function Cn(t,e,i){return t==="center"?i/2:t===e?i:0}function jr(t,e,i,s,n){let o=Tn(...En(t,e).map(nt));return i&&(o[lt[n][2]]+=i,o[lt[n][3]]-=i),s&&(o=Tn(o,T(Z(s)?s[n]:s))),o}function Wr(t,e,i,s){const[n,o,r,a]=lt[s],[l]=En(t,e),h=nt(l);return["auto","scroll"].includes(c(l,`overflow-${o}`))&&(h[r]-=l[`scroll${Lt(r)}`],h[a]=h[r]+l[`scroll${Lt(n)}`]),h[r]+=i,h[a]-=i,h}function En(t,e){return Xt(e).filter(i=>i.contains(t))}function Tn(...t){let e={};for(const i of t)for(const[,,s,n]of lt)e[s]=Math.max(e[s]||0,i[s]),e[n]=Math.min(...[e[n],i[n]].filter(Boolean));return e}function Ei(t,e,i){const[,,s,n]=lt[i];return t[s]>=e[s]&&t[n]<=e[n]}function qr(t,e,{offset:i,attach:s},n){return In(t,e,{attach:{element:Pn(s.element,n),target:Pn(s.target,n)},offset:Ur(i,n)})}function Rr(t,e,i){return Sn(t,e,{...i,attach:{element:i.attach.element.map(_n).reverse(),target:i.attach.target.map(_n).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Pn(t,e){const i=[...t],s=lt[e].indexOf(t[e]);return~s&&(i[e]=lt[e][1-s%2+2]),i}function _n(t){for(let e=0;e<lt.length;e++){const i=lt[e].indexOf(t);if(~i)return lt[1-e][i%2+2]}}function Ur(t,e){return t=[...t],t[e]*=-1,t}var Vr=Object.freeze({__proto__:null,$,$$:D,Animation:Dt,Dimensions:Xi,MouseTracker:fn,Transition:O,addClass:C,after:wi,append:W,apply:Bt,assign:pt,attr:y,before:bi,boxModelAdjust:me,camelize:Ee,children:N,clamp:U,createEvent:ge,css:c,data:tt,dimensions:g,each:ce,empty:rn,endsWith:oe,escape:Zi,fastdom:Nt,filter:ze,find:Ki,findAll:Fe,findIndex:yt,flipPosition:ki,fragment:Tt,getCoveringElement:gs,getEventPos:Et,getIndex:at,getTargetedElement:gi,hasAttr:It,hasClass:x,hasOwn:vt,hasTouch:he,height:it,html:$t,hyphenate:Ft,inBrowser:Ut,includes:v,index:Ct,intersectRect:hi,isArray:Z,isBoolean:le,isDocument:Pe,isElement:ae,isEmpty:li,isEqual:Me,isFocusable:Ne,isFunction:rt,isInView:Ve,isInput:pi,isNode:_e,isNumber:Ae,isNumeric:bt,isObject:_t,isPlainObject:Te,isRtl:V,isSameSiteAnchor:pe,isString:L,isTag:F,isTouch:gt,isUndefined:K,isVisible:j,isVoidElement:Ji,isWindow:ai,last:Wt,matches:P,memoize:ut,mute:vn,noop:A,observeIntersection:pn,observeMutation:hs,observeResize:Ue,observeViewportResize:cs,off:Vt,offset:T,offsetPosition:qe,offsetViewport:nt,on:w,once:z,overflowParents:Xt,parent:M,parents:fe,pause:mn,pick:ci,play:us,pointInRect:ui,pointerCancel:fi,pointerDown:dt,pointerEnter:Mt,pointerLeave:Ot,pointerMove:De,pointerUp:At,position:rs,positionAt:yn,prepend:Cr,propName:mi,query:Q,queryAll:He,ready:Ir,remove:et,removeAttr:Oe,removeClass:_,replaceClass:di,resetProps:wt,scrollIntoView:xn,scrollParent:zt,scrollParents:Yt,scrolledOver:Ci,selFocusable:de,selInput:Be,sortBy:Ys,startsWith:kt,sumBy:qt,swap:Gi,toArray:re,toBoolean:Vi,toEventTargets:es,toFloat:I,toNode:R,toNodes:E,toNumber:St,toPx:X,toWindow:jt,toggleClass:H,trigger:m,ucfirst:Lt,uniqueBy:Xs,unwrap:We,width:xi,wrapAll:je,wrapInner:os}),st={connected(){C(this.$el,this.$options.id)}};const Gr=["days","hours","minutes","seconds"];var Yr={mixins:[st],props:{date:String,clsWrapper:String,role:String,reload:Boolean},data:{date:"",clsWrapper:".uk-countdown-%unit%",role:"timer",reload:!1},connected(){this.$el.role=this.role,this.date=I(Date.parse(this.$props.date)),this.started=this.end=!1,this.start()},disconnected(){this.stop()},events:{name:"visibilitychange",el:()=>document,handler(){document.hidden?this.stop():this.start()}},methods:{start(){this.stop(),this.update()},stop(){this.timer&&(clearInterval(this.timer),m(this.$el,"countdownstop"),this.timer=null)},update(){const t=Xr(this.date);t.total?this.timer||(this.started=!0,this.timer=setInterval(this.update,1e3),m(this.$el,"countdownstart")):(this.stop(),this.end||(m(this.$el,"countdownend"),this.end=!0,this.reload&&this.started&&window.location.reload()));for(const e of Gr){const i=$(this.clsWrapper.replace("%unit%",e),this.$el);if(!i)continue;let s=Math.trunc(t[e]).toString().padStart(2,"0");i.textContent!==s&&(s=s.split(""),s.length!==i.children.length&&$t(i,s.map(()=>"<span></span>").join("")),s.forEach((n,o)=>i.children[o].textContent=n))}}}};function Xr(t){const e=Math.max(0,t-Date.now())/1e3;return{total:e,seconds:e%60,minutes:e/60%60,hours:e/60/60%24,days:e/60/60/24}}const G={};G.events=G.watch=G.observe=G.created=G.beforeConnect=G.connected=G.beforeDisconnect=G.disconnected=G.destroy=ws,G.args=function(t,e){return e!==!1&&ws(e||t)},G.update=function(t,e){return Ys(ws(t,rt(e)?{read:e}:e),"order")},G.props=function(t,e){if(Z(e)){const i={};for(const s of e)i[s]=String;e=i}return G.methods(t,e)},G.computed=G.methods=function(t,e){return e?t?{...t,...e}:e:t},G.i18n=G.data=function(t,e,i){return i?An(t,e,i):e?t?function(s){return An(t,e,s)}:e:t};function An(t,e,i){return G.computed(rt(t)?t.call(i,i):t,rt(e)?e.call(i,i):e)}function ws(t,e){return t=t&&!Z(t)?[t]:t,e?t?t.concat(e):Z(e)?e:[e]:t}function Jr(t,e){return K(e)?t:e}function Ge(t,e,i){const s={};if(rt(e)&&(e=e.options),e.extends&&(t=Ge(t,e.extends,i)),e.mixins)for(const o of e.mixins)t=Ge(t,o,i);for(const o in t)n(o);for(const o in e)vt(t,o)||n(o);function n(o){s[o]=(G[o]||Jr)(t[o],e[o],i)}return s}function be(t,e=[]){try{return t?kt(t,"{")?JSON.parse(t):e.length&&!v(t,":")?{[e[0]]:t}:t.split(";").reduce((i,s)=>{const[n,o]=s.split(/:(.*)/);return n&&!K(o)&&(i[n.trim()]=o.trim()),i},{}):{}}catch{return{}}}function $s(t,e){return t===Boolean?Vi(e):t===Number?St(e):t==="list"?Qr(e):t===Object&&L(e)?be(e):t?t(e):e}const Kr=/,(?![^(]*\))/;function Qr(t){return Z(t)?t:L(t)?t.split(Kr).map(e=>bt(e)?St(e):Vi(e.trim())):[t]}function Zr(t){t._data={},t._updates=[...t.$options.update||[]],t._disconnect.push(()=>t._updates=t._data=null)}function ta(t,e){t._updates.unshift(e)}function Ye(t,e="update"){t._connected&&t._updates.length&&(t._updateCount||(t._updateCount=0,requestAnimationFrame(()=>t._updateCount=0)),t._queued||(t._queued=new Set,Nt.read(()=>{t._connected&&ea(t,t._queued),t._queued=null})),t._updateCount++<20&&t._queued.add(e.type||e))}function ea(t,e){for(const{read:i,write:s,events:n=[]}of t._updates){if(!e.has("update")&&!n.some(r=>e.has(r)))continue;let o;i&&(o=i.call(t,t._data,e),o&&Te(o)&&pt(t._data,o)),s&&o!==!1&&Nt.write(()=>{t._connected&&s.call(t,t._data,e)})}}function ct(t){return Ke(Ue,t,"resize")}function Jt(t){return Ke(pn,t)}function Xe(t){return Ke(hs,t)}function Ti(t={}){return Jt({handler:function(e,i){const{targets:s=this.$el,preload:n=5}=t;for(const o of E(rt(s)?s(this):s))D('[loading="lazy"]',o).slice(0,n-1).forEach(r=>Oe(r,"loading"));for(const o of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(o)},...t})}function xs(t){return Ke((e,i)=>cs(i),t,"resize")}function Je(t){return Ke((e,i)=>({disconnect:w(sa(e),"scroll",i,{passive:!0})}),t,"scroll")}function Mn(t){return{observe(e,i){return{observe:A,unobserve:A,disconnect:w(e,dt,i,{passive:!0})}},handler(e){if(!gt(e))return;const i=Et(e),s="tagName"in e.target?e.target:M(e.target);z(document,`${At} ${fi} scroll`,n=>{const{x:o,y:r}=Et(n);(n.type!=="scroll"&&s&&o&&Math.abs(i.x-o)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{m(s,"swipe"),m(s,`swipe${ia(i.x,i.y,o,r)}`)})})},...t}}function Ke(t,e,i){return{observe:t,handler(){Ye(this,i)},...e}}function ia(t,e,i,s){return Math.abs(t-i)>=Math.abs(e-s)?t-i>0?"Left":"Right":e-s>0?"Up":"Down"}function sa(t){return E(t).map(e=>{const{ownerDocument:i}=e,s=zt(e,!0);return s===i.scrollingElement?i:s})}var On={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[Xe({options:{childList:!0}}),Xe({options:{attributes:!0,attributeFilter:["style"]}}),ct({handler(t){for(const{borderBoxSize:[{inlineSize:e,blockSize:i}]}of t)if(e||i){this.$emit("resize");return}},target:({$el:t})=>[t,...N(t)]})],update:{read(){return{rows:ks(N(this.$el))}},write({rows:t}){for(const e of t)for(const i of e)H(i,this.margin,t[0]!==e),H(i,this.firstColumn,e[V?e.length-1:0]===i)},events:["resize"]}};function ks(t){const e=[[]],i=t.some((s,n)=>n&&t[n-1].offsetParent!==s.offsetParent);for(const s of t){if(!j(s))continue;const n=ys(s,i);for(let o=e.length-1;o>=0;o--){const r=e[o];if(!r[0]){r.push(s);break}const a=ys(r[0],i);if(n.top>=a.bottom-1&&n.top!==a.top){e.push([s]);break}if(n.bottom-1>a.top||n.top===a.top){let l=r.length-1;for(;l>=0;l--){const h=ys(r[l],i);if(n.left>=h.left)break}r.splice(l+1,0,s);break}if(o===0){e.unshift([s]);break}}}return e}function ys(t,e=!1){let{offsetTop:i,offsetLeft:s,offsetHeight:n,offsetWidth:o}=t;return e&&([i,s]=qe(t)),{top:i,left:s,bottom:i+n,right:s+o}}function Qe(){return new Promise(t=>requestAnimationFrame(t))}function we(t){return new Promise(e=>setTimeout(e,t))}const Ss="uk-transition-leave",Is="uk-transition-enter";function Dn(t,e,i,s=0){const n=Cs(e,!0),o={opacity:1},r={opacity:0},a=()=>n===Cs(e),l=d=>()=>a()?d():Promise.reject(),h=l(async()=>{C(e,Ss),await(s?Nn(e).reduce(async(d,f,b,k)=>{if(await d,!Ve(f)||!a()){c(f,r);return}await we(s);const p=O.start(f,r,i/2,"ease");k.length-1===b&&await p},Promise.resolve()):O.start(e,r,i/2,"ease")),_(e,Ss)}),u=l(async()=>{const d=it(e);C(e,Is),t(),c(s?N(e):e,r),it(e,d),await we(),it(e,"");const f=it(e);c(e,"alignContent","flex-start"),it(e,d);let b=[],k=i/2;if(s){const p=Nn(e);c(N(e),r),b=p.reduce(async(S,J,mt,xt)=>{if(await S,!Ve(J)||!a()){wt(J,o);return}await we(s);const ft=O.start(J,o,i/2,"ease").then(()=>a()&&wt(J,o));xt.length-1===mt&&await ft},Promise.resolve()),k+=p.length*s}if(!s||d!==f){const p={height:f,...s?{}:o};b.push(O.start(e,p,k,"ease"))}await Promise.all(b),_(e,Is),a()&&(wt(e,{height:"",alignContent:"",...o}),delete e.dataset.transition)});return x(e,Ss)?Bn(e).then(u):x(e,Is)?Bn(e).then(h).then(u):h().then(u)}function Cs(t,e){return e&&(t.dataset.transition=1+Cs(t)),St(t.dataset.transition)||0}function Bn(t){return Promise.all(N(t).filter(O.inProgress).map(e=>new Promise(i=>z(e,"transitionend transitioncanceled",i))))}function Nn(t){return ks(N(t)).flat().filter(j)}async function na(t,e,i){await Qe();let s=N(e);const n=s.map(p=>zn(p,!0)),o={...c(e,["height","padding"]),display:"block"},r=s.filter(p=>Ve(p)),a=s.concat(e);await Promise.all(a.map(O.cancel)),c(a,"transitionProperty","none"),await t();const l=N(e).filter(p=>!v(s,p));s=s.concat(l),await Promise.resolve(),c(a,"transitionProperty","");const h=y(e,"style"),u=c(e,["height","padding"]),[d,f]=oa(e,s,n),b=s.map(p=>({style:y(p,"style")}));r.push(...s.filter(p=>Ve(p))),s.forEach((p,S)=>f[S]&&c(p,f[S])),c(e,o),m(e,"scroll"),await Qe();const k=s.map((p,S)=>{if(M(p)===e&&r.includes(p))return O.start(p,d[S],i,"ease",!l.includes(p))}).concat(O.start(e,u,i,"ease",!0));try{await Promise.all(k),s.forEach((p,S)=>{y(p,b[S]),M(p)===e&&c(p,"display",d[S].opacity===0?"none":"")}),y(e,"style",h)}catch{y(s,"style",""),wt(e,o)}}function zn(t,e){const i=c(t,"zIndex");return j(t)?{display:"",opacity:e?c(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:i==="auto"?Ct(t):i,...Hn(t)}:!1}function oa(t,e,i){const s=e.map((o,r)=>M(o)&&r in i?i[r]?j(o)?Hn(o):{opacity:0}:{opacity:j(o)?1:0}:!1),n=s.map((o,r)=>{const a=M(e[r])===t&&(i[r]||zn(e[r]));if(!a)return!1;if(!o)delete a.opacity;else if(!("opacity"in o)){const{opacity:l}=a;l%1?o.opacity=1:delete a.opacity}return a});return[s,n]}function Hn(t){const{height:e,width:i}=g(t);let{top:s,left:n}=rs(t);const o=nt(t.ownerDocument);return s=U(s,o.top-e-o.height,o.bottom+o.height),n=U(n,o.left-i-o.width,o.right+o.width),{height:e,width:i,top:s,left:n,transform:"",...c(t,["marginTop","marginLeft"])}}var Fn={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate(t,e=this.$el){const i=this.animation;return(i==="fade"?Dn:i==="delayed-fade"?(...n)=>Dn(...n,40):i?na:()=>(t(),Promise.resolve()))(t,e,this.duration).catch(A)}}};function Pt(t){t.target.closest('a[href="#"],a[href=""]')&&t.preventDefault()}const B={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var ra={mixins:[Fn],args:"target",props:{target:String,selActive:Boolean},data:{target:"",selActive:!1,attrItem:"uk-filter-control",cls:"uk-active",duration:250},computed:{children:({target:t},e)=>D(`${t} > *`,e),toggles:({attrItem:t},e)=>D(`[${t}],[data-${t}]`,e)},watch:{toggles(t){this.updateState();const e=D(this.selActive,this.$el);for(const i of t){this.selActive!==!1&&H(i,this.cls,v(e,i));const s=ua(i);F(s,"a")&&(s.role="button")}},children(t,e){e&&this.updateState()}},events:{name:"click keydown",delegate:({attrItem:t})=>`[${t}],[data-${t}]`,handler(t){t.type==="keydown"&&t.keyCode!==B.SPACE||t.target.closest("a,button")&&(Pt(t),this.apply(t.current))}},methods:{apply(t){const e=this.getState(),i=jn(t,this.attrItem,this.getState());aa(e,i)||this.setState(i)},getState(){return this.toggles.filter(t=>x(t,this.cls)).reduce((t,e)=>jn(e,this.attrItem,t),{filter:{"":""},sort:[]})},async setState(t,e=!0){t={filter:{"":""},sort:[],...t},m(this.$el,"beforeFilter",[this,t]);for(const i of this.toggles)H(i,this.cls,ca(i,this.attrItem,t));await Promise.all(D(this.target,this.$el).map(i=>{const s=()=>la(t,i,N(i));return e?this.animate(s,i):s()})),m(this.$el,"afterFilter",[this])},updateState(){Nt.write(()=>this.setState(this.getState(),!1))}}};function Ln(t,e){return be(tt(t,e),["filter"])}function aa(t,e){return["filter","sort"].every(i=>Me(t[i],e[i]))}function la(t,e,i){for(const o of i)c(o,"display",Object.values(t.filter).every(r=>!r||P(o,r))?"":"none");const[s,n]=t.sort;if(s){const o=ha(i,s,n);Me(o,i)||W(e,o)}}function jn(t,e,i){const{filter:s,group:n,sort:o,order:r="asc"}=Ln(t,e);return(s||K(o))&&(n?s?(delete i.filter[""],i.filter[n]=s):(delete i.filter[n],(li(i.filter)||""in i.filter)&&(i.filter={"":s||""})):i.filter={"":s||""}),K(o)||(i.sort=[o,r]),i}function ca(t,e,{filter:i={"":""},sort:[s,n]}){const{filter:o="",group:r="",sort:a,order:l="asc"}=Ln(t,e);return K(a)?r in i&&o===i[r]||!o&&r&&!(r in i)&&!i[""]:s===a&&n===l}function ha(t,e,i){return[...t].sort((s,n)=>tt(s,e).localeCompare(tt(n,e),void 0,{numeric:!0})*(i==="asc"||-1))}function ua(t){return $("a,button",t)||t}var da={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){this.loading!=="lazy"?this.load():Ts(this.$el)&&(this.$el.loading="lazy",Es(this.$el))},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:Jt({handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy",target:({$el:t,$props:e})=>e.target?[t,...He(e.target,t)]:t}),methods:{load(){if(this.img)return this.img;const t=Ts(this.$el)?this.$el:pa(this.$el,this.dataSrc,this.sources);return Oe(t,"loading"),Es(this.$el,t.currentSrc),this.img=t}}};function Es(t,e){if(Ts(t)){const i=M(t);(F(i,"picture")?N(i):[t]).forEach(n=>Wn(n,n))}else e&&!v(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${Zi(e)})`),m(t,ge("load",!1)))}const fa=["data-src","data-srcset","sizes"];function Wn(t,e){for(const i of fa){const s=tt(t,i);s&&y(e,i.replace(/data-/g,""),s)}}function pa(t,e,i){const s=new Image;return qn(s,i),Wn(t,s),s.onload=()=>Es(t,s.currentSrc),s.src=e,s}function qn(t,e){if(e=ga(e),e.length){const i=Tt("<picture>");for(const s of e){const n=Tt("<source>");y(n,s),W(i,n)}W(i,t)}}function ga(t){if(!t)return[];if(kt(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=be(t);return Z(t)||(t=[t]),t.filter(e=>!li(e))}function Ts(t){return F(t,"img")}let Ps;function Rn(t){const e=w(t,"touchstart",n=>{if(n.targetTouches.length!==1||P(n.target,'input[type="range"'))return;let o=Et(n).y;const r=w(t,"touchmove",a=>{const l=Et(a).y;l!==o&&(o=l,Yt(a.target).some(h=>{if(!t.contains(h))return!1;let{scrollHeight:u,clientHeight:d}=h;return d<u})||a.preventDefault())},{passive:!1});z(t,"scroll touchend touchcanel",r,{capture:!0})},{passive:!0});if(Ps)return e;Ps=!0;const{scrollingElement:i}=document,s={overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",scrollbarGutter:xi(window)-i.clientWidth?"stable":""};return c(i,s),()=>{Ps=!1,e(),wt(i,s)}}var Ze={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&$(t)}}},Un={props:{pos:String,offset:Boolean,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${V?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=v(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,e,i){let s=[this.getPositionOffset(t),this.getShiftOffset(t)];const n=[this.flip&&"flip",this.shift&&"shift"],o={element:[this.inset?this.dir:ki(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const l in o)o[l].reverse();s.reverse(),n.reverse()}const r=Pi(t),a=g(t);c(t,{top:-a.height,left:-a.width}),yn(t,e,{attach:o,offset:s,boundary:i,placement:n,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t=this.$el){return X(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(v(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t=this.$el){return this.align==="center"?0:X(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(v(["left","top"],this.align)?1:-1)},getViewportOffset(t){return X(c(t,"--uk-position-viewport-offset"))}}};function Pi(t){const e=zt(t),{scrollTop:i}=e,s=()=>{i!==e.scrollTop&&(e.scrollTop=i)};return()=>{s(),setTimeout(s)}}var Kt={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglable-enter",clsLeave:"uk-togglable-leave"},computed:{hasAnimation:({animation:t})=>!!t[0],hasTransition:({animation:t})=>["slide","reveal"].some(e=>kt(t[0],e))},methods:{async toggleElement(t,e,i){try{return await Promise.all(E(t).map(s=>{const n=le(e)?e:!this.isToggled(s);if(!m(s,`before${n?"show":"hide"}`,[this]))return Promise.reject();const o=(rt(i)?i:i===!1||!this.hasAnimation?ma:this.hasTransition?va:ba)(s,n,this),r=n?this.clsEnter:this.clsLeave;C(s,r),m(s,n?"show":"hide",[this]);const a=()=>{var l;if(_(s,r),m(s,n?"shown":"hidden",[this]),n){const h=Pi(s);(l=D("[autofocus]",s).find(j))==null||l.focus(),h()}};return o?o.then(a,()=>(_(s,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=R(t),x(t,this.clsEnter)?!0:x(t,this.clsLeave)?!1:this.cls?x(t,this.cls.split(" ")[0]):j(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=v(this.cls," ")||e!==x(t,this.cls),i&&H(t,this.cls,v(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),i&&m(t,"toggled",[e,this])}}};function ma(t,e,{_toggle:i}){return Dt.cancel(t),O.cancel(t),i(t,e)}async function va(t,e,{animation:i,duration:s,velocity:n,transition:o,_toggle:r}){var a;const[l="reveal",h="top"]=((a=i[0])==null?void 0:a.split("-"))||[],u=[["left","right"],["top","bottom"]],d=u[v(u[0],h)?0:1],f=d[1]===h,k=["width","height"][u.indexOf(d)],p=`margin-${d[0]}`,S=`margin-${h}`;let J=g(t)[k];const mt=O.inProgress(t);await O.cancel(t),e&&r(t,!0);const xt=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",p,S].map(cr=>[cr,t.style[cr]])),ft=g(t),Gs=I(c(t,p)),rr=I(c(t,S)),ne=ft[k]+rr;!mt&&!e&&(J+=rr);const[Ri]=os(t,"<div>");c(Ri,{boxSizing:"border-box",height:ft.height,width:ft.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",S])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[S]:0,width:ft.width,height:ft.height,overflow:"hidden",[k]:J});const ar=J/ne;s=(n*ne+s)*(e?1-ar:ar);const lr={[k]:e?ne:0};f&&(c(t,p,ne-J+Gs),lr[p]=e?Gs:ne+Gs),!f^l==="reveal"&&(c(Ri,p,-ne+J),O.start(Ri,{[p]:e?0:-ne},s,o));try{await O.start(t,lr,s,o)}finally{c(t,xt),We(Ri.firstChild),e||r(t,!1)}}function ba(t,e,i){const{animation:s,duration:n,_toggle:o}=i;return e?(o(t,!0),Dt.in(t,s[0],n,i.origin)):Dt.out(t,s[1]||s[0],n,i.origin).then(()=>o(t,!1))}const ot=[];var _s={mixins:[st,Ze,Kt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean,role:String},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1,role:"dialog"},computed:{panel:({selPanel:t},e)=>$(t,e),transitionElement(){return this.panel}},connected(){const t=this.panel||this.$el;t.role=this.role,this.overlay&&(t.ariaModal=!0)},beforeDisconnect(){v(ot,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate:({selClose:t})=>`${t},a[href*="#"]`,handler(t){const{current:e,defaultPrevented:i}=t,{hash:s}=e;!i&&s&&pe(e)&&!this.$el.contains($(s))?this.hide():P(e,this.selClose)&&(Pt(t),this.hide())}},{name:"toggle",self:!0,handler(t,e){t.defaultPrevented||(t.preventDefault(),this.target=e==null?void 0:e.$el,this.isToggled()===v(ot,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(v(ot,this))return!1;!this.stack&&ot.length?(Promise.all(ot.map(e=>e.hide())).then(this.show),t.preventDefault()):ot.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",I(c(this.$el,"zIndex"))+ot.length);const t=[this.overlay&&$a(this),this.overlay&&Rn(this.$el),this.bgClose&&xa(this),this.escClose&&ka(this)];z(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),C(document.documentElement,this.clsPage),Gn(this.target,!0)}},{name:"shown",self:!0,handler(){Ne(this.$el)||(this.$el.tabIndex=-1),P(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){v(ot,this)&&ot.splice(ot.indexOf(this),1),c(this.$el,"zIndex","");const{target:t}=this;ot.some(e=>e.clsPage===this.clsPage)||(_(document.documentElement,this.clsPage),queueMicrotask(()=>{if(Ne(t)){const e=Pi(t);t.focus(),e()}})),Gn(t,!1),this.target=null}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},async show(){return this.container&&M(this.$el)!==this.container&&(W(this.container,this.$el),await Qe()),this.toggleElement(this.$el,!0,Vn)},hide(){return this.toggleElement(this.$el,!1,Vn)}}};function Vn(t,e,{transitionElement:i,_toggle:s}){return new Promise((n,o)=>z(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=o,s(t,e);const a=z(i,"transitionstart",()=>{z(i,"transitionend transitioncancel",n,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),n()},wa(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function wa(t){return t?oe(t,"ms")?I(t):I(t)*1e3:0}function $a(t){return w(document,"focusin",e=>{Wt(ot)===t&&!t.$el.contains(e.target)&&t.$el.focus()})}function xa(t){return w(document,dt,({target:e})=>{Wt(ot)!==t||t.overlay&&!t.$el.contains(e)||!t.panel||t.panel.contains(e)||z(document,`${At} ${fi} scroll`,({defaultPrevented:i,type:s,target:n})=>{!i&&s===At&&e===n&&t.hide()},!0)})}function ka(t){return w(document,"keydown",e=>{e.keyCode===27&&Wt(ot)===t&&t.hide()})}function Gn(t,e){t!=null&&t.ariaExpanded&&(t.ariaExpanded=e)}var As={slide:{show(t){return[{transform:q(t*-100)},{transform:q()}]},percent(t){return ti(t)},translate(t,e){return[{transform:q(e*-100*t)},{transform:q(e*100*(1-t))}]}}};function ti(t){return Math.abs(new DOMMatrix(c(t,"transform")).m41/t.offsetWidth)}function q(t=0,e="%"){return t?`translate3d(${t+e}, 0, 0)`:""}function ya(t,e,i,{animation:s,easing:n}){const{percent:o,translate:r,show:a=A}=s,l=a(i),{promise:h,resolve:u}=Yn();return{dir:i,show(d,f=0,b){const k=b?"linear":n;return d-=Math.round(d*U(f,-1,1)),this.translate(f),Qt(e,"itemin",{percent:f,duration:d,timing:k,dir:i}),Qt(t,"itemout",{percent:1-f,duration:d,timing:k,dir:i}),Promise.all([O.start(e,l[1],d,k),O.start(t,l[0],d,k)]).then(()=>{this.reset(),u()},A),h},cancel(){return O.cancel([e,t])},reset(){wt([e,t],l[0])},async forward(d,f=this.percent()){return await this.cancel(),this.show(d,f,!0)},translate(d){this.reset();const f=r(d,i);c(e,f[1]),c(t,f[0]),Qt(e,"itemtranslatein",{percent:d,dir:i}),Qt(t,"itemtranslateout",{percent:1-d,dir:i})},percent(){return o(t||e,e,i)},getDistance(){return t==null?void 0:t.offsetWidth}}}function Qt(t,e,i){m(t,ge(e,!1,!1,i))}function Yn(){let t;return{promise:new Promise(e=>t=e),resolve:t}}var _i={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var i,s,n;let o=0;return((n=((i=this.i18n)==null?void 0:i[t])||((s=this.$options.i18n)==null?void 0:s[t]))==null?void 0:n.replace(/%s/g,()=>e[o++]||""))||""}}},Sa={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected(){y(this.list,"aria-live",this.autoplay?"off":"polite"),this.autoplay&&this.startAutoplay()},disconnected(){this.stopAutoplay()},update(){y(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:()=>document,filter:({autoplay:t})=>t,handler(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay(){this.stopAutoplay(),this.interval=setInterval(()=>{this.stack.length||!j(this.$el)||this.draggable&&P(this.$el,":focus-within")&&!P(this.$el,":focus")||this.pauseOnHover&&P(this.$el,":hover")||this.show("next")},this.autoplayInterval)},stopAutoplay(){clearInterval(this.interval)}}};const Ai={passive:!1,capture:!0},Xn={passive:!0,capture:!0},Ia="touchstart mousedown",Ms="touchmove mousemove",Jn="touchend touchcancel mouseup click input scroll";var Ca={props:{draggable:Boolean},data:{draggable:!0,threshold:10},created(){for(const t of["start","move","end"]){const e=this[t];this[t]=i=>{const s=Et(i).x*(V?-1:1);this.prevPos=s===this.pos?this.prevPos:this.pos,this.pos=s,e(i)}}},events:[{name:Ia,passive:!0,delegate:({selList:t})=>`${t} > *`,handler(t){!this.draggable||this.parallax||!gt(t)&&Ea(t.target)||t.target.closest(Be)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler(t){t.preventDefault()}},{name:Ms,el:({list:t})=>t,handler:A,...Ai}],methods:{start(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,w(document,Ms,this.move,Ai),w(document,Jn,this.end,Xn),c(this.list,"userSelect","none")},move(t){const e=this.pos-this.drag;if(e===0||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)return;t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;let{slides:i,prevIndex:s}=this,n=Math.abs(e),o=this.getIndex(s+this.dir),r=Kn.call(this,s,o);for(;o!==s&&n>r;)this.drag-=r*this.dir,s=o,n-=r,o=this.getIndex(s+this.dir),r=Kn.call(this,s,o);this.percent=n/r;const a=i[s],l=i[o],h=this.index!==o,u=s===o;let d;for(const f of[this.index,this.prevIndex])v([o,s],f)||(m(i[f],"itemhidden",[this]),u&&(d=!0,this.prevIndex=s));(this.index===s&&this.prevIndex!==s||d)&&m(i[this.index],"itemshown",[this]),h&&(this.prevIndex=s,this.index=o,u||(m(a,"beforeitemhide",[this]),m(a,"itemhide",[this])),m(l,"beforeitemshow",[this]),m(l,"itemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!u&&l)},end(){if(Vt(document,Ms,this.move,Ai),Vt(document,Jn,this.end,Xn),this.dragging)if(setTimeout(w(this.list,"click",t=>t.preventDefault(),Ai)),this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{const t=(V?this.dir*(V?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(m(this.slides[this.prevIndex],"itemhidden",[this]),m(this.slides[this.index],"itemshown",[this]),this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}c(this.list,{userSelect:""}),this.drag=this.percent=null}}};function Kn(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()||this.slides[t].offsetWidth}function Ea(t){return c(t,"userSelect")!=="none"&&re(t.childNodes).some(e=>e.nodeType===3&&e.textContent.trim())}function Ta(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,s]of Object.entries(e))Qn(t,s,i);t._initial=!0}function Qn(t,e,i){t._watches.push({name:i,...Te(e)?e:{handler:e}})}function Pa(t,e){for(const{name:i,handler:s,immediate:n=!0}of t._watches)(t._initial&&n||vt(e,i)&&!Me(e[i],t[i]))&&s.call(t,t[i],e[i]);t._initial=!1}function _a(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)to(t,i,e[i])}const Zn={subtree:!0,childList:!0};function to(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:s,$props:n,$el:o}=t;if(!vt(s,e)&&(s[e]=(i.get||i).call(t,n,o),i.observe&&t._computedObserver)){const r=i.observe.call(t,n);t._computedObserver.observe(["~","+","-"].includes(r[0])?o.parentElement:o.getRootNode(),Zn)}return s[e]},set(s){const{_computed:n}=t;n[e]=i.set?i.set.call(t,s):s,K(n[e])&&delete n[e]}})}function Aa(t){t._hasComputed&&(ta(t,{read:()=>Pa(t,eo(t)),events:["resize","computed"]}),t._computedObserver=hs(t.$el,()=>Ye(t,"computed"),Zn),t._disconnect.push(()=>{t._computedObserver.disconnect(),t._computedObserver=null,eo(t)}))}function eo(t){const e={...t._computed};return t._computed={},e}function Ma(t){for(const e of t.$options.events||[])if(vt(e,"handler"))io(t,e);else for(const i in e)io(t,{name:i,handler:e[i]})}function io(t,{name:e,el:i,handler:s,capture:n,passive:o,delegate:r,filter:a,self:l}){a&&!a.call(t,t)||t._disconnect.push(w(i?i.call(t,t):t.$el,e,r==null?void 0:r.call(t,t),s.bind(t),{passive:o,capture:n,self:l}))}function Oa(t){for(const e of t.$options.observe||[])Da(t,e)}function Da(t,e){let{observe:i,target:s=t.$el,handler:n,options:o,filter:r,args:a}=e;if(r&&!r.call(t,t))return;const l=`_observe${t._disconnect.length}`;rt(s)&&!vt(t,l)&&to(t,l,()=>{const d=s.call(t,t);return Z(d)?E(d):d}),n=L(n)?t[n]:n.bind(t),rt(o)&&(o=o.call(t,t));const h=vt(t,l)?t[l]:s,u=i(h,n,o,a);rt(s)&&Z(t[l])&&Qn(t,{handler:Ba(u,o),immediate:!1},l),t._disconnect.push(()=>u.disconnect())}function Ba(t,e){return(i,s)=>{for(const n of s)v(i,n)||(t.unobserve?t.unobserve(n):t.observe&&t.disconnect());for(const n of i)(!v(s,n)||!t.unobserve)&&t.observe(n,e)}}function Na(t){const{$options:e,$props:i}=t,s=so(e);pt(i,s);const{computed:n,methods:o}=e;for(let r in i)r in s&&(!n||!vt(n,r))&&(!o||!vt(o,r))&&(t[r]=i[r])}function so(t){const e={},{args:i=[],props:s={},el:n,id:o}=t;if(!s)return e;for(const a in s){const l=Ft(a);let h=tt(n,l);K(h)||(h=s[a]===Boolean&&h===""?!0:$s(s[a],h),!(l==="target"&&kt(h,"_"))&&(e[a]=h))}const r=be(tt(n,o),i);for(const a in r){const l=Ee(a);K(s[l])||(e[l]=$s(s[l],r[a]))}return e}const za=ut((t,e)=>{const i=Object.keys(e),s=i.concat(t).map(n=>[Ft(n),`data-${Ft(n)}`]).flat();return{attributes:i,filter:s}});function Ha(t){const{$options:e,$props:i}=t,{id:s,props:n,el:o}=e;if(!n)return;const{attributes:r,filter:a}=za(s,n),l=new MutationObserver(h=>{const u=so(e);h.some(({attributeName:d})=>{const f=d.replace("data-","");return(f===s?r:[Ee(f),Ee(d)]).some(b=>!K(u[b])&&u[b]!==i[b])})&&t.$reset()});l.observe(o,{attributes:!0,attributeFilter:a}),t._disconnect.push(()=>l.disconnect())}function $e(t,e){var i;(i=t.$options[e])==null||i.forEach(s=>s.call(t))}function Os(t){t._connected||(Na(t),$e(t,"beforeConnect"),t._connected=!0,t._disconnect=[],Ma(t),Zr(t),Ta(t),Oa(t),Ha(t),Aa(t),$e(t,"connected"),Ye(t))}function Ds(t){t._connected&&($e(t,"beforeDisconnect"),t._disconnect.forEach(e=>e()),t._disconnect=null,$e(t,"disconnected"),t._connected=!1)}let Fa=0;function no(t,e={}){e.data=Wa(e,t.constructor.options),t.$options=Ge(t.constructor.options,e,t),t.$props={},t._uid=Fa++,La(t),ja(t),_a(t),$e(t,"created"),e.el&&t.$mount(e.el)}function La(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function ja(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Wa({data:t={}},{args:e=[],props:i={}}){Z(t)&&(t=t.slice(0,e.length).reduce((s,n,o)=>(Te(n)?pt(s,n):s[e[o]]=n,s),{}));for(const s in t)K(t[s])?delete t[s]:i[s]&&(t[s]=$s(i[s],t[s]));return t}const ht=function(t){no(this,t)};ht.util=Vr,ht.options={},ht.version="3.24.2";const qa="uk-",Zt="__uikit__",xe={};function oo(t,e){var i,s;const n=qa+Ft(t);if(!e)return xe[n].options||(xe[n]=ht.extend(xe[n])),xe[n];t=Ee(t),ht[t]=(r,a)=>ei(t,r,a);const o=(i=e.options)!=null?i:{...e};return o.id=n,o.name=t,(s=o.install)==null||s.call(o,ht,o,t),ht._initialized&&!o.functional&&requestAnimationFrame(()=>ei(t,`[${n}],[data-${n}]`)),xe[n]=o}function ei(t,e,i,...s){const n=oo(t);return n.options.functional?new n({data:Te(e)?e:[e,i,...s]}):e?D(e).map(o)[0]:o();function o(r){const a=Mi(r,t);if(a)if(i)a.$destroy();else return a;return new n({el:r,data:i})}}function ii(t){return(t==null?void 0:t[Zt])||{}}function Mi(t,e){return ii(t)[e]}function Ra(t,e){t[Zt]||(t[Zt]={}),t[Zt][e.$options.name]=e}function Ua(t,e){var i;(i=t[Zt])==null||delete i[e.$options.name],li(t[Zt])&&delete t[Zt]}function Va(t){t.component=oo,t.getComponents=ii,t.getComponent=Mi,t.update=ro,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,s){s=(L(s)?this.component(s):s)||this,s.options=Ge(s.options,i)},t.extend=function(i){i||(i={});const s=this,n=function(r){no(this,r)};return n.prototype=Object.create(s.prototype),n.prototype.constructor=n,n.options=Ge(s.options,i),n.super=s,n.extend=s.extend,n};let e;Object.defineProperty(t,"container",{get(){return e||document.body},set(i){e=$(i)}})}function ro(t,e){t=t?R(t):document.body;for(const i of fe(t).reverse())ao(i,e);Bt(t,i=>ao(i,e))}function ao(t,e){const i=ii(t);for(const s in i)Ye(i[s],e)}function Ga(t){t.prototype.$mount=function(e){const i=this;Ra(e,i),i.$options.el=e,e.isConnected&&Os(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:s}=i.$options;s&&Ds(i),$e(i,"destroy"),Ua(s,i),e&&et(i.$el)},t.prototype.$create=ei,t.prototype.$emit=function(e){Ye(this,e)},t.prototype.$update=function(e=this.$el,i){ro(e,i)},t.prototype.$reset=function(){Ds(this),Os(this)},t.prototype.$getComponent=Mi,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}let Ya=1;function te(t,e=null){return(e==null?void 0:e.id)||`${t.$options.id}-${Ya++}`}var Xa={i18n:{next:"Next slide",previous:"Previous slide",slideX:"Slide %s",slideLabel:"%s of %s",role:"String"},data:{selNav:!1,role:"region"},computed:{nav:({selNav:t},e)=>$(t,e),navChildren(){return N(this.nav)},selNavItem:({attrItem:t})=>`[${t}],[data-${t}]`,navItems(t,e){return D(this.selNavItem,e)}},watch:{nav(t,e){y(t,"role","tablist"),this.padNavitems(),e&&this.$emit()},list(t){F(t,"ul")&&y(t,"role","presentation")},navChildren(t){y(t,"role","presentation"),this.padNavitems(),this.updateNav()},navItems(t){for(const e of t){const i=tt(e,this.attrItem),s=$("a,button",e)||e;let n,o=null;if(bt(i)){const r=St(i),a=this.slides[r];a&&(a.id||(a.id=te(this,a)),o=a.id),n=this.t("slideX",I(i)+1),s.role="tab"}else this.list&&(this.list.id||(this.list.id=te(this,this.list)),o=this.list.id),n=this.t(i);s.ariaControls=o,s.ariaLabel=s.ariaLabel||n}},slides(t){t.forEach((e,i)=>y(e,{role:this.nav?"tabpanel":"group","aria-label":this.t("slideLabel",i+1,this.length),"aria-roledescription":this.nav?null:"slide"})),this.padNavitems()}},connected(){this.$el.role=this.role,this.$el.ariaRoleDescription="carousel"},update:[{write(){this.navItems.concat(this.nav).forEach(t=>t&&(t.hidden=!this.maxIndex)),this.updateNav()},events:["resize"]}],events:[{name:"click keydown",delegate:({selNavItem:t})=>t,filter:({parallax:t})=>!t,handler(t){t.target.closest("a,button")&&(t.type==="click"||t.keyCode===B.SPACE)&&(Pt(t),this.show(tt(t.current,this.attrItem)))}},{name:"itemshow",handler(){this.updateNav()}},{name:"keydown",delegate:({selNavItem:t})=>t,filter:({parallax:t})=>!t,handler(t){const{current:e,keyCode:i}=t,s=tt(e,this.attrItem);if(!bt(s))return;let n=i===B.HOME?0:i===B.END?"last":i===B.LEFT?"previous":i===B.RIGHT?"next":-1;~n&&(t.preventDefault(),this.show(n))}}],methods:{updateNav(){const t=this.getValidIndex();for(const e of this.navItems){const i=tt(e,this.attrItem),s=$("a,button",e)||e;if(bt(i)){const o=St(i)===t;H(e,this.clsActive,o),H(s,"uk-disabled",!!this.parallax),s.ariaSelected=o,s.tabIndex=o&&!this.parallax?null:-1,o&&s&&P(M(e),":focus-within")&&s.focus()}else H(e,"uk-invisible",this.finite&&(i==="previous"&&t===0||i==="next"&&t>=this.maxIndex))}},padNavitems(){if(!this.nav)return;const t=[];for(let e=0;e<this.length;e++){const i=`${this.attrItem}="${e}"`;t[e]=this.navChildren.findLast(s=>s.matches(`[${i}]`))||$(`<li ${i}><a href></a></li>`)}Me(t,this.navChildren)||$t(this.nav,t)}}};const Ja="cubic-bezier(0.25, 0.46, 0.45, 0.94)",Ka="cubic-bezier(0.165, 0.84, 0.44, 1)";var lo={mixins:[Sa,Ca,Xa,_i],props:{clsActivated:String,easing:String,index:Number,finite:Boolean,velocity:Number},data:()=>({easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:"",clsEnter:"uk-slide-enter",clsLeave:"uk-slide-leave",clsSlideActive:"uk-slide-active",Transitioner:!1,transitionOptions:{}}),connected(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected(){_(this.slides,this.clsActive)},computed:{duration:({velocity:t},e)=>co(e.offsetWidth/t),list:({selList:t},e)=>$(t,e),maxIndex(){return this.length-1},slides(){return N(this.list)},length(){return this.slides.length}},watch:{slides(t,e){e&&this.$emit()}},events:{itemshow({target:t}){C(t,this.clsEnter,this.clsSlideActive)},itemshown({target:t}){_(t,this.clsEnter)},itemhide({target:t}){C(t,this.clsLeave)},itemhidden({target:t}){_(t,this.clsLeave,this.clsSlideActive)}},methods:{async show(t,e=!1){var i;if(this.dragging||!this.length||this.parallax)return;const{stack:s}=this,n=e?0:s.length,o=()=>{s.splice(n,1),s.length&&this.show(s.shift(),!0)};if(s[e?"unshift":"push"](t),!e&&s.length>1){s.length===2&&((i=this._transitioner)==null||i.forward(Math.min(this.duration,200)));return}const r=this.getIndex(this.index),a=x(this.slides,this.clsActive)&&this.slides[r],l=this.getIndex(t,this.index),h=this.slides[l];if(a===h){o();return}if(this.dir=Qa(t,r),this.prevIndex=r,this.index=l,a&&!m(a,"beforeitemhide",[this])||!m(h,"beforeitemshow",[this,a])){this.index=this.prevIndex,o();return}a&&m(a,"itemhide",[this]),m(h,"itemshow",[this]),await this._show(a,h,e),a&&m(a,"itemhidden",[this]),m(h,"itemshown",[this]),s.shift(),this._transitioner=null,await Qe(),s.length&&this.show(s.shift(),!0)},getIndex(t=this.index,e=this.index){return U(at(t,this.slides,e,this.finite),0,Math.max(0,this.maxIndex))},getValidIndex(t=this.index,e=this.prevIndex){return this.getIndex(t,e)},async _show(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,{easing:i?e.offsetWidth<600?Ja:Ka:this.easing,...this.transitionOptions}),!i&&!t){this._translate(1);return}const{length:s}=this.stack;return this._transitioner[s>1?"forward":"show"](s>1?Math.min(this.duration,75+75/(s-1)):this.duration,this.percent)},_translate(t,e=this.prevIndex,i=this.index){const s=this._getTransitioner(e===i?!1:e,i);return s.translate(t),s},_getTransitioner(t=this.prevIndex,e=this.index,i=this.dir||1,s=this.transitionOptions){return new this.Transitioner(Ae(t)?this.slides[t]:t,Ae(e)?this.slides[e]:e,i*(V?-1:1),s)}}};function Qa(t,e){return t==="next"?1:t==="previous"||t<e?-1:1}function co(t){return .5*t+300}var ho={mixins:[lo],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:As,Transitioner:ya},computed:{animation({animation:t,Animations:e}){return{...e[t]||e.slide,name:t}},transitionOptions(){return{animation:this.animation}}},observe:ct(),events:{itemshow({target:t}){C(t,this.clsActive)},itemshown({target:t}){C(t,this.clsActivated)},itemhidden({target:t}){_(t,this.clsActive,this.clsActivated)}}},Za={...As,fade:{show(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show(){return[{opacity:0,transform:ke(1+.5),zIndex:0},{zIndex:-1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,transform:ke(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show(t){return t<0?[{transform:q(30),zIndex:-1},{transform:q(),zIndex:0}]:[{transform:q(-100),zIndex:0},{transform:q(),zIndex:-1}]},percent(t,e,i){return i<0?1-ti(e):ti(t)},translate(t,e){return e<0?[{transform:q(30*t),zIndex:-1},{transform:q(-100*(1-t)),zIndex:0}]:[{transform:q(-t*100),zIndex:0},{transform:q(30*(1-t)),zIndex:-1}]}},push:{show(t){return t<0?[{transform:q(100),zIndex:0},{transform:q(),zIndex:-1}]:[{transform:q(-30),zIndex:-1},{transform:q(),zIndex:0}]},percent(t,e,i){return i>0?1-ti(e):ti(t)},translate(t,e){return e<0?[{transform:q(t*100),zIndex:0},{transform:q(-30*(1-t)),zIndex:-1}]:[{transform:q(-30*t),zIndex:-1},{transform:q(100*(1-t)),zIndex:0}]}}};function ke(t){return`scale3d(${t}, ${t}, 1)`}var uo={...As,fade:{show(){return[{opacity:0},{opacity:1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t},{opacity:t}]}},scale:{show(){return[{opacity:0,transform:ke(1-.2)},{opacity:1,transform:ke(1)}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,transform:ke(1-.2*t)},{opacity:t,transform:ke(1-.2+.2*t)}]}}},fo={i18n:{counter:"%s / %s"},mixins:[_s,ho],functional:!0,props:{counter:Boolean,preload:Number,nav:Boolean,slidenav:Boolean,delayControls:Number,videoAutoplay:Boolean,template:String},data:()=>({counter:!1,preload:1,nav:!1,slidenav:!0,delayControls:3e3,videoAutoplay:!1,items:[],cls:"uk-open",clsPage:"uk-lightbox-page",clsFit:"uk-lightbox-items-fit",clsZoom:"uk-lightbox-zoom",attrItem:"uk-lightbox-item",selList:".uk-lightbox-items",selClose:".uk-close-large",selNav:".uk-lightbox-thumbnav, .uk-lightbox-dotnav",selCaption:".uk-lightbox-caption",selCounter:".uk-lightbox-counter",pauseOnHover:!1,velocity:2,Animations:uo,template:'<div class="uk-lightbox uk-overflow-hidden"> <div class="uk-lightbox-items"></div> <div class="uk-position-top-right uk-position-small uk-transition-fade" uk-inverse> <button class="uk-lightbox-close uk-close-large" type="button" uk-close></button> </div> <div class="uk-lightbox-slidenav uk-position-center-left uk-position-medium uk-transition-fade" uk-inverse> <a href uk-slidenav-previous uk-lightbox-item="previous"></a> </div> <div class="uk-lightbox-slidenav uk-position-center-right uk-position-medium uk-transition-fade" uk-inverse> <a href uk-slidenav-next uk-lightbox-item="next"></a> </div> <div class="uk-position-center-right uk-position-medium uk-transition-fade" uk-inverse style="max-height: 90vh; overflow: auto;"> <ul class="uk-lightbox-thumbnav uk-lightbox-thumbnav-vertical uk-thumbnav uk-thumbnav-vertical"></ul> <ul class="uk-lightbox-dotnav uk-dotnav uk-dotnav-vertical"></ul> </div> <div class="uk-lightbox-counter uk-text-large uk-position-top-left uk-position-small uk-transition-fade" uk-inverse></div> <div class="uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}),created(){let t=$(this.template);F(t,"template")&&(t=Tt($t(t)));const e=$(this.selList,t),i=this.$props.nav;et(D(this.selNav,t).filter(o=>!P(o,`.uk-${i}`)));for(const[o,r]of this.items.entries())W(e,"<div>"),i==="thumbnav"&&je(tl(r,this.videoAutoplay),W($(this.selNav,t),`<li uk-lightbox-item="${o}"><a href></a></li>`));this.slidenav||et(D(".uk-lightbox-slidenav",t)),this.counter||et($(this.selCounter,t)),C(e,this.clsFit);const s=$("[uk-close]",t),n=this.t("close");s&&n&&(s.dataset.i18n=JSON.stringify({label:n})),this.$mount(W(this.container,t))},events:[{name:"click",self:!0,filter:({bgClose:t})=>t,delegate:({selList:t})=>`${t} > *`,handler(t){t.defaultPrevented||this.hide()}},{name:"click",self:!0,delegate:({clsZoom:t})=>`.${t}`,handler(t){t.defaultPrevented||H(this.list,this.clsFit)}},{name:`${De} ${dt} keydown`,filter:({delayControls:t})=>t,handler(){this.showControls()}},{name:"shown",self:!0,handler(){this.showControls()}},{name:"hide",self:!0,handler(){this.hideControls(),_(this.slides,this.clsActive),O.stop(this.slides)}},{name:"hidden",self:!0,handler(){this.$destroy(!0)}},{name:"keyup",el:()=>document,handler({keyCode:t}){if(!this.isToggled()||!this.draggable)return;let e=-1;t===B.LEFT?e="previous":t===B.RIGHT?e="next":t===B.HOME?e=0:t===B.END&&(e="last"),~e&&this.show(e)}},{name:"beforeitemshow",handler(t){$t($(this.selCaption,this.$el),this.getItem().caption||""),$t($(this.selCounter,this.$el),this.t("counter",this.index+1,this.slides.length));for(let e=-this.preload;e<=this.preload;e++)this.loadItem(this.index+e);this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleElement(this.$el,!0,!1),this.animation=uo.scale,_(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshown",handler(){this.draggable=this.$props.draggable}},{name:"itemload",async handler(t,e){const{source:i,type:s,attrs:n={}}=e;if(this.setItem(e,"<span uk-spinner uk-inverse></span>"),!i)return;let o;const r={allowfullscreen:"",style:"max-width: 100%; box-sizing: border-box;","uk-responsive":"","uk-video":!!this.videoAutoplay};if(s==="image"||po(i)){const a=Ht("img");qn(a,e.sources),y(a,{src:i,...ci(e,["alt","srcset","sizes"]),...n}),w(a,"load",()=>this.setItem(e,M(a)||a)),w(a,"error",()=>this.setError(e))}else if(s==="video"||go(i)){const a=this.videoAutoplay==="inline",l=Ht("video",{src:i,playsinline:"",controls:a?null:"",loop:a?"":null,muted:a?"":null,poster:this.videoAutoplay?null:e.poster,"uk-video":!!this.videoAutoplay,...n});w(l,"loadedmetadata",()=>this.setItem(e,l)),w(l,"error",()=>this.setError(e))}else if(s==="iframe"||i.match(/\.(html|php)($|\?)/i))this.setItem(e,Ht("iframe",{src:i,allowfullscreen:"",class:"uk-lightbox-iframe",...n}));else if(o=i.match(/\/\/(?:.*?youtube(-nocookie)?\..*?(?:[?&]v=|\/shorts\/)|youtu\.be\/)([\w-]{11})[&?]?(.*)?/))this.setItem(e,Ht("iframe",{src:`https://www.youtube${o[1]||""}.com/embed/${o[2]}${o[3]?`?${o[3]}`:""}`,width:1920,height:1080,...r,...n}));else if(o=i.match(/\/\/.*?vimeo\.[a-z]+\/(\d+)[&?]?(.*)?/))try{const{height:a,width:l}=await(await fetch(`https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)}`,{credentials:"omit"})).json();this.setItem(e,Ht("iframe",{src:`https://player.vimeo.com/video/${o[1]}${o[2]?`?${o[2]}`:""}`,width:l,height:a,...r,...n}))}catch{this.setError(e)}}},{name:"itemloaded",handler(){this.$emit("resize")}}],update:{read(){for(const t of D(`${this.selList} :not([controls]):is(img,video)`,this.$el))H(t,this.clsZoom,(t.naturalHeight||t.videoHeight)-this.$el.offsetHeight>Math.max(0,(t.naturalWidth||t.videoWidth)-this.$el.offsetWidth))},events:["resize"]},methods:{loadItem(t=this.index){const e=this.getItem(t);this.getSlide(e).childElementCount||m(this.$el,"itemload",[e])},getItem(t=this.index){return this.items[at(t,this.slides)]},setItem(t,e){m(this.$el,"itemloaded",[this,$t(this.getSlide(t),e)])},getSlide(t){return this.slides[this.items.indexOf(t)]},setError(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2" uk-inverse></span>')},showControls(){clearTimeout(this.controlsTimer),this.controlsTimer=this.delayControls&&setTimeout(this.hideControls,this.delayControls),C(this.$el,"uk-active","uk-transition-active")},hideControls(){_(this.$el,"uk-active","uk-transition-active")}}};function Ht(t,e){const i=Tt(`<${t}>`);return y(i,e),i}function tl(t,e){const i=t.poster||t.thumb&&(t.type==="image"||po(t.thumb))?Ht("img",{src:t.poster||t.thumb,alt:""}):t.thumb&&(t.type==="video"||go(t.thumb))?Ht("video",{src:t.thumb,loop:"",playsinline:"",muted:"","uk-video":e==="inline"}):Ht("canvas");return t.thumbRatio&&(i.style.aspectRatio=t.thumbRatio),i}function po(t){return t==null?void 0:t.match(/\.(avif|jpe?g|jfif|a?png|gif|svg|webp)($|\?)/i)}function go(t){return t==null?void 0:t.match(/\.(mp4|webm|ogv)($|\?)/i)}const el=".uk-disabled *, .uk-disabled, [disabled]";var il={install:sl,props:{toggle:String},data:{toggle:"a"},computed:{toggles:({toggle:t},e)=>D(t,e)},watch:{toggles(t){this.hide();for(const e of t)F(e,"a")&&(e.role="button")}},disconnected(){this.hide()},events:{name:"click",delegate:({toggle:t})=>t,handler(t){t.defaultPrevented||(t.preventDefault(),P(t.current,el)||this.show(t.current))}},methods:{show(t){let e=this.toggles.map(mo);if(this.nav==="thumbnav"&&nl.call(this,this.toggles,e),e=Xs(e,"source"),ae(t)){const{source:i}=mo(t);t=yt(e,({source:s})=>i===s)}return this.panel=this.panel||this.$create("lightboxPanel",{...this.$props,items:e}),w(this.panel.$el,"hidden",()=>this.panel=null),this.panel.show(t)},hide(){var t;return(t=this.panel)==null?void 0:t.hide()}}};function sl(t,e){t.lightboxPanel||t.component("lightboxPanel",fo),pt(e.props,t.component("lightboxPanel").options.props)}function nl(t,e){for(const[i,s]of Object.entries(t)){if(e[i].thumb)continue;const n=fe(s).reverse().concat(s).find(r=>this.$el.contains(r)&&(r===s||D(this.toggle,r).length===1));if(!n)continue;const o=$("img,video",n);o&&(e[i].thumb=o.currentSrc||o.poster||o.src,e[i].thumbRatio=(o.naturalWidth||o.videoWidth)/(o.naturalHeight||o.videoHeight))}}function mo(t){const e={};for(const i of t.getAttributeNames()){const s=i.replace(/^data-/,"");e[s==="href"?"source":s]=t.getAttribute(i)}return e.attrs=be(e.attrs),e}var ol={mixins:[Ze],functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:"",pos:"top-center",clsContainer:"uk-notification",clsClose:"uk-notification-close",clsMsg:"uk-notification-message"},install:rl,computed:{marginProp:({pos:t})=>`margin-${t.match(/[a-z]+(?=-)/)[0]}`,startProps(){return{opacity:0,[this.marginProp]:-this.$el.offsetHeight}}},created(){const t=`${this.clsContainer}-${this.pos}`,e=`data-${this.clsContainer}-container`,i=$(`.${t}[${e}]`,this.container)||W(this.container,`<div class="${this.clsContainer} ${t}" ${e}></div>`);this.$mount(W(i,`<div class="${this.clsMsg}${this.status?` ${this.clsMsg}-${this.status}`:""}" role="alert"> <a href class="${this.clsClose}" data-uk-close></a> <div>${this.message}</div> </div>`))},async connected(){const t=I(c(this.$el,this.marginProp));await O.start(c(this.$el,this.startProps),{opacity:1,[this.marginProp]:t}),this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},events:{click(t){Pt(t),this.close()},[Mt](){this.timer&&clearTimeout(this.timer)},[Ot](){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))}},methods:{async close(t){const e=i=>{const s=M(i);m(i,"close",[this]),et(i),s!=null&&s.hasChildNodes()||et(s)};this.timer&&clearTimeout(this.timer),t||await O.start(this.$el,this.startProps),e(this.$el)}}};function rl(t){t.notification.closeAll=function(e,i){Bt(document.body,s=>{const n=t.getComponent(s,"notification");n&&(!e||e===n.group)&&n.close(i)})}}var Oi={props:{media:Boolean},data:{media:!1},connected(){const t=al(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,m(this.$el,ge("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=w(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function al(t,e){if(L(t)){if(kt(t,"@"))t=I(c(e,`--uk-breakpoint-${t.slice(1)}`));else if(isNaN(t))return t}return t&&bt(t)?`(min-width: ${t}px)`:""}function vo(t){return j(t)?Math.ceil(Math.max(0,...D("[stroke]",t).map(e=>{var i;return((i=e.getTotalLength)==null?void 0:i.call(e))||0}))):0}const Di={x:Bi,y:Bi,rotate:Bi,scale:Bi,color:Bs,backgroundColor:Bs,borderColor:Bs,blur:ee,hue:ee,fopacity:ee,grayscale:ee,invert:ee,saturate:ee,sepia:ee,opacity:cl,stroke:hl,bgx:$o,bgy:$o},{keys:bo}=Object;var wo={mixins:[Oi],props:Io(bo(Di),"list"),data:Io(bo(Di),void 0),computed:{props(t,e){const i={};for(const n in t)n in Di&&!K(t[n])&&(i[n]=t[n].slice());const s={};for(const n in i)s[n]=Di[n](n,e,i[n],i);return s}},events:{load(){this.$emit()}},methods:{reset(){wt(this.$el,this.getCss(0))},getCss(t){const e={};for(const i in this.props)this.props[i](e,U(t));return e.willChange=Object.keys(e).map(mi).join(","),e}}};function Bi(t,e,i){let s=zi(i)||{x:"px",y:"px",rotate:"deg"}[t]||"",n;return t==="x"||t==="y"?(t=`translate${Lt(t)}`,n=o=>I(I(o).toFixed(s==="px"?0:6))):t==="scale"&&(s="",n=o=>{var r;return zi([o])?X(o,"width",e,!0)/e[`offset${(r=o.endsWith)!=null&&r.call(o,"vh")?"Height":"Width"}`]:I(o)}),i.length===1&&i.unshift(t==="scale"?1:0),i=ye(i,n),(o,r)=>{o.transform=`${o.transform||""} ${t}(${si(i,r)}${s})`}}function Bs(t,e,i){return i.length===1&&i.unshift(ni(e,t,"")),i=ye(i,s=>ll(e,s)),(s,n)=>{const[o,r,a]=So(i,n),l=o.map((h,u)=>(h+=a*(r[u]-h),u===3?I(h):parseInt(h,10))).join(",");s[t]=`rgba(${l})`}}function ll(t,e){return ni(t,"color",e).split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(I)}function ee(t,e,i){i.length===1&&i.unshift(0);const s=zi(i)||{blur:"px",hue:"deg"}[t]||"%";return t={fopacity:"opacity",hue:"hue-rotate"}[t]||t,i=ye(i),(n,o)=>{const r=si(i,o);n.filter=`${n.filter||""} ${t}(${r+s})`}}function cl(t,e,i){return i.length===1&&i.unshift(ni(e,t,"")),i=ye(i),(s,n)=>{s[t]=si(i,n)}}function hl(t,e,i){i.length===1&&i.unshift(0);const s=zi(i),n=vo(e);return i=ye(i.reverse(),o=>(o=I(o),s==="%"?o*n/100:o)),i.some(([o])=>o)?(c(e,"strokeDasharray",n),(o,r)=>{o.strokeDashoffset=si(i,r)}):A}function $o(t,e,i,s){i.length===1&&i.unshift(0);const n=t==="bgy"?"height":"width";s[t]=ye(i,a=>X(a,n,e));const o=["bgx","bgy"].filter(a=>a in s);if(o.length===2&&t==="bgx")return A;if(ni(e,"backgroundSize","")==="cover")return ul(t,e,i,s);const r={};for(const a of o)r[a]=xo(e,a);return ko(o,r,s)}function ul(t,e,i,s){const n=dl(e);if(!n.width)return A;const o={width:e.offsetWidth,height:e.offsetHeight},r=["bgx","bgy"].filter(u=>u in s),a={};for(const u of r){const d=s[u].map(([S])=>S),f=Math.min(...d),b=Math.max(...d),k=d.indexOf(f)<d.indexOf(b),p=b-f;a[u]=`${(k?-p:0)-(k?f:b)}px`,o[u==="bgy"?"height":"width"]+=p}const l=Xi.cover(n,o);for(const u of r){const d=u==="bgy"?"height":"width",f=l[d]-o[d];a[u]=`max(${xo(e,u)},-${f}px) + ${a[u]}`}const h=ko(r,a,s);return(u,d)=>{h(u,d),u.backgroundSize=`${l.width}px ${l.height}px`,u.backgroundRepeat="no-repeat"}}function xo(t,e){return ni(t,`background-position-${e.slice(-1)}`,"")}function ko(t,e,i){return function(s,n){for(const o of t){const r=si(i[o],n);s[`background-position-${o.slice(-1)}`]=`calc(${e[o]} + ${r}px)`}}}const yo={},Ni={};function dl(t){const e=c(t,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(Ni[e])return Ni[e];const i=new Image;return e&&(i.src=e,!i.naturalWidth&&!yo[e])?(z(i,"error load",()=>{Ni[e]=Ns(i),m(t,ge("load",!1))}),yo[e]=!0,Ns(i)):Ni[e]=Ns(i)}function Ns(t){return{width:t.naturalWidth,height:t.naturalHeight}}function ye(t,e=I){const i=[],{length:s}=t;let n=0;for(let o=0;o<s;o++){let[r,a]=L(t[o])?t[o].trim().split(/ (?![^(]*\))/):[t[o]];if(r=e(r),a=a?I(a)/100:null,o===0?a===null?a=0:a&&i.push([r,0]):o===s-1&&(a===null?a=1:a!==1&&(i.push([r,a]),a=1)),i.push([r,a]),a===null)n++;else if(n){const l=i[o-n-1][1],h=(a-l)/(n+1);for(let u=n;u>0;u--)i[o-u][1]=l+h*(n-u+1);n=0}}return i}function So(t,e){const i=yt(t.slice(1),([,s])=>e<=s)+1;return[t[i-1][0],t[i][0],(e-t[i-1][1])/(t[i][1]-t[i-1][1])]}function si(t,e){const[i,s,n]=So(t,e);return i+Math.abs(i-s)*n*(i<s?1:-1)}const fl=/^-?\d+(?:\.\d+)?(\S+)?/;function zi(t,e){var i;for(const s of t){const n=(i=s.match)==null?void 0:i.call(s,fl);if(n)return n[1]}return e}function ni(t,e,i){const s=t.style[e],n=c(c(t,e,i),e);return t.style[e]=s,n}function Io(t,e){return t.reduce((i,s)=>(i[s]=e,i),{})}function Co(t,e){return e>=0?Math.pow(t,e+1):1-Math.pow(1-t,1-e)}var pl={mixins:[wo],props:{target:String,viewport:Number,easing:Number,start:String,end:String},data:{target:!1,viewport:1,easing:1,start:0,end:0},computed:{target:({target:t},e)=>Eo(t&&Q(t,e)||e),start({start:t}){return X(t,"height",this.target,!0)},end({end:t,viewport:e}){return X(t||(e=(1-e)*100)&&`${e}vh+${e}%`,"height",this.target,!0)}},observe:[xs(),Je({target:({target:t})=>t}),ct({target:({$el:t,target:e})=>[t,e,zt(e,!0)]})],update:{read({percent:t},e){if(e.has("scroll")||(t=!1),!j(this.$el))return!1;if(!this.matchMedia)return;const i=t;return t=Co(Ci(this.target,this.start,this.end),this.easing),{percent:t,style:i===t?!1:this.getCss(t)}},write({style:t}){if(!this.matchMedia){this.reset();return}t&&c(this.$el,t)},events:["scroll","resize"]}};function Eo(t){return t?"offsetTop"in t?t:Eo(M(t)):document.documentElement}var To={props:{parallax:Boolean,parallaxTarget:Boolean,parallaxStart:String,parallaxEnd:String,parallaxEasing:Number},data:{parallax:!1,parallaxTarget:!1,parallaxStart:0,parallaxEnd:0,parallaxEasing:0},observe:[ct({target:({$el:t,parallaxTarget:e})=>[t,e],filter:({parallax:t})=>t}),Je({filter:({parallax:t})=>t})],computed:{parallaxTarget({parallaxTarget:t},e){return t&&Q(t,e)||this.list}},update:{read(){if(!this.parallax)return!1;const t=this.parallaxTarget;if(!t)return!1;const e=X(this.parallaxStart,"height",t,!0),i=X(this.parallaxEnd,"height",t,!0),s=Co(Ci(t,e,i),this.parallaxEasing);return{parallax:this.getIndexAt(s)}},write({parallax:t}){const[e,i]=t,s=this.getValidIndex(e+Math.ceil(i)),n=this.slides[e],o=this.slides[s],{triggerShow:r,triggerShown:a,triggerHide:l,triggerHidden:h}=gl(this);if(~this.prevIndex)for(const d of new Set([this.index,this.prevIndex]))v([s,e],d)||(l(this.slides[d]),h(this.slides[d]));const u=this.prevIndex!==e||this.index!==s;this.dir=1,this.prevIndex=e,this.index=s,n!==o&&l(n),r(o),u&&a(n),this._translate(n===o?1:i,n,o)},events:["scroll","resize"]},methods:{getIndexAt(t){const e=t*(this.length-1);return[Math.floor(e),e%1]}}};function gl(t){const{clsSlideActive:e,clsEnter:i,clsLeave:s}=t;return{triggerShow:n,triggerShown:o,triggerHide:r,triggerHidden:a};function n(l){x(l,s)&&(r(l),a(l)),x(l,e)||(m(l,"beforeitemshow",[t]),m(l,"itemshow",[t]))}function o(l){x(l,i)&&m(l,"itemshown",[t])}function r(l){x(l,e)||n(l),x(l,i)&&o(l),x(l,s)||(m(l,"beforeitemhide",[t]),m(l,"itemhide",[t]))}function a(l){x(l,s)&&m(l,"itemhidden",[t])}}var Po={update:{write(){if(this.stack.length||this.dragging||this.parallax)return;const t=this.getValidIndex();!~this.prevIndex||this.index!==t?this.show(t):this._translate(1)},events:["resize"]}},_o={observe:Ti({target:({slides:t})=>t,targets:t=>t.getAdjacentSlides()}),methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}};function ml(t,e,i,{center:s,easing:n,list:o}){const r=t?oi(t,o,s):oi(e,o,s)+g(e).width*i,a=e?oi(e,o,s):r+g(t).width*i*(V?-1:1),{promise:l,resolve:h}=Yn();return{dir:i,show(u,d=0,f){const b=f?"linear":n;return u-=Math.round(u*U(d,-1,1)),c(o,"transitionProperty","none"),this.translate(d),c(o,"transitionProperty",""),d=t?d:U(d,0,1),Qt(this.getItemIn(),"itemin",{percent:d,duration:u,timing:b,dir:i}),t&&Qt(this.getItemIn(!0),"itemout",{percent:1-d,duration:u,timing:b,dir:i}),O.start(o,{transform:q(-a*(V?-1:1),"px")},u,b).then(h,A),l},cancel(){return O.cancel(o)},reset(){c(o,"transform","")},async forward(u,d=this.percent()){return await this.cancel(),this.show(u,d,!0)},translate(u){if(u===this.percent())return;const d=this.getDistance()*i*(V?-1:1);c(o,"transform",q(U(-a+(d-d*u),-Se(o),g(o).width)*(V?-1:1),"px"));const f=this.getActives(),b=this.getItemIn(),k=this.getItemIn(!0);u=t?U(u,-1,1):0;for(const p of N(o)){const S=v(f,p),J=p===b,mt=p===k,xt=J||!mt&&(S||i*(V?-1:1)===-1^Hi(p,o)>Hi(t||e));Qt(p,`itemtranslate${xt?"in":"out"}`,{dir:i,percent:mt?1-u:J?u:S?1:0})}},percent(){return Math.abs((new DOMMatrix(c(o,"transform")).m41*(V?-1:1)+r)/(a-r))},getDistance(){return Math.abs(a-r)},getItemIn(u=!1){let d=this.getActives(),f=Mo(o,oi(e||t,o,s));if(u){const b=d;d=f,f=b}return f[yt(f,b=>!v(d,b))]},getActives(){return Mo(o,oi(t||e,o,s))}}}function oi(t,e,i){const s=Hi(t,e);return i?s-vl(t,e):Math.min(s,Ao(e))}function Ao(t){return Math.max(0,Se(t)-g(t).width)}function Se(t,e){return qt(N(t).slice(0,e),i=>g(i).width)}function vl(t,e){return g(e).width/2-g(t).width/2}function Hi(t,e){return t&&(rs(t).left+(V?g(t).width-g(e).width:0))*(V?-1:1)||0}function Mo(t,e){e-=1;const i=g(t).width,s=e+i+2;return N(t).filter(n=>{const o=Hi(n,t),r=o+Math.min(g(n).width,i);return o>=e&&r<=s})}var bl={mixins:[st,lo,Po,To,_o],props:{center:Boolean,sets:Boolean,active:String},data:{center:!1,sets:!1,attrItem:"uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"uk-slider-container",active:"all",Transitioner:ml},computed:{finite({finite:t}){return t||wl(this.list,this.center)},maxIndex(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return Wt(this.sets);let t=0;const e=Ao(this.list),i=yt(this.slides,s=>{if(t>=e-.005)return!0;t+=g(s).width});return~i?i:this.length-1},sets({sets:t}){if(!t||this.parallax)return;let e=0;const i=[],s=g(this.list).width;for(let n=0;n<this.length;n++){const o=g(this.slides[n]).width;e+o>s&&(e=0),this.center?e<s/2&&e+o+g(this.slides[at(n+1,this.slides)]).width/2>s/2&&(i.push(n),e=s/2-o/2):e===0&&i.push(Math.min(n,this.maxIndex)),e+=o}if(i.length)return i},transitionOptions(){return{center:this.center,list:this.list}},slides(){return N(this.list).filter(j)}},connected(){H(this.$el,this.clsContainer,!$(`.${this.clsContainer}`,this.$el))},observe:ct({target:({slides:t,$el:e})=>[e,...t]}),update:{write(){for(const t of this.navItems){const e=St(tt(t,this.attrItem));e!==!1&&(t.hidden=!this.maxIndex||e>this.maxIndex||this.sets&&!v(this.sets,e))}this.reorder(),this.parallax||this._translate(1),this.updateActiveClasses()},events:["resize"]},events:{beforeitemshow(t){!this.dragging&&this.sets&&this.stack.length<2&&!v(this.sets,this.index)&&(this.index=this.getValidIndex());const e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(let n=0;n<e;n++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault();return}const i=this.dir<0||!this.slides[this.prevIndex]?this.index:this.prevIndex,s=Se(this.list)/this.length;this.duration=co(s/this.velocity)*(g(this.slides[i]).width/s),this.reorder()},itemshow(){~this.prevIndex&&C(this._getTransitioner().getItemIn(),this.clsActive),this.updateActiveClasses(this.prevIndex)},itemshown(){this.updateActiveClasses()}},methods:{reorder(){if(this.finite){c(this.slides,"order","");return}const t=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach((n,o)=>c(n,"order",this.dir>0&&o<t?1:this.dir<0&&o>=this.index?-1:"")),!this.center||!this.length)return;const e=this.slides[t];let i=g(this.list).width/2-g(e).width/2,s=0;for(;i>0;){const n=this.getIndex(--s+t,t),o=this.slides[n];c(o,"order",n>t?-2:-1),i-=g(o).width}},updateActiveClasses(t=this.index){let e=this._getTransitioner(t).getActives();this.active!=="all"&&(e=[this.slides[this.getValidIndex(t)]]);const i=[this.clsActive,!this.sets||v(this.sets,I(this.index))?this.clsActivated:""];for(const s of this.slides){const n=v(e,s);H(s,i,n),s.ariaHidden=!n;for(const o of D(de,s))vt(o,"_tabindex")||(o._tabindex=o.tabIndex),o.tabIndex=n?o._tabindex:-1}},getValidIndex(t=this.index,e=this.prevIndex){if(t=this.getIndex(t,e),!this.sets)return t;let i;do{if(v(this.sets,t))return t;i=t,t=this.getIndex(t+this.dir,e)}while(t!==i);return t},getAdjacentSlides(){const{width:t}=g(this.list),e=-t,i=t*2,s=g(this.slides[this.index]).width,n=this.center?t/2-s/2:0,o=new Set;for(const r of[-1,1]){let a=n+(r>0?s:0),l=0;do{const h=this.slides[this.getIndex(this.index+r+l++*r)];a+=g(h).width*r,o.add(h)}while(this.length>l&&a>e&&a<i)}return Array.from(o)},getIndexAt(t){let e=-1;const i=this.center?Se(this.list)-(g(this.slides[0]).width/2+g(Wt(this.slides)).width/2):Se(this.list,this.maxIndex);let s=t*i,n=0;do{const o=g(this.slides[++e]).width,r=this.center?o/2+g(this.slides[e+1]).width/2:o;n=s/r%1,s-=r}while(s>=0&&e<this.maxIndex);return[e,n]}}};function wl(t,e){if(!t||t.length<2)return!0;const{width:i}=g(t);if(!e)return Math.ceil(Se(t))<Math.trunc(i+$l(t));const s=N(t),n=Math.trunc(i/2);for(const o in s){const r=s[o],a=g(r).width,l=new Set([r]);let h=0;for(const u of[-1,1]){let d=a/2,f=0;for(;d<n;){const b=s[at(+o+u+f++*u,s)];if(l.has(b))return!0;d+=g(b).width,l.add(b)}h=Math.max(h,a/2+g(s[at(+o+u,s)]).width/2-(d-n))}if(Math.trunc(h)>qt(s.filter(u=>!l.has(u)),u=>g(u).width))return!0}return!1}function $l(t){return Math.max(0,...N(t).map(e=>g(e).width))}var Oo={mixins:[wo],beforeConnect(){this.item=this.$el.closest(`.${this.$options.id.replace("parallax","items")} > *`)},disconnected(){this.item=null},events:[{name:"itemin itemout",self:!0,el:({item:t})=>t,handler({type:t,detail:{percent:e,duration:i,timing:s,dir:n}}){Nt.read(()=>{if(!this.matchMedia)return;const o=this.getCss(Bo(t,n,e)),r=this.getCss(Do(t)?.5:n>0?1:0);Nt.write(()=>{c(this.$el,o),O.start(this.$el,r,i,s).catch(A)})})}},{name:"transitioncanceled transitionend",self:!0,el:({item:t})=>t,handler(){O.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:({item:t})=>t,handler({type:t,detail:{percent:e,dir:i}}){Nt.read(()=>{if(!this.matchMedia){this.reset();return}const s=this.getCss(Bo(t,i,e));Nt.write(()=>c(this.$el,s))})}}]};function Do(t){return oe(t,"in")}function Bo(t,e,i){return i/=2,Do(t)^e<0?i:1-i}var xl={mixins:[st,ho,Po,To,_o],props:{ratio:String,minHeight:String,maxHeight:String},data:{ratio:"16:9",minHeight:void 0,maxHeight:void 0,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Za},watch:{list(t){c(t,{aspectRatio:this.ratio?this.ratio.replace(":","/"):void 0,minHeight:this.minHeight,maxHeight:this.maxHeight,width:"100%"})}},methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}},kl={mixins:[st,Fn],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},events:{name:dt,passive:!1,handler(t){this.init(t)}},computed:{target:(t,e)=>(e.tBodies||[e])[0],items(){return N(this.target)},isEmpty(){return!this.items.length},handles({handle:t},e){return t?D(t,e):this.items}},watch:{isEmpty(t){H(this.target,this.clsEmpty,t)},handles(t,e){const i={touchAction:"none",userSelect:"none"};wt(e,i),c(t,i)}},update:{write(t){if(!this.drag||!M(this.placeholder))return;const{pos:{x:e,y:i},origin:{offsetTop:s,offsetLeft:n},placeholder:o}=this;c(this.drag,{top:i-s,left:e-n});const r=this.getSortable(document.elementFromPoint(e,i));if(!r)return;const{items:a}=r;if(a.some(O.inProgress))return;const l=Cl(a,{x:e,y:i});if(a.length&&(!l||l===o))return;const h=this.getSortable(o),u=El(r.target,l,o,e,i,r===h&&t.moved!==l);u!==!1&&(u&&o===u||(r!==h?(h.remove(o),t.moved=l):delete t.moved,r.insert(o,u),this.touched.add(r)))},events:["move"]},methods:{init(t){const{target:e,button:i,defaultPrevented:s}=t,[n]=this.items.filter(o=>o.contains(e));!n||s||i>0||pi(e)||e.closest(`.${this.clsNoDrag}`)||this.handle&&!e.closest(this.handle)||(t.preventDefault(),this.pos=Et(t),this.touched=new Set([this]),this.placeholder=n,this.origin={target:e,index:Ct(n),...this.pos},w(document,De,this.move),w(document,At,this.end),this.threshold||this.start(t))},start(t){this.drag=Il(this.$container,this.placeholder);const{left:e,top:i}=g(this.placeholder);pt(this.origin,{offsetLeft:this.pos.x-e,offsetTop:this.pos.y-i}),C(this.drag,this.clsDrag,this.clsCustom),C(this.placeholder,this.clsPlaceholder),C(this.items,this.clsItem),C(document.documentElement,this.clsDragState),m(this.$el,"start",[this,this.placeholder]),yl(this.pos),this.move(t)},move:Pl(function(t){pt(this.pos,Et(t)),!this.drag&&(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t),this.$emit("move")}),end(){if(Vt(document,De,this.move),Vt(document,At,this.end),!this.drag)return;Sl();const t=this.getSortable(this.placeholder);this===t?this.origin.index!==Ct(this.placeholder)&&m(this.$el,"moved",[this,this.placeholder]):(m(t.$el,"added",[t,this.placeholder]),m(this.$el,"removed",[this,this.placeholder])),m(this.$el,"stop",[this,this.placeholder]),et(this.drag),this.drag=null;for(const{clsPlaceholder:e,clsItem:i}of this.touched)for(const s of this.touched)_(s.items,e,i);this.touched=null,_(document.documentElement,this.clsDragState)},insert(t,e){C(this.items,this.clsItem),e&&e.previousElementSibling!==t?this.animate(()=>bi(e,t)):!e&&this.target.lastElementChild!==t&&this.animate(()=>W(this.target,t))},remove(t){this.target.contains(t)&&this.animate(()=>et(t))},getSortable(t){do{const e=this.$getComponent(t,"sortable");if(e&&(e===this||this.group!==!1&&e.group===this.group))return e}while(t=M(t))}}};let No;function yl(t){let e=Date.now();No=setInterval(()=>{let{x:i,y:s}=t;s+=document.scrollingElement.scrollTop;const n=(Date.now()-e)*.3;e=Date.now(),Yt(document.elementFromPoint(i,t.y)).reverse().some(o=>{let{scrollTop:r,scrollHeight:a}=o;const{top:l,bottom:h,height:u}=nt(o);if(l<s&&l+35>s)r-=n;else if(h>s&&h-35<s)r+=n;else return;if(r>0&&r<a-u)return o.scrollTop=r,!0})},15)}function Sl(){clearInterval(No)}function Il(t,e){let i;if(F(e,"li","tr")){i=$("<div>"),W(i,e.cloneNode(!0).children);for(const s of e.getAttributeNames())y(i,s,e.getAttribute(s))}else i=e.cloneNode(!0);return W(t,i),c(i,"margin","0","important"),c(i,{boxSizing:"border-box",width:e.offsetWidth,height:e.offsetHeight,padding:c(e,"padding")}),it(i.firstElementChild,it(e.firstElementChild)),i}function Cl(t,e){return t[yt(t,i=>ui(e,g(i)))]}function El(t,e,i,s,n,o){if(!N(t).length)return;const r=g(e);if(!o)return Tl(t,i)||n<r.top+r.height/2?e:e.nextElementSibling;const a=g(i),l=zo([r.top,r.bottom],[a.top,a.bottom]),[h,u,d,f]=l?[s,"width","left","right"]:[n,"height","top","bottom"],b=a[u]<r[u]?r[u]-a[u]:0;return a[d]<r[d]?b&&h<r[d]+b?!1:e.nextElementSibling:b&&h>r[f]-b?!1:e}function Tl(t,e){const i=N(t).length===1;i&&W(t,e);const s=N(t),n=s.some((o,r)=>{const a=g(o);return s.slice(r+1).some(l=>{const h=g(l);return!zo([a.left,a.right],[h.left,h.right])})});return i&&et(e),n}function zo(t,e){return t[1]>e[0]&&e[1]>t[0]}function Pl(t){let e;return function(...i){e||(e=!0,t.call(this,...i),requestAnimationFrame(()=>e=!1))}}var _l={mixins:[Ze,Kt,Un],data:{pos:"top",animation:["uk-animation-scale-up"],duration:100,cls:"uk-active"},connected(){Al(this.$el)},disconnected(){this.hide()},methods:{show(){if(this.isToggled(this.tooltip||null))return;const{delay:t=0,title:e}=Ol(this.$options);if(!e)return;const i=y(this.$el,"title"),s=w(this.$el,["blur",Ot],o=>!gt(o)&&this.hide());this.reset=()=>{y(this.$el,{title:i,"aria-describedby":null}),s()};const n=te(this);y(this.$el,{title:null,"aria-describedby":n}),clearTimeout(this.showTimer),this.showTimer=setTimeout(()=>this._show(e,n),t)},async hide(){var t;P(this.$el,"input:focus")||(clearTimeout(this.showTimer),this.isToggled(this.tooltip||null)&&await this.toggleElement(this.tooltip,!1,!1),(t=this.reset)==null||t.call(this),et(this.tooltip),this.tooltip=null)},async _show(t,e){this.tooltip=W(this.container,`<div id="${e}" class="uk-${this.$options.name}" role="tooltip"> <div class="uk-${this.$options.name}-inner">${t}</div> </div>`),w(this.tooltip,"toggled",(i,s)=>{if(!s)return;const n=()=>this.positionAt(this.tooltip,this.$el);n();const[o,r]=Ml(this.tooltip,this.$el,this.pos);this.origin=this.axis==="y"?`${ki(o)}-${r}`:`${r}-${ki(o)}`;const a=[z(document,`keydown ${dt}`,this.hide,!1,l=>l.type===dt&&!this.$el.contains(l.target)||l.type==="keydown"&&l.keyCode===B.ESC),w([document,...Xt(this.$el)],"scroll",n,{passive:!0})];z(this.tooltip,"hide",()=>a.forEach(l=>l()),{self:!0})}),await this.toggleElement(this.tooltip,!0)||this.hide()}},events:{[`focus ${Mt} ${dt}`](t){(!gt(t)||t.type===dt)&&document.readyState!=="loading"&&this.show()}}};function Al(t){Ne(t)||(t.tabIndex=0)}function Ml(t,e,[i,s]){const n=T(t),o=T(e),r=[["left","right"],["top","bottom"]];for(const l of r){if(n[l[0]]>=o[l[1]]){i=l[1];break}if(n[l[1]]<=o[l[0]]){i=l[0];break}}return s=(v(r[0],i)?r[1]:r[0]).find(l=>n[l]===o[l])||"center",[i,s]}function Ol(t){const{el:e,id:i,data:s}=t;return["delay","title"].reduce((n,o)=>({[o]:tt(e,o),...n}),{...be(tt(e,i),["title"]),...s})}var Dl={mixins:[_i],i18n:{invalidMime:"Invalid File Type: %s",invalidName:"Invalid File Name: %s",invalidSize:"Invalid File Size: %s Kilobytes Max"},props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,multiple:!1,name:"files[]",params:{},type:"",url:"",abort:A,beforeAll:A,beforeSend:A,complete:A,completeAll:A,error:A,fail:A,load:A,loadEnd:A,loadStart:A,progress:A},events:{change(t){P(t.target,'input[type="file"]')&&(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop(t){Fi(t);const e=t.dataTransfer;e!=null&&e.files&&(_(this.$el,this.clsDragover),this.upload(e.files))},dragenter(t){Fi(t)},dragover(t){Fi(t),C(this.$el,this.clsDragover)},dragleave(t){Fi(t),_(this.$el,this.clsDragover)}},methods:{async upload(t){if(t=re(t),!t.length)return;m(this.$el,"upload",[t]);for(const s of t){if(this.maxSize&&this.maxSize*1e3<s.size){this.fail(this.t("invalidSize",this.maxSize));return}if(this.allow&&!Ho(this.allow,s.name)){this.fail(this.t("invalidName",this.allow));return}if(this.mime&&!Ho(this.mime,s.type)){this.fail(this.t("invalidMime",this.mime));return}}this.multiple||(t=t.slice(0,1)),this.beforeAll(this,t);const e=Bl(t,this.concurrent),i=async s=>{const n=new FormData;s.forEach(o=>n.append(this.name,o));for(const o in this.params)n.append(o,this.params[o]);try{const o=await Nl(this.url,{data:n,method:this.method,responseType:this.type,beforeSend:r=>{const{xhr:a}=r;w(a.upload,"progress",this.progress);for(const l of["loadStart","load","loadEnd","abort"])w(a,l.toLowerCase(),this[l]);return this.beforeSend(r)}});this.complete(o),e.length?await i(e.shift()):this.completeAll(o)}catch(o){this.error(o)}};await i(e.shift())}}};function Ho(t,e){return e.match(new RegExp(`^${t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")}$`,"i"))}function Bl(t,e){const i=[];for(let s=0;s<t.length;s+=e)i.push(t.slice(s,s+e));return i}function Fi(t){t.preventDefault(),t.stopPropagation()}async function Nl(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:A,responseType:"",...e};return await i.beforeSend(i),zl(t,i)}function zl(t,e){return new Promise((i,s)=>{const{xhr:n}=e;for(const o in e)if(o in n)try{n[o]=e[o]}catch{}n.open(e.method.toUpperCase(),t);for(const o in e.headers)n.setRequestHeader(o,e.headers[o]);w(n,"load",()=>{n.status===0||n.status>=200&&n.status<300||n.status===304?i(n):s(pt(Error(n.statusText),{xhr:n,status:n.status}))}),w(n,"error",()=>s(pt(Error("Network Error"),{xhr:n}))),w(n,"timeout",()=>s(pt(Error("Network Timeout"),{xhr:n}))),n.send(e.data)})}var Hl=Object.freeze({__proto__:null,Countdown:Yr,Filter:ra,Lightbox:il,LightboxPanel:fo,Notification:ol,Parallax:pl,Slider:bl,SliderParallax:Oo,Slideshow:xl,SlideshowParallax:Oo,Sortable:kl,Tooltip:_l,Upload:Dl});function Fl(t){Ut&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>Fo(t)):new MutationObserver((e,i)=>{document.body&&(Fo(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function Fo(t){m(document,"uikit:init",t),document.body&&Bt(document.body,Lo),new MutationObserver(Ll).observe(document,{subtree:!0,childList:!0,attributes:!0}),t._initialized=!0}function Ll(t){var e;for(const{addedNodes:i,removedNodes:s,target:n,attributeName:o}of t){for(const a of i)Bt(a,Lo);for(const a of s)Bt(a,jl);const r=o&&jo(o);r&&(It(n,o)?ei(r,n):(e=Mi(n,r))==null||e.$destroy())}}function Lo(t){const e=ii(t);for(const i in e)Os(e[i]);for(const i of t.getAttributeNames()){const s=jo(i);s&&ei(s,t)}}function jl(t){const e=ii(t);for(const i in e)Ds(e[i])}function jo(t){kt(t,"data-")&&(t=t.slice(5));const e=xe[t];return e&&(e.options||e).name}Va(ht),Ga(ht);var Wo={mixins:[st,Kt],props:{animation:Boolean,targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:!0,collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:({targets:t},e)=>D(t,e),toggles({toggle:t}){return this.items.map(e=>$(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||$(t,e)})}},watch:{items(t,e){if(e||x(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},toggles(){this.$emit()},contents(t){for(const e of t){const i=x(this.items.find(s=>s.contains(e)),this.clsOpen);Li(e,!i)}this.$emit()}},observe:Ti(),events:[{name:"click keydown",delegate:({targets:t,$props:e})=>`${t} ${e.toggle}`,async handler(t){var e;t.type==="keydown"&&t.keyCode!==B.SPACE||(Pt(t),(e=this._off)==null||e.call(this),this._off=ql(t.target),await this.toggle(Ct(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate:({targets:t})=>t,handler(){this.$emit()}}],update(){const t=ze(this.items,`.${this.clsOpen}`);for(const e in this.items){const i=this.toggles[e],s=this.contents[e];if(!i||!s)continue;i.id=te(this,i),s.id=te(this,s);const n=v(t,this.items[e]);y(i,{role:F(i,"a")?"button":null,"aria-controls":s.id,"aria-expanded":n,"aria-disabled":!this.collapsible&&t.length<2&&n}),y(s,{role:"region","aria-labelledby":i.id}),F(s,"ul")&&y(N(s),"role","presentation")}},methods:{toggle(t,e){t=this.items[at(t,this.items)];let i=[t];const s=ze(this.items,`.${this.clsOpen}`);if(!this.multiple&&!v(s,i[0])&&(i=i.concat(s)),!(!this.collapsible&&s.length<2&&v(s,t)))return Promise.all(i.map(n=>this.toggleElement(n,!v(s,n),(o,r)=>{if(H(o,this.clsOpen,r),e===!1||!this.animation){Li($(this.content,o),!r);return}return Wl(o,r,this)})))}}};function Li(t,e){t&&(t.hidden=e)}async function Wl(t,e,{content:i,duration:s,velocity:n,transition:o}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||$(i,t),t._wrapper||(t._wrapper=je(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=I(c(a,"height"));await O.cancel(a),Li(i,!1);const h=qt(["marginTop","marginBottom"],d=>c(i,d))+g(i).height,u=l/h;s=(n*h+s)*(e?1-u:u),c(a,"height",l),await O.start(a,{height:e?h:0},s,o),We(i),delete t._wrapper,e||Li(i,!0)}function ql(t){const e=zt(t,!0);let i;return function s(){i=requestAnimationFrame(()=>{const{top:n}=g(t);n<0&&(e.scrollTop+=n),s()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var Rl={mixins:[st,Kt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate:({selClose:t})=>t,handler(t){Pt(t),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,Ul),this.$destroy(!0)}}};function Ul(t,e,{duration:i,transition:s,velocity:n}){const o=I(c(t,"height"));return c(t,"height",o),O.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},n*o+i,s)}var qo={args:"autoplay",props:{automute:Boolean,autoplay:Boolean,restart:Boolean,hoverTarget:Boolean},data:{automute:!1,autoplay:!0,restart:!1,hoverTarget:!1},beforeConnect(){const t=F(this.$el,"video");this.autoplay==="inview"&&t&&!It(this.$el,"preload")&&(this.$el.preload="none"),!t&&!It(this.$el,"allow")&&(this.$el.allow="autoplay"),this.autoplay==="hover"&&(t?this.$el.tabIndex=0:this.autoplay=!0),(this.automute||It(this.$el,"muted"))&&vn(this.$el)},events:[{name:`${Mt} focusin`,el:({hoverTarget:t,$el:e})=>Q(t,e)||e,filter:({autoplay:t})=>v(t,"hover"),handler(t){!gt(t)||!Vl(this.$el)?us(this.$el):zs(this.$el,this.restart)}},{name:`${Ot} focusout`,el:({hoverTarget:t,$el:e})=>Q(t,e)||e,filter:({autoplay:t})=>v(t,"hover"),handler(t){gt(t)||zs(this.$el,this.restart)}}],observe:[Jt({filter:({$el:t})=>t.preload==="none",handler([{target:t}]){t.preload="",this.$reset()}}),Jt({filter:({$el:t,autoplay:e})=>e!=="hover"&&t.preload!=="none",handler([{isIntersecting:t,target:e}]){document.fullscreenElement||(t?this.autoplay&&us(e):zs(e,this.restart))},args:{intersecting:!1},options:({$el:t,autoplay:e})=>({root:e==="inview"?null:M(t).closest(":not(a)")})})]};function Vl(t){return!t.paused&&!t.ended}function zs(t,e){mn(t),e&&F(t,"video")&&(t.currentTime=0)}var Gl={mixins:[qo],props:{width:Number,height:Number},data:{automute:!0},created(){this.useObjectFit=F(this.$el,"img","video")},observe:ct({target:({$el:t})=>Ro(t)||M(t),filter:({useObjectFit:t})=>!t}),update:{read(){if(this.useObjectFit)return!1;const{$el:t,width:e=t.clientWidth,height:i=t.clientHeight}=this,s=Ro(t)||M(t),n=Xi.cover({width:e,height:i},{width:s.offsetWidth,height:s.offsetHeight});return n.width&&n.height?n:!1},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function Ro(t){for(;t=M(t);)if(c(t,"position")!=="static")return t}let Y;var Uo={mixins:[st,Ze,Un,Kt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryX:Boolean,boundaryY:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,stretch:Boolean,delayShow:Number,delayHide:Number,autoUpdate:Boolean,animateOut:Boolean,bgScroll:Boolean,closeOnScroll:Boolean},data:{mode:["click","hover"],toggle:"- *",boundary:!1,boundaryX:!1,boundaryY:!1,target:!1,targetX:!1,targetY:!1,stretch:!1,delayShow:0,delayHide:800,autoUpdate:!0,animateOut:!1,bgScroll:!0,animation:["uk-animation-fade"],cls:"uk-open",container:!1,closeOnScroll:!1,selClose:".uk-drop-close"},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},s){return[Q(e||t,s)||window,Q(i||t,s)||window]},target({target:t,targetX:e,targetY:i},s){return e||(e=t||this.targetEl),i||(i=t||this.targetEl),[e===!0?window:Q(e,s),i===!0?window:Q(i,s)]}},created(){this.tracker=new fn},connected(){C(this.$el,"uk-drop"),this.toggle&&!this.targetEl&&(this.targetEl=Xl(this)),y(this.targetEl,"aria-expanded",!1),this._style=ci(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),Y=null),c(this.$el,this._style)},events:[{name:"click",delegate:({selClose:t})=>t,handler(t){Pt(t),this.hide(!1)}},{name:"click",delegate:()=>'a[href*="#"]',handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&pe(e)&&!this.$el.contains($(i))&&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==null?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e==null?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),P(this.$el,":focus,:hover")||this.hide()}},{name:`${Mt} focusin`,filter:({mode:t})=>v(t,"hover"),handler(t){gt(t)||this.clearTimers()}},{name:`${Ot} focusout`,filter:({mode:t})=>v(t,"hover"),handler(t){!gt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){Y=this,this.tracker.init(),y(this.targetEl,"aria-expanded",!0);const t=[Jl(this),Kl(this),Zl(this),this.autoUpdate&&Vo(this),this.closeOnScroll&&Ql(this)];z(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0}),this.bgScroll||z(this.$el,"hidden",Rn(this.$el),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){Y=Y===null&&this.$el.contains(t)&&this.isToggled()?this:Y;return}Y=this.isActive()?null:Y,this.tracker.cancel(),y(this.targetEl,"aria-expanded",!1)}}],update:{write(){this.isToggled()&&!x(this.$el,this.clsEnter)&&this.position()}},methods:{show(t=this.targetEl,e=!0){if(this.isToggled()&&t&&this.targetEl&&t!==this.targetEl&&this.hide(!1,!1),this.targetEl=t,this.clearTimers(),!this.isActive()){if(Y){if(e&&Y.isDelaying()){this.showTimer=setTimeout(()=>P(t,":hover")&&this.show(),10);return}let i;for(;Y&&i!==Y&&!Y.$el.contains(this.$el);)i=Y,Y.hide(!1,!1);e=!1}this.container&&M(this.$el)!==this.container&&W(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t=!0,e=!0){const i=()=>this.toggleElement(this.$el,!1,this.animateOut&&e);this.clearTimers(),this.isDelayedHide=t,t&&this.isDelaying()?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null},isActive(){return Y===this},isDelaying(){return[this.$el,...D(".uk-drop",this.$el)].some(t=>this.tracker.movesTo(t))},position(){const t=Pi(this.$el);_(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const e=this.target.map(o=>Yl(this.$el,o)),i=this.getViewportOffset(this.$el),s=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[o,[r,a]]of s)this.axis!==r&&v([r,!0],this.stretch)&&c(this.$el,{[a]:Math.min(T(this.boundary[o])[a],e[o][a]-2*i),[`overflow-${r}`]:"auto"});const n=e[0].width-2*i;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>n&&C(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",n),this.positionAt(this.$el,this.target,this.boundary);for(const[o,[r,a,l,h]]of s)if(this.axis===r&&v([r,!0],this.stretch)){const u=Math.abs(this.getPositionOffset()),d=T(this.target[o]),f=T(this.$el);c(this.$el,{[a]:(d[l]>f[l]?d[this.inset?h:l]-Math.max(T(this.boundary[o])[l],e[o][l]+i):Math.min(T(this.boundary[o])[h],e[o][h]-i)-d[this.inset?l:h])-u,[`overflow-${r}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}t()}}};function Yl(t,e){return nt(Xt(e).find(i=>i.contains(t)))}function Xl(t){const{$el:e}=t.$create("toggle",Q(t.toggle,t.$el),{target:t.$el,mode:t.mode});return e.ariaHasPopup=!0,e}function Jl(t){const e=()=>t.$emit(),i=[cs(e),Ue(Xt(t.$el).concat(t.target),e)];return()=>i.map(s=>s.disconnect())}function Vo(t,e=()=>t.$emit()){return w([document,...Xt(t.$el)],"scroll",e,{passive:!0})}function Kl(t){return w(document,"keydown",e=>{e.keyCode===B.ESC&&t.hide(!1)})}function Ql(t){return Vo(t,()=>t.hide(!1))}function Zl(t){return w(document,dt,({target:e})=>{t.$el.contains(e)||z(document,`${At} ${fi} scroll`,({defaultPrevented:i,type:s,target:n})=>{var o;!i&&s===At&&e===n&&!((o=t.targetEl)!=null&&o.contains(e))&&t.hide(!1)},!0)})}var Go={mixins:[st,Ze],props:{align:String,boundary:Boolean,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number,mode:Boolean,offset:Boolean,stretch:Boolean,delayShow:Boolean,delayHide:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,animation:Boolean,animateOut:Boolean,closeOnScroll:Boolean},data:{align:V?"right":"left",clsDrop:"uk-dropdown",clsDropbar:"uk-dropnav-dropbar",boundary:!0,dropbar:!1,dropbarAnchor:!1,flip:!0,delayShow:160,duration:200,container:!1,selNavItem:"> li > a, > ul > li > a"},computed:{dropbarAnchor:({dropbarAnchor:t},e)=>Q(t,e)||e,dropbar({dropbar:t}){return t?(t=this._dropbar||Q(t,this.$el)||$(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=$("<div>"))):null},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const s=D(`.${t}`,e);if(this.dropContainer!==e)for(const n of D(`.${t}`,this.dropContainer)){const o=(i=this.getDropdown(n))==null?void 0:i.targetEl;!v(s,n)&&o&&this.$el.contains(o)&&s.push(n)}return s},items({selNavItem:t},e){return D(t,e)}},watch:{dropbar(t){C(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(){this.initializeDropdowns()}},connected(){this.initializeDropdowns(),tc(this.$el)},disconnected(){et(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate:({selNavItem:t})=>t,handler({current:t}){const e=this.getActive();e&&v(e.mode,"hover")&&e.targetEl&&!t.contains(e.targetEl)&&!e.isDelaying()&&e.hide(!1)}},{name:"keydown",self:!0,delegate:({selNavItem:t})=>t,handler(t){var e;const{current:i,keyCode:s}=t,n=this.getActive();if(s===B.DOWN)if((n==null?void 0:n.targetEl)===i)t.preventDefault(),(e=$(de,n.$el))==null||e.focus();else{const o=this.dropdowns.find(r=>{var a;return((a=this.getDropdown(r))==null?void 0:a.targetEl)===i});o&&(t.preventDefault(),i.click(),z(o,"show",r=>{var a;return(a=$(de,r.target))==null?void 0:a.focus()}))}Yo(t,this.items,n)}},{name:"keydown",el:({dropContainer:t})=>t,delegate:({clsDrop:t})=>`.${t}`,handler(t){var e;const{current:i,keyCode:s,target:n}=t;if(pi(n)||!v(this.dropdowns,i))return;const o=this.getActive();let r=-1;if(s===B.HOME?r=0:s===B.END?r="last":s===B.UP?r="previous":s===B.DOWN?r="next":s===B.ESC&&((e=o.targetEl)==null||e.focus()),~r){t.preventDefault();const a=D(de,i);a[at(r,a,yt(a,l=>P(l,":focus")))].focus();return}Yo(t,this.items,o)}},{name:"mouseleave",el:({dropbar:t})=>t,filter:({dropbar:t})=>t,handler(){const t=this.getActive();t&&v(t.mode,"hover")&&!this.dropdowns.some(e=>P(e,":hover"))&&t.hide()}},{name:"beforeshow",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&wi(this.dropbarAnchor,this.dropbar),C(t,`${this.clsDrop}-dropbar`))}},{name:"show",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const s=Math.max(...fe(t,`.${this.clsDrop}`).concat(t).map(n=>T(n).bottom));T(this.dropbar,{left:T(this.dropbar).left,top:this.getDropbarOffset(e.getPositionOffset())}),this.transitionTo(s-T(this.dropbar).top+I(c(t,"marginBottom")),t)};this._observer=Ue([e.$el,...e.target],i),i()}},{name:"beforehide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler(t){const e=this.getActive();P(this.dropbar,":hover")&&e.$el===t.target&&this.isDropbarDrop(e.$el)&&v(e.mode,"hover")&&e.isDelayedHide&&!this.items.some(i=>e.targetEl!==i&&P(i,":focus"))&&t.preventDefault()}},{name:"hide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){var e;if(!this.isDropbarDrop(t))return;(e=this._observer)==null||e.disconnect();const i=this.getActive();(!i||i.$el===t)&&this.transitionTo(0)}}],methods:{getActive(){var t;return v(this.dropdowns,(t=Y)==null?void 0:t.$el)&&Y},async transitionTo(t,e){const{dropbar:i}=this,s=it(i);if(e=s<t&&e,await O.cancel([e,i]),e){const n=T(e).top-T(i).top-s;n>0&&c(e,"transitionDelay",`${n/t*this.duration}ms`)}c(e,"clipPath",`polygon(0 0,100% 0,100% ${s}px,0 ${s}px)`),it(i,s),await Promise.all([O.start(i,{height:t},this.duration),O.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:"",transitionDelay:""}))]).catch(A)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return v(this.dropdowns,t)&&x(t,this.clsDrop)},getDropbarOffset(t){const{$el:e,target:i,targetY:s}=this,{top:n,height:o}=T(Q(s||i||e,e));return n+o+t},initializeDropdowns(){this.$create("drop",this.dropdowns.filter(t=>!this.getDropdown(t)),{...this.$props,flip:this.flip&&!this.$props.dropbar,shift:!0,pos:`bottom-${this.align}`,boundaryX:this.boundary===!0?this.$el:this.boundary})}}};function Yo(t,e,i){var s,n,o;const{current:r,keyCode:a}=t;let l=-1;a===B.HOME?l=0:a===B.END?l="last":a===B.LEFT?l="previous":a===B.RIGHT?l="next":a===B.TAB&&((s=i.targetEl)==null||s.focus(),(n=i.hide)==null||n.call(i,!1)),~l&&(t.preventDefault(),(o=i.hide)==null||o.call(i,!1),e[at(l,e,e.indexOf(i.targetEl||r))].focus())}function tc(t){const e=()=>i.forEach(s=>s()),i=[z(t.ownerDocument,De,s=>t.contains(s.target)||e()),w(t,`mouseenter ${Mt}`,s=>s.stopPropagation(),{capture:!0}),w(t,`mouseleave ${Ot}`,e,{capture:!0})]}var ec={mixins:[st],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>$(Be,e),state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&M(this.input)===e&&this.input.nextElementSibling||$(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let s;const n=pi(e)?"value":"textContent",o=e[n],r=(t=i.files)!=null&&t[0]?i.files[0].name:P(i,"select")&&(s=D("option",i).filter(a=>a.selected)[0])?s.textContent:i.value;o!==r&&(e[n]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el:({$el:t})=>t.closest("form"),handler(){this.$emit()}}]},ic={extends:On,mixins:[st],name:"grid",props:{masonry:Boolean,parallax:String,parallaxStart:String,parallaxEnd:String,parallaxJustify:Boolean},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0,parallaxStart:0,parallaxEnd:0,parallaxJustify:!1},connected(){this.masonry&&C(this.$el,"uk-flex-top","uk-flex-wrap-top")},observe:Je({filter:({parallax:t,parallaxJustify:e})=>t||e}),update:[{write({rows:t}){H(this.$el,this.clsStack,!t.some(e=>e.length>1))},events:["resize"]},{read(t){const{rows:e}=t;let{masonry:i,parallax:s,parallaxJustify:n,margin:o}=this;if(s=Math.max(0,X(s)),!(i||s||n)||Xo(e)||e[0].some((k,p)=>e.some(S=>S[p]&&S[p].offsetWidth!==k.offsetWidth)))return t.translates=t.scrollColumns=!1;let r=nc(e,o),a,l;i?[a,l]=sc(e,r,i==="next"):a=oc(e);const h=a.map(k=>qt(k,"offsetHeight")+r*(k.length-1)),u=Math.max(0,...h);let d,f,b;return(s||n)&&(d=h.map((k,p)=>n?u-k+s:s/(p%2||8)),n||(s=Math.max(...h.map((k,p)=>k+d[p]-u))),f=X(this.parallaxStart,"height",this.$el,!0),b=X(this.parallaxEnd,"height",this.$el,!0)),{columns:a,translates:l,scrollColumns:d,parallaxStart:f,parallaxEnd:b,padding:s,height:l?u:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read({rows:t,scrollColumns:e,parallaxStart:i,parallaxEnd:s}){return{scrolled:e&&!Xo(t)?Ci(this.$el,i,s):!1}},write({columns:t,scrolled:e,scrollColumns:i,translates:s}){!e&&!s||t.forEach((n,o)=>n.forEach((r,a)=>{let[l,h]=s&&s[o][a]||[0,0];e&&(h+=e*i[o]),c(r,"transform",`translate(${l}px, ${h}px)`)}))},events:["scroll","resize"]}]};function Xo(t){return t.flat().some(e=>c(e,"position")==="absolute")}function sc(t,e,i){const s=[],n=[],o=Array(t[0].length).fill(0);let r=0;for(let a of t){V&&a.reverse();let l=0;for(const h in a){const{offsetWidth:u,offsetHeight:d}=a[h],f=i?h:o.indexOf(Math.min(...o));Hs(s,f,a[h]),Hs(n,f,[(f-h)*u*(V?-1:1),o[f]-r]),o[f]+=d+e,l=Math.max(l,d)}r+=l+e}return[s,n]}function nc(t,e){const i=t.flat().find(s=>x(s,e));return I(i?c(i,"marginTop"):c(t[0][0],"paddingLeft"))}function oc(t){const e=[];for(const i of t)for(const s in i)Hs(e,s,i[s]);return e}function Hs(t,e,i){t[e]||(t[e]=[]),t[e].push(i)}var rc={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:({target:t},e)=>D(t,e)},observe:ct({target:({$el:t,elements:e})=>e.reduce((i,s)=>i.concat(s,...s.children),[t])}),events:{name:"loadingdone",el:()=>document.fonts,handler(){this.$emit("resize")}},update:{read(){return{rows:(this.row?ks(this.elements):[this.elements]).map(ac)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((s,n)=>c(s,"minHeight",e[n]))},events:["resize"]}};function ac(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(lc);const i=Math.max(...e);return{heights:t.map((s,n)=>e[n].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function lc(t){const e=ci(t.style,["display","minHeight"]);j(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=g(t).height-me(t,"height","content-box");return c(t,e),i}var cc={args:"target",props:{target:String},data:{target:""},computed:{target:{get:({target:t},e)=>Q(t,e),observe:({target:t})=>t}},observe:ct({target:({target:t})=>t}),update:{read(){return this.target?{height:this.target.offsetHeight}:!1},write({height:t}){c(this.$el,"minHeight",t)},events:["resize"]}},hc={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,min:Number,property:String},data:{expand:!1,offsetTop:!1,offsetBottom:!1,min:0,property:"min-height"},observe:[xs({filter:({expand:t})=>t}),ct({target:({$el:t})=>Yt(t)})],update:{read(){if(!j(this.$el))return!1;let t="";const e=me(this.$el,"height","content-box"),{body:i,scrollingElement:s}=document,n=zt(this.$el),{height:o}=nt(n===i?s:n),r=s===n||i===n;if(t=`calc(${r?"100vh":`${o}px`}`,this.expand){const a=g(n).height-g(this.$el).height;t+=` - ${a}px`}else{if(this.offsetTop)if(r){const a=this.offsetTop===!0?this.$el:Q(this.offsetTop,this.$el),{top:l}=T(a);t+=l>0&&l<o/2?` - ${l}px`:""}else t+=` - ${me(n,"height",c(n,"boxSizing"))}px`;this.offsetBottom===!0?t+=` - ${g(this.$el.nextElementSibling).height}px`:bt(this.offsetBottom)?t+=` - ${this.offsetBottom}vh`:this.offsetBottom&&oe(this.offsetBottom,"px")?t+=` - ${I(this.offsetBottom)}px`:L(this.offsetBottom)&&(t+=` - ${g(Q(this.offsetBottom,this.$el)).height}px`)}return t+=`${e?` - ${e}px`:""})`,{minHeight:t}},write({minHeight:t}){c(this.$el,this.property,`max(${this.min||0}px, ${t})`)},events:["resize"]}},uc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-x" viewBox="0 0 24 24"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>',dc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-x" viewBox="0 0 24 24"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>',fc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',pc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-plus" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="M12 5v14"/></svg>',gc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',mc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',vc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',bc='<svg width="16" height="16" viewBox="0 0 20 20"><style>.uk-navbar-toggle-icon svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle-icon svg&gt;.line-3{opacity:0}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-3,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-3{opacity:1}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-2,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-2{transform:rotate(45deg)}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-3,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-3{transform:rotate(-45deg)}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-1,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-1,[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-4,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-4{opacity:0}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-1,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-1{transform:translateY(6px) scaleX(0)}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-4,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-4{transform:translateY(-6px) scaleX(0)}</style><rect width="20" height="2" y="3" class="line-1" rx="1"/><rect width="20" height="2" y="9" class="line-2" rx="1"/><rect width="20" height="2" y="9" class="line-3" rx="1"/><rect width="20" height="2" y="15" class="line-4" rx="1"/></svg>',wc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-plus" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="M12 5v14"/></svg>',$c='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-right" viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"/></svg>',xc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-left" viewBox="0 0 24 24"><path d="m15 18-6-6 6-6"/></svg>',Jo='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',kc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',yc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',Sc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-right" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>',Ic='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-right" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>',Cc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-left" viewBox="0 0 24 24"><path d="m12 19-7-7 7-7"/><path d="M19 12H5"/></svg>',Ec='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-left" viewBox="0 0 24 24"><path d="m12 19-7-7 7-7"/><path d="M19 12H5"/></svg>',Tc='<svg width="30" height="30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Pc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-circle-chevron-up" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m8 14 4-4 4 4"/></svg>',Ko={args:"src",props:{width:Number,height:Number,ratio:Number},data:{ratio:1},connected(){this.svg=this.getSvg().then(t=>{if(!this._connected)return;const e=_c(t,this.$el);return this.svgEl&&e!==this.svgEl&&et(this.svgEl),Ac.call(this,e,t),this.svgEl=e},A)},disconnected(){this.svg.then(t=>{this._connected||(Ji(this.$el)&&(this.$el.hidden=!1),et(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function _c(t,e){if(Ji(e)||F(e,"canvas")){e.hidden=!0;const s=e.nextElementSibling;return Qo(t,s)?s:wi(e,t)}const i=e.lastElementChild;return Qo(t,i)?i:W(e,t)}function Qo(t,e){return F(t,"svg")&&F(e,"svg")&&t.innerHTML===e.innerHTML}function Ac(t,e){const i=["width","height"];let s=i.map(o=>this[o]);s.some(o=>o)||(s=i.map(o=>y(e,o)));const n=y(e,"viewBox");n&&!s.some(o=>o)&&(s=n.split(" ").slice(2)),s.forEach((o,r)=>y(t,i[r],I(o)*this.ratio||null))}function Zo(t,e){return e&&v(t,"<symbol")&&(t=Oc(t)[e]||t),E(Tt(t)).filter(ae)[0]}const Mc=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Oc=ut(function(t){const e={};let i;for(;i=Mc.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e}),ji={spinner:Tc,totop:Pc,marker:pc,"close-icon":uc,"close-large":dc,"drop-parent-icon":fc,"nav-parent-icon":mc,"nav-parent-icon-large":gc,"navbar-parent-icon":vc,"navbar-toggle-icon":bc,"overlay-icon":wc,"pagination-next":$c,"pagination-previous":xc,"search-icon":Jo,"search-medium":yc,"search-large":kc,"search-toggle-icon":Jo,"slidenav-next":Ic,"slidenav-next-large":Sc,"slidenav-previous":Ec,"slidenav-previous-large":Cc},Fs={install:qc,mixins:[Ko],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){C(this.$el,"uk-icon")},async connected(){const t=await this.svg;t&&(t.ariaHidden=!0)},methods:{async getSvg(){const t=Uc(this.icon);if(!t)throw"Icon not found.";return t}}},ie={args:!1,extends:Fs,data:t=>({icon:Ft(t.constructor.options.name)}),beforeConnect(){C(this.$el,this.$options.id)}},Dc={extends:ie,beforeConnect(){const t=this.$props.icon;this.icon=this.$el.closest(".uk-nav-primary")?`${t}-large`:t}},Bc={extends:ie,mixins:[_i],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){const t=x(this.$el,"uk-search-toggle")||x(this.$el,"uk-navbar-toggle");if(this.icon=t?"search-toggle-icon":x(this.$el,"uk-search-icon")&&this.$el.closest(".uk-search-large")?"search-large":this.$el.closest(".uk-search-medium")?"search-medium":this.$props.icon,!It(this.$el,"aria-label"))if(t)this.$el.ariaLabel=this.t("toggle");else{const e=this.$el.closest("a,button");e&&(e.ariaLabel=this.t("submit"))}}},Nc={extends:ie,beforeConnect(){this.$el.role="status"},methods:{async getSvg(){const t=await Fs.methods.getSvg.call(this);return this.ratio!==1&&c($("circle",t),"strokeWidth",1/this.ratio),t}}},se={extends:ie,mixins:[_i],beforeConnect(){const t=this.$el.closest("a,button");y(t,"role",this.role!==null&&F(t,"a")?"button":this.role);const e=this.t("label");e&&!It(t,"aria-label")&&y(t,"aria-label",e)}},tr={extends:se,beforeConnect(){C(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=x(this.$el,"uk-slidenav-large")?`${t}-large`:t}},zc={extends:se,i18n:{label:"Open menu"},beforeConnect(){const t=this.$el.closest("a,button");t&&(t.ariaExpanded=!1)}},Hc={extends:se,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${x(this.$el,"uk-close-large")?"large":"icon"}`}},Fc={extends:se,i18n:{label:"Open"}},Lc={extends:se,i18n:{label:"Back to top"}},jc={extends:se,i18n:{label:"Next page"},data:{role:null}},Wc={extends:se,i18n:{label:"Previous page"},data:{role:null}},Wi={};function qc(t){t.icon.add=(e,i)=>{const s=L(e)?{[e]:i}:e;ce(s,(n,o)=>{ji[o]=n,delete Wi[o]}),t._initialized&&Bt(document.body,n=>ce(t.getComponents(n),o=>{o.$options.isIcon&&o.icon in s&&o.$reset()}))}}const Rc={twitter:"x"};function Uc(t){return t=Rc[t]||t,ji[t]?(Wi[t]||(Wi[t]=Zo(ji[Vc(t)]||ji[t])),Wi[t].cloneNode(!0)):null}function Vc(t){return V?Gi(Gi(t,"left","right"),"previous","next"):t}var Gc={props:{target:String,selActive:String},data:{target:!1,selActive:!1},connected(){this.isIntersecting=0},computed:{target:({target:t},e)=>t?D(t,e):e},watch:{target:{handler(){queueMicrotask(()=>this.$reset())},immediate:!1}},observe:[Jt({handler(t){this.isIntersecting=t.reduce((e,{isIntersecting:i})=>e+(i?1:this.isIntersecting?-1:0),this.isIntersecting),this.$emit()},target:({target:t})=>t,args:{intersecting:!1}}),Xe({target:({target:t})=>t,options:{attributes:!0,attributeFilter:["class"]}}),{target:({target:t})=>t,observe:(t,e)=>{const i=Ue([...E(t),document.documentElement],e),s=[w(document,"scroll itemshown itemhidden",e,{passive:!0,capture:!0}),w(document,"show hide transitionstart",n=>(e(),i.observe(n.target))),w(document,"shown hidden transitionend transitioncancel",n=>(e(),i.unobserve(n.target)))];return{observe:i.observe.bind(i),unobserve:i.unobserve.bind(i),disconnect(){i.disconnect(),s.map(n=>n())}}},handler(){this.$emit()}}],update:{read(){if(!this.isIntersecting)return!1;for(const t of E(this.target)){let e=!this.selActive||P(t,this.selActive)?Yc(t):"";e!==!1&&di(t,"uk-light uk-dark",e)}}}};function Yc(t){const e=g(t),i=g(window);if(!hi(e,i))return!1;const{left:s,top:n,height:o,width:r}=e;let a;for(const l of[.25,.5,.75]){const h=t.ownerDocument.elementsFromPoint(Math.max(0,Math.min(s+r*l,i.width-1)),Math.max(0,Math.min(n+o/2,i.height-1)));for(const u of h){if(t.contains(u)||!Xc(u)||u.closest('[class*="-leave"]')&&h.some(f=>u!==f&&P(f,'[class*="-enter"]')))continue;const d=c(u,"--uk-inverse");if(d){if(d===a)return`uk-${d}`;a=d;break}}}return a?`uk-${a}`:""}function Xc(t){if(c(t,"visibility")!=="visible")return!1;for(;t;){if(c(t,"opacity")==="0")return!1;t=M(t)}return!0}var Jc={mixins:[st,Oi],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill:({fill:t},e)=>t||c(e,"--uk-leader-fill-content")},connected(){[this.wrapper]=os(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){We(this.wrapper.childNodes)},observe:ct(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){H(this.wrapper,this.clsHide,i),y(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}},Kc={install:Qc,mixins:[_s],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:'[class*="uk-modal-close"]'},events:[{name:"fullscreenchange webkitendfullscreen",capture:!0,handler(t){F(t.target,"video")&&this.isToggled()&&!document.fullscreenElement&&this.hide()}},{name:"show",self:!0,handler(){x(this.panel,"uk-margin-auto-vertical")?C(this.$el,"uk-flex"):c(this.$el,"display","block"),it(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),_(this.$el,"uk-flex")}}]};function Qc({modal:t}){t.dialog=function(i,s){const n=t($(`<div><div class="uk-modal-dialog">${i}</div></div>`),{stack:!0,role:"alertdialog",...s});return n.show(),w(n.$el,"hidden",async()=>{await Promise.resolve(),n.$destroy(!0)},{self:!0}),n},t.alert=function(i,s){return e(({i18n:n})=>`<div class="uk-modal-body">${L(i)?i:$t(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-btn uk-btn-primary uk-modal-close" type="button" autofocus>${n.ok}</button> </div>`,s)},t.confirm=function(i,s){return e(({i18n:n})=>`<form> <div class="uk-modal-body">${L(i)?i:$t(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-btn uk-btn-default uk-modal-close" type="button">${n.cancel}</button> <button class="uk-btn uk-btn-primary" autofocus>${n.ok}</button> </div> </form>`,s,()=>Promise.reject())},t.prompt=function(i,s,n){const o=e(({i18n:l})=>`<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>${L(i)?i:$t(i)}</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-btn uk-btn-default uk-modal-close" type="button">${l.cancel}</button> <button class="uk-btn uk-btn-primary">${l.ok}</button> </div> </form>`,n,()=>null,()=>a.value),{$el:r}=o.dialog,a=$("input",r);return a.value=s||"",w(r,"show",()=>a.select()),o},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,s,n=A,o=A){s={bgClose:!1,escClose:!0,...s,i18n:{...t.i18n,...s==null?void 0:s.i18n}};const r=t.dialog(i(s),s);return pt(new Promise(a=>{const l=w(r.$el,"hide",()=>a(n()));w(r.$el,"submit","form",h=>{h.preventDefault(),a(o(r)),l(),r.hide()})}),{dialog:r})}}var Zc={extends:Wo,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}};const Ls="uk-navbar-transparent";var th={extends:Go,props:{dropbarTransparentMode:Boolean},data:{flip:!1,delayShow:200,clsDrop:"uk-navbar-dropdown",selNavItem:".uk-navbar-nav > li > a,a.uk-navbar-item,button.uk-navbar-item,.uk-navbar-item a,.uk-navbar-item button,.uk-navbar-toggle",dropbarTransparentMode:!1},computed:{navbarContainer:(t,e)=>e.closest(".uk-navbar-container")},watch:{items(){const t=x(this.$el,"uk-navbar-justify"),e=D(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el);for(const i of e){const s=t?D(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",i).length:"";c(i,"flexGrow",s)}}},events:[{name:"show",el:({dropContainer:t})=>t,handler({target:t}){this.getTransparentMode(t)==="remove"&&x(this.navbarContainer,Ls)&&(_(this.navbarContainer,Ls),this._transparent=!0)}},{name:"hide",el:({dropContainer:t})=>t,async handler(){await we(),this._transparent&&(!Y||!this.dropContainer.contains(Y.$el))&&(C(this.navbarContainer,Ls),this._transparent=null)}}],methods:{getTransparentMode(t){if(!this.navbarContainer)return;if(this.dropbar&&this.isDropbarDrop(t))return this.dropbarTransparentMode;const e=this.getDropdown(t);if(e&&x(t,"uk-dropbar"))return e.inset?"behind":"remove"},getDropbarOffset(t){const{top:e,height:i}=T(this.navbarContainer);return e+(this.dropbarTransparentMode==="behind"?0:i+t)}}},eh={mixins:[_s],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean,swiping: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,swiping:!0},computed:{clsFlip:({flip:t,clsFlip:e})=>t?e:"",clsOverlay:({overlay:t,clsOverlay:e})=>t?e:"",clsMode:({mode:t,clsMode:e})=>`${e}-${t}`,clsSidebarAnimation:({mode:t,clsSidebarAnimation:e})=>t==="none"||t==="reveal"?"":e,clsContainerAnimation:({mode:t,clsContainerAnimation:e})=>t!=="push"&&t!=="reveal"?"":e,transitionElement({mode:t}){return t==="reveal"?M(this.panel):this.panel}},observe:Mn({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!j(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter:({overlay:t})=>t,handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!x(M(this.panel),this.clsMode)&&C(je(this.panel,"<div>"),this.clsMode);const{body:t,scrollingElement:e}=document;C(t,this.clsContainer,this.clsFlip),c(t,"touchAction","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),C(this.$el,this.clsOverlay),C(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),it(t),C(t,this.clsContainerAnimation),this.clsContainerAnimation&&ih()}},{name:"hide",self:!0,handler(){_(document.body,this.clsContainerAnimation),c(document.body,"touchAction","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&sh(),this.mode==="reveal"&&x(M(this.panel),this.clsMode)&&We(this.panel),_(this.panel,this.clsSidebarAnimation,this.clsMode),_(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),_(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&oe(t.type,"Left")^this.flip&&this.hide()}}]};function ih(){er().content+=",user-scalable=0"}function sh(){const t=er();t.content=t.content.replace(/,user-scalable=0$/,"")}function er(){return $('meta[name="viewport"]',document.head)||W(document.head,'<meta name="viewport">')}var nh={mixins:[st],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container:({selContainer:t},e)=>e.closest(t),content:({selContent:t},e)=>e.closest(t)},observe:ct({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!j(this.$el)?!1:{max:Math.max(this.minHeight,it(this.container)-(g(this.content).height-it(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},oh={data:{fadeDuration:.05},events:{name:"scroll",self:!0,passive:!0,handler(){this.$emit()}},observe:[Xe({options:{subtree:!0,childList:!0}}),ct({target:({$el:t})=>[t,...N(t)]})],update:{read(){const t=[];for(const e of["Width","Height"])t.push(this.$el[`scroll${e}`]-this.$el[`client${e}`]);return{overflow:t}},write({overflow:t}){for(let e=0;e<2;e++)if(H(this.$el,`${this.$options.id}-${e?"vertical":"horizontal"}`,t[e]&&!t[e-1]),!t[e-1]){const i=e?"Top":"Left",s=t[e]?this.$el[`scroll${i}`]/t[e]:0,n=o=>t[e]?U((this.fadeDuration-o)/this.fadeDuration):1;c(this.$el,{"--uk-overflow-fade-start-opacity":n(s),"--uk-overflow-fade-end-opacity":n(1-s)})}},events:["resize"]}},rh={props:["width","height"],connected(){C(this.$el,"uk-responsive-width"),c(this.$el,"aspectRatio",`${this.width}/${this.height}`)}},ah={props:{offset:Number},data:{offset:0},connected(){lh(this)},disconnected(){ch(this)},methods:{async scrollTo(t){t=t&&$(t)||document.body,m(this.$el,"beforescroll",[this,t])&&(await xn(t,{offset:this.offset}),m(this.$el,"scrolled",[this,t]))}}};const ri=new Set;function lh(t){ri.size||w(document,"click",ir),ri.add(t)}function ch(t){ri.delete(t),ri.size||Vt(document,"click",ir)}function ir(t){if(!t.defaultPrevented)for(const e of ri)e.$el.contains(t.target)&&pe(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(gi(e.$el)))}const js="uk-scrollspy-inview";var hh={args:"cls",props:{cls:String,target:String,hidden:Boolean,margin:String,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,margin:"-1px",repeat:!1,delay:0}),computed:{elements:({target:t},e)=>t?D(t,e):[e]},watch:{elements(t){this.hidden&&c(ze(t,`:not(.${js})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())_(t,js,e.cls||"");delete this.elementData},observe:Jt({target:({elements:t})=>t,handler(t){const e=this.elementData;for(const{target:i,isIntersecting:s}of t){e.has(i)||e.set(i,{cls:tt(i,"uk-scrollspy-class")||this.cls});const n=e.get(i);!this.repeat&&n.show||(n.show=s)}this.$emit()},options:({margin:t})=>({rootMargin:t}),args:{intersecting:!1}}),update:[{write(t){for(const[e,i]of this.elementData.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(async()=>{await we(i.show?this.delay:0),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){var i,s;const n=(i=this.elementData)==null?void 0:i.get(t);if(!n)return;(s=n.off)==null||s.call(n),c(t,"opacity",!e&&this.hidden?0:""),H(t,js,e),H(t,n.cls);let o;if(o=n.cls.match(/\buk-animation-[\w-]+/g)){const r=()=>_(t,o);e?n.off=z(t,"animationcancel animationend",r,{self:!0}):r()}m(t,e?"inview":"outview"),n.inview=e}}},uh={props:{cls:String,closest:Boolean,scroll:Boolean,target:String,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,target:'a[href]:not([role="button"])',offset:0},computed:{links:{get({target:t},e){return D(t,e).filter(gi)},observe:()=>"*"},targets(){return this.links.map(t=>gi(t))},elements({closest:t}){return this.links.map(e=>e.closest(t||"*"))}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset})}},observe:[Jt(),Je()],update:[{read(){const{targets:t}=this,{length:e}=t;if(!e||!j(this.$el))return!1;const i=zt(t,!0),{scrollTop:s,scrollHeight:n}=i,o=nt(i),r=n-o.height;let a=!1;if(s>=r)a=e-1;else{const l=this.offset+g(gs()).height+o.height*.1;for(let h=0;h<t.length&&!(T(t[h]).top-o.top-l>0);h++)a=+h}return{active:a}},write({active:t}){const{elements:e}=this,i=t!==!1&&!x(e[t],this.cls);this.links.forEach(s=>s.blur());for(let s=0;s<e.length;s++)H(e[s],this.cls,+s===t);i&&m(this.$el,"active",[t,e[t]])},events:["scroll","resize"]}]},dh={mixins:[st,Oi],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,offsetEnd: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,offsetEnd:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{target:({selTarget:t},e)=>t&&$(t,e)||e},connected(){this.start=sr(this.start||this.top),this.end=sr(this.end||this.bottom),this.placeholder=$("+ .uk-sticky-placeholder",this.$el)||$('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},beforeDisconnect(){this.isFixed&&(this.hide(),_(this.target,this.clsInactive)),qs(this.$el),et(this.placeholder),this.placeholder=null},observe:[xs(),Je({target:()=>document.scrollingElement}),ct({target:({$el:t})=>[t,qi(t),document.scrollingElement],handler(t){this.$emit(this._data.resized&&t.some(({target:e})=>e===qi(this.$el))?"update":"resize"),this._data.resized=!0}})],events:[{name:"load hashchange popstate",el:()=>window,filter:({targetOffset:t})=>t!==!1,async handler(){const{scrollingElement:t}=document;if(!location.hash||t.scrollTop===0)return;await we();const e=T($(location.hash)),i=T(this.$el);this.isFixed&&hi(e,i)&&(t.scrollTop=Math.ceil(e.top-i.height-X(this.targetOffset,"height",this.placeholder)-X(this.offset,"height",this.placeholder)))}}],update:[{read({height:t,width:e,margin:i,sticky:s},n){if(this.inactive=!this.matchMedia||!j(this.$el)||!this.$el.offsetHeight,this.inactive)return;const o=it(window),r=Math.max(0,document.scrollingElement.scrollHeight-o);if(!r){this.inactive=!0;return}const a=this.isFixed&&n.has("update");a&&(Us(this.target),this.hide()),this.active||({height:t,width:e}=g(this.$el),i=c(this.$el,"margin")),a&&this.show();const l=X("100vh","height");let h=this.position;this.overflowFlip&&t>l&&(h=h==="top"?"bottom":"top");const u=this.isFixed?this.placeholder:this.$el;let[d,f]=[this.offset,this.offsetEnd].map(xt=>X(xt,"height",s?this.$el:u));h==="bottom"&&(t<o||this.overflowFlip)&&(d+=o-t);const b=t+d+f,k=this.overflowFlip?0:Math.max(0,b-l),p=T(u).top-new DOMMatrix(c(u,"transform")).m42,S=g(this.$el).height,J=(this.start===!1?p:Ws(this.start,this.$el,p))-d,mt=this.end===!1?r:Math.min(r,Ws(this.end,this.$el,p+t,!0)-S-d+k);return s=!this.showOnUp&&J+d===p&&mt===Math.min(r,Ws(!0,this.$el,0,!0)-S-d+k)&&c(qi(this.$el),"overflowY")!=="hidden",{start:J,end:mt,offset:d,overflow:k,height:t,elHeight:S,width:e,margin:i,top:qe(u)[0],sticky:s,viewport:l,maxScrollHeight:r}},write({height:t,width:e,margin:i,offset:s,sticky:n}){if((this.inactive||n||!this.isFixed)&&qs(this.$el),this.inactive)return;n&&(t=e=i=0,c(this.$el,{position:"sticky",top:s}));const{placeholder:o}=this;c(o,{height:t,width:e,margin:i}),(M(o)!==M(this.$el)||n^Ct(o)<Ct(this.$el))&&((n?bi:wi)(this.$el,o),o.hidden=!0)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:s=0,start:n,end:o,elHeight:r,height:a,sticky:l,maxScrollHeight:h}){const u=Math.min(document.scrollingElement.scrollTop,h),d=t<=u?"down":"up",f=this.isFixed?this.placeholder:this.$el;return{dir:d,prevDir:e,scroll:u,prevScroll:t,below:u>T(f).top+(l?Math.min(a,r):a),offsetParentTop:T(f.offsetParent).top,overflowScroll:U(s+U(u,n,o)-U(t,n,o),0,i)}},write(t,e){const i=e.has("scroll"),{initTimestamp:s=0,dir:n,prevDir:o,scroll:r,prevScroll:a=0,top:l,start:h,below:u}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const d=Date.now();if((d-s>300||n!==o)&&(t.initScroll=r,t.initTimestamp=d),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||n==="down"&&i||n==="up"&&!this.isFixed&&!u)){if(!this.isFixed){Dt.inProgress(this.$el)&&l>r&&(Dt.cancel(this.$el),this.hide());return}if(this.animation&&u){if(x(this.$el,"uk-animation-leave"))return;Dt.out(this.$el,this.animation).then(()=>this.hide(),A)}else this.hide()}else this.isFixed?this.update():this.animation&&u?(this.show(),Dt.in(this.$el,this.animation).catch(A)):(Us(this.target),this.show())},events:["resize","resizeViewport","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){const{offset:t,sticky:e}=this._data;this.setActive(!1),_(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):qs(this.$el),this.placeholder.hidden=!0,this.isFixed=!1},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:s=0,start:n,end:o,offset:r,offsetParentTop:a,sticky:l,below:h}=this._data;const u=n!==0||e>n;if(!l){let d="fixed";e>o&&(r+=o-a+s-i,d="absolute"),c(this.$el,{position:d,width:t,marginTop:0},"important")}c(this.$el,"top",r-s),this.setActive(u),H(this.$el,this.clsBelow,h),C(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(di(this.target,this.clsInactive,this.clsActive),e!==t&&m(this.$el,"active")):(di(this.target,this.clsActive,this.clsInactive),e!==t&&(Us(this.target),m(this.$el,"inactive")))}}};function Ws(t,e,i,s){if(!t)return 0;if(bt(t)||L(t)&&t.match(/^-?\d/))return i+X(t,"height",e,!0);{const n=t===!0?qi(e):Q(t,e);return T(n).bottom-(s&&(n!=null&&n.contains(e))?I(c(n,"paddingBottom"))+I(c(n,"borderBottomWidth")):0)}}function sr(t){return t==="true"?!0:t==="false"?!1:t}function qs(t){c(t,{position:"",top:"",marginTop:"",width:""})}const Rs="uk-transition-disable";async function Us(t){x(t,Rs)||(C(t,Rs),await Qe(),_(t,Rs))}function qi(t){for(;t=M(t);)if(j(t))return t}var fh={mixins:[Ko],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[Xe({async handler(){const t=await this.svg;t&&nr.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){v(this.src,"#")&&([this.src,this.icon]=this.src.split("#",2));const t=await this.svg;t&&(nr.call(this,t),this.strokeAnimation&&gh(t))},methods:{async getSvg(){return F(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"&&await new Promise(t=>z(this.$el,"load",t)),Zo(await ph(this.src),this.icon)||Promise.reject("SVG not found.")}}};function nr(t){const{$el:e}=this;C(t,y(e,"class"),"uk-svg");for(let i=0;i<e.style.length;i++){const s=e.style[i];c(t,s,c(e,s))}for(const i in this.attributes){const[s,n]=this.attributes[i].split(":",2);y(t,s,n)}t.ariaHidden=this.$el.ariaHidden,this.$el.id||Oe(t,"id")}const ph=ut(async t=>{if(t){const e=await fetch(t);if(e.headers.get("Content-Type")==="image/svg+xml")return e.text()}return Promise.reject()});function gh(t){const e=vo(t);e&&c(t,"--uk-animation-stroke",e)}const Vs=".uk-disabled *, .uk-disabled, [disabled]";var or={mixins:[Kt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,followFocus:Boolean,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item",selVertical:".uk-nav",followFocus:!1,swiping:!0},computed:{connects:{get:({connect:t},e)=>He(t,e),observe:({connect:t})=>t},connectChildren(){return this.connects.map(t=>N(t)).flat()},toggles:({toggle:t},e)=>D(t,e),children(t,e){return N(e).filter(i=>this.toggles.some(s=>i.contains(s)))}},watch:{connects(t){this.swiping&&c(t,"touchAction","pan-y pinch-zoom"),this.$emit()},connectChildren(){let t=Math.max(0,this.index());for(const e of this.connects)N(e).forEach((i,s)=>H(i,this.cls,s===t));this.$emit()},toggles(t){this.$emit();const e=this.index();this.show(~e?e:t[this.active]||t[0])}},connected(){this.$el.role="tablist"},observe:[Ti({targets:({connectChildren:t})=>t}),Mn({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate:({toggle:t})=>t,handler(t){!P(t.current,Vs)&&(t.type==="click"||t.keyCode===B.SPACE)&&(Pt(t),this.show(t.current))}},{name:"keydown",delegate:({toggle:t})=>t,handler(t){const{current:e,keyCode:i}=t,s=P(this.$el,this.selVertical);let n=i===B.HOME?0:i===B.END?"last":i===B.LEFT&&!s||i===B.UP&&s?"previous":i===B.RIGHT&&!s||i===B.DOWN&&s?"next":-1;if(~n){t.preventDefault();const o=this.toggles.filter(a=>!P(a,Vs)),r=o[at(n,o,o.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el:({$el:t,connects:e,itemNav:i})=>e.concat(i?He(i,t):[]),delegate:({attrItem:t})=>`[${t}],[data-${t}]`,handler(t){t.target.closest("a,button")&&(Pt(t),this.show(tt(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter:({swiping:t})=>t,el:({connects:t})=>t,handler({type:t}){this.show(oe(t,"Left")?"next":"previous")}}],update(){var t;for(const e of this.connects)F(e,"ul")&&(e.role="presentation");y(N(this.$el),"role","presentation");for(const e in this.toggles){const i=this.toggles[e],s=(t=this.connects[0])==null?void 0:t.children[e];i.role="tab",s&&(i.id=te(this,i),s.id=te(this,s),i.ariaControls=s.id,y(s,{role:"tabpanel","aria-labelledby":i.id}))}y(this.$el,"aria-orientation",P(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return yt(this.children,t=>x(t,this.cls))},show(t){const e=this.toggles.filter(r=>!P(r,Vs)),i=this.index(),s=at(!_e(t)||v(e,t)?t:0,e,at(this.toggles[i],e)),n=at(e[s],this.toggles);this.children.forEach((r,a)=>{H(r,this.cls,n===a),y(this.toggles[a],{"aria-selected":n===a,tabindex:n===a?null:-1})});const o=i>=0&&i!==s;this.connects.forEach(async({children:r})=>{const a=re(r).filter((l,h)=>h!==n&&x(l,this.cls));await this.toggleElement(a,!1,o)&&await this.toggleElement(r[n],!0,o)})}}},mh={mixins:[st],extends:or,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=x(this.$el,"uk-tab-left")?"uk-tab-left":x(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const vh=13,bh=32;var wh={mixins:[Oi,Kt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get:({target:t},e)=>(t=He(t||e.hash,e),t.length?t:[e]),observe:({target:t})=>t}},connected(){v(this.mode,"media")||(Ne(this.$el)||(this.$el.tabIndex=0),!this.cls&&F(this.$el,"a")&&(this.$el.role="button"))},observe:Ti({targets:({target:t})=>t}),events:[{name:dt,filter:({mode:t})=>v(t,"hover"),handler(t){this._preventClick=null,!(!gt(t)||le(this._showState)||this.$el.disabled)&&(m(this.$el,"focus"),z(document,dt,()=>m(this.$el,"blur"),!0,e=>!this.$el.contains(e.target)),v(this.mode,"click")&&(this._preventClick=!0))}},{name:`${Mt} ${Ot} focus blur`,filter:({mode:t})=>v(t,"hover"),handler(t){if(gt(t)||this.$el.disabled||document.readyState==="loading")return;const e=v([Mt,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!le(this._showState)||t.type===Ot&&P(this.$el,":focus")||t.type==="blur"&&P(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&le(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter:({$el:t,mode:e})=>v(e,"click")&&!F(t,"input"),handler(t){(t.keyCode===bh||t.keyCode===vh)&&(t.preventDefault(),this.$el.click())}},{name:"click",filter:({mode:t})=>["click","hover"].some(e=>v(t,e)),handler(t){if(t.defaultPrevented)return;const e=t.target.closest("a[href]"),i=pe(e)&&(!e.hash||P(this.target,e.hash));(this._preventClick||i||e&&!this.isToggled(this.target))&&t.preventDefault(),!this._preventClick&&v(this.mode,"click")&&(!e||i||t.defaultPrevented)&&this.toggle()}},{name:"mediachange",filter:({mode:t})=>v(t,"media"),el:({target:t})=>t,handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!m(this.target,t||"toggle",[this]))return;if(It(this.$el,"aria-expanded")&&(this.$el.ariaExpanded=!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(s=>x(s,this.clsLeave));if(e.length){for(const s of this.target){const n=v(e,s);this.toggleElement(s,n,n)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1)&&await this.toggleElement(this.target.filter(s=>!v(i,s)),!0)}}},$h=Object.freeze({__proto__:null,Accordion:Wo,Alert:Rl,Close:Hc,Cover:Gl,Drop:Uo,DropParentIcon:ie,Dropdown:Uo,Dropnav:Go,FormCustom:ec,Grid:ic,HeightMatch:rc,HeightPlaceholder:cc,HeightViewport:hc,Icon:Fs,Img:da,Inverse:Gc,Leader:Jc,Margin:On,Marker:Fc,Modal:Kc,Nav:Zc,NavParentIcon:Dc,Navbar:th,NavbarParentIcon:ie,NavbarToggleIcon:zc,Offcanvas:eh,OverflowAuto:nh,OverflowFade:oh,OverlayIcon:ie,PaginationNext:jc,PaginationPrevious:Wc,Responsive:rh,Scroll:ah,Scrollspy:hh,ScrollspyNav:uh,SearchIcon:Bc,SlidenavNext:tr,SlidenavPrevious:tr,Spinner:Nc,Sticky:dh,Svg:fh,Switcher:or,Tab:mh,Toggle:wh,Totop:Lc,Video:qo});return ce($h,(t,e)=>ht.component(e,t)),Fl(ht),ce(Hl,(t,e)=>ht.component(e,t)),ht});
1
+ /*! UIkit 0.0.3 | https://www.getuikit.com | (c) 2014 - 2026 YOOtheme | MIT License */(function(Te,Pe){typeof exports=="object"&&typeof module<"u"?module.exports=Pe():typeof define=="function"&&define.amd?define("uikit",Pe):(Te=typeof globalThis<"u"?globalThis:Te||self,Te.UIkit=Pe())})(this,function(){"use strict";const{hasOwnProperty:Te,toString:Pe}=Object.prototype;function wt(t,e){return Te.call(t,e)}const lr=/\B([A-Z])/g,Lt=ft(t=>t.replace(lr,"-$1").toLowerCase()),cr=/-(\w)/g,_e=ft(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(cr,(e,i)=>i.toUpperCase())),jt=ft(t=>t.charAt(0).toUpperCase()+t.slice(1));function kt(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function ne(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function v(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function St(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:Z,from:oe}=Array,{assign:vt}=Object;function dt(t){return typeof t=="function"}function Mt(t){return t!==null&&typeof t=="object"}function Me(t){return Pe.call(t)==="[object Object]"}function hi(t){return Mt(t)&&t===t.window}function Ae(t){return Ui(t)===9}function Oe(t){return Ui(t)>=1}function re(t){return Ui(t)===1}function Ui(t){return!hi(t)&&Mt(t)&&t.nodeType}function ae(t){return typeof t=="boolean"}function L(t){return typeof t=="string"}function De(t){return typeof t=="number"}function xt(t){return De(t)||L(t)&&!isNaN(t-parseFloat(t))}function ui(t){return!(Z(t)?t.length:Mt(t)&&Object.keys(t).length)}function J(t){return t===void 0}function Vi(t){return ae(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 I(t){return parseFloat(t)||0}function R(t){return t&&E(t)[0]}function E(t){return Oe(t)?[t]:Array.from(t||[]).filter(Oe)}function Wt(t){if(hi(t))return t;t=R(t);const e=Ae(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function le(t,e){return t===e||Mt(t)&&Mt(e)&&Object.keys(t).length===Object.keys(e).length&&ce(t,(i,s)=>i===e[s])}function Gi(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),s=>s===e?i:e)}function qt(t){return t[t.length-1]}function ce(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function Ys(t,e){return t.slice().sort(({[e]:i=0},{[e]:s=0})=>i>s?1:s>i?-1:0)}function Rt(t,e){return t.reduce((i,s)=>i+I(dt(e)?e(s):s[e]),0)}function Xs(t,e){const i=new Set;return t.filter(({[e]:s})=>i.has(s)?!1:i.add(s))}function di(t,e){return e.reduce((i,s)=>({...i,[s]:t[s]}),{})}function V(t,e=0,i=1){return Math.min(Math.max(It(t)||0,e),i)}function A(){}function fi(...t){return[["bottom","top"],["right","left"]].every(([e,i])=>Math.min(...t.map(({[e]:s})=>s))-Math.max(...t.map(({[i]:s})=>s))>0)}function pi(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function Yi(t,e,i){const s=e==="width"?"height":"width";return{[s]:t[e]?Math.round(i*t[s]/t[e]):t[s],[e]:i}}function Js(t,e){t={...t};for(const i in t)t=t[i]>e[i]?Yi(t,i,e[i]):t;return t}function hr(t,e){t=Js(t,e);for(const i in t)t=t[i]<e[i]?Yi(t,i,e[i]):t;return t}const Xi={ratio:Yi,contain:Js,cover:hr};function at(t,e,i=0,s=!1){e=E(e);const{length:n}=e;return n?(t=xt(t)?It(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?n-1:e.indexOf(R(t)),s?V(t,0,n-1):(t%=n,t<0?t+n:t)):-1}function ft(t){const e=Object.create(null);return(i,...s)=>e[i]||(e[i]=t(i,...s))}function S(t,...e){for(const i of E(t)){const s=Ut(e).filter(n=>!$(i,n));s.length&&i.classList.add(...s)}}function _(t,...e){for(const i of E(t)){const s=Ut(e).filter(n=>$(i,n));s.length&&i.classList.remove(...s)}}function gi(t,e,i){i=Ut(i),e=Ut(e).filter(s=>!v(i,s)),_(t,e),S(t,i)}function $(t,e){return[e]=Ut(e),E(t).some(i=>i.classList.contains(e))}function H(t,e,i){const s=Ut(e);J(i)||(i=!!i);for(const n of E(t))for(const o of s)n.classList.toggle(o,i)}function Ut(t){return t?Z(t)?t.map(Ut).flat():String(t).split(" ").filter(Boolean):[]}function C(t,e,i){var s;if(Mt(e)){for(const n in e)C(t,n,e[n]);return}if(J(i))return(s=R(t))==null?void 0:s.getAttribute(e);for(const n of E(t))i===null?Be(n,e):n.setAttribute(e,i)}function Ct(t,e){return E(t).some(i=>i.hasAttribute(e))}function Be(t,e){E(t).forEach(i=>i.removeAttribute(e))}function tt(t,e){for(const i of[e,`data-${e}`])if(Ct(t,i))return C(t,i)}const Vt=typeof window<"u",K=Vt&&document.dir==="rtl",he=Vt&&"ontouchstart"in window,ue=Vt&&window.PointerEvent,lt=ue?"pointerdown":he?"touchstart":"mousedown",de=ue?"pointermove":he?"touchmove":"mousemove",Et=ue?"pointerup":he?"touchend":"mouseup",At=ue?"pointerenter":he?"":"mouseenter",Ot=ue?"pointerleave":he?"":"mouseleave",Ne=ue?"pointercancel":"touchcancel",ur={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Ji(t){return E(t).some(e=>ur[e.tagName.toLowerCase()])}const dr=Vt&&Element.prototype.checkVisibility||function(){return this.offsetWidth||this.offsetHeight||this.getClientRects().length};function j(t){return E(t).some(e=>dr.call(e))}const fe="input,select,textarea,button";function ze(t){return E(t).some(e=>P(e,fe))}const pe=`${fe},a[href],[tabindex]`;function He(t){return P(t,pe)}function O(t){var e;return(e=R(t))==null?void 0:e.parentElement}function Fe(t,e){return E(t).filter(i=>P(i,e))}function P(t,e){return E(t).some(i=>i.matches(e))}function ge(t,e){const i=[];for(;t=O(t);)(!e||P(t,e))&&i.push(t);return i}function D(t,e){t=R(t);const i=t?oe(t.children):[];return e?Fe(i,e):i}function Tt(t,e){return e?E(t).indexOf(R(e)):D(O(t)).indexOf(t)}function me(t){return t=R(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function mi(t){if(me(t)){const{hash:e,ownerDocument:i}=R(t),s=decodeURIComponent(e).slice(1);return s?i.getElementById(s)||i.getElementsByName(s)[0]:i.documentElement}}function Q(t,e){return Ki(t,Ks(t,e))}function Le(t,e){return je(t,Ks(t,e))}function Ki(t,e){return R(tn(t,R(e),"querySelector"))}function je(t,e){return E(tn(t,R(e),"querySelectorAll"))}function Ks(t,e=document){return Ae(e)||Qs(t).isContextSelector?e:e.ownerDocument}const fr=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,pr=/(\([^)]*\)|[^,])+/g,Qs=ft(t=>{let e=!1;if(!t||!L(t))return{};const i=[];for(let s of t.match(pr))s=s.trim().replace(fr,"$1 *"),e||(e=["!","+","~","-",">"].includes(s[0])),i.push(s);return{selector:i.join(","),selectors:i,isContextSelector:e}}),gr=/(\([^)]*\)|\S)*/,Zs=ft(t=>{t=t.slice(1).trim();const[e]=t.match(gr);return[e,t.slice(e.length+1)]});function tn(t,e=document,i){var s;const n=Qs(t);if(!n.isContextSelector)return n.selector?Qi(e,i,n.selector):t;t="";const o=n.selectors.length===1;for(let r of n.selectors){let a,l=e;if(r[0]==="!"&&([a,r]=Zs(r),l=(s=e.parentElement)==null?void 0:s.closest(a),!r&&o)||l&&r[0]==="-"&&([a,r]=Zs(r),l=l.previousElementSibling,l=P(l,a)?l:null,!r&&o))return l;if(l){if(o)return r[0]==="~"||r[0]==="+"?(r=`:scope > :nth-child(${Tt(l)+1}) ${r}`,l=l.parentElement):r[0]===">"&&(r=`:scope ${r}`),Qi(l,i,r);t+=`${t?",":""}${mr(l)} ${r}`}}return Ae(e)||(e=e.ownerDocument),Qi(e,i,t)}function Qi(t,e,i){try{return t[e](i)}catch{return null}}function mr(t){const e=[];for(;t.parentNode;){const i=C(t,"id");if(i){e.unshift(`#${Zi(i)}`);break}else{let{tagName:s}=t;s!=="HTML"&&(s+=`:nth-child(${Tt(t)+1})`),e.unshift(s),t=t.parentNode}}return e.join(" > ")}function Zi(t){return L(t)?CSS.escape(t):""}function x(...t){let[e,i,s,n,o=!1]=ts(t);n.length>1&&(n=br(n)),o!=null&&o.self&&(n=wr(n)),s&&(n=vr(s,n));for(const r of i)for(const a of e)a.addEventListener(r,n,o);return()=>ve(e,i,n,o)}function ve(...t){let[e,i,,s,n=!1]=ts(t);for(const o of i)for(const r of e)r.removeEventListener(o,s,n)}function z(...t){const[e,i,s,n,o=!1,r]=ts(t),a=x(e,i,s,l=>{const h=!r||r(l);h&&(a(),n(l,h))},o);return a}function m(t,e,i){return es(t).every(s=>s.dispatchEvent(be(e,!0,!0,i)))}function be(t,e=!0,i=!1,s){return L(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:s})),t}function ts(t){return t[0]=es(t[0]),L(t[1])&&(t[1]=t[1].split(" ")),dt(t[2])&&t.splice(2,0,!1),t}function vr(t,e){return i=>{const s=t[0]===">"?je(t,i.currentTarget).reverse().find(n=>n.contains(i.target)):i.target.closest(t);s&&(i.current=s,e.call(this,i),delete i.current)}}function br(t){return e=>Z(e.detail)?t(e,...e.detail):t(e)}function wr(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function en(t){return t&&"addEventListener"in t}function xr(t){return en(t)?t:R(t)}function es(t){return Z(t)?t.map(xr).filter(Boolean):L(t)?je(t):en(t)?[t]:E(t)}function pt(t){return t.pointerType==="touch"||!!t.touches}function bt(t){var e,i;const{clientX:s,clientY:n}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:s,y:n}}const $r={"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,s){const n=E(t);for(const o of n)if(L(e)){if(e=vi(e),J(i))return getComputedStyle(o).getPropertyValue(e);o.style.setProperty(e,xt(i)&&!$r[e]&&!sn(e)?`${i}px`:i||De(i)?i:"",s)}else if(Z(e)){const r={};for(const a of e)r[a]=c(o,a);return r}else if(Mt(e))for(const r in e)c(o,r,e[r],i);return n[0]}function $t(t,e){for(const i in e)c(t,i,"")}const vi=ft(t=>{if(sn(t))return t;t=Lt(t);const{style:e}=document.documentElement;if(t in e)return t;for(const i of["webkit","moz"]){const s=`-${i}-${t}`;if(s in e)return s}});function sn(t){return kt(t,"--")}const is="uk-transition",ss="transitionend",ns="transitioncanceled";function yr(t,e,i=400,s="linear",n){return i=Math.round(i),Promise.all(E(t).map(o=>new Promise((r,a)=>{n||o.offsetHeight;const l=setTimeout(()=>m(o,ss),i);z(o,[ss,ns],({type:u})=>{clearTimeout(l),_(o,is),$t(o,h),u===ns?a():r(o)},{self:!0}),S(o,is);const h={transitionProperty:Object.keys(e).map(vi).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:s};c(o,{...h,...e})})))}const B={start:yr,async stop(t){m(t,ss),await Promise.resolve()},async cancel(t){m(t,ns),await Promise.resolve()},inProgress(t){return $(t,is)}},We="uk-animation",nn="animationend",bi="animationcanceled";function on(t,e,i=200,s,n){return Promise.all(E(t).map(o=>new Promise((r,a)=>{$(o,We)&&m(o,bi);const l=[e,We,`${We}-${n?"leave":"enter"}`,s&&`uk-transform-origin-${s}`,n&&`${We}-reverse`],h=setTimeout(()=>m(o,nn),i);z(o,[nn,bi],({type:u})=>{clearTimeout(h),u===bi?a():r(o),c(o,"animationDuration",""),_(o,l)},{self:!0}),c(o,"animationDuration",`${i}ms`),S(o,l)})))}const Dt={in:on,out(t,e,i,s){return on(t,e,i,s,!0)},inProgress(t){return $(t,We)},cancel(t){m(t,bi)}};function kr(t){if(document.readyState!=="loading"){t();return}z(document,"DOMContentLoaded",t)}function F(t,...e){return e.some(i=>{var s;return((s=t==null?void 0:t.tagName)==null?void 0:s.toLowerCase())===i.toLowerCase()})}function rn(t){return t=y(t),t&&(t.innerHTML=""),t}function yt(t,e){return J(e)?y(t).innerHTML:W(rn(t),e)}const Sr=$i("prepend"),W=$i("append"),wi=$i("before"),xi=$i("after");function $i(t){return function(e,i){var s;const n=E(L(i)?Pt(i):i);return(s=y(e))==null||s[t](...n),an(n)}}function et(t){E(t).forEach(e=>e.remove())}function qe(t,e){for(e=R(wi(t,e));e.firstElementChild;)e=e.firstElementChild;return W(e,t),e}function os(t,e){return E(E(t).map(i=>i.hasChildNodes()?qe(oe(i.childNodes),e):W(i,e)))}function Re(t){E(t).map(O).filter((e,i,s)=>s.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const Ir=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Pt(t){const e=Ir.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("template");return i.innerHTML=t.trim(),an(i.content.childNodes)}function an(t){return t.length>1?t:t[0]}function Bt(t,e){if(re(t))for(e(t),t=t.firstElementChild;t;)Bt(t,e),t=t.nextElementSibling}function y(t,e){return ln(t)?R(Pt(t)):Ki(t,e)}function M(t,e){return ln(t)?E(Pt(t)):je(t,e)}function ln(t){return L(t)&&kt(t.trim(),"<")}const Gt={width:["left","right"],height:["top","bottom"]};function g(t){const e=re(t)?R(t).getBoundingClientRect():{height:it(t),width:yi(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 T(t,e){e&&c(t,{left:0,top:0});const i=g(t);if(t){const{scrollY:s,scrollX:n}=Wt(t),o={height:s,width:n};for(const r in Gt)for(const a of Gt[r])i[a]+=o[r]}if(!e)return i;for(const s of["left","top"])c(t,s,e[s]-i[s])}function rs(t){let{top:e,left:i}=T(t);const{ownerDocument:{body:s,documentElement:n},offsetParent:o}=R(t);let r=o||n;for(;r&&(r===s||r===n)&&c(r,"position")==="static";)r=r.parentNode;if(re(r)){const a=T(r);e-=a.top+I(c(r,"borderTopWidth")),i-=a.left+I(c(r,"borderLeftWidth"))}return{top:e-I(c(t,"marginTop")),left:i-I(c(t,"marginLeft"))}}function Ue(t){t=R(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+I(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+I(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=Wt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const it=cn("height"),yi=cn("width");function cn(t){const e=jt(t);return(i,s)=>{if(J(s)){if(hi(i))return i[`inner${e}`];if(Ae(i)){const n=i.documentElement;return Math.max(n[`offset${e}`],n[`scroll${e}`])}return i=R(i),s=c(i,t),s=s==="auto"?i[`offset${e}`]:I(s)||0,s-we(i,t)}else return c(i,t,!s&&s!==0?"":+s+we(i,t)+"px")}}function we(t,e,i="border-box"){return c(t,"boxSizing")===i?Rt(Gt[e],s=>I(c(t,`padding-${s}`))+I(c(t,`border-${s}-width`))):0}function ki(t){for(const e in Gt)for(const i in Gt[e])if(Gt[e][i]===t)return Gt[e][1-i];return t}function X(t,e="width",i=window,s=!1){return L(t)?Rt(Er(t),n=>{const o=Pr(n);return o?_r(o==="vh"?Mr():o==="vw"?yi(Wt(i)):s?i[`offset${jt(e)}`]:g(i)[e],n):n}):I(t)}const Cr=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Er=ft(t=>t.toString().replace(/\s/g,"").match(Cr)||[]),Tr=/(?:v[hw]|%)$/,Pr=ft(t=>(t.match(Tr)||[])[0]);function _r(t,e){return t*I(e)/100}let Ve,xe;function Mr(){return Ve||(xe||(xe=y("<div>"),c(xe,{height:"100vh",position:"fixed"}),x(window,"resize",()=>Ve=null)),W(document.body,xe),Ve=xe.clientHeight,et(xe),Ve)}const Nt={read:Ar,write:Or,clear:Dr,flush:hn},Si=[],Ii=[];function Ar(t){return Si.push(t),ls(),t}function Or(t){return Ii.push(t),ls(),t}function Dr(t){dn(Si,t),dn(Ii,t)}let as=!1;function hn(){un(Si),un(Ii.splice(0)),as=!1,(Si.length||Ii.length)&&ls()}function ls(){as||(as=!0,queueMicrotask(hn))}function un(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function dn(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}class fn{init(){this.positions=[];let e;this.unbind=x(document,"mousemove",i=>e=bt(i)),this.interval=setInterval(()=>{e&&(this.positions.push(e),this.positions.length>5&&this.positions.shift())},50)}cancel(){var e;(e=this.unbind)==null||e.call(this),clearInterval(this.interval)}movesTo(e){if(!this.positions||this.positions.length<2)return!1;const i=g(e),{left:s,right:n,top:o,bottom:r}=i,[a]=this.positions,l=qt(this.positions),h=[a,l];return pi(l,i)?!1:[[{x:s,y:o},{x:n,y:r}],[{x:s,y:r},{x:n,y:o}]].some(d=>{const f=Br(h,d);return f&&pi(f,i)})}}function Br([{x:t,y:e},{x:i,y:s}],[{x:n,y:o},{x:r,y:a}]){const l=(a-o)*(i-t)-(r-n)*(s-e);if(l===0)return!1;const h=((r-n)*(e-o)-(a-o)*(t-n))/l;return h<0?!1:{x:t+h*(i-t),y:e+h*(s-e)}}function pn(t,e,i={},{intersecting:s=!0}={}){const n=new IntersectionObserver(s?(o,r)=>{o.some(a=>a.isIntersecting)&&e(o,r)}:e,i);for(const o of E(t))n.observe(o);return n}const Nr=Vt&&window.ResizeObserver;function Ge(t,e,i={box:"border-box"}){if(Nr)return gn(ResizeObserver,t,e,i);const s=[x(window,"load resize",e),x(document,"loadedmetadata load",e,!0)];return{disconnect:()=>s.map(n=>n())}}function cs(t){return{disconnect:x([window,window.visualViewport],"resize",t)}}function hs(t,e,i){return gn(MutationObserver,t,e,i)}function gn(t,e,i,s){const n=new t(i);for(const o of E(e))n.observe(o,s);return n}function us(t){fs(t)&&ps(t,{func:"playVideo",method:"play"}),ds(t)&&t.play().catch(A)}function mn(t){fs(t)&&t[Ci]&&ps(t,{func:"pauseVideo",method:"pause"}),ds(t)&&t.pause()}function vn(t){fs(t)&&ps(t,{func:"mute",method:"setVolume",value:0}),ds(t)&&(t.muted=!0)}function ds(t){return F(t,"video")}function fs(t){return F(t,"iframe")&&(bn(t)||wn(t))}function bn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function wn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function ps(t,e){await Hr(t),xn(t,e)}function xn(t,e){t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}const Ci="_ukPlayer";let zr=0;function Hr(t){if(t[Ci])return t[Ci];const e=bn(t),i=wn(t),s=++zr;let n;return t[Ci]=new Promise(o=>{e&&z(t,"load",()=>{const r=()=>xn(t,{event:"listening",id:s});n=setInterval(r,100),r()}),z(window,"message",o,!1,({data:r})=>{try{return r=JSON.parse(r),e&&(r==null?void 0:r.id)===s&&r.event==="onReady"||i&&Number(r==null?void 0:r.player_id)===s}catch{}}),t.src=`${t.src}${v(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${s}`}`}).then(()=>clearInterval(n))}function Ye(t,e=0,i=0){return j(t)?fi(...Xt(t).map(s=>{const{top:n,left:o,bottom:r,right:a}=ot(s);return{top:n-e,left:o-i,bottom:r+e,right:a+i}}).concat(T(t))):!1}function $n(t,{offset:e=0}={}){const i=j(t)?Yt(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:d}=a,f=ot(a),b=u-f.height,{height:w,top:p}=i[l-1]?ot(i[l-1]):T(t);let k=Math.ceil(p-f.top-e+h);return e>0&&d<w+e?k+=e:e=0,k>b?(e-=k-b,k=b):k<0&&(e-=k,k=0),()=>s(a,k-h,t,b).then(r)},()=>Promise.resolve())();function s(r,a,l,h){return new Promise(u=>{const d=r.scrollTop,f=n(Math.abs(a)),b=Date.now(),w=vs(r)===r,p=T(l).top+(w?0:d);let k=0,U=15;(function st(){const gt=o(V((Date.now()-b)/f));let mt=0;i[0]===r&&d+a<h&&(mt=T(l).top+(w?0:r.scrollTop)-p-g(gs(l)).height),c(r,"scrollBehavior")!=="auto"&&c(r,"scrollBehavior","auto"),r.scrollTop=d+(a+mt)*gt,c(r,"scrollBehavior",""),gt===1&&(k===mt||!U--)?u():(k=mt,requestAnimationFrame(st))})()})}function n(r){return 40*Math.pow(r,.375)}function o(r){return .5*(1-Math.cos(Math.PI*r))}}function Ei(t,e=0,i=0){if(!j(t))return 0;const s=zt(t,!0),{scrollHeight:n,scrollTop:o}=s,{height:r}=ot(s),a=n-r,l=Ue(t)[0]-Ue(s)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return h<u?V((o-h)/(u-h)):1}function Yt(t,e=!1,i=[]){const s=vs(t);let n=ge(t).reverse();n=n.slice(n.indexOf(s)+1);const o=St(n,r=>c(r,"position")==="fixed");return~o&&(n=n.slice(o)),[s].concat(n.filter(r=>c(r,"overflow").split(" ").some(a=>v(["auto","scroll",...i],a))&&(!e||r.scrollHeight>ot(r).height))).reverse()}function zt(...t){return Yt(...t)[0]}function Xt(t){return Yt(t,!1,["hidden","clip"])}function ot(t){const e=Wt(t),i=vs(t),s=!Oe(t)||t.contains(i);if(s&&e.visualViewport){let{height:l,width:h,scale:u,pageTop:d,pageLeft:f}=e.visualViewport;return l=Math.round(l*u),h=Math.round(h*u),{height:l,width:h,top:d,left:f,bottom:d+l,right:f+h}}let n=T(s?e:t);if(c(t,"display")==="inline")return n;const{body:o,documentElement:r}=e.document,a=s?i===r||i.clientHeight<o.clientHeight?i:o:t;for(let[l,h,u,d]of[["width","x","left","right"],["height","y","top","bottom"]]){const f=n[l]%1;n[u]+=I(c(a,`border-${u}-width`)),n[l]=n[h]=a[`client${jt(l)}`]-(f?f<.5?-f:1-f:0),n[d]=n[l]+n[u]}return n}function gs(t){const{document:e}=Wt(t);t=t||e.body;const{left:i,width:s,top:n}=g(t);for(const o of n?[0,n]:[0]){let r;for(const a of e.elementsFromPoint(i+s/2,o))!a.contains(t)&&!$(a,"uk-togglable-leave")&&(ms(a,"fixed")&&yn(ge(t).reverse().find(l=>!l.contains(a)&&!ms(l,"static")))<yn(a)||ms(a,"sticky")&&(!t||O(a).contains(t)))&&(!r||g(r).height<g(a).height)&&(r=a);if(r)return r}}function yn(t){return I(c(t,"zIndex"))}function ms(t,e){return c(t,"position")===e}function vs(t){return Wt(t).document.scrollingElement}const ct=[["width","x","left","right"],["height","y","top","bottom"]];function kn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},Z(e)||(e=[e,e]),T(t,Sn(t,e,i))}function Sn(t,e,i){const s=In(t,e,i),{boundary:n,viewportOffset:o=0,placement:r}=i;let a=s;for(const[l,[h,,u,d]]of Object.entries(ct)){const f=Fr(t,e[l],o,n,l);if(Ti(s,f,l))continue;let b=0;if(r[l]==="flip"){const w=i.attach.target[l];if(w===d&&s[d]<=f[d]||w===u&&s[u]>=f[u])continue;b=jr(t,e,i,l)[u]-s[u];const p=Lr(t,e[l],o,l);if(!Ti(bs(s,b,l),p,l)){if(Ti(s,p,l))continue;if(i.recursion)return!1;const k=Wr(t,e,i);if(k&&Ti(k,p,1-l))return k;continue}}else if(r[l]==="shift"){const w=T(e[l]),{offset:p}=i;b=V(V(s[u],f[u],f[d]-s[h]),w[u]-s[h]+p[l],w[d]-p[l])-s[u]}a=bs(a,b,l)}return a}function In(t,e,i){let{attach:s,offset:n}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},o=T(t);for(const[r,[a,,l,h]]of Object.entries(ct)){const u=s.target[r]===s.element[r]?ot(e[r]):T(e[r]);o=bs(o,u[l]-o[l]+Cn(s.target[r],h,u[a])-Cn(s.element[r],h,o[a])+ +n[r],r)}return o}function bs(t,e,i){const[,s,n,o]=ct[i],r={...t};return r[n]=t[s]=t[n]+e,r[o]+=e,r}function Cn(t,e,i){return t==="center"?i/2:t===e?i:0}function Fr(t,e,i,s,n){let o=Tn(...En(t,e).map(ot));return i&&(o[ct[n][2]]+=i,o[ct[n][3]]-=i),s&&(o=Tn(o,T(Z(s)?s[n]:s))),o}function Lr(t,e,i,s){const[n,o,r,a]=ct[s],[l]=En(t,e),h=ot(l);return["auto","scroll"].includes(c(l,`overflow-${o}`))&&(h[r]-=l[`scroll${jt(r)}`],h[a]=h[r]+l[`scroll${jt(n)}`]),h[r]+=i,h[a]-=i,h}function En(t,e){return Xt(e).filter(i=>i.contains(t))}function Tn(...t){let e={};for(const i of t)for(const[,,s,n]of ct)e[s]=Math.max(e[s]||0,i[s]),e[n]=Math.min(...[e[n],i[n]].filter(Boolean));return e}function Ti(t,e,i){const[,,s,n]=ct[i];return t[s]>=e[s]&&t[n]<=e[n]}function jr(t,e,{offset:i,attach:s},n){return In(t,e,{attach:{element:Pn(s.element,n),target:Pn(s.target,n)},offset:qr(i,n)})}function Wr(t,e,i){return Sn(t,e,{...i,attach:{element:i.attach.element.map(_n).reverse(),target:i.attach.target.map(_n).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Pn(t,e){const i=[...t],s=ct[e].indexOf(t[e]);return~s&&(i[e]=ct[e][1-s%2+2]),i}function _n(t){for(let e=0;e<ct.length;e++){const i=ct[e].indexOf(t);if(~i)return ct[1-e][i%2+2]}}function qr(t,e){return t=[...t],t[e]*=-1,t}var Rr=Object.freeze({__proto__:null,$:y,$$:M,Animation:Dt,Dimensions:Xi,MouseTracker:fn,Transition:B,addClass:S,after:xi,append:W,apply:Bt,assign:vt,attr:C,before:wi,boxModelAdjust:we,camelize:_e,children:D,clamp:V,createEvent:be,css:c,data:tt,dimensions:g,each:ce,empty:rn,endsWith:ne,escape:Zi,fastdom:Nt,filter:Fe,find:Ki,findAll:je,findIndex:St,flipPosition:ki,fragment:Pt,getCoveringElement:gs,getEventPos:bt,getIndex:at,getTargetedElement:mi,hasAttr:Ct,hasClass:$,hasOwn:wt,hasTouch:he,height:it,html:yt,hyphenate:Lt,inBrowser:Vt,includes:v,index:Tt,intersectRect:fi,isArray:Z,isBoolean:ae,isDocument:Ae,isElement:re,isEmpty:ui,isEqual:le,isFocusable:He,isFunction:dt,isInView:Ye,isInput:ze,isNode:Oe,isNumber:De,isNumeric:xt,isObject:Mt,isPlainObject:Me,isRtl:K,isSameSiteAnchor:me,isString:L,isTag:F,isTouch:pt,isUndefined:J,isVisible:j,isVoidElement:Ji,isWindow:hi,last:qt,matches:P,memoize:ft,mute:vn,noop:A,observeIntersection:pn,observeMutation:hs,observeResize:Ge,observeViewportResize:cs,off:ve,offset:T,offsetPosition:Ue,offsetViewport:ot,on:x,once:z,overflowParents:Xt,parent:O,parents:ge,pause:mn,pick:di,play:us,pointInRect:pi,pointerCancel:Ne,pointerDown:lt,pointerEnter:At,pointerLeave:Ot,pointerMove:de,pointerUp:Et,position:rs,positionAt:kn,prepend:Sr,propName:vi,query:Q,queryAll:Le,ready:kr,remove:et,removeAttr:Be,removeClass:_,replaceClass:gi,resetProps:$t,scrollIntoView:$n,scrollParent:zt,scrollParents:Yt,scrolledOver:Ei,selFocusable:pe,selInput:fe,sortBy:Ys,startsWith:kt,sumBy:Rt,swap:Gi,toArray:oe,toBoolean:Vi,toEventTargets:es,toFloat:I,toNode:R,toNodes:E,toNumber:It,toPx:X,toWindow:Wt,toggleClass:H,trigger:m,ucfirst:jt,uniqueBy:Xs,unwrap:Re,width:yi,wrapAll:qe,wrapInner:os}),nt={connected(){S(this.$el,this.$options.id)}};const Ur=["days","hours","minutes","seconds"];var Vr={mixins:[nt],props:{date:String,clsWrapper:String,role:String,reload:Boolean},data:{date:"",clsWrapper:".uk-countdown-%unit%",role:"timer",reload:!1},connected(){this.$el.role=this.role,this.date=I(Date.parse(this.$props.date)),this.started=this.end=!1,this.start()},disconnected(){this.stop()},events:{name:"visibilitychange",el:()=>document,handler(){document.hidden?this.stop():this.start()}},methods:{start(){this.stop(),this.update()},stop(){this.timer&&(clearInterval(this.timer),m(this.$el,"countdownstop"),this.timer=null)},update(){const t=Gr(this.date);t.total?this.timer||(this.started=!0,this.timer=setInterval(this.update,1e3),m(this.$el,"countdownstart")):(this.stop(),this.end||(m(this.$el,"countdownend"),this.end=!0,this.reload&&this.started&&window.location.reload()));for(const e of Ur){const i=y(this.clsWrapper.replace("%unit%",e),this.$el);if(!i)continue;let s=Math.trunc(t[e]).toString().padStart(2,"0");i.textContent!==s&&(s=s.split(""),s.length!==i.children.length&&yt(i,s.map(()=>"<span></span>").join("")),s.forEach((n,o)=>i.children[o].textContent=n))}}}};function Gr(t){const e=Math.max(0,t-Date.now())/1e3;return{total:e,seconds:e%60,minutes:e/60%60,hours:e/60/60%24,days:e/60/60/24}}const G={};G.events=G.watch=G.observe=G.created=G.beforeConnect=G.connected=G.beforeDisconnect=G.disconnected=G.destroy=ws,G.args=function(t,e){return e!==!1&&ws(e||t)},G.update=function(t,e){return Ys(ws(t,dt(e)?{read:e}:e),"order")},G.props=function(t,e){if(Z(e)){const i={};for(const s of e)i[s]=String;e=i}return G.methods(t,e)},G.computed=G.methods=function(t,e){return e?t?{...t,...e}:e:t},G.i18n=G.data=function(t,e,i){return i?Mn(t,e,i):e?t?function(s){return Mn(t,e,s)}:e:t};function Mn(t,e,i){return G.computed(dt(t)?t.call(i,i):t,dt(e)?e.call(i,i):e)}function ws(t,e){return t=t&&!Z(t)?[t]:t,e?t?t.concat(e):Z(e)?e:[e]:t}function Yr(t,e){return J(e)?t:e}function Xe(t,e,i){const s={};if(dt(e)&&(e=e.options),e.extends&&(t=Xe(t,e.extends,i)),e.mixins)for(const o of e.mixins)t=Xe(t,o,i);for(const o in t)n(o);for(const o in e)wt(t,o)||n(o);function n(o){s[o]=(G[o]||Yr)(t[o],e[o],i)}return s}function $e(t,e=[]){try{return t?kt(t,"{")?JSON.parse(t):e.length&&!v(t,":")?{[e[0]]:t}:t.split(";").reduce((i,s)=>{const[n,o]=s.split(/:(.*)/);return n&&!J(o)&&(i[n.trim()]=o.trim()),i},{}):{}}catch{return{}}}function xs(t,e){return t===Boolean?Vi(e):t===Number?It(e):t==="list"?Jr(e):t===Object&&L(e)?$e(e):t?t(e):e}const Xr=/,(?![^(]*\))/;function Jr(t){return Z(t)?t:L(t)?t.split(Xr).map(e=>xt(e)?It(e):Vi(e.trim())):[t]}function Kr(t){t._data={},t._updates=[...t.$options.update||[]],t._disconnect.push(()=>t._updates=t._data=null)}function Qr(t,e){t._updates.unshift(e)}function Je(t,e="update"){t._connected&&t._updates.length&&(t._updateCount||(t._updateCount=0,requestAnimationFrame(()=>t._updateCount=0)),t._queued||(t._queued=new Set,Nt.read(()=>{t._connected&&Zr(t,t._queued),t._queued=null})),t._updateCount++<20&&t._queued.add(e.type||e))}function Zr(t,e){for(const{read:i,write:s,events:n=[]}of t._updates){if(!e.has("update")&&!n.some(r=>e.has(r)))continue;let o;i&&(o=i.call(t,t._data,e),o&&Me(o)&&vt(t._data,o)),s&&o!==!1&&Nt.write(()=>{t._connected&&s.call(t,t._data,e)})}}function ht(t){return Ze(Ge,t,"resize")}function Jt(t){return Ze(pn,t)}function Ke(t){return Ze(hs,t)}function Pi(t={}){return Jt({handler:function(e,i){const{targets:s=this.$el,preload:n=5}=t;for(const o of E(dt(s)?s(this):s))M('[loading="lazy"]',o).slice(0,n-1).forEach(r=>Be(r,"loading"));for(const o of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(o)},...t})}function $s(t){return Ze((e,i)=>cs(i),t,"resize")}function Qe(t){return Ze((e,i)=>({disconnect:x(ea(e),"scroll",i,{passive:!0})}),t,"scroll")}function An(t){return{observe(e,i){return{observe:A,unobserve:A,disconnect:x(e,lt,i,{passive:!0})}},handler(e){if(!pt(e))return;const i=bt(e),s="tagName"in e.target?e.target:O(e.target);z(document,`${Et} ${Ne} scroll`,n=>{const{x:o,y:r}=bt(n);(n.type!=="scroll"&&s&&o&&Math.abs(i.x-o)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{m(s,"swipe"),m(s,`swipe${ta(i.x,i.y,o,r)}`)})})},...t}}function Ze(t,e,i){return{observe:t,handler(){Je(this,i)},...e}}function ta(t,e,i,s){return Math.abs(t-i)>=Math.abs(e-s)?t-i>0?"Left":"Right":e-s>0?"Up":"Down"}function ea(t){return E(t).map(e=>{const{ownerDocument:i}=e,s=zt(e,!0);return s===i.scrollingElement?i:s})}var On={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[Ke({options:{childList:!0}}),Ke({options:{attributes:!0,attributeFilter:["style"]}}),ht({handler(t){for(const{borderBoxSize:[{inlineSize:e,blockSize:i}]}of t)if(e||i){this.$emit("resize");return}},target:({$el:t})=>[t,...D(t)]})],update:{read(){return{rows:ys(D(this.$el))}},write({rows:t}){for(const e of t)for(const i of e)H(i,this.margin,t[0]!==e),H(i,this.firstColumn,e[K?e.length-1:0]===i)},events:["resize"]}};function ys(t){const e=[[]],i=t.some((s,n)=>n&&t[n-1].offsetParent!==s.offsetParent);for(const s of t){if(!j(s))continue;const n=ks(s,i);for(let o=e.length-1;o>=0;o--){const r=e[o];if(!r[0]){r.push(s);break}const a=ks(r[0],i);if(n.top>=a.bottom-1&&n.top!==a.top){e.push([s]);break}if(n.bottom-1>a.top||n.top===a.top){let l=r.length-1;for(;l>=0;l--){const h=ks(r[l],i);if(n.left>=h.left)break}r.splice(l+1,0,s);break}if(o===0){e.unshift([s]);break}}}return e}function ks(t,e=!1){let{offsetTop:i,offsetLeft:s,offsetHeight:n,offsetWidth:o}=t;return e&&([i,s]=Ue(t)),{top:i,left:s,bottom:i+n,right:s+o}}function ti(){return new Promise(t=>requestAnimationFrame(t))}function ye(t){return new Promise(e=>setTimeout(e,t))}const Ss="uk-transition-leave",Is="uk-transition-enter";function Dn(t,e,i,s=0){const n=Cs(e,!0),o={opacity:1},r={opacity:0},a=()=>n===Cs(e),l=d=>()=>a()?d():Promise.reject(),h=l(async()=>{S(e,Ss),await(s?Nn(e).reduce(async(d,f,b,w)=>{if(await d,!Ye(f)||!a()){c(f,r);return}await ye(s);const p=B.start(f,r,i/2,"ease");w.length-1===b&&await p},Promise.resolve()):B.start(e,r,i/2,"ease")),_(e,Ss)}),u=l(async()=>{const d=it(e);S(e,Is),t(),c(s?D(e):e,r),it(e,d),await ye(),it(e,"");const f=it(e);c(e,"alignContent","flex-start"),it(e,d);let b=[],w=i/2;if(s){const p=Nn(e);c(D(e),r),b=p.reduce(async(k,U,st,gt)=>{if(await k,!Ye(U)||!a()){$t(U,o);return}await ye(s);const mt=B.start(U,o,i/2,"ease").then(()=>a()&&$t(U,o));gt.length-1===st&&await mt},Promise.resolve()),w+=p.length*s}if(!s||d!==f){const p={height:f,...s?{}:o};b.push(B.start(e,p,w,"ease"))}await Promise.all(b),_(e,Is),a()&&($t(e,{height:"",alignContent:"",...o}),delete e.dataset.transition)});return $(e,Ss)?Bn(e).then(u):$(e,Is)?Bn(e).then(h).then(u):h().then(u)}function Cs(t,e){return e&&(t.dataset.transition=1+Cs(t)),It(t.dataset.transition)||0}function Bn(t){return Promise.all(D(t).filter(B.inProgress).map(e=>new Promise(i=>z(e,"transitionend transitioncanceled",i))))}function Nn(t){return ys(D(t)).flat().filter(j)}async function ia(t,e,i){await ti();let s=D(e);const n=s.map(p=>zn(p,!0)),o={...c(e,["height","padding"]),display:"block"},r=s.filter(p=>Ye(p)),a=s.concat(e);await Promise.all(a.map(B.cancel)),c(a,"transitionProperty","none"),await t();const l=D(e).filter(p=>!v(s,p));s=s.concat(l),await Promise.resolve(),c(a,"transitionProperty","");const h=C(e,"style"),u=c(e,["height","padding"]),[d,f]=sa(e,s,n),b=s.map(p=>({style:C(p,"style")}));r.push(...s.filter(p=>Ye(p))),s.forEach((p,k)=>f[k]&&c(p,f[k])),c(e,o),m(e,"scroll"),await ti();const w=s.map((p,k)=>{if(O(p)===e&&r.includes(p))return B.start(p,d[k],i,"ease",!l.includes(p))}).concat(B.start(e,u,i,"ease",!0));try{await Promise.all(w),s.forEach((p,k)=>{C(p,b[k]),O(p)===e&&c(p,"display",d[k].opacity===0?"none":"")}),C(e,"style",h)}catch{C(s,"style",""),$t(e,o)}}function zn(t,e){const i=c(t,"zIndex");return j(t)?{display:"",opacity:e?c(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:i==="auto"?Tt(t):i,...Hn(t)}:!1}function sa(t,e,i){const s=e.map((o,r)=>O(o)&&r in i?i[r]?j(o)?Hn(o):{opacity:0}:{opacity:j(o)?1:0}:!1),n=s.map((o,r)=>{const a=O(e[r])===t&&(i[r]||zn(e[r]));if(!a)return!1;if(!o)delete a.opacity;else if(!("opacity"in o)){const{opacity:l}=a;l%1?o.opacity=1:delete a.opacity}return a});return[s,n]}function Hn(t){const{height:e,width:i}=g(t);let{top:s,left:n}=rs(t);const o=ot(t.ownerDocument);return s=V(s,o.top-e-o.height,o.bottom+o.height),n=V(n,o.left-i-o.width,o.right+o.width),{height:e,width:i,top:s,left:n,transform:"",...c(t,["marginTop","marginLeft"])}}var Fn={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate(t,e=this.$el){const i=this.animation;return(i==="fade"?Dn:i==="delayed-fade"?(...n)=>Dn(...n,40):i?ia:()=>(t(),Promise.resolve()))(t,e,this.duration).catch(A)}}};function _t(t){t.target.closest('a[href="#"],a[href=""]')&&t.preventDefault()}const N={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var na={mixins:[Fn],args:"target",props:{target:String,selActive:Boolean},data:{target:"",selActive:!1,attrItem:"uk-filter-control",cls:"uk-active",duration:250},computed:{children:({target:t},e)=>M(`${t} > *`,e),toggles:({attrItem:t},e)=>M(`[${t}],[data-${t}]`,e)},watch:{toggles(t){this.updateState();const e=M(this.selActive,this.$el);for(const i of t){this.selActive!==!1&&H(i,this.cls,v(e,i));const s=ca(i);F(s,"a")&&(s.role="button")}},children(t,e){e&&this.updateState()}},events:{name:"click keydown",delegate:({attrItem:t})=>`[${t}],[data-${t}]`,handler(t){t.type==="keydown"&&t.keyCode!==N.SPACE||t.target.closest("a,button")&&(_t(t),this.apply(t.current))}},methods:{apply(t){const e=this.getState(),i=jn(t,this.attrItem,this.getState());oa(e,i)||this.setState(i)},getState(){return this.toggles.filter(t=>$(t,this.cls)).reduce((t,e)=>jn(e,this.attrItem,t),{filter:{"":""},sort:[]})},async setState(t,e=!0){t={filter:{"":""},sort:[],...t},m(this.$el,"beforeFilter",[this,t]);for(const i of this.toggles)H(i,this.cls,aa(i,this.attrItem,t));await Promise.all(M(this.target,this.$el).map(i=>{const s=()=>ra(t,i,D(i));return e?this.animate(s,i):s()})),m(this.$el,"afterFilter",[this])},updateState(){Nt.write(()=>this.setState(this.getState(),!1))}}};function Ln(t,e){return $e(tt(t,e),["filter"])}function oa(t,e){return["filter","sort"].every(i=>le(t[i],e[i]))}function ra(t,e,i){for(const o of i)c(o,"display",Object.values(t.filter).every(r=>!r||P(o,r))?"":"none");const[s,n]=t.sort;if(s){const o=la(i,s,n);le(o,i)||W(e,o)}}function jn(t,e,i){const{filter:s,group:n,sort:o,order:r="asc"}=Ln(t,e);return(s||J(o))&&(n?s?(delete i.filter[""],i.filter[n]=s):(delete i.filter[n],(ui(i.filter)||""in i.filter)&&(i.filter={"":s||""})):i.filter={"":s||""}),J(o)||(i.sort=[o,r]),i}function aa(t,e,{filter:i={"":""},sort:[s,n]}){const{filter:o="",group:r="",sort:a,order:l="asc"}=Ln(t,e);return J(a)?r in i&&o===i[r]||!o&&r&&!(r in i)&&!i[""]:s===a&&n===l}function la(t,e,i){return[...t].sort((s,n)=>tt(s,e).localeCompare(tt(n,e),void 0,{numeric:!0})*(i==="asc"||-1))}function ca(t){return y("a,button",t)||t}var ha={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){this.loading!=="lazy"?this.load():Ts(this.$el)&&(this.$el.loading="lazy",Es(this.$el))},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:Jt({handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy",target:({$el:t,$props:e})=>e.target?[t,...Le(e.target,t)]:t}),methods:{load(){if(this.img)return this.img;const t=Ts(this.$el)?this.$el:da(this.$el,this.dataSrc,this.sources);return Be(t,"loading"),Es(this.$el,t.currentSrc),this.img=t}}};function Es(t,e){if(Ts(t)){const i=O(t);(F(i,"picture")?D(i):[t]).forEach(n=>Wn(n,n))}else e&&!v(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${Zi(e)})`),m(t,be("load",!1)))}const ua=["data-src","data-srcset","sizes"];function Wn(t,e){for(const i of ua){const s=tt(t,i);s&&C(e,i.replace(/data-/g,""),s)}}function da(t,e,i){const s=new Image;return qn(s,i),Wn(t,s),s.onload=()=>Es(t,s.currentSrc),s.src=e,s}function qn(t,e){if(e=fa(e),e.length){const i=Pt("<picture>");for(const s of e){const n=Pt("<source>");C(n,s),W(i,n)}W(i,t)}}function fa(t){if(!t)return[];if(kt(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=$e(t);return Z(t)||(t=[t]),t.filter(e=>!ui(e))}function Ts(t){return F(t,"img")}let Ps;function Rn(t){const e=x(t,"touchstart",n=>{if(n.targetTouches.length!==1||P(n.target,'input[type="range"'))return;let o=bt(n).y;const r=x(t,"touchmove",a=>{const l=bt(a).y;l!==o&&(o=l,Yt(a.target).some(h=>{if(!t.contains(h))return!1;let{scrollHeight:u,clientHeight:d}=h;return d<u})||a.preventDefault())},{passive:!1});z(t,"scroll touchend touchcanel",r,{capture:!0})},{passive:!0});if(Ps)return e;Ps=!0;const{scrollingElement:i}=document,s={overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",scrollbarGutter:yi(window)-i.clientWidth?"stable":""};return c(i,s),()=>{Ps=!1,e(),$t(i,s)}}var ei={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&y(t)}}},Un={props:{pos:String,offset:Boolean,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${K?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=v(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,e,i){let s=[this.getPositionOffset(t),this.getShiftOffset(t)];const n=[this.flip&&"flip",this.shift&&"shift"],o={element:[this.inset?this.dir:ki(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const l in o)o[l].reverse();s.reverse(),n.reverse()}const r=_i(t),a=g(t);c(t,{top:-a.height,left:-a.width}),kn(t,e,{attach:o,offset:s,boundary:i,placement:n,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t=this.$el){return X(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(v(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t=this.$el){return this.align==="center"?0:X(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(v(["left","top"],this.align)?1:-1)},getViewportOffset(t){return X(c(t,"--uk-position-viewport-offset"))}}};function _i(t){const e=zt(t),{scrollTop:i}=e,s=()=>{i!==e.scrollTop&&(e.scrollTop=i)};return()=>{s(),setTimeout(s)}}var Kt={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglable-enter",clsLeave:"uk-togglable-leave"},computed:{hasAnimation:({animation:t})=>!!t[0],hasTransition:({animation:t})=>["slide","reveal"].some(e=>kt(t[0],e))},methods:{async toggleElement(t,e,i){try{return await Promise.all(E(t).map(s=>{const n=ae(e)?e:!this.isToggled(s);if(!m(s,`before${n?"show":"hide"}`,[this]))return Promise.reject();const o=(dt(i)?i:i===!1||!this.hasAnimation?pa:this.hasTransition?ga:ma)(s,n,this),r=n?this.clsEnter:this.clsLeave;S(s,r),m(s,n?"show":"hide",[this]);const a=()=>{var l;if(_(s,r),m(s,n?"shown":"hidden",[this]),n){const h=_i(s);(l=M("[autofocus]",s).find(j))==null||l.focus(),h()}};return o?o.then(a,()=>(_(s,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=R(t),$(t,this.clsEnter)?!0:$(t,this.clsLeave)?!1:this.cls?$(t,this.cls.split(" ")[0]):j(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=v(this.cls," ")||e!==$(t,this.cls),i&&H(t,this.cls,v(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),i&&m(t,"toggled",[e,this])}}};function pa(t,e,{_toggle:i}){return Dt.cancel(t),B.cancel(t),i(t,e)}async function ga(t,e,{animation:i,duration:s,velocity:n,transition:o,_toggle:r}){var a;const[l="reveal",h="top"]=((a=i[0])==null?void 0:a.split("-"))||[],u=[["left","right"],["top","bottom"]],d=u[v(u[0],h)?0:1],f=d[1]===h,w=["width","height"][u.indexOf(d)],p=`margin-${d[0]}`,k=`margin-${h}`;let U=g(t)[w];const st=B.inProgress(t);await B.cancel(t),e&&r(t,!0);const gt=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",p,k].map(ar=>[ar,t.style[ar]])),mt=g(t),Gs=I(c(t,p)),nr=I(c(t,k)),se=mt[w]+nr;!st&&!e&&(U+=nr);const[Ri]=os(t,"<div>");c(Ri,{boxSizing:"border-box",height:mt.height,width:mt.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",k])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[k]:0,width:mt.width,height:mt.height,overflow:"hidden",[w]:U});const or=U/se;s=(n*se+s)*(e?1-or:or);const rr={[w]:e?se:0};f&&(c(t,p,se-U+Gs),rr[p]=e?Gs:se+Gs),!f^l==="reveal"&&(c(Ri,p,-se+U),B.start(Ri,{[p]:e?0:-se},s,o));try{await B.start(t,rr,s,o)}finally{c(t,gt),Re(Ri.firstChild),e||r(t,!1)}}function ma(t,e,i){const{animation:s,duration:n,_toggle:o}=i;return e?(o(t,!0),Dt.in(t,s[0],n,i.origin)):Dt.out(t,s[1]||s[0],n,i.origin).then(()=>o(t,!1))}const rt=[];var _s={mixins:[nt,ei,Kt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean,role:String},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1,role:"dialog"},computed:{panel:({selPanel:t},e)=>y(t,e),transitionElement(){return this.panel}},connected(){const t=this.panel||this.$el;t.role=this.role,this.overlay&&(t.ariaModal=!0)},beforeDisconnect(){v(rt,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate:({selClose:t})=>`${t},a[href*="#"]`,handler(t){const{current:e,defaultPrevented:i}=t,{hash:s}=e;!i&&s&&me(e)&&!this.$el.contains(y(s))?this.hide():P(e,this.selClose)&&(_t(t),this.hide())}},{name:"toggle",self:!0,handler(t,e){t.defaultPrevented||(t.preventDefault(),this.target=e==null?void 0:e.$el,this.isToggled()===v(rt,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(v(rt,this))return!1;!this.stack&&rt.length?(Promise.all(rt.map(e=>e.hide())).then(this.show),t.preventDefault()):rt.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",I(c(this.$el,"zIndex"))+rt.length);const t=[this.overlay&&ba(this),this.overlay&&Rn(this.$el),this.bgClose&&wa(this),this.escClose&&xa(this)];z(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),S(document.documentElement,this.clsPage),Gn(this.target,!0)}},{name:"shown",self:!0,handler(){He(this.$el)||(this.$el.tabIndex=-1),P(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){v(rt,this)&&rt.splice(rt.indexOf(this),1),c(this.$el,"zIndex","");const{target:t}=this;rt.some(e=>e.clsPage===this.clsPage)||(_(document.documentElement,this.clsPage),queueMicrotask(()=>{if(He(t)){const e=_i(t);t.focus(),e()}})),Gn(t,!1),this.target=null}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},async show(){return this.container&&O(this.$el)!==this.container&&(W(this.container,this.$el),await ti()),this.toggleElement(this.$el,!0,Vn)},hide(){return this.toggleElement(this.$el,!1,Vn)}}};function Vn(t,e,{transitionElement:i,_toggle:s}){return new Promise((n,o)=>z(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=o,s(t,e);const a=z(i,"transitionstart",()=>{z(i,"transitionend transitioncancel",n,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),n()},va(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function va(t){return t?ne(t,"ms")?I(t):I(t)*1e3:0}function ba(t){return x(document,"focusin",e=>{qt(rt)===t&&!t.$el.contains(e.target)&&t.$el.focus()})}function wa(t){return x(document,lt,({target:e})=>{qt(rt)!==t||t.overlay&&!t.$el.contains(e)||!t.panel||t.panel.contains(e)||z(document,`${Et} ${Ne} scroll`,({defaultPrevented:i,type:s,target:n})=>{!i&&s===Et&&e===n&&t.hide()},!0)})}function xa(t){return x(document,"keydown",e=>{e.keyCode===27&&qt(rt)===t&&t.hide()})}function Gn(t,e){t!=null&&t.ariaExpanded&&(t.ariaExpanded=e)}var Ms={slide:{show(t){return[{transform:q(t*-100)},{transform:q()}]},percent(t){return ii(t)},translate(t,e){return[{transform:q(e*-100*t)},{transform:q(e*100*(1-t))}]}}};function ii(t){return Math.abs(new DOMMatrix(c(t,"transform")).m41/t.offsetWidth)}function q(t=0,e="%"){return t?`translate3d(${t+e}, 0, 0)`:""}function $a(t,e,i,{animation:s,easing:n}){const{percent:o,translate:r,show:a=A}=s,l=a(i),{promise:h,resolve:u}=Yn();return{dir:i,show(d,f=0,b){const w=b?"linear":n;return d-=Math.round(d*V(f,-1,1)),this.translate(f),Qt(e,"itemin",{percent:f,duration:d,timing:w,dir:i}),Qt(t,"itemout",{percent:1-f,duration:d,timing:w,dir:i}),Promise.all([B.start(e,l[1],d,w),B.start(t,l[0],d,w)]).then(()=>{this.reset(),u()},A),h},cancel(){return B.cancel([e,t])},reset(){$t([e,t],l[0])},async forward(d,f=this.percent()){return await this.cancel(),this.show(d,f,!0)},translate(d){this.reset();const f=r(d,i);c(e,f[1]),c(t,f[0]),Qt(e,"itemtranslatein",{percent:d,dir:i}),Qt(t,"itemtranslateout",{percent:1-d,dir:i})},percent(){return o(t||e,e,i)},getDistance(){return t==null?void 0:t.offsetWidth}}}function Qt(t,e,i){m(t,be(e,!1,!1,i))}function Yn(){let t;return{promise:new Promise(e=>t=e),resolve:t}}var Mi={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var i,s,n;let o=0;return((n=((i=this.i18n)==null?void 0:i[t])||((s=this.$options.i18n)==null?void 0:s[t]))==null?void 0:n.replace(/%s/g,()=>e[o++]||""))||""}}},ya={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected(){C(this.list,"aria-live",this.autoplay?"off":"polite"),this.autoplay&&this.startAutoplay()},disconnected(){this.stopAutoplay()},update(){C(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:()=>document,filter:({autoplay:t})=>t,handler(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay(){this.stopAutoplay(),this.interval=setInterval(()=>{this.stack.length||!j(this.$el)||this.draggable&&P(this.$el,":focus-within")&&!P(this.$el,":focus")||this.pauseOnHover&&P(this.$el,":hover")||this.show("next")},this.autoplayInterval)},stopAutoplay(){clearInterval(this.interval)}}};const Ai={passive:!1,capture:!0},ka="touchstart mousedown",As="touchmove mousemove",Sa="touchend touchcancel mouseup click input scroll";var Ia={props:{draggable:Boolean},data:{draggable:!0,threshold:10,angleThreshold:45},created(){for(const t of["start","move","end"]){const e=this[t];this[t]=i=>{const s=bt(i);K&&(s.x=-s.x),this.prevPos=le(s,this.pos)?this.prevPos:this.pos,this.pos=s,e(i)}}},events:[{name:ka,passive:!0,delegate:({selList:t})=>`${t} > *`,handler(t){!this.draggable||this.parallax||!pt(t)&&Ca(t.target)||t.target.closest(fe)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler(t){t.preventDefault()}},{name:As,el:({list:t})=>t,handler:A,...Ai}],methods:{start(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag.x+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,x(document,As,this.move,Ai),x(document,Sa,this.end,{passive:!0,capture:!0,once:!0}),c(this.list,"userSelect","none")},move(t){const e=this.pos.x-this.drag.x;if(e===0||!this.dragging&&Ea(this.pos,this.drag)>this.angleThreshold||this.prevPos.x===this.pos.x||!this.dragging&&Math.abs(e)<this.threshold)return;t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;let{slides:i,prevIndex:s}=this,n=Math.abs(e),o=this.getIndex(s+this.dir),r=Xn.call(this,s,o);for(;o!==s&&n>r;)this.drag.x-=r*this.dir,s=o,n-=r,o=this.getIndex(s+this.dir),r=Xn.call(this,s,o);this.percent=n/r;const a=i[s],l=i[o],h=this.index!==o,u=s===o;let d;for(const f of[this.index,this.prevIndex])v([o,s],f)||(m(i[f],"itemhidden",[this]),u&&(d=!0,this.prevIndex=s));(this.index===s&&this.prevIndex!==s||d)&&m(i[this.index],"itemshown",[this]),h&&(this.prevIndex=s,this.index=o,u||(m(a,"beforeitemhide",[this]),m(a,"itemhide",[this])),m(l,"beforeitemshow",[this]),m(l,"itemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!u&&l)},end(){if(ve(document,As,this.move,Ai),this.dragging)if(setTimeout(x(this.list,"click",t=>t.preventDefault(),Ai)),this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{const t=this.dir<0==this.prevPos.x>this.pos.x;t?(m(this.slides[this.prevIndex],"itemhidden",[this]),m(this.slides[this.index],"itemshown",[this]),this.percent=1-this.percent):this.index=this.prevIndex,this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}c(this.list,{userSelect:""}),this.drag=this.percent=null}}};function Xn(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()||this.slides[t].offsetWidth}function Ca(t){return c(t,"userSelect")!=="none"&&oe(t.childNodes).some(e=>e.nodeType===3&&e.textContent.trim())}function Ea(t,e){return Math.atan2(Math.abs(e.y-t.y),Math.abs(e.x-t.x))*180/Math.PI}function Ta(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,s]of Object.entries(e))Jn(t,s,i);t._initial=!0}function Jn(t,e,i){t._watches.push({name:i,...Me(e)?e:{handler:e}})}function Pa(t,e){for(const{name:i,handler:s,immediate:n=!0}of t._watches)(t._initial&&n||wt(e,i)&&!le(e[i],t[i]))&&s.call(t,t[i],e[i]);t._initial=!1}function _a(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)Qn(t,i,e[i])}const Kn={subtree:!0,childList:!0};function Qn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:s,$props:n,$el:o}=t;if(!wt(s,e)&&(s[e]=(i.get||i).call(t,n,o),i.observe&&t._computedObserver)){const r=i.observe.call(t,n);t._computedObserver.observe(["~","+","-"].includes(r[0])?o.parentElement:o.getRootNode(),Kn)}return s[e]},set(s){const{_computed:n}=t;n[e]=i.set?i.set.call(t,s):s,J(n[e])&&delete n[e]}})}function Ma(t){t._hasComputed&&(Qr(t,{read:()=>Pa(t,Zn(t)),events:["resize","computed"]}),t._computedObserver=hs(t.$el,()=>Je(t,"computed"),Kn),t._disconnect.push(()=>{t._computedObserver.disconnect(),t._computedObserver=null,Zn(t)}))}function Zn(t){const e={...t._computed};return t._computed={},e}function Aa(t){for(const e of t.$options.events||[])if(wt(e,"handler"))to(t,e);else for(const i in e)to(t,{name:i,handler:e[i]})}function to(t,{name:e,el:i,handler:s,capture:n,passive:o,delegate:r,filter:a,self:l}){a&&!a.call(t,t)||t._disconnect.push(x(i?i.call(t,t):t.$el,e,r==null?void 0:r.call(t,t),s.bind(t),{passive:o,capture:n,self:l}))}function Oa(t){for(const e of t.$options.observe||[])Da(t,e)}function Da(t,e){let{observe:i,target:s=t.$el,handler:n,options:o,filter:r,args:a}=e;if(r&&!r.call(t,t))return;const l=`_observe${t._disconnect.length}`;dt(s)&&!wt(t,l)&&Qn(t,l,()=>{const d=s.call(t,t);return Z(d)?E(d):d}),n=L(n)?t[n]:n.bind(t),dt(o)&&(o=o.call(t,t));const h=wt(t,l)?t[l]:s,u=i(h,n,o,a);dt(s)&&Z(t[l])&&Jn(t,{handler:Ba(u,o),immediate:!1},l),t._disconnect.push(()=>u.disconnect())}function Ba(t,e){return(i,s)=>{for(const n of s)v(i,n)||(t.unobserve?t.unobserve(n):t.observe&&t.disconnect());for(const n of i)(!v(s,n)||!t.unobserve)&&t.observe(n,e)}}function Na(t){const{$options:e,$props:i}=t,s=eo(e);vt(i,s);const{computed:n,methods:o}=e;for(let r in i)r in s&&(!n||!wt(n,r))&&(!o||!wt(o,r))&&(t[r]=i[r])}function eo(t){const e={},{args:i=[],props:s={},el:n,id:o}=t;if(!s)return e;for(const a in s){const l=Lt(a);let h=tt(n,l);J(h)||(h=s[a]===Boolean&&h===""?!0:xs(s[a],h),!(l==="target"&&kt(h,"_"))&&(e[a]=h))}const r=$e(tt(n,o),i);for(const a in r){const l=_e(a);J(s[l])||(e[l]=xs(s[l],r[a]))}return e}const za=ft((t,e)=>{const i=Object.keys(e),s=i.concat(t).map(n=>[Lt(n),`data-${Lt(n)}`]).flat();return{attributes:i,filter:s}});function Ha(t){const{$options:e,$props:i}=t,{id:s,props:n,el:o}=e;if(!n)return;const{attributes:r,filter:a}=za(s,n),l=new MutationObserver(h=>{const u=eo(e);h.some(({attributeName:d})=>{const f=d.replace("data-","");return(f===s?r:[_e(f),_e(d)]).some(b=>!J(u[b])&&u[b]!==i[b])})&&t.$reset()});l.observe(o,{attributes:!0,attributeFilter:a}),t._disconnect.push(()=>l.disconnect())}function ke(t,e){var i;(i=t.$options[e])==null||i.forEach(s=>s.call(t))}function Os(t){t._connected||(Na(t),ke(t,"beforeConnect"),t._connected=!0,t._disconnect=[],Aa(t),Kr(t),Ta(t),Oa(t),Ha(t),Ma(t),ke(t,"connected"),Je(t))}function Ds(t){t._connected&&(ke(t,"beforeDisconnect"),t._disconnect.forEach(e=>e()),t._disconnect=null,ke(t,"disconnected"),t._connected=!1)}let Fa=0;function io(t,e={}){e.data=Wa(e,t.constructor.options),t.$options=Xe(t.constructor.options,e,t),t.$props={},t._uid=Fa++,La(t),ja(t),_a(t),ke(t,"created"),e.el&&t.$mount(e.el)}function La(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function ja(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Wa({data:t={}},{args:e=[],props:i={}}){Z(t)&&(t=t.slice(0,e.length).reduce((s,n,o)=>(Me(n)?vt(s,n):s[e[o]]=n,s),{}));for(const s in t)J(t[s])?delete t[s]:i[s]&&(t[s]=xs(i[s],t[s]));return t}const ut=function(t){io(this,t)};ut.util=Rr,ut.options={},ut.version="0.0.3";const qa="uk-",Zt="__uikit__",Se={};function so(t,e){var i,s;const n=qa+Lt(t);if(!e)return Se[n].options||(Se[n]=ut.extend(Se[n])),Se[n];t=_e(t),ut[t]=(r,a)=>si(t,r,a);const o=(i=e.options)!=null?i:{...e};return o.id=n,o.name=t,(s=o.install)==null||s.call(o,ut,o,t),ut._initialized&&!o.functional&&requestAnimationFrame(()=>si(t,`[${n}],[data-${n}]`)),Se[n]=o}function si(t,e,i,...s){const n=so(t);return n.options.functional?new n({data:Me(e)?e:[e,i,...s]}):e?M(e).map(o)[0]:o();function o(r){const a=Oi(r,t);if(a)if(i)a.$destroy();else return a;return new n({el:r,data:i})}}function ni(t){return(t==null?void 0:t[Zt])||{}}function Oi(t,e){return ni(t)[e]}function Ra(t,e){t[Zt]||(t[Zt]={}),t[Zt][e.$options.name]=e}function Ua(t,e){var i;(i=t[Zt])==null||delete i[e.$options.name],ui(t[Zt])&&delete t[Zt]}function Va(t){t.component=so,t.getComponents=ni,t.getComponent=Oi,t.update=no,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,s){s=(L(s)?this.component(s):s)||this,s.options=Xe(s.options,i)},t.extend=function(i){i||(i={});const s=this,n=function(r){io(this,r)};return n.prototype=Object.create(s.prototype),n.prototype.constructor=n,n.options=Xe(s.options,i),n.super=s,n.extend=s.extend,n};let e;Object.defineProperty(t,"container",{get(){return e||document.body},set(i){e=y(i)}})}function no(t,e){t=t?R(t):document.body;for(const i of ge(t).reverse())oo(i,e);Bt(t,i=>oo(i,e))}function oo(t,e){const i=ni(t);for(const s in i)Je(i[s],e)}function Ga(t){t.prototype.$mount=function(e){const i=this;Ra(e,i),i.$options.el=e,e.isConnected&&Os(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:s}=i.$options;s&&Ds(i),ke(i,"destroy"),Ua(s,i),e&&et(i.$el)},t.prototype.$create=si,t.prototype.$emit=function(e){Je(this,e)},t.prototype.$update=function(e=this.$el,i){no(e,i)},t.prototype.$reset=function(){Ds(this),Os(this)},t.prototype.$getComponent=Oi,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}let Ya=1;function te(t,e=null){return(e==null?void 0:e.id)||`${t.$options.id}-${Ya++}`}var Xa={i18n:{next:"Next slide",previous:"Previous slide",slideX:"Slide %s",slideLabel:"%s of %s"},data:{selNav:!1,role:"region"},computed:{nav:({selNav:t},e)=>M(t,e),navChildren(){return this.nav.map(t=>D(t)).flat()},selNavItem:({attrItem:t})=>`[${t}],[data-${t}]`,navItems(t,e){return M(this.selNavItem,e)}},watch:{nav(t,e){C(t,"role","tablist"),this.padNavitems(),e&&this.$emit()},list(t){F(t,"ul")&&C(t,"role","presentation")},navChildren(t){C(t,"role","presentation"),this.padNavitems(),this.updateNav()},navItems(t){for(const e of t){const i=tt(e,this.attrItem),s=y("a,button",e)||e;let n,o=null;if(xt(i)){const r=It(i),a=this.slides[r];a&&(a.id||(a.id=te(this,a)),o=a.id),n=this.t("slideX",I(i)+1),s.role="tab"}else this.list&&(this.list.id||(this.list.id=te(this,this.list)),o=this.list.id),n=this.t(i);s.ariaControls=o,s.ariaLabel=s.ariaLabel||n}},slides(t){t.forEach((e,i)=>C(e,{role:this.nav.length?"tabpanel":"group","aria-label":this.t("slideLabel",i+1,this.length),"aria-roledescription":this.nav.length?null:"slide"})),this.padNavitems()}},connected(){this.$el.role=this.role,this.$el.ariaRoleDescription="carousel"},update:[{write(){this.navItems.concat(this.nav).forEach(t=>t&&(t.hidden=!this.maxIndex)),this.updateNav()},events:["resize"]}],events:[{name:"click keydown",delegate:({selNavItem:t})=>t,filter:({parallax:t})=>!t,handler(t){t.target.closest("a,button")&&(t.type==="click"||t.keyCode===N.SPACE)&&(_t(t),this.show(tt(t.current,this.attrItem)))}},{name:"itemshow",handler(){this.updateNav()}},{name:"keydown",delegate:({selNavItem:t})=>t,filter:({parallax:t})=>!t,handler(t){const{current:e,keyCode:i}=t,s=tt(e,this.attrItem);if(!xt(s))return;let n=i===N.HOME?0:i===N.END?"last":i===N.LEFT?"previous":i===N.RIGHT?"next":-1;~n&&(t.preventDefault(),this.show(n))}}],methods:{updateNav(){const t=this.getValidIndex();for(const e of this.navItems){const i=tt(e,this.attrItem),s=y("a,button",e)||e;if(xt(i)){const o=It(i)===t;H(e,this.clsActive,o),H(s,"uk-disabled",!!this.parallax),s.ariaSelected=o,s.tabIndex=o&&!this.parallax?null:-1,o&&s&&P(O(e),":focus-within")&&s.focus()}else H(e,"uk-invisible",this.finite&&(i==="previous"&&t===0||i==="next"&&t>=this.maxIndex))}},padNavitems(){for(const t of this.nav){const e=D(t),i=[];for(let s=0;s<this.length;s++){const n=`${this.attrItem}="${s}"`;i[s]=e.findLast(o=>o.matches(`[${n}]`))||y(`<li ${n}><a href></a></li>`)}le(i,e)||yt(this.nav,i)}}}};const Ja="cubic-bezier(0.25, 0.46, 0.45, 0.94)",Ka="cubic-bezier(0.165, 0.84, 0.44, 1)";var ro={mixins:[ya,Ia,Xa,Mi],props:{clsActivated:String,easing:String,index:Number,finite:Boolean,velocity:Number},data:()=>({easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:"",clsEnter:"uk-slide-enter",clsLeave:"uk-slide-leave",clsSlideActive:"uk-slide-active",Transitioner:!1,transitionOptions:{}}),connected(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected(){_(this.slides,this.clsActive)},computed:{duration:({velocity:t},e)=>ao(e.offsetWidth/t),list:({selList:t},e)=>y(t,e),maxIndex(){return this.length-1},slides(){return D(this.list)},length(){return this.slides.length}},watch:{slides(t,e){e&&this.$emit()}},events:{itemshow({target:t}){S(t,this.clsEnter,this.clsSlideActive)},itemshown({target:t}){_(t,this.clsEnter)},itemhide({target:t}){S(t,this.clsLeave)},itemhidden({target:t}){_(t,this.clsLeave,this.clsSlideActive)}},methods:{async show(t,e=!1){var i;if(this.dragging||!this.length||this.parallax)return;const{stack:s}=this,n=e?0:s.length,o=()=>{s.splice(n,1),s.length&&this.show(s.shift(),!0)};if(s[e?"unshift":"push"](t),!e&&s.length>1){s.length===2&&((i=this._transitioner)==null||i.forward(Math.min(this.duration,200)));return}const r=this.getIndex(this.index),a=$(this.slides,this.clsActive)&&this.slides[r],l=this.getIndex(t,this.index),h=this.slides[l];if(a===h){o();return}if(this.dir=Qa(t,r),this.prevIndex=r,this.index=l,a&&!m(a,"beforeitemhide",[this])||!m(h,"beforeitemshow",[this,a])){this.index=this.prevIndex,o();return}a&&m(a,"itemhide",[this]),m(h,"itemshow",[this]),await this._show(a,h,e),a&&m(a,"itemhidden",[this]),m(h,"itemshown",[this]),s.shift(),this._transitioner=null,await ti(),s.length&&this.show(s.shift(),!0)},getIndex(t=this.index,e=this.index){return V(at(t,this.slides,e,this.finite),0,Math.max(0,this.maxIndex))},getValidIndex(t=this.index,e=this.prevIndex){return this.getIndex(t,e)},async _show(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,{easing:i?e.offsetWidth<600?Ja:Ka:this.easing,...this.transitionOptions}),!i&&!t){this._translate(1);return}const{length:s}=this.stack;return this._transitioner[s>1?"forward":"show"](s>1?Math.min(this.duration,75+75/(s-1)):this.duration,this.percent)},_translate(t,e=this.prevIndex,i=this.index){const s=this._getTransitioner(e===i?!1:e,i);return s.translate(t),s},_getTransitioner(t=this.prevIndex,e=this.index,i=this.dir||1,s=this.transitionOptions){return new this.Transitioner(De(t)?this.slides[t]:t,De(e)?this.slides[e]:e,i*(K?-1:1),s)}}};function Qa(t,e){return t==="next"?1:t==="previous"||t<e?-1:1}function ao(t){return .5*t+300}var lo={mixins:[ro],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:Ms,Transitioner:$a},computed:{animation({animation:t,Animations:e}){return{...e[t]||e.slide,name:t}},transitionOptions(){return{animation:this.animation}}},observe:ht(),events:{itemshow({target:t}){S(t,this.clsActive)},itemshown({target:t}){S(t,this.clsActivated)},itemhidden({target:t}){_(t,this.clsActive,this.clsActivated)}}},Za={...Ms,fade:{show(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show(){return[{opacity:0,transform:Ie(1+.5),zIndex:0},{zIndex:-1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,transform:Ie(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show(t){return t<0?[{transform:q(30),zIndex:-1},{transform:q(),zIndex:0}]:[{transform:q(-100),zIndex:0},{transform:q(),zIndex:-1}]},percent(t,e,i){return i<0?1-ii(e):ii(t)},translate(t,e){return e<0?[{transform:q(30*t),zIndex:-1},{transform:q(-100*(1-t)),zIndex:0}]:[{transform:q(-t*100),zIndex:0},{transform:q(30*(1-t)),zIndex:-1}]}},push:{show(t){return t<0?[{transform:q(100),zIndex:0},{transform:q(),zIndex:-1}]:[{transform:q(-30),zIndex:-1},{transform:q(),zIndex:0}]},percent(t,e,i){return i>0?1-ii(e):ii(t)},translate(t,e){return e<0?[{transform:q(t*100),zIndex:0},{transform:q(-30*(1-t)),zIndex:-1}]:[{transform:q(-30*t),zIndex:-1},{transform:q(100*(1-t)),zIndex:0}]}}};function Ie(t){return`scale3d(${t}, ${t}, 1)`}var co={...Ms,fade:{show(){return[{opacity:0},{opacity:1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t},{opacity:t}]}},scale:{show(){return[{opacity:0,transform:Ie(1-.2)},{opacity:1,transform:Ie(1)}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,transform:Ie(1-.2*t)},{opacity:t,transform:Ie(1-.2+.2*t)}]}}},ho={i18n:{counter:"%s / %s"},mixins:[_s,lo],functional:!0,props:{counter:Boolean,preload:Number,nav:Boolean,slidenav:Boolean,delayControls:Number,videoAutoplay:Boolean,template:String},data:()=>({counter:!1,preload:1,nav:!1,slidenav:!0,delayControls:3e3,videoAutoplay:!1,items:[],cls:"uk-open",clsPage:"uk-lightbox-page",clsFit:"uk-lightbox-items-fit",clsZoom:"uk-lightbox-zoom",attrItem:"uk-lightbox-item",selList:".uk-lightbox-items",selClose:".uk-close-large",selNav:".uk-lightbox-thumbnav, .uk-lightbox-dotnav",selCaption:".uk-lightbox-caption",selCounter:".uk-lightbox-counter",pauseOnHover:!1,velocity:2,Animations:co,template:'<div class="uk-lightbox uk-overflow-hidden"> <div class="uk-lightbox-items"></div> <div class="uk-position-top-right uk-position-small uk-transition-fade" uk-inverse> <button class="uk-lightbox-close uk-close-large" type="button" uk-close></button> </div> <div class="uk-lightbox-slidenav uk-position-center-left uk-position-medium uk-transition-fade" uk-inverse> <a href uk-slidenav-previous uk-lightbox-item="previous"></a> </div> <div class="uk-lightbox-slidenav uk-position-center-right uk-position-medium uk-transition-fade" uk-inverse> <a href uk-slidenav-next uk-lightbox-item="next"></a> </div> <div class="uk-position-center-right uk-position-medium uk-transition-fade" uk-inverse style="max-height: 90vh; overflow: auto;"> <ul class="uk-lightbox-thumbnav uk-lightbox-thumbnav-vertical uk-thumbnav uk-thumbnav-vertical"></ul> <ul class="uk-lightbox-dotnav uk-dotnav uk-dotnav-vertical"></ul> </div> <div class="uk-lightbox-counter uk-text-large uk-position-top-left uk-position-small uk-transition-fade" uk-inverse></div> <div class="uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}),created(){let t=y(this.template);F(t,"template")&&(t=Pt(yt(t)));const e=y(this.selList,t),i=this.$props.nav;et(M(this.selNav,t).filter(o=>!P(o,`.uk-${i}`)));for(const[o,r]of this.items.entries())W(e,"<div>"),i==="thumbnav"&&qe(tl(r,this.videoAutoplay),W(y(this.selNav,t),`<li uk-lightbox-item="${o}"><a href></a></li>`));this.slidenav||et(M(".uk-lightbox-slidenav",t)),this.counter||et(y(this.selCounter,t)),S(e,this.clsFit);const s=y("[uk-close]",t),n=this.t("close");s&&n&&(s.dataset.i18n=JSON.stringify({label:n})),this.$mount(W(this.container,t))},events:[{name:"click",self:!0,filter:({bgClose:t})=>t,delegate:({selList:t})=>`${t} > *`,handler(t){t.defaultPrevented||this.hide()}},{name:"click",self:!0,delegate:({clsZoom:t})=>`.${t}`,handler(t){t.defaultPrevented||H(this.list,this.clsFit)}},{name:`${de} ${lt} keydown`,filter:({delayControls:t})=>t,handler(){this.showControls()}},{name:"shown",self:!0,handler(){this.showControls()}},{name:"hide",self:!0,handler(){this.hideControls(),_(this.slides,this.clsActive),B.stop(this.slides)}},{name:"hidden",self:!0,handler(){this.$destroy(!0)}},{name:"keyup",el:()=>document,handler({keyCode:t}){if(!this.isToggled()||!this.draggable)return;let e=-1;t===N.LEFT?e="previous":t===N.RIGHT?e="next":t===N.HOME?e=0:t===N.END&&(e="last"),~e&&this.show(e)}},{name:"beforeitemshow",handler(t){yt(y(this.selCaption,this.$el),this.getItem().caption||""),yt(y(this.selCounter,this.$el),this.t("counter",this.index+1,this.slides.length));for(let e=-this.preload;e<=this.preload;e++)this.loadItem(this.index+e);this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleElement(this.$el,!0,!1),this.animation=co.scale,_(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshown",handler(){this.draggable=this.$props.draggable}},{name:"itemload",async handler(t,e){const{source:i,type:s,attrs:n={}}=e;if(this.setItem(e,"<span uk-spinner uk-inverse></span>"),!i)return;let o;const r={allowfullscreen:"",style:"max-width: 100%; box-sizing: border-box;","uk-responsive":"","uk-video":!!this.videoAutoplay};if(s==="image"||uo(i)){const a=Ht("img");qn(a,e.sources),C(a,{src:i,...di(e,["alt","srcset","sizes"]),...n}),x(a,"load",()=>this.setItem(e,O(a)||a)),x(a,"error",()=>this.setError(e))}else if(s==="video"||fo(i)){const a=this.videoAutoplay==="inline",l=Ht("video",{src:i,playsinline:"",controls:a?null:"",loop:a?"":null,muted:a?"":null,poster:this.videoAutoplay?null:e.poster,"uk-video":!!this.videoAutoplay,...n});x(l,"loadedmetadata",()=>this.setItem(e,l)),x(l,"error",()=>this.setError(e))}else if(s==="iframe"||i.match(/\.(html|php)($|\?)/i))this.setItem(e,Ht("iframe",{src:i,allowfullscreen:"",class:"uk-lightbox-iframe",...n}));else if(o=i.match(/\/\/(?:.*?youtube(-nocookie)?\..*?(?:[?&]v=|\/shorts\/)|youtu\.be\/)([\w-]{11})[&?]?(.*)?/))this.setItem(e,Ht("iframe",{src:`https://www.youtube${o[1]||""}.com/embed/${o[2]}${o[3]?`?${o[3]}`:""}`,width:1920,height:1080,...r,...n}));else if(o=i.match(/\/\/.*?vimeo\.[a-z]+\/(\d+)[&?]?(.*)?/))try{const{height:a,width:l}=await(await fetch(`https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)}`,{credentials:"omit"})).json();this.setItem(e,Ht("iframe",{src:`https://player.vimeo.com/video/${o[1]}${o[2]?`?${o[2]}`:""}`,width:l,height:a,...r,...n}))}catch{this.setError(e)}}},{name:"itemloaded",handler(){this.$emit("resize")}}],update:{read(){for(const t of M(`${this.selList} :not([controls]):is(img,video)`,this.$el))H(t,this.clsZoom,(t.naturalHeight||t.videoHeight)-this.$el.offsetHeight>Math.max(0,(t.naturalWidth||t.videoWidth)-this.$el.offsetWidth))},events:["resize"]},methods:{loadItem(t=this.index){const e=this.getItem(t);this.getSlide(e).childElementCount||m(this.$el,"itemload",[e])},getItem(t=this.index){return this.items[at(t,this.slides)]},setItem(t,e){m(this.$el,"itemloaded",[this,yt(this.getSlide(t),e)])},getSlide(t){return this.slides[this.items.indexOf(t)]},setError(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2" uk-inverse></span>')},showControls(){clearTimeout(this.controlsTimer),this.controlsTimer=this.delayControls&&setTimeout(this.hideControls,this.delayControls),S(this.$el,"uk-active","uk-transition-active")},hideControls(){_(this.$el,"uk-active","uk-transition-active")}}};function Ht(t,e){const i=Pt(`<${t}>`);return C(i,e),i}function tl(t,e){const i=t.poster||t.thumb&&(t.type==="image"||uo(t.thumb))?Ht("img",{src:t.poster||t.thumb,alt:""}):t.thumb&&(t.type==="video"||fo(t.thumb))?Ht("video",{src:t.thumb,loop:"",playsinline:"",muted:"","uk-video":e==="inline"}):Ht("canvas");return t.thumbRatio&&(i.style.aspectRatio=t.thumbRatio),i}function uo(t){return t==null?void 0:t.match(/\.(avif|jpe?g|jfif|a?png|gif|svg|webp)($|\?)/i)}function fo(t){return t==null?void 0:t.match(/\.(mp4|webm|ogv)($|\?)/i)}const el=".uk-disabled *, .uk-disabled, [disabled]";var il={install:sl,props:{toggle:String},data:{toggle:"a"},computed:{toggles:({toggle:t},e)=>M(t,e)},watch:{toggles(t){this.hide();for(const e of t)F(e,"a")&&(e.role="button")}},disconnected(){this.hide()},events:{name:"click",delegate:({toggle:t})=>t,handler(t){t.defaultPrevented||(t.preventDefault(),P(t.current,el)||this.show(t.current))}},methods:{show(t){let e=this.toggles.map(po);if(this.nav==="thumbnav"&&nl.call(this,this.toggles,e),e=Xs(e,"source"),re(t)){const{source:i}=po(t);t=St(e,({source:s})=>i===s)}return this.panel=this.panel||this.$create("lightboxPanel",{...this.$props,items:e}),x(this.panel.$el,"hidden",()=>this.panel=null),this.panel.show(t)},hide(){var t;return(t=this.panel)==null?void 0:t.hide()}}};function sl(t,e){t.lightboxPanel||t.component("lightboxPanel",ho),vt(e.props,t.component("lightboxPanel").options.props)}function nl(t,e){for(const[i,s]of Object.entries(t)){if(e[i].thumb)continue;const n=ge(s).reverse().concat(s).find(r=>this.$el.contains(r)&&(r===s||M(this.toggle,r).length===1));if(!n)continue;const o=y("img,video",n);o&&(e[i].thumb=o.currentSrc||o.poster||o.src,e[i].thumbRatio=(o.naturalWidth||o.videoWidth)/(o.naturalHeight||o.videoHeight))}}function po(t){const e={};for(const i of t.getAttributeNames()){const s=i.replace(/^data-/,"");e[s==="href"?"source":s]=t.getAttribute(i)}return e.attrs=$e(e.attrs),e}var ol={mixins:[ei],functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:"",pos:"top-center",clsContainer:"uk-notification",clsClose:"uk-notification-close",clsMsg:"uk-notification-message"},install:rl,computed:{marginProp:({pos:t})=>`margin-${t.match(/[a-z]+(?=-)/)[0]}`,startProps(){return{opacity:0,[this.marginProp]:-this.$el.offsetHeight}}},created(){const t=`${this.clsContainer}-${this.pos}`,e=`data-${this.clsContainer}-container`,i=y(`.${t}[${e}]`,this.container)||W(this.container,`<div class="${this.clsContainer} ${t}" ${e}></div>`);this.$mount(W(i,`<div class="${this.clsMsg}${this.status?` ${this.clsMsg}-${this.status}`:""}" role="alert"> <a href class="${this.clsClose}" data-uk-close></a> <div>${this.message}</div> </div>`))},async connected(){const t=I(c(this.$el,this.marginProp));await B.start(c(this.$el,this.startProps),{opacity:1,[this.marginProp]:t}),this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},events:{click(t){_t(t),this.close()},[At](){this.timer&&clearTimeout(this.timer)},[Ot](){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))}},methods:{async close(t){const e=i=>{const s=O(i);m(i,"close",[this]),et(i),s!=null&&s.hasChildNodes()||et(s)};this.timer&&clearTimeout(this.timer),t||await B.start(this.$el,this.startProps),e(this.$el)}}};function rl(t){t.notification.closeAll=function(e,i){Bt(document.body,s=>{const n=t.getComponent(s,"notification");n&&(!e||e===n.group)&&n.close(i)})}}var oi={props:{media:Boolean},data:{media:!1},connected(){const t=al(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,m(this.$el,be("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=x(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function al(t,e){if(L(t)){if(kt(t,"@"))t=I(c(e,`--uk-breakpoint-${t.slice(1)}`));else if(isNaN(t))return t}return t&&xt(t)?`(min-width: ${t}px)`:""}function go(t){return j(t)?Math.ceil(Math.max(0,...M("[stroke]",t).map(e=>{var i;return((i=e.getTotalLength)==null?void 0:i.call(e))||0}))):0}const Di={x:Bi,y:Bi,rotate:Bi,scale:Bi,color:Bs,backgroundColor:Bs,borderColor:Bs,blur:ee,hue:ee,fopacity:ee,grayscale:ee,invert:ee,saturate:ee,sepia:ee,opacity:cl,stroke:hl,bgx:bo,bgy:bo},{keys:mo}=Object;var vo={mixins:[oi],props:ko(mo(Di),"list"),data:ko(mo(Di),void 0),computed:{props(t,e){const i={};for(const n in t)n in Di&&!J(t[n])&&(i[n]=t[n].slice());const s={};for(const n in i)s[n]=Di[n](n,e,i[n],i);return s}},events:{load(){this.$emit()}},methods:{reset(){$t(this.$el,this.getCss(0))},getCss(t){const e={};for(const i in this.props)this.props[i](e,V(t));return e.willChange=Object.keys(e).map(vi).join(","),e}}};function Bi(t,e,i){let s=zi(i)||{x:"px",y:"px",rotate:"deg"}[t]||"",n;return t==="x"||t==="y"?(t=`translate${jt(t)}`,n=o=>I(I(o).toFixed(s==="px"?0:6))):t==="scale"&&(s="",n=o=>{var r;return zi([o])?X(o,"width",e,!0)/e[`offset${(r=o.endsWith)!=null&&r.call(o,"vh")?"Height":"Width"}`]:I(o)}),i.length===1&&i.unshift(t==="scale"?1:0),i=Ce(i,n),(o,r)=>{o.transform=`${o.transform||""} ${t}(${ri(i,r)}${s})`}}function Bs(t,e,i){return i.length===1&&i.unshift(ai(e,t,"")),i=Ce(i,s=>ll(e,s)),(s,n)=>{const[o,r,a]=yo(i,n),l=o.map((h,u)=>(h+=a*(r[u]-h),u===3?I(h):parseInt(h,10))).join(",");s[t]=`rgba(${l})`}}function ll(t,e){return ai(t,"color",e).split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(I)}function ee(t,e,i){i.length===1&&i.unshift(0);const s=zi(i)||{blur:"px",hue:"deg"}[t]||"%";return t={fopacity:"opacity",hue:"hue-rotate"}[t]||t,i=Ce(i),(n,o)=>{const r=ri(i,o);n.filter=`${n.filter||""} ${t}(${r+s})`}}function cl(t,e,i){return i.length===1&&i.unshift(ai(e,t,"")),i=Ce(i),(s,n)=>{s[t]=ri(i,n)}}function hl(t,e,i){i.length===1&&i.unshift(0);const s=zi(i),n=go(e);return i=Ce(i.reverse(),o=>(o=I(o),s==="%"?o*n/100:o)),i.some(([o])=>o)?(c(e,"strokeDasharray",n),(o,r)=>{o.strokeDashoffset=ri(i,r)}):A}function bo(t,e,i,s){i.length===1&&i.unshift(0);const n=t==="bgy"?"height":"width";s[t]=Ce(i,a=>X(a,n,e));const o=["bgx","bgy"].filter(a=>a in s);if(o.length===2&&t==="bgx")return A;if(ai(e,"backgroundSize","")==="cover")return ul(t,e,i,s);const r={};for(const a of o)r[a]=wo(e,a);return xo(o,r,s)}function ul(t,e,i,s){const n=dl(e);if(!n.width)return A;const o={width:e.offsetWidth,height:e.offsetHeight},r=["bgx","bgy"].filter(u=>u in s),a={};for(const u of r){const d=s[u].map(([k])=>k),f=Math.min(...d),b=Math.max(...d),w=d.indexOf(f)<d.indexOf(b),p=b-f;a[u]=`${(w?-p:0)-(w?f:b)}px`,o[u==="bgy"?"height":"width"]+=p}const l=Xi.cover(n,o);for(const u of r){const d=u==="bgy"?"height":"width",f=l[d]-o[d];a[u]=`max(${wo(e,u)},-${f}px) + ${a[u]}`}const h=xo(r,a,s);return(u,d)=>{h(u,d),u.backgroundSize=`${l.width}px ${l.height}px`,u.backgroundRepeat="no-repeat"}}function wo(t,e){return ai(t,`background-position-${e.slice(-1)}`,"")}function xo(t,e,i){return function(s,n){for(const o of t){const r=ri(i[o],n);s[`background-position-${o.slice(-1)}`]=`calc(${e[o]} + ${r}px)`}}}const $o={},Ni={};function dl(t){const e=c(t,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(Ni[e])return Ni[e];const i=new Image;return e&&(i.src=e,!i.naturalWidth&&!$o[e])?(z(i,"error load",()=>{Ni[e]=Ns(i),m(t,be("load",!1))}),$o[e]=!0,Ns(i)):Ni[e]=Ns(i)}function Ns(t){return{width:t.naturalWidth,height:t.naturalHeight}}function Ce(t,e=I){const i=[],{length:s}=t;let n=0;for(let o=0;o<s;o++){let[r,a]=L(t[o])?t[o].trim().split(/ (?![^(]*\))/):[t[o]];if(r=e(r),a=a?I(a)/100:null,o===0?a===null?a=0:a&&i.push([r,0]):o===s-1&&(a===null?a=1:a!==1&&(i.push([r,a]),a=1)),i.push([r,a]),a===null)n++;else if(n){const l=i[o-n-1][1],h=(a-l)/(n+1);for(let u=n;u>0;u--)i[o-u][1]=l+h*(n-u+1);n=0}}return i}function yo(t,e){const i=St(t.slice(1),([,s])=>e<=s)+1;return[t[i-1][0],t[i][0],(e-t[i-1][1])/(t[i][1]-t[i-1][1])]}function ri(t,e){const[i,s,n]=yo(t,e);return i+Math.abs(i-s)*n*(i<s?1:-1)}const fl=/^-?\d+(?:\.\d+)?(\S+)?/;function zi(t,e){var i;for(const s of t){const n=(i=s.match)==null?void 0:i.call(s,fl);if(n)return n[1]}return e}function ai(t,e,i){const s=t.style[e],n=c(c(t,e,i),e);return t.style[e]=s,n}function ko(t,e){return t.reduce((i,s)=>(i[s]=e,i),{})}function So(t,e){return e>=0?Math.pow(t,e+1):1-Math.pow(1-t,1-e)}var pl={mixins:[vo],props:{target:String,viewport:Number,easing:Number,start:String,end:String},data:{target:!1,viewport:1,easing:1,start:0,end:0},computed:{target:({target:t},e)=>Io(t&&Q(t,e)||e),start({start:t}){return X(t,"height",this.target,!0)},end({end:t,viewport:e}){return X(t||(e=(1-e)*100)&&`${e}vh+${e}%`,"height",this.target,!0)}},observe:[$s(),Qe({target:({target:t})=>t}),ht({target:({$el:t,target:e})=>[t,e,zt(e,!0)]})],update:{read({percent:t},e){if(e.has("scroll")||(t=!1),!j(this.$el))return!1;if(!this.matchMedia)return;const i=t;return t=So(Ei(this.target,this.start,this.end),this.easing),{percent:t,style:i===t?!1:this.getCss(t)}},write({style:t}){if(!this.matchMedia){this.reset();return}t&&c(this.$el,t)},events:["scroll","resize"]}};function Io(t){return t?"offsetTop"in t?t:Io(O(t)):document.documentElement}var Co={props:{parallax:Boolean,parallaxTarget:Boolean,parallaxStart:String,parallaxEnd:String,parallaxEasing:Number},data:{parallax:!1,parallaxTarget:!1,parallaxStart:0,parallaxEnd:0,parallaxEasing:0},observe:[ht({target:({$el:t,parallaxTarget:e})=>[t,e],filter:({parallax:t})=>t}),Qe({filter:({parallax:t})=>t})],computed:{parallaxTarget({parallaxTarget:t},e){return t&&Q(t,e)||this.list}},update:{read(){if(!this.parallax)return!1;const t=this.parallaxTarget;if(!t)return!1;const e=X(this.parallaxStart,"height",t,!0),i=X(this.parallaxEnd,"height",t,!0),s=So(Ei(t,e,i),this.parallaxEasing);return{parallax:this.getIndexAt(s)}},write({parallax:t}){const[e,i]=t,s=this.getValidIndex(e+Math.ceil(i)),n=this.slides[e],o=this.slides[s],{triggerShow:r,triggerShown:a,triggerHide:l,triggerHidden:h}=gl(this);if(~this.prevIndex)for(const d of new Set([this.index,this.prevIndex]))v([s,e],d)||(l(this.slides[d]),h(this.slides[d]));const u=this.prevIndex!==e||this.index!==s;this.dir=1,this.prevIndex=e,this.index=s,n!==o&&l(n),r(o),u&&a(n),this._translate(n===o?1:i,n,o)},events:["scroll","resize"]},methods:{getIndexAt(t){const e=t*(this.length-1);return[Math.floor(e),e%1]}}};function gl(t){const{clsSlideActive:e,clsEnter:i,clsLeave:s}=t;return{triggerShow:n,triggerShown:o,triggerHide:r,triggerHidden:a};function n(l){$(l,s)&&(r(l),a(l)),$(l,e)||(m(l,"beforeitemshow",[t]),m(l,"itemshow",[t]))}function o(l){$(l,i)&&m(l,"itemshown",[t])}function r(l){$(l,e)||n(l),$(l,i)&&o(l),$(l,s)||(m(l,"beforeitemhide",[t]),m(l,"itemhide",[t]))}function a(l){$(l,s)&&m(l,"itemhidden",[t])}}var Eo={update:{write(){if(this.stack.length||this.dragging||this.parallax)return;const t=this.getValidIndex();!~this.prevIndex||this.index!==t?this.show(t):this._translate(1)},events:["resize"]}},To={observe:Pi({target:({slides:t})=>t,targets:t=>t.getAdjacentSlides()}),methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}};function ml(t,e,i,{center:s,easing:n,list:o}){const r=t?li(t,o,s):li(e,o,s)+g(e).width*i,a=e?li(e,o,s):r+g(t).width*i*(K?-1:1),{promise:l,resolve:h}=Yn();return{dir:i,show(u,d=0,f){const b=f?"linear":n;return u-=Math.round(u*V(d,-1,1)),c(o,"transitionProperty","none"),this.translate(d),c(o,"transitionProperty",""),d=t?d:V(d,0,1),Qt(this.getItemIn(),"itemin",{percent:d,duration:u,timing:b,dir:i}),t&&Qt(this.getItemIn(!0),"itemout",{percent:1-d,duration:u,timing:b,dir:i}),B.start(o,{transform:q(-a*(K?-1:1),"px")},u,b).then(h,A),l},cancel(){return B.cancel(o)},reset(){c(o,"transform","")},async forward(u,d=this.percent()){return await this.cancel(),this.show(u,d,!0)},translate(u){if(u===this.percent())return;const d=this.getDistance()*i*(K?-1:1);c(o,"transform",q(V(-a+(d-d*u),-Ee(o),g(o).width)*(K?-1:1),"px"));const f=this.getActives(),b=this.getItemIn(),w=this.getItemIn(!0);u=t?V(u,-1,1):0;for(const p of D(o)){const k=v(f,p),U=p===b,st=p===w,gt=U||!st&&(k||i*(K?-1:1)===-1^Hi(p,o)>Hi(t||e));Qt(p,`itemtranslate${gt?"in":"out"}`,{dir:i,percent:st?1-u:U?u:k?1:0})}},percent(){return Math.abs((new DOMMatrix(c(o,"transform")).m41*(K?-1:1)+r)/(a-r))},getDistance(){return Math.abs(a-r)},getItemIn(u=!1){let d=this.getActives(),f=_o(o,li(e||t,o,s));if(u){const b=d;d=f,f=b}return f[St(f,b=>!v(d,b))]},getActives(){return _o(o,li(t||e,o,s))}}}function li(t,e,i){const s=Hi(t,e);return i?s-vl(t,e):Math.min(s,Po(e))}function Po(t){return Math.max(0,Ee(t)-g(t).width)}function Ee(t,e){return Rt(D(t).slice(0,e),i=>g(i).width)}function vl(t,e){return(g(e).width-g(t).width)/2}function Hi(t,e){return t&&(rs(t).left+(K?g(t).width-g(e).width:0))*(K?-1:1)||0}function _o(t,e){e-=1;const i=g(t).width,s=e+i+2;return D(t).filter(n=>{const o=Hi(n,t),r=o+Math.min(g(n).width,i);return o>=e&&r<=s})}var bl={mixins:[nt,ro,Eo,Co,To],props:{center:Boolean,sets:Boolean,active:String},data:{center:!1,sets:!1,attrItem:"uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"uk-slider-container",active:"all",Transitioner:ml},computed:{finite({finite:t}){return t||wl(this.list,this.center)},maxIndex(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return qt(this.sets);let t=0;const e=Po(this.list),i=St(this.slides,s=>{if(t>=e-.005)return!0;t+=g(s).width});return~i?i:this.length-1},sets({sets:t}){if(!t||this.parallax)return;let e=0;const i=[],s=g(this.list).width;for(let n=0;n<this.length;n++){const o=g(this.slides[n]).width;e+o>s&&(e=0),this.center?e<s/2&&e+o+g(this.slides[at(n+1,this.slides)]).width/2>s/2&&(i.push(n),e=(s-o)/2):e===0&&i.push(Math.min(n,this.maxIndex)),e+=o}if(i.length)return i},transitionOptions(){return{center:this.center,list:this.list}},slides(){return D(this.list).filter(j)}},connected(){H(this.$el,this.clsContainer,!y(`.${this.clsContainer}`,this.$el))},observe:ht({target:({slides:t,$el:e})=>[e,...t]}),update:{write(){for(const t of this.navItems){const e=It(tt(t,this.attrItem));e!==!1&&(t.hidden=!this.maxIndex||e>this.maxIndex||this.sets&&!v(this.sets,e))}this.reorder(),this.parallax||this._translate(1),this.updateActiveClasses()},events:["resize"]},events:{beforeitemshow(t){!this.dragging&&this.sets&&this.stack.length<2&&!v(this.sets,this.index)&&(this.index=this.getValidIndex());const e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(let n=0;n<e;n++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault();return}const i=this.dir<0||!this.slides[this.prevIndex]?this.index:this.prevIndex,s=Ee(this.list)/this.length;this.duration=ao(s/this.velocity)*(g(this.slides[i]).width/s),this.reorder()},itemshow(){~this.prevIndex&&S(this._getTransitioner().getItemIn(),this.clsActive),this.updateActiveClasses(this.prevIndex)},itemshown(){this.updateActiveClasses()}},methods:{reorder(){if(this.finite){c(this.slides,"order","");return}const t=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach((n,o)=>c(n,"order",this.dir>0&&o<t?1:this.dir<0&&o>=this.index?-1:"")),!this.center||!this.length)return;const e=this.slides[t];let i=(g(this.list).width-g(e).width)/2,s=0;for(;i>0;){const n=this.getIndex(--s+t,t),o=this.slides[n];c(o,"order",n>t?-2:-1),i-=g(o).width}},updateActiveClasses(t=this.index){let e=this._getTransitioner(t).getActives();this.active!=="all"&&(e=[this.slides[this.getValidIndex(t)]]);const i=[this.clsActive,!this.sets||v(this.sets,I(this.index))?this.clsActivated:""];for(const s of this.slides){const n=v(e,s);H(s,i,n),s.ariaHidden=!n;for(const o of M(pe,s))wt(o,"_tabindex")||(o._tabindex=o.tabIndex),o.tabIndex=n?o._tabindex:-1}},getValidIndex(t=this.index,e=this.prevIndex){if(t=this.getIndex(t,e),!this.sets)return t;let i;do{if(v(this.sets,t))return t;i=t,t=this.getIndex(t+this.dir,e)}while(t!==i);return t},getAdjacentSlides(){const{width:t}=g(this.list),e=-t,i=t*2,s=g(this.slides[this.index]).width,n=this.center?(t-s)/2:0,o=new Set;for(const r of[-1,1]){let a=n+(r>0?s:0),l=0;do{const h=this.slides[this.getIndex(this.index+r+l++*r)];a+=g(h).width*r,o.add(h)}while(this.length>l&&a>e&&a<i)}return Array.from(o)},getIndexAt(t){let e=-1;const i=this.center?Ee(this.list)-(g(this.slides[0]).width+g(qt(this.slides)).width)/2:Ee(this.list,this.maxIndex);let s=t*i,n=0;do{const o=g(this.slides[++e]).width,r=this.center?(o+g(this.slides[e+1]).width)/2:o;n=s/r%1,s-=r}while(s>=0&&e<this.maxIndex);return[e,n]}}};function wl(t,e){if(!t||t.length<2)return!0;const{width:i}=g(t);if(!e)return Math.ceil(Ee(t))<Math.trunc(i+xl(t));const s=D(t),n=Math.trunc(i/2);for(const o in s){const r=s[o],a=g(r).width,l=new Set([r]);let h=0;for(const u of[-1,1]){let d=a/2,f=0;for(;d<n;){const b=s[at(+o+u+f++*u,s)];if(l.has(b))return!0;d+=g(b).width,l.add(b)}h=Math.max(h,(a+g(s[at(+o+u,s)]).width)/2-(d-n))}if(Math.trunc(h)>Rt(s.filter(u=>!l.has(u)),u=>g(u).width))return!0}return!1}function xl(t){return Math.max(0,...D(t).map(e=>g(e).width))}var Mo={mixins:[vo],beforeConnect(){this.item=this.$el.closest(`.${this.$options.id.replace("parallax","items")} > *`)},disconnected(){this.item=null},events:[{name:"itemin itemout",self:!0,el:({item:t})=>t,handler({type:t,detail:{percent:e,duration:i,timing:s,dir:n}}){Nt.read(()=>{if(!this.matchMedia)return;const o=this.getCss(Oo(t,n,e)),r=this.getCss(Ao(t)?.5:n>0?1:0);Nt.write(()=>{c(this.$el,o),B.start(this.$el,r,i,s).catch(A)})})}},{name:"transitioncanceled transitionend",self:!0,el:({item:t})=>t,handler(){B.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:({item:t})=>t,handler({type:t,detail:{percent:e,dir:i}}){Nt.read(()=>{if(!this.matchMedia){this.reset();return}const s=this.getCss(Oo(t,i,e));Nt.write(()=>c(this.$el,s))})}}]};function Ao(t){return ne(t,"in")}function Oo(t,e,i){return i/=2,Ao(t)^e<0?i:1-i}var $l={mixins:[nt,lo,Eo,Co,To],props:{ratio:String,minHeight:String,maxHeight:String},data:{ratio:"16:9",minHeight:void 0,maxHeight:void 0,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Za},watch:{list(t){c(t,{aspectRatio:this.ratio?this.ratio.replace(":","/"):void 0,minHeight:this.minHeight,maxHeight:this.maxHeight,width:"100%"})}},methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}},yl={mixins:[nt,Fn],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},events:{name:lt,passive:!1,handler(t){this.init(t)}},computed:{target:(t,e)=>(e.tBodies||[e])[0],items(){return D(this.target)},isEmpty(){return!this.items.length},handles({handle:t},e){return t?M(t,e):this.items}},watch:{isEmpty(t){H(this.target,this.clsEmpty,t)},handles(t,e){const i={touchAction:"none",userSelect:"none"};$t(e,i),c(t,i)}},update:{write(t){if(!this.drag||!O(this.placeholder))return;const{pos:{x:e,y:i},origin:{offsetTop:s,offsetLeft:n},placeholder:o}=this;c(this.drag,{top:i-s,left:e-n});const r=this.getSortable(document.elementFromPoint(e,i));if(!r)return;const{items:a}=r;if(a.some(B.inProgress))return;const l=Cl(a,{x:e,y:i});if(a.length&&(!l||l===o))return;const h=this.getSortable(o),u=El(r.target,l,o,{x:e,y:i},r===h&&t.moved!==l);u!==!1&&(u&&o===u||(r!==h?(h.remove(o),t.moved=l):delete t.moved,r.insert(o,u),this.touched.add(r)))},events:["move"]},methods:{init(t){const{target:e,button:i,defaultPrevented:s}=t,[n]=this.items.filter(o=>o.contains(e));!n||s||i>0||ze(e)||e.closest(`.${this.clsNoDrag}`)||this.handle&&!e.closest(this.handle)||(t.preventDefault(),this.pos=bt(t),this.touched=new Set([this]),this.placeholder=n,this.origin={target:e,index:Tt(n),...this.pos},x(document,de,this.move),x(document,Et,this.end),this.threshold||this.start(t))},start(t){this.drag=Il(this.$container,this.placeholder);const{left:e,top:i}=g(this.placeholder);vt(this.origin,{offsetLeft:this.pos.x-e,offsetTop:this.pos.y-i}),S(this.drag,this.clsDrag,this.clsCustom),S(this.placeholder,this.clsPlaceholder),S(this.items,this.clsItem),S(document.documentElement,this.clsDragState),m(this.$el,"start",[this,this.placeholder]),kl(this.pos),this.move(t)},move:Pl(function(t){vt(this.pos,bt(t)),!this.drag&&(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t),this.$emit("move")}),end(){if(ve(document,de,this.move),ve(document,Et,this.end),!this.drag)return;Sl();const t=this.getSortable(this.placeholder);this===t?this.origin.index!==Tt(this.placeholder)&&m(this.$el,"moved",[this,this.placeholder]):(m(t.$el,"added",[t,this.placeholder]),m(this.$el,"removed",[this,this.placeholder])),m(this.$el,"stop",[this,this.placeholder]),et(this.drag),this.drag=null;for(const{clsPlaceholder:e,clsItem:i}of this.touched)for(const s of this.touched)_(s.items,e,i);this.touched=null,_(document.documentElement,this.clsDragState)},insert(t,e){S(this.items,this.clsItem),e&&e.previousElementSibling!==t?this.animate(()=>wi(e,t)):!e&&this.target.lastElementChild!==t&&this.animate(()=>W(this.target,t))},remove(t){this.target.contains(t)&&this.animate(()=>et(t))},getSortable(t){do{const e=this.$getComponent(t,"sortable");if(e&&(e===this||this.group!==!1&&e.group===this.group))return e}while(t=O(t))}}};let Do;function kl(t){let e=Date.now();Do=setInterval(()=>{let{x:i,y:s}=t;s+=document.scrollingElement.scrollTop;const n=(Date.now()-e)*.3;e=Date.now(),Yt(document.elementFromPoint(i,t.y)).reverse().some(o=>{let{scrollTop:r,scrollHeight:a}=o;const{top:l,bottom:h,height:u}=ot(o);if(l<s&&l+35>s)r-=n;else if(h>s&&h-35<s)r+=n;else return;if(r>0&&r<a-u)return o.scrollTop=r,!0})},15)}function Sl(){clearInterval(Do)}function Il(t,e){let i;if(F(e,"li","tr")){i=y("<div>"),W(i,e.cloneNode(!0).children);for(const s of e.getAttributeNames())C(i,s,e.getAttribute(s))}else i=e.cloneNode(!0);return W(t,i),c(i,"margin","0","important"),c(i,{boxSizing:"border-box",width:e.offsetWidth,height:e.offsetHeight,padding:c(e,"padding")}),it(i.firstElementChild,it(e.firstElementChild)),i}function Cl(t,e){return t[St(t,i=>pi(e,g(i)))]}function El(t,e,i,s,n){if(!D(t).length)return;const o=g(e);if(!n)return Tl(t,i)||s.y<o.top+o.height/2?e:e.nextElementSibling;const r=g(i),a=Bo([o.top,o.bottom],[r.top,r.bottom]),[l,h,u,d]=a?[s.x,"width","left","right"]:[s.y,"height","top","bottom"],f=r[h]<o[h]?o[h]-r[h]:0;return r[u]<o[u]?f&&l<o[u]+f?!1:e.nextElementSibling:f&&l>o[d]-f?!1:e}function Tl(t,e){const i=D(t).length===1;i&&W(t,e);const s=D(t),n=s.some((o,r)=>{const a=g(o);return s.slice(r+1).some(l=>{const h=g(l);return!Bo([a.left,a.right],[h.left,h.right])})});return i&&et(e),n}function Bo(t,e){return t[1]>e[0]&&e[1]>t[0]}function Pl(t){let e;return function(...i){e||(e=!0,t.call(this,...i),requestAnimationFrame(()=>e=!1))}}var _l={mixins:[ei,Kt,Un],data:{pos:"top",animation:["uk-animation-scale-up"],duration:100,cls:"uk-active"},connected(){Ml(this.$el)},disconnected(){this.hide()},methods:{show(){if(this.isToggled(this.tooltip||null))return;const{delay:t=0,title:e}=Ol(this.$options);if(!e)return;const i=C(this.$el,"title"),s=x(this.$el,["blur",Ot],o=>!pt(o)&&this.hide());this.reset=()=>{C(this.$el,{title:i,"aria-describedby":null}),s()};const n=te(this);C(this.$el,{title:null,"aria-describedby":n}),clearTimeout(this.showTimer),this.showTimer=setTimeout(()=>this._show(e,n),t)},async hide(){var t;P(this.$el,"input:focus")||(clearTimeout(this.showTimer),this.isToggled(this.tooltip||null)&&await this.toggleElement(this.tooltip,!1,!1),(t=this.reset)==null||t.call(this),et(this.tooltip),this.tooltip=null)},async _show(t,e){this.tooltip=W(this.container,`<div id="${e}" class="uk-${this.$options.name}" role="tooltip"> <div class="uk-${this.$options.name}-inner">${t}</div> </div>`),x(this.tooltip,"toggled",(i,s)=>{if(!s)return;const n=()=>this.positionAt(this.tooltip,this.$el);n();const[o,r]=Al(this.tooltip,this.$el,this.pos);this.origin=this.axis==="y"?`${ki(o)}-${r}`:`${r}-${ki(o)}`;const a=[z(document,`keydown ${lt}`,this.hide,!1,l=>l.type===lt&&!this.$el.contains(l.target)||l.type==="keydown"&&l.keyCode===N.ESC),x([document,...Xt(this.$el)],"scroll",n,{passive:!0})];z(this.tooltip,"hide",()=>a.forEach(l=>l()),{self:!0})}),await this.toggleElement(this.tooltip,!0)||this.hide()}},events:{[`focus ${At} ${lt}`](t){(!pt(t)||t.type===lt)&&document.readyState!=="loading"&&this.show()}}};function Ml(t){He(t)||(t.tabIndex=0)}function Al(t,e,[i,s]){const n=T(t),o=T(e),r=[["left","right"],["top","bottom"]];for(const l of r){if(n[l[0]]>=o[l[1]]){i=l[1];break}if(n[l[1]]<=o[l[0]]){i=l[0];break}}return s=(v(r[0],i)?r[1]:r[0]).find(l=>n[l]===o[l])||"center",[i,s]}function Ol(t){const{el:e,id:i,data:s}=t;return["delay","title"].reduce((n,o)=>({[o]:tt(e,o),...n}),{...$e(tt(e,i),["title"]),...s})}var Dl={mixins:[Mi],i18n:{invalidMime:"Invalid File Type: %s",invalidName:"Invalid File Name: %s",invalidSize:"Invalid File Size: %s Kilobytes Max"},props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,multiple:!1,name:"files[]",params:{},type:"",url:"",abort:A,beforeAll:A,beforeSend:A,complete:A,completeAll:A,error:A,fail:A,load:A,loadEnd:A,loadStart:A,progress:A},events:{change(t){P(t.target,'input[type="file"]')&&(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop(t){Fi(t);const e=t.dataTransfer;e!=null&&e.files&&(_(this.$el,this.clsDragover),this.upload(e.files))},dragenter(t){Fi(t)},dragover(t){Fi(t),S(this.$el,this.clsDragover)},dragleave(t){Fi(t),_(this.$el,this.clsDragover)}},methods:{async upload(t){if(t=oe(t),!t.length)return;m(this.$el,"upload",[t]);for(const s of t){if(this.maxSize&&this.maxSize*1e3<s.size){this.fail(this.t("invalidSize",this.maxSize));return}if(this.allow&&!No(this.allow,s.name)){this.fail(this.t("invalidName",this.allow));return}if(this.mime&&!No(this.mime,s.type)){this.fail(this.t("invalidMime",this.mime));return}}this.multiple||(t=t.slice(0,1)),this.beforeAll(this,t);const e=Bl(t,this.concurrent),i=async s=>{const n=new FormData;s.forEach(o=>n.append(this.name,o));for(const o in this.params)n.append(o,this.params[o]);try{const o=await Nl(this.url,{data:n,method:this.method,responseType:this.type,beforeSend:r=>{const{xhr:a}=r;x(a.upload,"progress",this.progress);for(const l of["loadStart","load","loadEnd","abort"])x(a,l.toLowerCase(),this[l]);return this.beforeSend(r)}});this.complete(o),e.length?await i(e.shift()):this.completeAll(o)}catch(o){this.error(o)}};await i(e.shift())}}};function No(t,e){return e.match(new RegExp(`^${t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")}$`,"i"))}function Bl(t,e){const i=[];for(let s=0;s<t.length;s+=e)i.push(t.slice(s,s+e));return i}function Fi(t){t.preventDefault(),t.stopPropagation()}async function Nl(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:A,responseType:"",...e};return await i.beforeSend(i),zl(t,i)}function zl(t,e){return new Promise((i,s)=>{const{xhr:n}=e;for(const o in e)if(o in n)try{n[o]=e[o]}catch{}n.open(e.method.toUpperCase(),t);for(const o in e.headers)n.setRequestHeader(o,e.headers[o]);x(n,"load",()=>{n.status===0||n.status>=200&&n.status<300||n.status===304?i(n):s(vt(Error(n.statusText),{xhr:n,status:n.status}))}),x(n,"error",()=>s(vt(Error("Network Error"),{xhr:n}))),x(n,"timeout",()=>s(vt(Error("Network Timeout"),{xhr:n}))),n.send(e.data)})}var Hl=Object.freeze({__proto__:null,Countdown:Vr,Filter:na,Lightbox:il,LightboxPanel:ho,Notification:ol,Parallax:pl,Slider:bl,SliderParallax:Mo,Slideshow:$l,SlideshowParallax:Mo,Sortable:yl,Tooltip:_l,Upload:Dl});function Fl(t){Vt&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>zo(t)):new MutationObserver((e,i)=>{document.body&&(zo(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function zo(t){m(document,"uikit:init",t),document.body&&Bt(document.body,Ho),new MutationObserver(Ll).observe(document,{subtree:!0,childList:!0,attributes:!0}),t._initialized=!0}function Ll(t){var e;for(const{addedNodes:i,removedNodes:s,target:n,attributeName:o}of t){for(const a of i)Bt(a,Ho);for(const a of s)Bt(a,jl);const r=o&&Fo(o);r&&(Ct(n,o)?si(r,n):(e=Oi(n,r))==null||e.$destroy())}}function Ho(t){const e=ni(t);for(const i in e)Os(e[i]);for(const i of t.getAttributeNames()){const s=Fo(i);s&&si(s,t)}}function jl(t){const e=ni(t);for(const i in e)Ds(e[i])}function Fo(t){kt(t,"data-")&&(t=t.slice(5));const e=Se[t];return e&&(e.options||e).name}Va(ut),Ga(ut);var Lo={mixins:[nt,Kt],props:{animation:Boolean,targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:!0,collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:".uk-accordion-title",content:".uk-accordion-content",offset:0},computed:{items:({targets:t},e)=>M(t,e),toggles({toggle:t}){return this.items.map(e=>y(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||y(t,e)})}},watch:{items(t,e){if(e||$(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},toggles(){this.$emit()},contents(t){for(const e of t){const i=$(this.items.find(s=>s.contains(e)),this.clsOpen);Li(e,!i)}this.$emit()}},observe:Pi(),events:[{name:"click keydown",delegate:({targets:t,$props:e})=>`${t} ${e.toggle}`,handler(t){if(t.type==="keydown"&&t.keyCode!==N.SPACE)return;const e=Tt(this.toggles,t.current);if(e===-1)return;_t(t);const i=ql(t.target);this.toggle(e).finally(i)}},{name:"show hide shown hidden",self:!0,delegate:({targets:t})=>t,handler(){this.$emit()}}],update(){const t=Fe(this.items,`.${this.clsOpen}`);for(const e in this.items){const i=this.toggles[e],s=this.contents[e];if(!i||!s)continue;i.id=te(this,i),s.id=te(this,s);const n=v(t,this.items[e]);C(i,{role:F(i,"a")?"button":null,"aria-controls":s.id,"aria-expanded":n,"aria-disabled":!this.collapsible&&t.length<2&&n}),C(s,{role:"region","aria-labelledby":i.id}),F(s,"ul")&&C(D(s),"role","presentation")}},methods:{toggle(t,e){t=this.items[at(t,this.items)];let i=[t];const s=Fe(this.items,`.${this.clsOpen}`);return!this.multiple&&!v(s,i[0])&&(i=i.concat(s)),!this.collapsible&&s.length<2&&v(s,t)&&(i=[]),Promise.all(i.map(n=>this.toggleElement(n,!v(s,n),(o,r)=>{if(H(o,this.clsOpen,r),e===!1||!this.animation){Li(y(this.content,o),!r);return}return Wl(o,r,this)})))}}};function Li(t,e){t&&(t.hidden=e)}async function Wl(t,e,{content:i,duration:s,velocity:n,transition:o}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||y(i,t),t._wrapper||(t._wrapper=qe(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=I(c(a,"height"));await B.cancel(a),Li(i,!1);const h=Rt(["marginTop","marginBottom"],d=>c(i,d))+g(i).height,u=l/h;s=h?(n*h+s)*(e?1-u:u):0,c(a,"height",l),await B.start(a,{height:e?h:0},s,o),Re(i),delete t._wrapper,e||Li(i,!0)}function ql(t){const e=zt(t,!0);let i;return function s(){i=requestAnimationFrame(()=>{const{top:n}=g(t);n<0&&(e.scrollTop+=n),s()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var Rl={mixins:[nt,Kt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate:({selClose:t})=>t,handler(t){_t(t),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,Ul),this.$destroy(!0)}}};function Ul(t,e,{duration:i,transition:s,velocity:n}){const o=I(c(t,"height"));return c(t,"height",o),B.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},n*o+i,s)}var jo={args:"autoplay",props:{automute:Boolean,autoplay:Boolean,restart:Boolean,hoverTarget:Boolean},data:{automute:!1,autoplay:!0,restart:!1,hoverTarget:!1},beforeConnect(){const t=F(this.$el,"video");this.autoplay==="inview"&&t&&!Ct(this.$el,"preload")&&(this.$el.preload="none"),!t&&!Ct(this.$el,"allow")&&(this.$el.allow="autoplay"),this.autoplay==="hover"&&(t?this.$el.tabIndex=0:this.autoplay=!0),(this.automute||Ct(this.$el,"muted"))&&vn(this.$el)},events:[{name:`${At} focusin`,el:({hoverTarget:t,$el:e})=>Q(t,e)||e,filter:({autoplay:t})=>v(t,"hover"),handler(t){!pt(t)||!Vl(this.$el)?us(this.$el):zs(this.$el,this.restart)}},{name:`${Ot} focusout`,el:({hoverTarget:t,$el:e})=>Q(t,e)||e,filter:({autoplay:t})=>v(t,"hover"),handler(t){pt(t)||zs(this.$el,this.restart)}}],observe:[Jt({filter:({$el:t})=>t.preload==="none",handler([{target:t}]){t.preload="",this.$reset()}}),Jt({filter:({$el:t,autoplay:e})=>e!=="hover"&&t.preload!=="none",handler([{isIntersecting:t,target:e}]){document.fullscreenElement||(t?this.autoplay&&us(e):zs(e,this.restart))},args:{intersecting:!1},options:({$el:t,autoplay:e})=>({root:e==="inview"?null:O(t).closest(":not(a)")})})]};function Vl(t){return!t.paused&&!t.ended}function zs(t,e){mn(t),e&&F(t,"video")&&(t.currentTime=0)}var Gl={mixins:[jo],props:{width:Number,height:Number},data:{automute:!0},created(){this.useObjectFit=F(this.$el,"img","video")},observe:ht({target:({$el:t})=>Wo(t)||O(t),filter:({useObjectFit:t})=>!t}),update:{read(){if(this.useObjectFit)return!1;const{$el:t,width:e=t.clientWidth,height:i=t.clientHeight}=this,s=Wo(t)||O(t),n=Xi.cover({width:e,height:i},{width:s.offsetWidth,height:s.offsetHeight});return n.width&&n.height?n:!1},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function Wo(t){for(;t=O(t);)if(c(t,"position")!=="static")return t}let Y;var qo={mixins:[nt,ei,Un,Kt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryX:Boolean,boundaryY:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,stretch:Boolean,delayShow:Number,delayHide:Number,autoUpdate:Boolean,animateOut:Boolean,bgScroll:Boolean,closeOnScroll:Boolean},data:{mode:["click","hover"],toggle:"- *",boundary:!1,boundaryX:!1,boundaryY:!1,target:!1,targetX:!1,targetY:!1,stretch:!1,delayShow:0,delayHide:800,autoUpdate:!0,animateOut:!1,bgScroll:!0,animation:["uk-animation-fade"],cls:"uk-open",container:!1,closeOnScroll:!1,selClose:".uk-drop-close"},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},s){return[Q(e||t,s)||window,Q(i||t,s)||window]},target({target:t,targetX:e,targetY:i},s){return e||(e=t||this.targetEl),i||(i=t||this.targetEl),[e===!0?window:Q(e,s),i===!0?window:Q(i,s)]}},created(){this.tracker=new fn},connected(){S(this.$el,"uk-drop"),this.toggle&&!this.targetEl&&(this.targetEl=Xl(this)),C(this.targetEl,"aria-expanded",!1),this._style=di(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),Y=null),c(this.$el,this._style)},events:[{name:"click",delegate:({selClose:t})=>t,handler(t){_t(t),this.hide(!1)}},{name:"click",delegate:()=>'a[href*="#"]',handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&me(e)&&!this.$el.contains(y(i))&&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==null?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e==null?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),P(this.$el,":focus,:hover")||this.hide()}},{name:`${At} focusin`,filter:({mode:t})=>v(t,"hover"),handler(t){pt(t)||this.clearTimers()}},{name:`${Ot} focusout`,filter:({mode:t})=>v(t,"hover"),handler(t){!pt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){Y=this,this.tracker.init(),C(this.targetEl,"aria-expanded",!0);const t=[Jl(this),Kl(this),Zl(this),this.autoUpdate&&Ro(this),this.closeOnScroll&&Ql(this)];z(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0}),this.bgScroll||z(this.$el,"hidden",Rn(this.$el),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){Y=Y===null&&this.$el.contains(t)&&this.isToggled()?this:Y;return}Y=this.isActive()?null:Y,this.tracker.cancel(),C(this.targetEl,"aria-expanded",!1)}}],update:{write(){this.isToggled()&&!$(this.$el,this.clsEnter)&&this.position()}},methods:{show(t=this.targetEl,e=!0){if(this.isToggled()&&t&&this.targetEl&&t!==this.targetEl&&this.hide(!1,!1),this.targetEl=t,this.clearTimers(),!this.isActive()){if(Y){if(e&&Y.isDelaying()){this.showTimer=setTimeout(()=>P(t,":hover")&&this.show(),10);return}let i;for(;Y&&i!==Y&&!Y.$el.contains(this.$el);)i=Y,Y.hide(!1,!1);e=!1}this.container&&O(this.$el)!==this.container&&W(this.container,this.$el),S(this.$el,this.clsEnter),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t=!0,e=!0){const i=()=>{_(this.$el,this.clsEnter),this.toggleElement(this.$el,!1,this.animateOut&&e)};this.clearTimers(),this.isDelayedHide=t,t&&this.isDelaying()?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null},isActive(){return Y===this},isDelaying(){return[this.$el,...M(".uk-drop",this.$el)].some(t=>this.tracker.movesTo(t))},position(){const t=_i(this.$el);_(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const e=this.target.map(o=>Yl(this.$el,o)),i=this.getViewportOffset(this.$el),s=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[o,[r,a]]of s)this.axis!==r&&v([r,!0],this.stretch)&&c(this.$el,{[a]:Math.min(T(this.boundary[o])[a],e[o][a]-2*i),[`overflow-${r}`]:"auto"});const n=e[0].width-2*i;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>n&&S(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",n),this.positionAt(this.$el,this.target,this.boundary);for(const[o,[r,a,l,h]]of s)if(this.axis===r&&v([r,!0],this.stretch)){const u=Math.abs(this.getPositionOffset()),d=T(this.target[o]),f=T(this.$el);c(this.$el,{[a]:(d[l]>f[l]?d[this.inset?h:l]-Math.max(T(this.boundary[o])[l],e[o][l]+i):Math.min(T(this.boundary[o])[h],e[o][h]-i)-d[this.inset?l:h])-u,[`overflow-${r}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}t()}}};function Yl(t,e){return ot(Xt(e).find(i=>i.contains(t)))}function Xl(t){const{$el:e}=t.$create("toggle",Q(t.toggle,t.$el),{target:t.$el,mode:t.mode});return e.ariaHasPopup=!0,e}function Jl(t){const e=()=>t.$emit(),i=[cs(e),Ge(Xt(t.$el).concat(t.target),e)];return()=>i.map(s=>s.disconnect())}function Ro(t,e=()=>t.$emit()){return x([document,...Xt(t.$el)],"scroll",e,{passive:!0})}function Kl(t){return x(document,"keydown",e=>{e.keyCode===N.ESC&&t.hide(!1)})}function Ql(t){return Ro(t,()=>t.hide(!1))}function Zl(t){return x(document,lt,({target:e})=>{t.$el.contains(e)||z(document,`${Et} ${Ne} scroll`,({defaultPrevented:i,type:s,target:n})=>{var o;!i&&s===Et&&e===n&&!((o=t.targetEl)!=null&&o.contains(e))&&t.hide(!1)},!0)})}var Uo={mixins:[nt,ei],props:{align:String,boundary:Boolean,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number,mode:Boolean,offset:Boolean,stretch:Boolean,delayShow:Boolean,delayHide:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,animation:Boolean,animateOut:Boolean,closeOnScroll:Boolean},data:{align:K?"right":"left",clsDrop:"uk-dropdown",clsDropbar:"uk-dropnav-dropbar",boundary:!0,dropbar:!1,dropbarAnchor:!1,flip:!0,delayShow:160,duration:200,container:!1,selNavItem:"> li > a, > ul > li > a"},computed:{dropbarAnchor:({dropbarAnchor:t},e)=>Q(t,e)||e,dropbar({dropbar:t}){return t?(t=this._dropbar||Q(t,this.$el)||y(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=y("<div>"))):null},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const s=M(`.${t}`,e);if(this.dropContainer!==e)for(const n of M(`.${t}`,this.dropContainer)){const o=(i=this.getDropdown(n))==null?void 0:i.targetEl;!v(s,n)&&o&&this.$el.contains(o)&&s.push(n)}return s},items({selNavItem:t},e){return M(t,e)}},watch:{dropbar(t){S(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(){this.initializeDropdowns()}},connected(){this.initializeDropdowns(),tc(this.$el)},disconnected(){et(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate:({selNavItem:t})=>t,handler({current:t}){const e=this.getActive();e&&v(e.mode,"hover")&&e.targetEl&&!t.contains(e.targetEl)&&!e.isDelaying()&&e.hide(!1)}},{name:"keydown",self:!0,delegate:({selNavItem:t})=>t,handler(t){var e;const{current:i,keyCode:s}=t,n=this.getActive();if(s===N.DOWN)if((n==null?void 0:n.targetEl)===i)t.preventDefault(),(e=y(pe,n.$el))==null||e.focus();else{const o=this.dropdowns.find(r=>{var a;return((a=this.getDropdown(r))==null?void 0:a.targetEl)===i});o&&(t.preventDefault(),i.click(),z(o,"show",r=>{var a;return(a=y(pe,r.target))==null?void 0:a.focus()}))}Vo(t,this.items,n)}},{name:"keydown",el:({dropContainer:t})=>t,delegate:({clsDrop:t})=>`.${t}`,handler(t){var e;const{current:i,keyCode:s,target:n}=t;if(ze(n)||!v(this.dropdowns,i))return;const o=this.getActive();let r=-1;if(s===N.HOME?r=0:s===N.END?r="last":s===N.UP?r="previous":s===N.DOWN?r="next":s===N.ESC&&((e=o.targetEl)==null||e.focus()),~r){t.preventDefault();const a=M(pe,i);a[at(r,a,St(a,l=>P(l,":focus")))].focus();return}Vo(t,this.items,o)}},{name:"mouseleave",el:({dropbar:t})=>t,filter:({dropbar:t})=>t,handler(){const t=this.getActive();t&&v(t.mode,"hover")&&!this.dropdowns.some(e=>P(e,":hover"))&&t.hide()}},{name:"beforeshow",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&xi(this.dropbarAnchor,this.dropbar),S(t,`${this.clsDrop}-dropbar`))}},{name:"show",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const s=Math.max(...ge(t,`.${this.clsDrop}`).concat(t).map(n=>T(n).bottom));T(this.dropbar,{left:T(this.dropbar).left,top:this.getDropbarOffset(e.getPositionOffset())}),this.transitionTo(s-T(this.dropbar).top+I(c(t,"marginBottom")),t)};this._observer=Ge([e.$el,...e.target],i),i()}},{name:"beforehide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler(t){const e=this.getActive();P(this.dropbar,":hover")&&e.$el===t.target&&this.isDropbarDrop(e.$el)&&v(e.mode,"hover")&&e.isDelayedHide&&!this.items.some(i=>e.targetEl!==i&&P(i,":focus"))&&t.preventDefault()}},{name:"hide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){var e;if(!this.isDropbarDrop(t))return;(e=this._observer)==null||e.disconnect();const i=this.getActive();(!i||i.$el===t)&&this.transitionTo(0)}}],methods:{getActive(){var t;return v(this.dropdowns,(t=Y)==null?void 0:t.$el)&&Y},async transitionTo(t,e){const{dropbar:i}=this,s=it(i);if(e=s<t&&e,await B.cancel([e,i]),e){const n=T(e).top-T(i).top-s;n>0&&c(e,"transitionDelay",`${n/t*this.duration}ms`)}c(e,"clipPath",`polygon(0 0,100% 0,100% ${s}px,0 ${s}px)`),it(i,s),await Promise.all([B.start(i,{height:t},this.duration),B.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:"",transitionDelay:""}))]).catch(A)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return v(this.dropdowns,t)&&$(t,this.clsDrop)},getDropbarOffset(t){const{$el:e,target:i,targetY:s}=this,{top:n,height:o}=T(Q(s||i||e,e));return n+o+t},initializeDropdowns(){this.$create("drop",this.dropdowns.filter(t=>!this.getDropdown(t)),{...this.$props,flip:this.flip&&!this.$props.dropbar,shift:!0,pos:`bottom-${this.align}`,boundaryX:this.boundary===!0?this.$el:this.boundary})}}};function Vo(t,e,i){var s,n,o;const{current:r,keyCode:a}=t;let l=-1;a===N.HOME?l=0:a===N.END?l="last":a===N.LEFT?l="previous":a===N.RIGHT?l="next":a===N.TAB&&((s=i.targetEl)==null||s.focus(),(n=i.hide)==null||n.call(i,!1)),~l&&(t.preventDefault(),(o=i.hide)==null||o.call(i,!1),e[at(l,e,e.indexOf(i.targetEl||r))].focus())}function tc(t){const e=()=>i.forEach(s=>s()),i=[z(t.ownerDocument,de,s=>t.contains(s.target)||e()),x(t,`mouseenter ${At}`,s=>s.stopPropagation(),{capture:!0}),x(t,`mouseleave ${Ot}`,e,{capture:!0})]}var ec={mixins:[nt],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>y(fe,e),state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&O(this.input)===e&&this.input.nextElementSibling||y(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let s;const n=ze(e)?"value":"textContent",o=e[n],r=(t=i.files)!=null&&t[0]?i.files[0].name:P(i,"select")&&(s=M("option",i).filter(a=>a.selected)[0])?s.textContent:i.value;o!==r&&(e[n]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el:({$el:t})=>t.closest("form"),handler(){this.$emit()}}]},ic={extends:On,mixins:[nt],name:"grid",props:{masonry:Boolean,parallax:String,parallaxStart:String,parallaxEnd:String,parallaxJustify:Boolean},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0,parallaxStart:0,parallaxEnd:0,parallaxJustify:!1},connected(){this.masonry&&S(this.$el,"uk-flex-top","uk-flex-wrap-top")},observe:Qe({filter:({parallax:t,parallaxJustify:e})=>t||e}),update:[{write({rows:t}){H(this.$el,this.clsStack,!t.some(e=>e.length>1))},events:["resize"]},{read(t){const{rows:e}=t;let{masonry:i,parallax:s,parallaxJustify:n,margin:o}=this;if(s=Math.max(0,X(s)),!(i||s||n)||Go(e)||e[0].some((w,p)=>e.some(k=>k[p]&&k[p].offsetWidth!==w.offsetWidth)))return t.translates=t.scrollColumns=!1;let r=nc(e,o),a,l;i?[a,l]=sc(e,r,i==="next"):a=oc(e);const h=a.map(w=>Rt(w,"offsetHeight")+r*(w.length-1)),u=Math.max(0,...h);let d,f,b;return(s||n)&&(d=h.map((w,p)=>n?u-w+s:s/(p%2||8)),n||(s=Math.max(...h.map((w,p)=>w+d[p]-u))),f=X(this.parallaxStart,"height",this.$el,!0),b=X(this.parallaxEnd,"height",this.$el,!0)),{columns:a,translates:l,scrollColumns:d,parallaxStart:f,parallaxEnd:b,padding:s,height:l?u:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read({rows:t,scrollColumns:e,parallaxStart:i,parallaxEnd:s}){return{scrolled:e&&!Go(t)?Ei(this.$el,i,s):!1}},write({columns:t,scrolled:e,scrollColumns:i,translates:s}){!e&&!s||t.forEach((n,o)=>n.forEach((r,a)=>{let[l,h]=s&&s[o][a]||[0,0];e&&(h+=e*i[o]),c(r,"transform",`translate(${l}px, ${h}px)`)}))},events:["scroll","resize"]}]};function Go(t){return t.flat().some(e=>c(e,"position")==="absolute")}function sc(t,e,i){const s=[],n=[],o=Array(t[0].length).fill(0);let r=0;for(let a of t){K&&a.reverse();let l=0;for(const h in a){const{offsetWidth:u,offsetHeight:d}=a[h],f=i?h:o.indexOf(Math.min(...o));Hs(s,f,a[h]),Hs(n,f,[(f-h)*u*(K?-1:1),o[f]-r]),o[f]+=d+e,l=Math.max(l,d)}r+=l+e}return[s,n]}function nc(t,e){const i=t.flat().find(s=>$(s,e));return I(i?c(i,"marginTop"):c(t[0][0],"paddingLeft"))}function oc(t){const e=[];for(const i of t)for(const s in i)Hs(e,s,i[s]);return e}function Hs(t,e,i){t[e]||(t[e]=[]),t[e].push(i)}var rc={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:({target:t},e)=>M(t,e)},observe:ht({target:({$el:t,elements:e})=>e.reduce((i,s)=>i.concat(s,...s.children),[t])}),events:{name:"loadingdone",el:()=>document.fonts,handler(){this.$emit("resize")}},update:{read(){return{rows:(this.row?ys(this.elements):[this.elements]).map(ac)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((s,n)=>c(s,"minHeight",e[n]))},events:["resize"]}};function ac(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(lc);const i=Math.max(...e);return{heights:t.map((s,n)=>e[n].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function lc(t){const e=di(t.style,["display","minHeight"]);j(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=g(t).height-we(t,"height","content-box");return c(t,e),i}var cc={args:"target",props:{target:String},data:{target:""},computed:{target:{get:({target:t},e)=>Q(t,e),observe:({target:t})=>t}},observe:ht({target:({target:t})=>t}),update:{read(){return this.target?{height:this.target.offsetHeight}:!1},write({height:t}){c(this.$el,"minHeight",t)},events:["resize"]}},hc={mixins:[oi],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,min:Number,property:String},data:{expand:!1,offsetTop:!1,offsetBottom:!1,min:0,property:"min-height"},observe:[$s({filter:({expand:t})=>t}),ht({target:({$el:t})=>Yt(t)})],update:{read(){if(!j(this.$el))return!1;if(!this.matchMedia)return{minHeight:!1};let t="";const e=we(this.$el,"height","content-box"),{body:i,scrollingElement:s}=document,n=zt(this.$el),{height:o}=ot(n===i?s:n),r=s===n||i===n;if(t=`calc(${r?"100vh":`${o}px`}`,this.expand){const a=g(n).height-g(this.$el).height;t+=` - ${a}px`}else{if(this.offsetTop)if(r){const a=this.offsetTop===!0?this.$el:Q(this.offsetTop,this.$el),{top:l}=T(a);t+=l>0&&l<o/2?` - ${l}px`:""}else t+=` - ${we(n,"height",c(n,"boxSizing"))}px`;this.offsetBottom===!0?t+=` - ${g(this.$el.nextElementSibling).height}px`:xt(this.offsetBottom)?t+=` - ${this.offsetBottom}vh`:this.offsetBottom&&ne(this.offsetBottom,"px")?t+=` - ${I(this.offsetBottom)}px`:L(this.offsetBottom)&&(t+=` - ${g(Q(this.offsetBottom,this.$el)).height}px`)}return t+=`${e?` - ${e}px`:""})`,{minHeight:t}},write({minHeight:t}){c(this.$el,this.property,t===!1?"":`max(${this.min||0}px, ${t})`)},events:["resize"]}},uc='<svg width="13" height="13"><style>.uk-accordion-icon svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-out;transition-property:transform, opacity;transform-origin:center}[aria-expanded=&quot;true&quot;] .uk-accordion-icon svg&gt;.line-1{transform:rotate(-45deg);opacity:0}[aria-expanded=&quot;true&quot;] .uk-accordion-icon svg&gt;.line-2{transform:rotate(90deg)}</style><rect width="13" height="1" fill="#000" x="0" y="6" class="line-1"/><rect width="1" height="13" fill="#000" x="6" y="0" class="line-2"/></svg>',dc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-x" viewBox="0 0 24 24"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>',fc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-x" viewBox="0 0 24 24"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>',pc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',gc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-plus" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="M12 5v14"/></svg>',mc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',vc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',bc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',wc='<svg width="16" height="16" viewBox="0 0 20 20"><style>.uk-navbar-toggle-icon svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle-icon svg&gt;.line-3{opacity:0}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-3,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-3{opacity:1}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-2,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-2{transform:rotate(45deg)}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-3,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-3{transform:rotate(-45deg)}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-1,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-1,[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-4,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-4{opacity:0}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-1,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-1{transform:translateY(6px) scaleX(0)}[aria-expanded=&quot;true&quot;].uk-navbar-toggle-icon svg&gt;.line-4,[aria-expanded=&quot;true&quot;]&gt;.uk-navbar-toggle-icon svg&gt;.line-4{transform:translateY(-6px) scaleX(0)}</style><rect width="20" height="2" y="3" class="line-1" rx="1"/><rect width="20" height="2" y="9" class="line-2" rx="1"/><rect width="20" height="2" y="9" class="line-3" rx="1"/><rect width="20" height="2" y="15" class="line-4" rx="1"/></svg>',xc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-plus" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="M12 5v14"/></svg>',$c='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-right" viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"/></svg>',yc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-chevron-left" viewBox="0 0 24 24"><path d="m15 18-6-6 6-6"/></svg>',Yo='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',kc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',Sc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',Ic='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-right" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>',Cc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-right" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>',Ec='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-left" viewBox="0 0 24 24"><path d="m12 19-7-7 7-7"/><path d="M19 12H5"/></svg>',Tc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-arrow-left" viewBox="0 0 24 24"><path d="m12 19-7-7 7-7"/><path d="M19 12H5"/></svg>',Pc='<svg width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-circle-chevron-up" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m8 14 4-4 4 4"/></svg>',Xo={args:"src",props:{width:Number,height:Number,ratio:Number},data:{ratio:1},connected(){this.svg=this.getSvg().then(t=>{if(!this._connected)return;const e=_c(t,this.$el);return this.svgEl&&e!==this.svgEl&&et(this.svgEl),Mc.call(this,e,t),this.svgEl=e},A)},disconnected(){this.svg.then(t=>{this._connected||(Ji(this.$el)&&(this.$el.hidden=!1),et(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function _c(t,e){if(Ji(e)||F(e,"canvas")){e.hidden=!0;const s=e.nextElementSibling;return Jo(t,s)?s:xi(e,t)}const i=e.lastElementChild;return Jo(t,i)?i:W(e,t)}function Jo(t,e){return F(t,"svg")&&F(e,"svg")&&t.innerHTML===e.innerHTML}function Mc(t,e){const i=["width","height"];let s=i.map(o=>this[o]);s.some(o=>o)||(s=i.map(o=>C(e,o)));const n=C(e,"viewBox");n&&!s.some(o=>o)&&(s=n.split(" ").slice(2)),s.forEach((o,r)=>C(t,i[r],I(o)*this.ratio||null))}function Ko(t,e){return e&&v(t,"<symbol")&&(t=Oc(t)[e]||t),E(Pt(t)).filter(re)[0]}const Ac=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Oc=ft(function(t){const e={};let i;for(;i=Ac.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e}),ji={spinner:'<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>',totop:Pc,marker:gc,"accordion-icon":uc,"close-icon":dc,"close-large":fc,"drop-parent-icon":pc,"nav-parent-icon":vc,"nav-parent-icon-large":mc,"navbar-parent-icon":bc,"navbar-toggle-icon":wc,"overlay-icon":xc,"pagination-next":$c,"pagination-previous":yc,"search-icon":Yo,"search-medium":Sc,"search-large":kc,"search-toggle-icon":Yo,"slidenav-next":Cc,"slidenav-next-large":Ic,"slidenav-previous":Tc,"slidenav-previous-large":Ec},Fs={install:qc,mixins:[Xo],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){S(this.$el,"uk-icon")},async connected(){const t=await this.svg;t&&(t.ariaHidden=!0)},methods:{async getSvg(){const t=Uc(this.icon);if(!t)throw"Icon not found.";return t}}},Ft={args:!1,extends:Fs,data:t=>({icon:Lt(t.constructor.options.name)}),beforeConnect(){S(this.$el,this.$options.id)}},Dc={extends:Ft,beforeConnect(){const t=this.$props.icon;this.icon=this.$el.closest(".uk-nav-primary")?`${t}-large`:t}},Bc={extends:Ft,mixins:[Mi],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){const t=$(this.$el,"uk-search-toggle")||$(this.$el,"uk-navbar-toggle");if(this.icon=t?"search-toggle-icon":$(this.$el,"uk-search-icon")&&this.$el.closest(".uk-search-large")?"search-large":this.$el.closest(".uk-search-medium")?"search-medium":this.$props.icon,!Ct(this.$el,"aria-label"))if(t)this.$el.ariaLabel=this.t("toggle");else{const e=this.$el.closest("a,button");e&&(e.ariaLabel=this.t("submit"))}}},Nc={extends:Ft,beforeConnect(){this.$el.role="status"},methods:{async getSvg(){const t=await Fs.methods.getSvg.call(this);return this.ratio!==1&&c(y("circle",t),"strokeWidth",1/this.ratio),t}}},ie={extends:Ft,mixins:[Mi],beforeConnect(){const t=this.$el.closest("a,button");C(t,"role",this.role!==null&&F(t,"a")?"button":this.role);const e=this.t("label");e&&!Ct(t,"aria-label")&&C(t,"aria-label",e)}},Qo={extends:ie,beforeConnect(){S(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=$(this.$el,"uk-slidenav-large")?`${t}-large`:t}},zc={extends:ie,i18n:{label:"Open menu"},beforeConnect(){const t=this.$el.closest("a,button");t&&(t.ariaExpanded=!1)}},Hc={extends:ie,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${$(this.$el,"uk-close-large")?"large":"icon"}`}},Fc={extends:ie,i18n:{label:"Open"}},Lc={extends:ie,i18n:{label:"Back to top"}},jc={extends:ie,i18n:{label:"Next page"},data:{role:null}},Wc={extends:ie,i18n:{label:"Previous page"},data:{role:null}},Wi={};function qc(t){t.icon.add=(e,i)=>{const s=L(e)?{[e]:i}:e;ce(s,(n,o)=>{ji[o]=n,delete Wi[o]}),t._initialized&&Bt(document.body,n=>ce(t.getComponents(n),o=>{o.$options.isIcon&&o.icon in s&&o.$reset()}))}}const Rc={twitter:"x"};function Uc(t){return t=Rc[t]||t,ji[t]?(Wi[t]||(Wi[t]=Ko(ji[Vc(t)]||ji[t])),Wi[t].cloneNode(!0)):null}function Vc(t){return K?Gi(Gi(t,"left","right"),"previous","next"):t}var Gc={props:{target:String,selActive:String},data:{target:!1,selActive:!1},connected(){this.isIntersecting=0},computed:{target:({target:t},e)=>t?M(t,e):e},watch:{target:{handler(){queueMicrotask(()=>this.$reset())},immediate:!1}},observe:[Jt({handler(t){this.isIntersecting=t.reduce((e,{isIntersecting:i})=>e+(i?1:this.isIntersecting?-1:0),this.isIntersecting),this.$emit()},target:({target:t})=>t,args:{intersecting:!1}}),Ke({target:({target:t})=>t,options:{attributes:!0,attributeFilter:["class"]}}),{target:({target:t})=>t,observe:(t,e)=>{const i=Ge([...E(t),document.documentElement],e),s=[x(document,"scroll itemshown itemhidden",e,{passive:!0,capture:!0}),x(document,"show hide transitionstart",n=>(e(),i.observe(n.target))),x(document,"shown hidden transitionend transitioncancel",n=>(e(),i.unobserve(n.target)))];return{observe:i.observe.bind(i),unobserve:i.unobserve.bind(i),disconnect(){i.disconnect(),s.map(n=>n())}}},handler(){this.$emit()}}],update:{read(){if(!this.isIntersecting)return!1;for(const t of E(this.target)){let e=!this.selActive||P(t,this.selActive)?Yc(t):"";e!==!1&&gi(t,"uk-light uk-dark",e)}}}};function Yc(t){const e=g(t),i=g(window);if(!fi(e,i))return!1;const{left:s,top:n,height:o,width:r}=e;let a;for(const l of[.25,.5,.75]){const h=t.ownerDocument.elementsFromPoint(Math.max(0,Math.min(s+r*l,i.width-1)),Math.max(0,Math.min(n+o/2,i.height-1)));for(const u of h){if(t.contains(u)||!Xc(u)||u.closest('[class*="-leave"]')&&h.some(f=>u!==f&&P(f,'[class*="-enter"]')))continue;const d=c(u,"--uk-inverse");if(d){if(d===a)return`uk-${d}`;a=d;break}}}return a?`uk-${a}`:""}function Xc(t){if(c(t,"visibility")!=="visible")return!1;for(;t;){if(c(t,"opacity")==="0")return!1;t=O(t)}return!0}var Jc={mixins:[nt,oi],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill:({fill:t},e)=>t||c(e,"--uk-leader-fill-content")},connected(){[this.wrapper]=os(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){Re(this.wrapper.childNodes)},observe:ht(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){H(this.wrapper,this.clsHide,i),C(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}},Kc={install:Qc,mixins:[_s],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:'[class*="uk-modal-close"]'},events:[{name:"fullscreenchange webkitendfullscreen",capture:!0,handler(t){F(t.target,"video")&&this.isToggled()&&!document.fullscreenElement&&this.hide()}},{name:"show",self:!0,handler(){$(this.panel,"uk-margin-auto-vertical")?S(this.$el,"uk-flex"):c(this.$el,"display","block"),it(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),_(this.$el,"uk-flex")}}]};function Qc({modal:t}){t.dialog=function(i,s){const n=t(y(`<div><div class="uk-modal-dialog">${i}</div></div>`),{stack:!0,role:"alertdialog",...s});return n.show(),x(n.$el,"hidden",async()=>{await Promise.resolve(),n.$destroy(!0)},{self:!0}),n},t.alert=function(i,s){return e(({i18n:n})=>`<div class="uk-modal-body">${L(i)?i:yt(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" type="button" autofocus>${n.ok}</button> </div>`,s)},t.confirm=function(i,s){return e(({i18n:n})=>`<form> <div class="uk-modal-body">${L(i)?i:yt(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${n.cancel}</button> <button class="uk-button uk-button-primary" autofocus>${n.ok}</button> </div> </form>`,s,()=>Promise.reject())},t.prompt=function(i,s,n){const o=e(({i18n:l})=>`<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>${L(i)?i:yt(i)}</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${l.cancel}</button> <button class="uk-button uk-button-primary">${l.ok}</button> </div> </form>`,n,()=>null,()=>a.value),{$el:r}=o.dialog,a=y("input",r);return a.value=s||"",x(r,"show",()=>a.select()),o},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,s,n=A,o=A){s={bgClose:!1,escClose:!0,...s,i18n:{...t.i18n,...s==null?void 0:s.i18n}};const r=t.dialog(i(s),s);return vt(new Promise(a=>{const l=x(r.$el,"hide",()=>a(n()));x(r.$el,"submit","form",h=>{h.preventDefault(),a(o(r)),l(),r.hide()})}),{dialog:r})}}var Zc={extends:Lo,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}};const Ls="uk-navbar-transparent";var th={extends:Uo,props:{dropbarTransparentMode:Boolean},data:{flip:!1,delayShow:200,clsDrop:"uk-navbar-dropdown",selNavItem:".uk-navbar-nav > li > a,a.uk-navbar-item,button.uk-navbar-item,.uk-navbar-item a,.uk-navbar-item button,.uk-navbar-toggle",dropbarTransparentMode:!1},computed:{navbarContainer:(t,e)=>e.closest(".uk-navbar-container")},watch:{items(){const t=$(this.$el,"uk-navbar-justify"),e=M(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el);for(const i of e){const s=t?M(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",i).length:"";c(i,"flexGrow",s)}}},events:[{name:"show",el:({dropContainer:t})=>t,handler({target:t}){this.getTransparentMode(t)==="remove"&&$(this.navbarContainer,Ls)&&(_(this.navbarContainer,Ls),this._transparent=!0)}},{name:"hide",el:({dropContainer:t})=>t,async handler(){await ye(),this._transparent&&(!Y||!this.dropContainer.contains(Y.$el))&&(S(this.navbarContainer,Ls),this._transparent=null)}}],methods:{getTransparentMode(t){if(!this.navbarContainer)return;if(this.dropbar&&this.isDropbarDrop(t))return this.dropbarTransparentMode;const e=this.getDropdown(t);if(e&&$(t,"uk-dropbar"))return e.inset?"behind":"remove"},getDropbarOffset(t){const{top:e,height:i}=T(this.navbarContainer);return e+(this.dropbarTransparentMode==="behind"?0:i+t)}}},eh={mixins:[_s],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean,swiping: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,swiping:!0},computed:{clsFlip:({flip:t,clsFlip:e})=>t?e:"",clsOverlay:({overlay:t,clsOverlay:e})=>t?e:"",clsMode:({mode:t,clsMode:e})=>`${e}-${t}`,clsSidebarAnimation:({mode:t,clsSidebarAnimation:e})=>t==="none"||t==="reveal"?"":e,clsContainerAnimation:({mode:t,clsContainerAnimation:e})=>t!=="push"&&t!=="reveal"?"":e,transitionElement({mode:t}){return t==="reveal"?O(this.panel):this.panel}},observe:An({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!j(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter:({overlay:t})=>t,handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!$(O(this.panel),this.clsMode)&&S(qe(this.panel,"<div>"),this.clsMode);const{body:t,scrollingElement:e}=document;S(t,this.clsContainer,this.clsFlip),c(t,"touchAction","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),S(this.$el,this.clsOverlay),S(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),it(t),S(t,this.clsContainerAnimation),this.clsContainerAnimation&&ih()}},{name:"hide",self:!0,handler(){_(document.body,this.clsContainerAnimation),c(document.body,"touchAction","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&sh(),this.mode==="reveal"&&$(O(this.panel),this.clsMode)&&Re(this.panel),_(this.panel,this.clsSidebarAnimation,this.clsMode),_(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),_(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&ne(t.type,"Left")^this.flip&&this.hide()}}]};function ih(){Zo().content+=",user-scalable=0"}function sh(){const t=Zo();t.content=t.content.replace(/,user-scalable=0$/,"")}function Zo(){return y('meta[name="viewport"]',document.head)||W(document.head,'<meta name="viewport">')}var nh={mixins:[nt],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container:({selContainer:t},e)=>e.closest(t),content:({selContent:t},e)=>e.closest(t)},observe:ht({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!j(this.$el)?!1:{max:Math.max(this.minHeight,it(this.container)-(g(this.content).height-it(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},oh={data:{threshold:5,fadeDuration:.05},events:[{name:"scroll",self:!0,passive:!0,handler(){this.$emit()}},{name:lt,handler:rh}],observe:[Ke({options:{subtree:!0,childList:!0}}),ht({target:({$el:t})=>[t,...D(t)]})],update:{read(){const t=[];for(const e of["Width","Height"])t.push(this.$el[`scroll${e}`]-this.$el[`client${e}`]);return{overflow:t}},write({overflow:t}){for(let e=0;e<2;e++)if(H(this.$el,`${this.$options.id}-${e?"vertical":"horizontal"}`,t[e]&&!t[e-1]),!t[e-1]){const i=e?"Top":"Left",s=t[e]?this.$el[`scroll${i}`]/t[e]:0,n=o=>t[e]?V((this.fadeDuration-o)/this.fadeDuration):1;c(this.$el,{"--uk-overflow-fade-start-opacity":n(s),"--uk-overflow-fade-end-opacity":n(1-s)})}},events:["resize"]}};function rh(t){const{target:e,button:i,defaultPrevented:s}=t;if(s||i>0||pt(t)||e.closest(fe)||ze(e))return;t.preventDefault();const n={passive:!1,capture:!0},{$el:o,threshold:r,$options:a}=this;let l;const h=x(document,de,u(t),n);x(document,[Et,Ne],d,{capture:!0,once:!0});function u(f){let b=bt(f),w=b,p=w;return function(k){p=w,w=bt(k);const U=$(o,`${a.id}-vertical`),st=U?"y":"x";if(l||(l=Math.abs(w[st]-b[st])>r),l){const gt=p[st]-w[st];o[U?"scrollTop":"scrollLeft"]+=gt}}}function d(){h(),l&&setTimeout(x(o,"click",f=>f.preventDefault(),n))}}var ah={props:["width","height"],connected(){S(this.$el,"uk-responsive-width"),c(this.$el,"aspectRatio",`${this.width}/${this.height}`)}},lh={props:{offset:Number},data:{offset:0},connected(){ch(this)},disconnected(){hh(this)},methods:{async scrollTo(t){t=t&&y(t)||document.body,m(this.$el,"beforescroll",[this,t])&&(await $n(t,{offset:this.offset}),m(this.$el,"scrolled",[this,t]))}}};const ci=new Set;function ch(t){ci.size||x(document,"click",tr),ci.add(t)}function hh(t){ci.delete(t),ci.size||ve(document,"click",tr)}function tr(t){if(!t.defaultPrevented)for(const e of ci)e.$el.contains(t.target)&&me(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(mi(e.$el)))}const js="uk-scrollspy-inview";var uh={args:"cls",props:{cls:String,target:String,hidden:Boolean,margin:String,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,margin:"-1px",repeat:!1,delay:0}),computed:{elements:({target:t},e)=>t?M(t,e):[e]},watch:{elements(t){this.hidden&&c(Fe(t,`:not(.${js})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())_(t,js,e.cls||"");delete this.elementData},observe:Jt({target:({elements:t})=>t,handler(t){const e=this.elementData;for(const{target:i,isIntersecting:s}of t){e.has(i)||e.set(i,{cls:tt(i,"uk-scrollspy-class")||this.cls});const n=e.get(i);!this.repeat&&n.show||(n.show=s)}this.$emit()},options:({margin:t})=>({rootMargin:t}),args:{intersecting:!1}}),update:[{write(t){for(const[e,i]of this.elementData.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(async()=>{await ye(i.show?this.delay:0),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){var i,s;const n=(i=this.elementData)==null?void 0:i.get(t);if(!n)return;(s=n.off)==null||s.call(n),c(t,"opacity",!e&&this.hidden?0:""),H(t,js,e),H(t,n.cls);let o;if(o=n.cls.match(/\buk-animation-[\w-]+/g)){const r=()=>_(t,o);e?n.off=z(t,"animationcancel animationend",r,{self:!0}):r()}m(t,e?"inview":"outview"),n.inview=e}}},dh={props:{cls:String,closest:Boolean,scroll:Boolean,target:String,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,target:'a[href]:not([role="button"])',offset:0},computed:{links:{get({target:t},e){return M(t,e).filter(mi)},observe:()=>"*"},targets(){return this.links.map(t=>mi(t))},elements({closest:t}){return this.links.map(e=>e.closest(t||"*"))}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset})}},observe:[Jt(),Qe()],update:[{read(){const{targets:t}=this,{length:e}=t;if(!e||!j(this.$el))return!1;const i=zt(t,!0),{scrollTop:s,scrollHeight:n}=i,o=ot(i),r=n-o.height;let a=!1;if(s>=r)a=e-1;else{const l=this.offset+g(gs()).height+o.height*.1;for(let h=0;h<t.length&&!(T(t[h]).top-o.top-l>0);h++)a=+h}return{active:a}},write({active:t}){const{elements:e}=this,i=t!==!1&&!$(e[t],this.cls);this.links.forEach(s=>s.blur());for(let s=0;s<e.length;s++)H(e[s],this.cls,+s===t);i&&m(this.$el,"active",[t,e[t]])},events:["scroll","resize"]}]},fh={mixins:[nt,oi],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,offsetEnd: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,offsetEnd:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{target:({selTarget:t},e)=>t&&y(t,e)||e},connected(){this.start=er(this.start||this.top),this.end=er(this.end||this.bottom),this.placeholder=y("+ .uk-sticky-placeholder",this.$el)||y('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},beforeDisconnect(){this.isFixed&&(this.hide(),_(this.target,this.clsInactive)),qs(this.$el),et(this.placeholder),this.placeholder=null},observe:[$s(),Qe({target:()=>document.scrollingElement}),ht({target:({$el:t})=>[t,qi(t),document.scrollingElement],handler(t){this.$emit(this._data.resized&&t.some(({target:e})=>e===qi(this.$el))?"update":"resize"),this._data.resized=!0}})],events:[{name:"load hashchange popstate",el:()=>window,filter:({targetOffset:t})=>t!==!1,async handler(){const{scrollingElement:t}=document;if(!location.hash||t.scrollTop===0)return;await ye();const e=T(y(location.hash)),i=T(this.$el);this.isFixed&&fi(e,i)&&(t.scrollTop=Math.ceil(e.top-i.height-X(this.targetOffset,"height",this.placeholder)-X(this.offset,"height",this.placeholder)))}}],update:[{read({height:t,width:e,margin:i,sticky:s},n){if(this.inactive=!this.matchMedia||!j(this.$el)||!this.$el.offsetHeight,this.inactive)return;const o=it(window),r=Math.max(0,document.scrollingElement.scrollHeight-o);if(!r){this.inactive=!0;return}const a=this.isFixed&&n.has("update");a&&(Us(this.target),this.hide()),this.active||({height:t,width:e}=g(this.$el),i=c(this.$el,"margin")),a&&this.show();const l=X("100vh","height");let h=this.position;this.overflowFlip&&t>l&&(h=h==="top"?"bottom":"top");const u=this.isFixed?this.placeholder:this.$el;let[d,f]=[this.offset,this.offsetEnd].map(gt=>X(gt,"height",s?this.$el:u));h==="bottom"&&(t<o||this.overflowFlip)&&(d+=o-t);const b=t+d+f,w=this.overflowFlip?0:Math.max(0,b-l),p=T(u).top-new DOMMatrix(c(u,"transform")).m42,k=g(this.$el).height,U=(this.start===!1?p:Ws(this.start,this.$el,p))-d,st=this.end===!1?r:Math.min(r,Ws(this.end,this.$el,p+t,!0)-k-d+w);return s=!this.showOnUp&&U+d===p&&st===Math.min(r,Ws(!0,this.$el,0,!0)-k-d+w)&&c(qi(this.$el),"overflowY")!=="hidden",{start:U,end:st,offset:d,overflow:w,height:t,elHeight:k,width:e,margin:i,top:Ue(u)[0],sticky:s,viewport:l,maxScrollHeight:r}},write({height:t,width:e,margin:i,offset:s,sticky:n}){if((this.inactive||n||!this.isFixed)&&qs(this.$el),this.inactive)return;n&&(t=e=i=0,c(this.$el,{position:"sticky",top:s}));const{placeholder:o}=this;c(o,{height:t,width:e,margin:i}),(O(o)!==O(this.$el)||n^Tt(o)<Tt(this.$el))&&((n?wi:xi)(this.$el,o),o.hidden=!0)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:s=0,start:n,end:o,elHeight:r,height:a,sticky:l,maxScrollHeight:h}){const u=Math.min(document.scrollingElement.scrollTop,h),d=t<=u?"down":"up",f=this.isFixed?this.placeholder:this.$el;return{dir:d,prevDir:e,scroll:u,prevScroll:t,below:u>T(f).top+(l?Math.min(a,r):a),offsetParentTop:T(f.offsetParent).top,overflowScroll:V(s+V(u,n,o)-V(t,n,o),0,i)}},write(t,e){const i=e.has("scroll"),{initTimestamp:s=0,dir:n,prevDir:o,scroll:r,prevScroll:a=0,top:l,start:h,below:u}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const d=Date.now();if((d-s>300||n!==o)&&(t.initScroll=r,t.initTimestamp=d),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||n==="down"&&i||n==="up"&&!this.isFixed&&!u)){if(!this.isFixed){Dt.inProgress(this.$el)&&l>r&&(Dt.cancel(this.$el),this.hide());return}if(this.animation&&u){if($(this.$el,"uk-animation-leave"))return;Dt.out(this.$el,this.animation).then(()=>this.hide(),A)}else this.hide()}else this.isFixed?this.update():this.animation&&u?(this.show(),Dt.in(this.$el,this.animation).catch(A)):(Us(this.target),this.show())},events:["resize","resizeViewport","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){const{offset:t,sticky:e}=this._data;this.setActive(!1),_(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):qs(this.$el),this.placeholder.hidden=!0,this.isFixed=!1},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:s=0,start:n,end:o,offset:r,offsetParentTop:a,sticky:l,below:h}=this._data;const u=n!==0||e>n;if(!l){let d="fixed";e>o&&(r+=o-a+s-i,d="absolute"),c(this.$el,{position:d,width:t,marginTop:0},"important")}c(this.$el,"top",r-s),this.setActive(u),H(this.$el,this.clsBelow,h),S(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(gi(this.target,this.clsInactive,this.clsActive),e!==t&&m(this.$el,"active")):(gi(this.target,this.clsActive,this.clsInactive),e!==t&&(Us(this.target),m(this.$el,"inactive")))}}};function Ws(t,e,i,s){if(!t)return 0;if(xt(t)||L(t)&&t.match(/^-?\d/))return i+X(t,"height",e,!0);{const n=t===!0?qi(e):Q(t,e);return T(n).bottom-(s&&(n!=null&&n.contains(e))?I(c(n,"paddingBottom"))+I(c(n,"borderBottomWidth")):0)}}function er(t){return t==="true"?!0:t==="false"?!1:t}function qs(t){c(t,{position:"",top:"",marginTop:"",width:""})}const Rs="uk-transition-disable";async function Us(t){$(t,Rs)||(S(t,Rs),await ti(),_(t,Rs))}function qi(t){for(;t=O(t);)if(j(t))return t}var ph={mixins:[Xo],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[Ke({async handler(){const t=await this.svg;t&&ir.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){v(this.src,"#")&&([this.src,this.icon]=this.src.split("#",2));const t=await this.svg;t&&(ir.call(this,t),this.strokeAnimation&&mh(t))},methods:{async getSvg(){return F(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"&&await new Promise(t=>z(this.$el,"load",t)),Ko(await gh(this.src),this.icon)||Promise.reject("SVG not found.")}}};function ir(t){const{$el:e}=this;S(t,C(e,"class"),"uk-svg");for(let i=0;i<e.style.length;i++){const s=e.style[i];c(t,s,c(e,s))}for(const i in this.attributes){const[s,n]=this.attributes[i].split(":",2);C(t,s,n)}t.ariaHidden=this.$el.ariaHidden,this.$el.id||Be(t,"id")}const gh=ft(async t=>{if(t){const e=await fetch(t);if(e.headers.get("Content-Type")==="image/svg+xml")return e.text()}return Promise.reject()});function mh(t){const e=go(t);e&&c(t,"--uk-animation-stroke",e)}const Vs=".uk-disabled *, .uk-disabled, [disabled]";var sr={mixins:[Kt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,followFocus:Boolean,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item",selVertical:".uk-nav",followFocus:!1,swiping:!0},computed:{connects:{get:({connect:t},e)=>Le(t,e),observe:({connect:t})=>t},connectChildren(){return this.connects.map(t=>D(t)).flat()},toggles:({toggle:t},e)=>M(t,e),children(t,e){return D(e).filter(i=>this.toggles.some(s=>i.contains(s)))}},watch:{connects(t){this.swiping&&c(t,"touchAction","pan-y pinch-zoom"),this.$emit()},connectChildren(){let t=Math.max(0,this.index());for(const e of this.connects)D(e).forEach((i,s)=>H(i,this.cls,s===t));this.$emit()},toggles(t){this.$emit();const e=this.index();this.show(~e?e:t[this.active]||t[0])}},connected(){this.$el.role="tablist"},observe:[Pi({targets:({connectChildren:t})=>t}),An({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate:({toggle:t})=>t,handler(t){!P(t.current,Vs)&&(t.type==="click"||t.keyCode===N.SPACE)&&(_t(t),this.show(t.current))}},{name:"keydown",delegate:({toggle:t})=>t,handler(t){const{current:e,keyCode:i}=t,s=P(this.$el,this.selVertical);let n=i===N.HOME?0:i===N.END?"last":i===N.LEFT&&!s||i===N.UP&&s?"previous":i===N.RIGHT&&!s||i===N.DOWN&&s?"next":-1;if(~n){t.preventDefault();const o=this.toggles.filter(a=>!P(a,Vs)),r=o[at(n,o,o.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el:({$el:t,connects:e,itemNav:i})=>e.concat(i?Le(i,t):[]),delegate:({attrItem:t})=>`[${t}],[data-${t}]`,handler(t){t.target.closest("a,button")&&(_t(t),this.show(tt(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter:({swiping:t})=>t,el:({connects:t})=>t,handler({type:t}){this.show(ne(t,"Left")?"next":"previous")}}],update(){var t;for(const e of this.connects)F(e,"ul")&&(e.role="presentation");C(D(this.$el),"role","presentation");for(const e in this.toggles){const i=this.toggles[e],s=(t=this.connects[0])==null?void 0:t.children[e];i.role="tab",s&&(i.id=te(this,i),s.id=te(this,s),i.ariaControls=s.id,C(s,{role:"tabpanel","aria-labelledby":i.id}))}C(this.$el,"aria-orientation",P(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return St(this.children,t=>$(t,this.cls))},show(t){const e=this.toggles.filter(r=>!P(r,Vs)),i=this.index(),s=at(!Oe(t)||v(e,t)?t:0,e,at(this.toggles[i],e)),n=at(e[s],this.toggles);this.children.forEach((r,a)=>{H(r,this.cls,n===a),C(this.toggles[a],{"aria-selected":n===a,tabindex:n===a?null:-1})});const o=i>=0&&i!==s;this.connects.forEach(async({children:r})=>{const a=oe(r).filter((l,h)=>h!==n&&$(l,this.cls));await this.toggleElement(a,!1,o)&&await this.toggleElement(r[n],!0,o)})}}},vh={mixins:[nt],extends:sr,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=$(this.$el,"uk-tab-left")?"uk-tab-left":$(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const bh=13,wh=32;var xh={mixins:[oi,Kt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get:({target:t},e)=>(t=Le(t||e.hash,e),t.length?t:[e]),observe:({target:t})=>t}},connected(){v(this.mode,"media")||(He(this.$el)||(this.$el.tabIndex=0),!this.cls&&F(this.$el,"a")&&(this.$el.role="button"))},observe:Pi({targets:({target:t})=>t}),events:[{name:lt,filter:({mode:t})=>v(t,"hover"),handler(t){this._preventClick=null,!(!pt(t)||ae(this._showState)||this.$el.disabled)&&(m(this.$el,"focus"),z(document,lt,()=>m(this.$el,"blur"),!0,e=>!this.$el.contains(e.target)),v(this.mode,"click")&&(this._preventClick=!0))}},{name:`${At} ${Ot} focus blur`,filter:({mode:t})=>v(t,"hover"),handler(t){if(pt(t)||this.$el.disabled||document.readyState==="loading")return;const e=v([At,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!ae(this._showState)||t.type===Ot&&P(this.$el,":focus")||t.type==="blur"&&P(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&ae(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter:({$el:t,mode:e})=>v(e,"click")&&!F(t,"input"),handler(t){(t.keyCode===wh||t.keyCode===bh)&&(t.preventDefault(),this.$el.click())}},{name:"click",filter:({mode:t})=>["click","hover"].some(e=>v(t,e)),handler(t){if(t.defaultPrevented)return;const e=t.target.closest("a[href]"),i=me(e)&&(!e.hash||P(this.target,e.hash));(this._preventClick||i||e&&!this.isToggled(this.target))&&t.preventDefault(),!this._preventClick&&v(this.mode,"click")&&(!e||i||t.defaultPrevented)&&this.toggle()}},{name:"mediachange",filter:({mode:t})=>v(t,"media"),el:({target:t})=>t,handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!m(this.target,t||"toggle",[this]))return;if(Ct(this.$el,"aria-expanded")&&(this.$el.ariaExpanded=!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(s=>$(s,this.clsLeave));if(e.length){for(const s of this.target){const n=v(e,s);this.toggleElement(s,n,n)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1)&&await this.toggleElement(this.target.filter(s=>!v(i,s)),!0)}}},$h=Object.freeze({__proto__:null,Accordion:Lo,AccordionIcon:Ft,Alert:Rl,Close:Hc,Cover:Gl,Drop:qo,DropParentIcon:Ft,Dropdown:qo,Dropnav:Uo,FormCustom:ec,Grid:ic,HeightMatch:rc,HeightPlaceholder:cc,HeightViewport:hc,Icon:Fs,Img:ha,Inverse:Gc,Leader:Jc,Margin:On,Marker:Fc,Modal:Kc,Nav:Zc,NavParentIcon:Dc,Navbar:th,NavbarParentIcon:Ft,NavbarToggleIcon:zc,Offcanvas:eh,OverflowAuto:nh,OverflowFade:oh,OverlayIcon:Ft,PaginationNext:jc,PaginationPrevious:Wc,Responsive:ah,Scroll:lh,Scrollspy:uh,ScrollspyNav:dh,SearchIcon:Bc,SlidenavNext:Qo,SlidenavPrevious:Qo,Spinner:Nc,Sticky:fh,Svg:ph,Switcher:sr,Tab:vh,Toggle:xh,Totop:Lc,Video:jo});return ce($h,(t,e)=>ut.component(e,t)),Fl(ut),ce(Hl,(t,e)=>ut.component(e,t)),ut});