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